hwclock: make it report system/rtc clock difference
[oweals/busybox.git] / miscutils /
2010-01-04 Denys Vlasenko*: remove some uses of argc
2010-01-02 Denys Vlasenko*: do not assign to stdout/stderr, it's not portable.
2009-12-30 Denys Vlasenkodc: make "dc -1.23 ..." work
2009-12-13 Denys Vlasenkocrond: do not log info messages at LOG_ERR. Closes...
2009-12-12 Denys Vlasenkorandomconfig fixes
2009-11-28 Denys Vlasenko*: remove a few more cases of argc usage. -89 bytes.
2009-11-27 Denys Vlasenkoflash_eraseall: stop using obsolete mtd/jffs2-user...
2009-11-26 Denys Vlasenkorunlevel: -2 bytes
2009-11-25 Denys Vlasenkontpd: and real handling for -N, show usage w/o options...
2009-11-21 Stefan Seyfriedflashcp: new applet by Stefan Seyfried. +900 bytes
2009-11-18 Denys Vlasenkolibbb: robustify isXXXX(). +39 bytes
2009-11-15 Denys Vlasenkolibbb: added xfdopen_for_read/write
2009-11-15 Denys Vlasenkoeject: band-aid for kernel headers using u8 type
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-11-11 Denys Vlasenkotidy up O_NONBLOCK usage. use libbb functions in stty.
2009-11-07 Vladimir Dronnikovfbsplash: allow compressed image files
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-11-01 Vladimir Dronnikovmountpoint: btrfs fix
2009-10-27 Bernhard Reutner... wall: new applet
2009-10-27 Bernhard Reutner... add and use xopen_nonblocking (-18b)
2009-10-19 Denys Vlasenkomenuconfig tweaks
2009-10-08 Denys Vlasenko*: code shrink via NOINLINE
2009-10-06 Denys Vlasenko*: use {i,u}toa() where appropriate
2009-10-03 Vladimir Dronnikovsendmail: accept -i too, not only -oi
2009-09-23 Denys Vlasenko*: optimize code size in strtoul calls
2009-09-22 Denys Vlasenkohdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code...
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-09-06 Denys Vlasenkodocumentation and typo fixes. By Dan Fandrich (dan...
2009-09-06 Denys Vlasenkoremove some GNUisms. by Dan Fandrich (dan AT coneharves...
2009-08-22 Denys Vlasenkobeep: optimize
2009-08-21 Bernhard Reutner... add config knob for default freq and length
2009-08-21 Bernhard Reutner... add simple beep applet
2009-08-13 Denys Vlasenkotypo fix in comment
2009-08-12 Matthew Stoltenbergvolname: new applet
2009-08-02 Denys Vlasenkorx: strip padding from last block. closes bug 501.
2009-07-24 Denys Vlasenkoman: use man.config, not only man.conf (man version...
2009-07-10 Denys Vlasenkofix fallout from BSD patches
2009-07-08 Denys Vlasenkomove libc related stuff out of platform.h
2009-07-04 Denys Vlasenkofix dependencies of FEATURE_GETOPT_LONG
2009-06-05 Denys Vlasenko*: add FAST_FUNC to function ptrs where it makes sense
2009-05-25 Denys Vlasenkoflash_lock, flash_unlock: new applets
2009-05-20 Denys Vlasenkohdparm: fix a thinko in a previous commit
2009-05-20 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-05-20 Denys Vlasenkohdparm: code shrink
2009-05-20 Denys Vlasenkohdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80...
2009-05-17 Denys Vlasenkoline editing: add an option to emit ESC [ 6 n and use...
2009-04-29 Denis Vlasenko*: bb_error_msg's messages should not be capitalized
2009-04-25 Mike Frysingerwe need to daemonize *before* opening the watchdog...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-20 Denis Vlasenkowatchdog: enable it before setting timeout
2009-04-01 Denis Vlasenkomore of pointless whitespace fixes
2009-04-01 Denis Vlasenkotrailing whitespace removal
2009-03-29 Denis Vlasenkobuild system: hdparm -d is not that dangerous, remove...
2009-03-22 Denis Vlasenkotimeout: fix parsing of -t NUM on MMU
2009-03-20 Denis VlasenkoCompatibility fixes:
2009-03-16 Denis Vlasenkochat: update by Vladimir
2009-03-11 Denis Vlasenkodocs/logging_and_backgrounding.txt: new mini-doc
2009-02-26 Denis Vlasenkorunsv: small optimization
2009-02-24 Denis Vlasenkoflash_eraseall.c: fix vda's breakage
2009-02-23 Bernhard Reutner... - by not calling getpagesize() twice we can save 2...
2009-02-19 Denis Vlasenkoflash_eraseall: shrink
2009-02-18 Bernhard Reutner... - bail out if screen resolution does not match PPM...
2009-02-18 Bernhard Reutner... - document ppm header and skip whitespace
2009-02-18 Bernhard Reutner... - eliminate globals
2009-02-18 Bernhard Reutner... - make it compile and shrink it a little bit (~-110...
2009-02-18 Bernhard Reutner... - add flash_eraseall
2009-02-16 Bernhard Reutner... - PPMs can have comments in the header.
2009-02-14 Bernhard Reutner... - misc untested shrinkage:
2009-02-14 Bernhard Reutner... - improve helptext of obsolete devfs stuff..
2009-02-03 Denis Vlasenkocrond,crontab: make cron directory location configurable
2009-01-31 Denis Vlasenkoionice: new applet, adapted from Linux kernel' example...
2009-01-27 Bernhard Reutner... - update Michele address
2008-12-30 Denis Vlasenkodc: fix the "base 2" patch omission of base not being set
2008-12-30 Denis Vlasenkolibbb: add bb_unsetenv (taken from hush).
2008-12-14 Denis Vlasenkowatchdog: build fixes, no code changes
2008-12-10 Denis Vlasenkolibiproute: fix buggy open check: s/if (fd)/if (fd...
2008-12-04 Denis Vlasenkoclarify which version of crond is known to put tasks...
2008-12-03 Denis Vlasenkolibbb: introduce and use xgetpwnam. ~ -150 bytes.
2008-12-03 Denis Vlasenkocrond: use bb_setpgrp, not setpgrp
2008-12-02 Denis Vlasenkolibbb: password/group function helpers rewritten by...
2008-12-02 Denis Vlasenkocrond: put tasks in separate process groups
2008-11-29 Denis Vlasenkomountpoint: add -n option (by Vladimir)
2008-11-29 Denis Vlasenkoinotifyd: save resourses by closing unused inotify...
2008-11-24 Denis Vlasenkotimeout: fix a few bugs. vda is stupid
2008-11-24 Denis Vlasenkotimeout: new applet. 370 bytes. by Roberto Foglietta.
2008-11-23 Denis Vlasenkostrings: code shrink -22 bytes by Tito
2008-11-20 Denis Vlasenkoinotifyd: exit if x event happened for all files
2008-11-17 Denis Vlasenkoinotify: add x, o, and u events
2008-11-16 Denis Vlasenkoman: better check for duplicated MANPATH. Also -10...
2008-11-14 Denis Vlasenkoinotifyd: fix "inotifyd with no params" case
2008-11-14 Denis Vlasenkoinotify: document waiting behavior
2008-11-14 Denis Vlasenkoinotify: fix buffer overflow and "unreaped zombies...
2008-11-10 Denis Vlasenkobuild system: reorder less' options in config so that
2008-11-06 Denis Vlasenkobuild system: tidying up CONFIG_xxx names (suggested...
2008-11-02 Denis Vlasenkoless: fix pasting into search line ('/' cmd) -
2008-10-31 Denis Vlasenkoless: fix newly-introduced case of less spinning forever
2008-10-30 Denis Vlasenkodc: support for bases 2 and 8, by Nate Case (ncase...
2008-10-29 Denis Vlasenkorandomconfig fixes
2008-10-26 Denis Vlasenkodevmem: fixlet in cleanup code
2008-10-26 Denis Vlasenkodevmem: make it more script-friendly; don't do any...
next