udhcp: use poll() instead of select()
[oweals/busybox.git] / miscutils / timeout.c
2016-11-22 Denys VlasenkoConvert all miscutils/* applets to "new style" applet...
2016-11-22 Denys VlasenkoSplit miscutils/Config.src items into miscutils/*.c...
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-02-01 Denys Vlasenkops: implement -o stat
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-07-03 Pascal Bellardlibbb: introduce and use BB_EXECVP_or_die()
2010-06-24 Denys Vlasenko*: make exec failure message more consistent
2009-03-22 Denis Vlasenkotimeout: fix parsing of -t NUM on MMU
2008-11-24 Denis Vlasenkotimeout: fix a few bugs. vda is stupid
2008-11-24 Denis Vlasenkotimeout: new applet. 370 bytes. by Roberto Foglietta.