index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
pending.h
Age
Commit message (
Expand
)
Author
2019-08-12
sort: move off get_rawline.
Elliott Hughes
2015-12-24
Move get_line() header to pending.h because posix has FILE * versions.
Rob Landley
2015-05-31
Move the magic list of commands needing cleanup from toys/pending/README
Rob Landley
2014-09-26
The only illegal characters in a username are ":" (field separator), "\n" (li...
Rob Landley
2014-08-18
Cleanups on useradd/groupadd/groupdel, and put TOYBOX_UID_SYS and TOYBOX_UID_...
Rob Landley
2014-07-17
Use libc daemon() instead of pending daemonize.
Rob Landley
2014-06-25
Cleanup pass on mkpasswd.c
Rob Landley
2014-05-06
Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make d...
Rob Landley
2014-05-06
Use compiler built-in macros to determine if argument parsing can use double ...
Rob Landley
2013-12-19
Move names_to_pid from pending to lib.
Rob Landley
2013-11-28
Oops, cleaned up ifconfig uses atolx_range() instead of get_int_list(). Check...
Rob Landley
2013-11-10
du from Ashwini Sharma.
Rob Landley
2013-11-10
Break out lib/pending.h from lib/lib.h.
Rob Landley