ntpd: preparatory patches, no functional changes
[oweals/busybox.git] / include /
2009-12-16 Denys Vlasenkotar: add support for --overwrite. +70 bytes.
2009-12-16 Denys Vlasenkolibunarchive: move dpkg-specific things into dpkg.c...
2009-12-11 Denys Vlasenkoreplace APP_xxDHCPxx with xxDHCPxx, it's more consisten...
2009-12-07 Souf Ouedlsusb: new applet. +400 bytes
2009-12-05 Souf Ouedlspci: new applet. +573 bytes
2009-12-05 Denys Vlasenkoreplace /bin/mdev with /sbin/mdev
2009-12-05 Denys Vlasenkotrim usage text. -238 bytes
2009-12-02 Denys Vlasenkontpd: implement -x. shrink code a bit. -69 bytes
2009-11-28 Denys Vlasenko*: remove a few more cases of argc usage. -89 bytes.
2009-11-26 Denys Vlasenkoping: fix unaligned access. closes bug 745.
2009-11-25 Denys Vlasenkontpd: and real handling for -N, show usage w/o options...
2009-11-24 Denys Vlasenkontpd: locally bind every peer socket. +22 bytes
2009-11-23 Denys Vlasenkontpd: add -q option. By Adam Tkac.
2009-11-23 Denys Vlasenkotraceroute: fix help text to not show -6 when tracerout...
2009-11-23 Leonid Lisovskiytraceroute6: new applet by Leonid Lisovskiy. +1562...
2009-11-22 Adam Tkacntpd: new applet by Adam Tkac. +5k.
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-14 Bernhard Reutner... use utimes() rather than obsolescent utime()
2009-11-08 Magnus Dammwget: factor out progress bar code
2009-11-07 Denys Vlasenkobig endian warning fixes
2009-11-04 Mike Frysingerapplets: meant to fix order, not enable bbsh
2009-11-04 Mike Frysingerapplets: fix alphabetical order
2009-11-04 Denys Vlasenkolibbb.h: remove two over-zealous RETURNS_MALLOC
2009-11-03 Denys Vlasenkomkswap: add -L LABEL option. closes bug 689.
2009-11-02 Denys Vlasenkoinclude/libbb.h: mark malloc-returning functions with...
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-11-02 Vladimir Dronnikovmkfs.reiser: new applet. needs much polishing
2009-11-01 Dan FandrichAdd more compat code for non GNU environments
2009-10-27 Bernhard Reutner... wall: new applet
2009-10-27 Bernhard Reutner... add and use xopen_nonblocking (-18b)
2009-10-27 Dan Fandrichplatform compatibility work (by Dan Fandrich)
2009-10-27 Denys Vlasenkosed: shrink usage text
2009-10-27 Rob LandleyMinor usage tweak for sed.
2009-10-25 Denys Vlasenkoread_key: remove handling for ctrl-up/down, we don...
2009-10-25 Denys Vlasenkolineedit: handle Ctrl-arrows
2009-10-24 Denys Vlasenkopatch: add longopts, --dry-run, add one more test
2009-10-23 Vladimir Dronnikovftpget/put: make 3rd parameter optional
2009-10-23 Denys Vlasenkodate: line up tabs in usage text
2009-10-23 Bernhard Reutner... date: handle long options
2009-10-23 Denys Vlasenkolibbb.h: tidy it up a bit. no code changes (verified)
2009-10-23 Denys Vlasenkofix isalnum and isxdigit. Unfortunately, +285 bytes
2009-10-23 Denys Vlasenkoeliminate all remaining users of ctype. ~600 byte large...
2009-10-23 Denys Vlasenko*: optimize most of isXXXXX() macros
2009-10-23 Denys Vlasenkolibbb: smaller isdigit. -95 bytes
2009-10-22 Denys Vlasenko*: use better isspace implementation
2009-10-22 Denys Vlasenkomke2fs: mention -F in usage text
2009-10-22 Denys Vlasenkotrimming help text
2009-10-22 Denys Vlasenkomkfs_ext2: use compatible inode sizes; add -I <inodesiz...
2009-10-21 Denys Vlasenkotune2fs: new applet by Vladimir. Only supports -L LABEL
2009-10-19 Denys Vlasenkorandomconfig fixes
2009-10-18 Denys Vlasenkomkfs_ext2: fixes for huge filesystems
2009-10-18 Denys Vlasenkomkfs_ext2: make it able to create images larger than 4G
2009-10-17 Denys Vlasenkotrim usage text
2009-10-17 Vladimir Dronnikovmkfs_ext2: new applet by Vladimir
2009-10-15 Vladimir Dronnikovmove generate_uuid from mkswap to libbb
2009-10-12 Denys Vlasenkolibbb/human_readable.c: shrink; and reduce bss usage
2009-10-11 Denys Vlasenkoinclude/xatonum.h: make it survive -Wconversion
2009-10-10 Denys Vlasenkoudhcpc: more help text tweaking
2009-10-10 Denys Vlasenkoudhcpc: better wording in help text
2009-10-06 Denys VlasenkoTrim help text a bit more
2009-10-06 Denys VlasenkoTrim usage text a bit
2009-10-05 Denys Vlasenkounpackers: check errors from close() too
2009-10-03 Vladimir Dronnikovsendmail: accept -i too, not only -oi
2009-10-02 Denys VlasenkoFixes to usage text; updated busybox.spec
2009-09-29 Denys Vlasenkofind: -follow should not error out on dandling links
2009-09-22 Denys Vlasenkops: fix compile breakage
2009-09-20 Denys Vlasenkops: document -T option
2009-09-20 Natanael Copaswaponoff: add uuid/label support. By Natanael Copa
2009-09-19 Denys Vlasenkops,top: add an option to show threads. +260 bytes of...
2009-09-17 Denys Vlasenkotar: fix --numeric-owner, --no-same-owner, --no-same...
2009-09-11 Denys Vlasenkofix read_cmdline API and a small buglet where "[comm...
2009-09-11 Denys Vlasenkotop, ps: do not output trailing spaces
2009-09-11 Denys Vlasenkotop: add -m ("memory") option
2009-09-07 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2009-09-07 Denys Vlasenkomodprobe-small: make string buffer code robust; fix...
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-09-04 Denys Vlasenkotelnetd: add -w ("inetd wait") option. Can be configur...
2009-08-28 Denys Vlasenkorpm2cpio: handle unseekable input correctly
2009-08-27 Denys Vlasenkomore help text tweaking
2009-08-27 Denys Vlasenkotrim help texts a bit
2009-08-27 Denys Vlasenkoremove a few extra newlines in help text
2009-08-21 Denys Vlasenkofix duplicate FAST_FUNC FAST_FUNC
2009-08-21 Bernhard Reutner... add simple beep applet
2009-08-20 Denys Vlasenkomsh: aliased to hush
2009-08-20 Denys Vlasenkopatch: support -N. By Olivier Duclos (olivier.duclos...
2009-08-12 Matthew Stoltenbergvolname: new applet
2009-08-08 Denys Vlasenkorandomconfig fixes
2009-07-30 Denys Vlasenkorename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP...
2009-07-30 Denys Vlasenkoping6: make it setuid just like ping
2009-07-28 Alexander Shishkinmake find_pid_by_name look at /proc/PID/exe too
2009-07-18 Denys Vlasenkofix mountpoint test to not prevemt mkfs_xxx from making...
2009-07-18 Denys Vlasenkotouch: implement -t TIME (needed for testsuite)
2009-07-18 Denys Vlasenkotouch: implement -d --date (our own testsuite needs...
2009-07-18 Denys Vlasenkodate: factor out date parsing (in preparation for touch -d)
2009-07-16 Denys Vlasenkofix a thinko in lineedit completion code
2009-07-11 Denys Vlasenkotweaking Unicode support
2009-07-11 Denys Vlasenkoadded simplified Unicode support for non-locale-enabled...
next