ubase/util
Hiltjo Posthuma 528f10be6c util/passwd.c: check errno only if spw is NULL
this is more reliable. there is a difference between glibc and musl
errno if /etc/tcb/<name>/shadow doesn't exist.
2014-07-09 15:07:19 +01:00
..
agetcwd.c Add barebones ps(1) 2013-08-15 16:50:48 +01:00
agetline.c Add initial implementation of passwd(1) 2014-06-05 16:57:27 +01:00
apathmax.c Sweep through code and replace malloc() with emalloc() etc. 2014-04-30 13:12:17 +01:00
ealloc.c Fix includes across all tools 2014-06-30 19:04:47 +01:00
eprintf.c Be consistent and use #ifdef instead of #if 2014-03-28 16:00:43 +00:00
estrtol.c Initial commit of ubase - the ugly/unportable base 2013-08-06 13:17:14 +01:00
estrtoul.c Use estrtoul() in dd(1) 2014-06-04 13:13:00 +01:00
explicit_bzero.c Fix includes across all tools 2014-06-30 19:04:47 +01:00
passwd.c util/passwd.c: check errno only if spw is NULL 2014-07-09 15:07:19 +01:00
proc.c util/proc: theoretical underflow 2014-07-05 12:00:24 +01:00
putword.c Add primitive pidof(8) 2013-08-29 11:11:26 +01:00
recurse.c Fix includes across all tools 2014-06-30 19:04:47 +01:00
strlcat.c Fix includes across all tools 2014-06-30 19:04:47 +01:00
strlcpy.c Fix includes across all tools 2014-06-30 19:04:47 +01:00
tty.c Fix includes across all tools 2014-06-30 19:04:47 +01:00