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.c
Age
Commit message (
Collapse
)
Author
2014-07-17
Use libc daemon() instead of pending daemonize.
Rob Landley
2014-05-06
Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make ↵
Rob Landley
du use it, move it from lib/pending.c to lib.c.
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(). ↵
Rob Landley
Check that in.
2013-11-10
du from Ashwini Sharma.
Rob Landley
2013-09-11
Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. ↵
0.4.6
Rob Landley
(Fix it.)
2013-09-10
Remove two unused functions and shrink another.
Rob Landley
2013-09-03
Replace ↵
Rob Landley
for_each_pid_with_name_in_array_perform_callback_function_upon_translated_value() with name_to_pid(), comparing absolute paths or just basename() consistently as spotted by Lukasz Skalski, and adjust callers.
2013-09-06
Ashwini Sharma submitted route.c, adding it to pending.
Rob Landley
2013-08-18
Remove files du no longer needs.
Rob Landley
2013-08-10
Add daemonize function to lib for klogd and syslogd
Felix Janda
2013-07-14
New stuff added to lib.c needs review too, so make a lib/pending.c and move ↵
Rob Landley
several functions to it.