busybox/coreutils
Bernhard Reutner-Fischer 86a7f18f21 *: Switch to POSIX utmpx API
UTMP is SVID legacy, UTMPX is mandated by POSIX.

Glibc and uClibc have identical layout of UTMP and UTMPX, both of these
libc treat _PATH_UTMPX as _PATH_UTMP so from a user-perspective nothing
changes except the names of the API entrypoints.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2015-04-02 23:03:46 +02:00
..
libcoreutils
Config.src dd: add optional support for status=noxfer/none 2015-02-07 01:41:22 +01:00
Kbuild.src
basename.c trim extra newlines in help texts 2015-01-24 19:46:45 +01:00
cal.c
cat.c
catv.c
chgrp.c
chmod.c
chown.c
chroot.c
cksum.c
comm.c
cp.c Add conditional support for -v / --verbose 2014-05-19 16:23:50 +02:00
cut.c
date.c libbb: introduce and use is_prefixed_with() 2015-03-12 17:48:34 +01:00
dd.c dd: move suffix struct to xatonum.c 2015-03-22 17:41:04 +01:00
df.c df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0 2014-09-20 18:55:17 +02:00
dirname.c
dos2unix.c
du.c
echo.c
env.c
expand.c
expr.c
false.c
fold.c
fsync.c
head.c
hostid.c
id.c
id_test.sh
install.c install: fix help text 2014-09-24 22:16:24 +02:00
length.c.disabled
ln.c
logname.c
ls.c ls: heed compiler warning 2015-02-23 15:25:58 +01:00
md5_sha1_sum.c
mkdir.c Add conditional support for -v / --verbose 2014-05-19 16:23:50 +02:00
mkfifo.c
mknod.c
mv.c Add conditional support for -v / --verbose 2014-05-19 16:23:50 +02:00
nice.c
nohup.c
od.c
od_bloaty.c od: fix printing of high-bit chars 2015-03-12 20:11:48 +01:00
printenv.c
printf.c
pwd.c
readlink.c
realpath.c
rm.c Add conditional support for -v / --verbose 2014-05-19 16:23:50 +02:00
rmdir.c Add conditional support for -v / --verbose 2014-05-19 16:23:50 +02:00
seq.c
shuf.c shuf: trim help text 2014-03-07 14:41:53 +01:00
sleep.c
sort.c
split.c
stat.c stat: fix printing selinux context and null-dereference 2014-06-27 14:08:29 +02:00
stty.c
sum.c
sync.c
tac.c
tail.c
tee.c
test.c test: fix mishandling of "test '(' = '('" and similar 2014-07-01 14:16:28 +02:00
test_ptr_hack.c
touch.c
tr.c
true.c
truncate.c truncate: new applet 2015-03-22 18:00:32 +01:00
tty.c
uname.c
uniq.c
unlink.c unlink: new applet 2014-06-22 20:44:25 +02:00
usleep.c
uudecode.c libbb: introduce and use is_prefixed_with() 2015-03-12 17:48:34 +01:00
uuencode.c
wc.c
who.c *: Switch to POSIX utmpx API 2015-04-02 23:03:46 +02:00
whoami.c
yes.c