ubase/util
sin 924fc8449b Disable core dumps in case passwd(1) crashes
Avoids leaking the shadow db.
2014-06-10 11:44:33 +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 Add ealloc.c with wrappers for emalloc() and friends 2014-04-30 13:11:57 +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 Add LICENSE header in explicit_bzero.c 2014-04-30 12:32:22 +01:00
passwd.c Disable core dumps in case passwd(1) crashes 2014-06-10 11:44:33 +01:00
proc.c remove some signed / unsigned type warnings 2014-02-14 14:11:37 +00:00
putword.c Add primitive pidof(8) 2013-08-29 11:11:26 +01:00
recurse.c Add barebones ps(1) 2013-08-15 16:50:48 +01:00
strlcat.c Guard against strlcpy()/strlcat() being implemented as macros 2014-02-10 13:16:42 +00:00
strlcpy.c Guard against strlcpy()/strlcat() being implemented as macros 2014-02-10 13:16:42 +00:00
tty.c Sweep through code and replace malloc() with emalloc() etc. 2014-04-30 13:12:17 +01:00