Tom Gundersen
43f9cc65c2
hwdb: change pci.ids location
...
According to pciutils' TODO, the sourceforge location is scheduled for
removal, use the new one instead.
2012-11-09 15:36:25 +01:00
Kay Sievers
09d8f5d757
udev: hwdb - update usb class descriptions
2012-11-09 15:23:41 +01:00
Kay Sievers
8db6dcfd3c
udev: hwdb - add usb class descriptions
2012-11-09 15:02:58 +01:00
Kay Sievers
cf7ebcea78
udev: hwdb - add pci class descriptions
2012-11-09 14:29:10 +01:00
Kay Sievers
a660c63c55
udev: net_id - add builtin to retrieve data for network devices
2012-11-09 13:05:19 +01:00
Kay Sievers
59803c380d
udev: hwdb - search parents for 'modalias' and data
2012-11-09 13:05:11 +01:00
Kay Sievers
c3cfed0d6c
udev: update file headers
2012-11-09 12:39:27 +01:00
Kay Sievers
87281abdf3
hwdb: OUI - use ID_OUI_FROM_DATABASE=
2012-11-09 12:39:27 +01:00
Michal Schmidt
40b8acd039
fstab-generator: more specific error messages
2012-11-09 12:00:46 +01:00
Kay Sievers
448004c340
hwdb: add IEEE OUI data
2012-11-07 14:23:05 +01:00
Kay Sievers
c67fbe4c71
hwdb: update pci data
2012-11-07 14:06:29 +01:00
Kay Sievers
f6113d42d0
TODO: update
2012-11-07 14:06:29 +01:00
Thomas Hindoe Paaboel Andersen
5a5c72ca6e
man: typo fixes for new files in 195
2012-11-06 20:27:38 +01:00
Dave Reisner
8db9d8c2a4
cryptsetup: fix inverted comparison in pass_volume_key
2012-11-06 10:18:10 -05:00
Dave Reisner
e4f44e734c
Revert "Implement SocketUser= and SocketGroup= for [Socket]"
...
This was never intended to be pushed.
This reverts commit aea54018a5
.
2012-11-06 09:54:17 -05:00
Dave Reisner
65343c7494
cryptsetup: hash=plain means don't use a hash
...
"plain" is a semantic value that cryptsetup(8) uses to describe a plain
dm-crypt volume that does not use a hash. Catch this value earlier and
ensure that a NULL params.hash is passed to crypt_format to avoid
passing an invalid hash type to the libcryptsetup backend.
FDO bug #56593 .
2012-11-06 09:53:00 -05:00
Dave Reisner
aea54018a5
Implement SocketUser= and SocketGroup= for [Socket]
...
Since we already allow defining the mode of AF_UNIX sockets and FIFO, it
makes sense to also allow specific user/group ownership of the socket
file for restricting access.
2012-11-05 21:17:55 -05:00
Thomas Hindoe Paaboel Andersen
edca2e2348
README,TODO: typo fixes
2012-11-05 21:13:28 +01:00
Dave Reisner
7277f5a9d9
systemd.socket.xml: fix typo
2012-11-05 08:32:44 -05:00
Daniel Wallace
553b932366
add zsh completion for all the commands
...
Most of the completion for systemctl and loginctl provided by Foudil Brétel
2012-11-05 10:56:28 +01:00
Kay Sievers
7a43e910ce
TODO: fix typo
2012-11-05 02:17:23 +01:00
Kay Sievers
6aa220e019
mount-setup: try mounting 'efivarfs' only if the system bootet with EFI
2012-11-04 17:03:48 +01:00
Kay Sievers
3dfb265083
kmod-setup: mounting efivarfs, *after* we tried to mount it, is pointless
...
The mount() system call, which we issue before loading modules, will trigger
a modprobe by the kernel and block until it returns. Trying to load it again
later, will have exactly the same result as the first time.
2012-11-04 17:00:57 +01:00
Kay Sievers
1022373284
kmod-setup: add conditional module loading callback
2012-11-04 16:54:19 +01:00
Kay Sievers
c1e5704657
shared: add is_efiboot()
2012-11-04 16:06:27 +01:00
Kay Sievers
d2e83c23f5
TODO: update RTC, DST stuff
2012-11-04 15:47:08 +01:00
Kay Sievers
39cff5961a
TODO: add efi check
2012-11-04 12:17:28 +01:00
Dave Reisner
075ff6863d
drop Arch Linux support for reading /etc/rc.conf
2012-11-03 20:11:52 -04:00
Dave Reisner
53d05b44f1
drop Arch Linux support for reading /etc/rc.conf
2012-11-03 19:59:42 -04:00
Kay Sievers
bd49c40537
bash-completion > shell-completion
2012-11-03 22:10:32 +01:00
Kay Sievers
924ee2cb0c
docs: gtk-doc warnings are annoying
2012-11-03 22:04:06 +01:00
Miklos Vajna
da974c2ff2
vconsole: remove Frugalware legacy file support
2012-11-03 21:23:37 +01:00
Michal Schmidt
c339d9775d
util : fallback to plain ASCII drawing if locale is not UTF-8
...
When printing cgroup and sysfs hierarchies, avoid using UTF-8 box drawing
characters if the locale is not UTF-8.
https://bugzilla.redhat.com/show_bug.cgi?id=871153
2012-11-02 17:39:52 +01:00
Michal Schmidt
0901758558
util: add is_locale_utf8()
...
journalctl and vconsole-setup both implement utf8 locale detection.
Let's have a common function for it.
The next patch will add another use.
2012-11-02 17:27:15 +01:00
Cosimo Cecchi
4940c64240
analyze: use GDBus instead of dbus-python
2012-11-02 16:54:28 +01:00
Kay Sievers
e2fd5e5ba2
timedatectl: show "DST active: n/a" if no DST data is available
2012-11-02 05:45:02 -10:00
Kay Sievers
62ffb3327a
TODO: update
2012-11-02 15:18:29 +01:00
Kay Sievers
f18ca9dcde
timedatectl: explain everything nobody wants to know about DST
2012-11-02 03:45:07 +01:00
Kay Sievers
b7f1542c8b
shared: add timer_get_dst()
2012-11-02 00:44:23 +01:00
Kay Sievers
465b1686ec
TODO: update
2012-11-02 00:34:07 +01:00
Kay Sievers
3a4431ef72
udev: break over-long lines
2012-11-02 00:32:10 +01:00
Thomas Hindoe Paaboel Andersen
f848f8d87e
man: typo fixes
...
Fixes a few more typos. Also changes a "Accept=no" to
"Accept=false" to be consistent with the previous examples
in the same man page.
2012-11-01 23:35:34 +01:00
Lennart Poettering
173fa08331
update TODO
2012-10-31 02:57:26 +01:00
Lennart Poettering
669b04a492
service: drop special HTTP server target, as it is a bad idea anf Fedora specific
...
This was premarily intended to support the LSB facility $httpd which is
only known by Fedora, and a bad idea since it lacks any real-life
usecase.
Similar, drop support for some other old Fedora-specific facilities.
Also, document the rules for introduction of new facilities, to clarify
the situation for the future.
2012-10-31 02:55:04 +01:00
Lennart Poettering
630d4e1408
man: explain a bit more detailed what happens on suspend
2012-10-31 00:48:20 +01:00
Lennart Poettering
f8a2ebbc50
man: document that Documentation= follows an order
2012-10-31 00:13:55 +01:00
Lennart Poettering
c55b1b59b8
update TODO
2012-10-31 00:13:55 +01:00
Lennart Poettering
e65d8c3760
update TODO: insserv belongs on the chopping block
2012-10-30 23:58:10 +01:00
Lennart Poettering
1fd8d04e38
strv: cleanup error path loops
...
https://bugzilla.redhat.com/show_bug.cgi?id=858799
2012-10-30 18:30:45 +01:00
Lennart Poettering
822e5dd1d6
update TODO
2012-10-30 18:30:44 +01:00