Systemd/src
Zbigniew Jędrzejewski-Szmek 3c8bed4ee0 strbuf: replace quick sort with bubble sort
No need to call the heavy artillery, when the original array
is sorted. Reduces complexity from n² log n to n log n, where
n is the number of items in the array, not very large, but
still.
2013-03-31 14:35:17 -04:00
..
ac-power unit: add ConditionACPower= 2012-12-31 21:24:26 +01:00
activate activate: avoid warning from -Wshadow 2013-03-20 19:16:01 -04:00
analyze systemd-analyze: do not format timestamp when not printing it 2013-03-20 19:16:01 -04:00
ask-password build-sys: add stub makefiles to all subdirs to ease development with emacs 2012-04-13 21:37:59 +02:00
binfmt honor SELinux labels, when creating and writing config files 2013-02-14 16:19:38 +01:00
boot bootctl: fix help text 2013-03-29 15:47:43 +01:00
bootchart bootchart: fix a potential buffer overrun 2013-03-31 14:34:08 -04:00
cgls pager: introduce "jump to end" option 2013-03-07 21:16:04 +01:00
cgroups-agent build-sys: add stub makefiles to all subdirs to ease development with emacs 2012-04-13 21:37:59 +02:00
cgtop cgtop --help: default depth is 3 not 2 2013-03-29 15:42:47 +01:00
core nspawn, machine-id-setup: warn if read-only mount call fails 2013-03-31 14:32:48 -04:00
cryptsetup cryptsetup: when prompting for password use GPT partition label 2013-03-26 15:24:44 +01:00
delta pager: introduce "jump to end" option 2013-03-07 21:16:04 +01:00
detect-virt build-sys: drop all distribution specfic checks 2013-01-04 23:26:21 +01:00
efi-boot-generator efi: various cleanups 2013-02-13 00:12:58 +01:00
fsck honor SELinux labels, when creating and writing config files 2013-02-14 16:19:38 +01:00
fstab-generator Always use errno > 0 to help gcc 2013-03-29 10:12:41 -04:00
getty-generator honor SELinux labels, when creating and writing config files 2013-02-14 16:19:38 +01:00
gudev licence: remove references to old FSF address 2012-12-17 11:41:31 +01:00
hostname hostnamed: pretty_string_is_safe() already exists in string_has_cc(), so use that 2013-03-22 18:01:26 +01:00
initctl initctl: fix return from unitialized memory in error path 2013-03-21 22:39:23 -04:00
journal journald: check return value of strappend 2013-03-31 14:33:30 -04:00
kernel-install kernel-install: rename the loader entry filename 2013-02-26 15:21:23 +01:00
libsystemd-bus bus: check return value from bus_type_get_alignment/size 2013-03-31 14:33:12 -04:00
libsystemd-daemon Always use errno > 0 to help gcc 2013-03-29 10:12:41 -04:00
libsystemd-id128 update .gitignore 2012-04-13 21:58:01 +02:00
libudev Remove some dead code 2013-03-31 14:28:36 -04:00
locale Always use errno > 0 to help gcc 2013-03-29 10:12:41 -04:00
login Drop src/login/uaccess.c, dead code 2013-03-26 13:28:49 +01:00
machine-id-setup build-sys: drop all distribution specfic checks 2013-01-04 23:26:21 +01:00
modules-load modules-load: there's really no point in mentioning that a certain modules is already loaded 2013-03-26 03:13:41 +01:00
notify env: considerably beef up environment cleaning logic 2013-02-11 03:54:50 +01:00
nspawn nspawn, machine-id-setup: warn if read-only mount call fails 2013-03-31 14:32:48 -04:00
nss-myhostname nss-myhostname: use _cleanup_ and split function into two 2013-03-31 14:32:32 -04:00
python-systemd systemd-python: allow retrieval of single fields 2013-03-21 23:05:09 -04:00
quotacheck honor SELinux labels, when creating and writing config files 2013-02-14 16:19:38 +01:00
random-seed random-seed: fix error message typo 2012-10-19 17:31:33 +02:00
rc-local-generator build-sys: make rc-local support part of SYSV compat 2013-01-04 23:26:20 +01:00
readahead readahead: cleanups 2013-03-26 11:35:27 -07:00
remount-fs service: add options RestartPreventExitStatus and SuccessExitStatus 2012-08-14 14:46:03 +02:00
reply-password build-sys: add stub makefiles to all subdirs to ease development with emacs 2012-04-13 21:37:59 +02:00
shared strbuf: replace quick sort with bubble sort 2013-03-31 14:35:17 -04:00
shutdownd shutdownd: shut up bogus gcc warning 2013-03-21 22:39:23 -04:00
sleep honor SELinux labels, when creating and writing config files 2013-02-14 16:19:38 +01:00
stdio-bridge stdio-bridge: modernization 2013-03-20 23:00:09 +01:00
sysctl systemd-sysctl: Handle missing /etc/sysctl.conf properly 2013-03-27 12:01:44 -04:00
system-update-generator log.h: new log_oom() -> int -ENOMEM, use it 2012-07-26 11:48:26 +02:00
systemctl unit: no need to export variables if we can avoid it 2013-03-30 15:21:54 +01:00
systemd journal-gatewayd: query PID 1 for virtalization 2013-03-31 18:16:02 +02:00
test test-path-util: fix another stupid test failure 2013-03-29 20:30:21 -04:00
timedate Remove some dead code 2013-03-31 14:28:36 -04:00
timestamp build-sys: add stub makefiles to all subdirs to ease development with emacs 2012-04-13 21:37:59 +02:00
tmpfiles Always use errno > 0 to help gcc 2013-03-29 10:12:41 -04:00
tty-ask-password-agent Revert "log_error() if inotify_add_watch() fails" 2013-02-13 16:25:33 +01:00
udev accelerometer: remove dead if and modernize 2013-03-31 14:32:17 -04:00
update-utmp utmp: read the right timestamp 2012-09-17 17:48:19 +02:00
vconsole honor SELinux labels, when creating and writing config files 2013-02-14 16:19:38 +01:00
.gitignore move libsystemd-id128, libsystemd-daemon to subdir 2012-04-12 15:26:39 +02:00
Makefile relicense to LGPLv2.1 (with exceptions) 2012-04-12 00:24:39 +02:00