tftpd: new applet (mostly using existing code for tftp)
[oweals/busybox.git] / miscutils /
2008-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
2008-03-17 Denis Vlasenko*: fix fallout from -Wunused-parameter
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-03-17 Denis Vlasenkoless: improve search when data is not supplied fast...
2008-03-12 Denis Vlasenkolibbb: introduse and use signal_[no_]SA_RESTART_empty_m...
2008-03-12 Denis Vlasenkonc: remove a bit of bloat
2008-03-12 Denis Vlasenkocrond: make it NOMMU-capable
2008-02-28 Denis Vlasenkomicrocom: shrink
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2008-02-27 Denis Vlasenkoscript: new applet by Pascal Bellard <pascal.bellard...
2008-02-25 Denis Vlasenko*: intrduce and use safe_gethostname. By Tito <farmatit...
2008-02-24 Denis Vlasenkoless: shrink
2008-02-24 Denis Vlasenkoless,klogd,syslogd,nc,tcpudp: exit on signal by killing...
2008-02-23 Denis Vlasenkoless: small shrink
2008-02-23 Denis Vlasenkoless: make it a bit more resistant against statusline...
2008-02-23 Denis Vlasenkoless: update line input so that it doesn't interfere...
2008-02-19 Denis Vlasenkomicrocom: tiny shrink, adding comments
2008-02-19 Denis Vlasenkofix chat CONFIG_xxx dependencies
2008-02-19 Denis Vlasenkochat: now with "svn add"
2008-02-18 Denis Vlasenkochat: new applet by dronnikov AT gmail.com. With all...
2008-02-18 Bernhard Reutner... - fix open(creat) without a mode
2008-02-18 Denis Vlasenkomount: recognize "dirsync" (closes bug 835)
2008-02-17 Denis Vlasenkowhitespace fixes
2008-02-17 Denis Vlasenkocrontab: stop using remove() - use unlink() instead
2008-02-17 Denis Vlasenkolibbb: introduce and use xrename and rename_or_warn.
2008-02-16 Denis Vlasenkomicrocom: maintainer update
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2008-02-16 Denis Vlasenkocrontab: clear env if run by non-root, so that we can...
2008-02-16 Denis Vlasenko*: more readable handling of pipe fds. No code changes.
2008-02-16 Denis Vlasenkorandom s/short/int/
2008-02-16 Denis Vlasenkocrontab: almost complete rewrite
2008-02-10 Denis Vlasenkomicrocom: read more than 1 byte from device, if possible
2008-02-09 Denis Vlasenkomicrocom: compile fixes
2008-02-09 Denis Vlasenkomicrocom: split -d (delay) option away from -t
2008-02-08 Denis Vlasenkomicrocom: update from maintainer
2008-02-08 Bernhard Reutner... - add eject -s for SCSI- and USB-devices (Nico Erfurth)
2008-01-28 Denis Vlasenkomicrocom: undo #define trick, gcc fails to take advanta...
2008-01-27 Denis Vlasenkomkswap, readahead: stop using fdlength, it is reported...
2008-01-27 Denis Vlasenkomicrocom: update from the author
2008-01-27 Bernhard Reutner... - fix conflicting decls of syslog related facilitynames...
2008-01-24 Denis Vlasenkocrond: small code shrink and readability enhancements
2008-01-19 Bernhard Reutner... - Fix hdparm's ioctl parameter passing (John Brandwood)
2008-01-07 Denis Vlasenkops: fix build breakage from vda's recent commit
2008-01-02 Denis Vlasenkolibbb: introduce and use safe_waitpid (loops in EINTR)
2007-11-06 Denis Vlasenkofbset: fix buglet where we were using wrong pointer
2007-11-04 Denis Vlasenkoifconfig: code shrink
2007-10-30 Denis Vlasenkohdparm: code shrink
2007-10-11 Denis Vlasenkomt: eliminate vector of structures with pointers (bad...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenkoprintf("%s\n") -> puts()
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-30 Denis Vlasenkointroduce and use close_on_exec_on(fd). -50 bytes.
2007-09-29 Denis Vlasenkosmall code shrink
2007-09-28 Denis Vlasenkohdparm: paranoia-induced fix against theoretical div...
2007-09-28 Denis Vlasenkohdparm: more robust (re overflows) code. +38 bytes.
2007-09-28 Denis Vlasenkohdparm: reduce possibility of numeric overflow in -T.
2007-09-28 Denis Vlasenkohdparm: simplify timing measurement (it wa the last...
2007-09-28 Denis Vlasenkohdparm: get rid of static variables
2007-09-27 Denis Vlasenkoless: make 'f' page forward
2007-09-27 Denis Vlasenkohdparm: use fixed fd #3 for device being interrogated
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-27 Denis Vlasenkostyle and message text fixes
2007-09-27 Denis Vlasenkointroduce safe_poll (fixes a problem in top)
2007-09-22 Denis Vlasenkoinclude libbb.h, not busybox.h
2007-09-22 Bernhard Reutner... - actually mv microcom.c to miscutils
2007-09-22 Denis Vlasenkomove microcom to miscutils
2007-09-05 Denis Vlasenkowatchdog: allow millisecond spec (-t 250ms)
2007-08-19 Denis Vlasenkocrond: code shrink
2007-08-19 Denis Vlasenkolibbb,crond,lash: fix getopt32 (don't know how it manag...
2007-08-18 Denis Vlasenkocrond: don't start sendmail with absolute path
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-17 Denis Vlasenkoassorted fixes for breakage found by randomconfig
2007-08-16 Denis Vlasenkohdparm: shrink rodata by ~250 bytes
2007-08-16 Denis Vlasenkowhitespace fixes, no code changes
2007-08-13 Denis Vlasenkohttpd: round down sendfile byte count to 64k
2007-08-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-08-03 Denis Vlasenkoless: add a bit more robustness in keyboard reading...
2007-08-03 Denis Vlasenkottysize: update copyright
2007-08-02 Denis Vlasenkottysize: new applet. +200 bytes
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-21 Denis Vlasenkostyle fix (stray space before ';')
2007-07-21 Denis VlasenkoThree patches from FreeWRT people
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-07-19 Denis Vlasenkostray trailing tabs removed
2007-07-17 Denis Vlasenkoremove accumulated stray trailing whitespace
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-07-01 Denis Vlasenkodevfsd: futher sanitization by Tito <farmatito@tiscali.it>
2007-07-01 Denis Vlasenkodevfsd: indentation fixes
2007-06-30 Denis Vlasenkointroduce and use bb_basename()
2007-06-27 Denis Vlasenkodevfsd: style cleanup; size reduction (Tito <farmatito...
2007-06-25 Denis Vlasenkodevfsd: fix formatting (Tito <farmatito@tiscali.it>)
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-17 Denis Vlasenkowget: use monotonic_sec instead of gettimeofday
2007-06-17 Denis Vlasenkohwclock: size optimizations
2007-06-17 Denis Vlasenkotime: *const str = "xxx" ==> str[] = "xxx"
2007-06-17 Denis Vlasenkostrings: strings a b was processing a twice, fix that
2007-06-12 Denis Vlasenkomove several applets to more correct ex-project. No...
2007-06-04 Denis Vlasenkodiff: stop using data/bss
next