Systemd/src
Lennart Poettering 1ccda9b716 resolved: make TXT RR generation and parsing more in-line with RFC 6763, section 6.1
The RFC says to encode an single empty TXT string instead of an empty
TXT array. It also says to treat a zero-length TXT RR as a TXT array
with a single zero-length string.
2014-12-01 03:08:55 +01:00
..
ac-power treewide: no need to negate errno for log_*_errno() 2014-11-28 13:29:21 +01:00
activate treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
analyze treewide: more log_*_errno + return simplifications 2014-11-28 18:24:30 +01:00
ask-password ask-password: Add --echo to enable echoing the user input 2014-10-05 15:29:41 -04:00
backlight treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
binfmt treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
boot Unify parse_argv style 2014-08-03 21:46:07 -04:00
bootchart bootchart: Support bootchart.conf.d directories in the usual search paths 2014-11-29 13:55:32 -05:00
bus-proxyd treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1 2014-11-28 20:55:04 +01:00
cgls treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
cgroups-agent treewide: no need to negate errno for log_*_errno() 2014-11-28 13:29:21 +01:00
cgtop treewide: no need to negate errno for log_*_errno() 2014-11-28 13:29:21 +01:00
compat-libs build-sys: build compat libs from sources, avoiding the not generally available ifunc wrapping 2014-02-22 21:28:55 +01:00
console treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
core core: warn and ignore SysVStartPriority= 2014-11-30 19:10:40 -05:00
cryptsetup treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
dbus1-generator treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
debug-generator treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
delta delta: Fix broken separator support 2014-11-30 12:24:49 +01:00
detect-virt treewide: no need to negate errno for log_*_errno() 2014-11-28 13:29:21 +01:00
efi-boot-generator treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
escape Unify parse_argv style 2014-08-03 21:46:07 -04:00
firstboot treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
fsck treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
fstab-generator treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
getty-generator treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
gpt-auto-generator treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
gudev gudev: replace regex with sym file 2014-06-21 16:25:15 +02:00
hibernate-resume treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
hostname treewide: more log_*_errno + return simplifications 2014-11-28 18:24:30 +01:00
initctl treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
journal journald: close passed fds we cannot make sense of 2014-11-30 22:58:55 +01:00
journal-remote journald-remote,journal-upload: Support .d directories in the usual search paths 2014-11-29 13:55:32 -05:00
kernel-install kernel-install/90-loaderentry.install: fix cmdline parsing 2014-11-01 14:39:48 -04:00
libsystemd sd-bus: move packet header definition to bus-protocol.h 2014-11-28 21:12:03 +01:00
libsystemd-network tests: use assert_se instead of assert 2014-11-30 02:35:52 +01:00
libsystemd-terminal terminal/screen: fix GL/GR double-mapping 2014-11-30 14:37:57 +01:00
libudev treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
locale treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
login tests: use assert_se instead of assert 2014-11-30 02:35:52 +01:00
machine treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
machine-id-setup Unify parse_argv style 2014-08-03 21:46:07 -04:00
modules-load treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
network network: remove unused variable 2014-11-30 02:35:52 +01:00
notify treewide: no need to negate errno for log_*_errno() 2014-11-28 13:29:21 +01:00
nspawn nspawn: fix unused variable warning 2014-11-29 11:11:10 -05:00
nss-myhostname networkd: add minimal client tool "networkd" to query network status 2014-08-12 01:54:40 +02:00
nss-mymachines nss: remove dead code 2014-09-19 00:15:39 +02:00
nss-resolve nss: remove dead code 2014-09-19 00:15:39 +02:00
path treewide: yet more log_*_errno + return simplifications 2014-11-28 18:56:16 +01:00
python-systemd python-systemd: avoid hitting assert in __exit__ 2014-10-14 08:35:16 -04:00
quotacheck delta: diff returns 1 when files differ, ignore this 2014-11-29 11:10:51 -05:00
random-seed treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
rc-local-generator treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
remount-fs treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
reply-password treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
resolve resolved: make TXT RR generation and parsing more in-line with RFC 6763, section 6.1 2014-12-01 03:08:55 +01:00
resolve-host treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
rfkill treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
run treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
shared cgroup-util: Don't send SIGCONT after SIGKILL 2014-11-30 22:58:55 +01:00
shutdownd treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
sleep treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
socket-proxy treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
sysctl treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
system-update-generator treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
systemctl systemctl: remove unused variable 2014-11-30 00:36:16 +01:00
systemd sd-bus: make more connection properties readable 2014-11-28 20:29:43 +01:00
sysusers treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1 2014-11-28 20:55:04 +01:00
sysv-generator core: warn and ignore SysVStartPriority= 2014-11-30 19:10:40 -05:00
test treewide: convert some left-over (usec_t) -1 to USEC_INFINITY 2014-11-28 20:55:04 +01:00
timedate treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
timesync timesyncd: minor simplification 2014-11-30 22:58:55 +01:00
tmpfiles treewide: introduce UID_INVALID (and friends) as macro for (uid_t) -1 2014-11-28 20:55:04 +01:00
tty-ask-password-agent treewide: another round of simplifications 2014-11-28 19:57:32 +01:00
udev udev: strings in C are NUL-terminated anyway, no need to add a second NUL... 2014-11-30 00:21:49 +01:00
update-done udev,update-done: more log_xyz_errno() conversions 2014-11-28 16:32:26 +01:00
update-utmp treewide: use log_*_errno whenever %m is in the format string 2014-11-28 19:49:27 +01:00
vconsole delta: diff returns 1 when files differ, ignore this 2014-11-29 11:10:51 -05:00
.gitignore Add test coverage and generate report with lcov 2013-07-13 21:56:33 -04:00
Makefile