mkfs_ext2: fix bad comment. no code changes
[oweals/busybox.git] / include /
2010-02-02 Denys Vlasenkomore thorough fix for systems with strange socklen_t
2010-02-02 Denys Vlasenkostat: get rid on intmax_t
2010-02-01 Denys VlasenkomkXXXX: unify [KBYTES] parameter handling (added it...
2010-01-31 Denys Vlasenkols: unicode fixes
2010-01-30 Denys Vlasenkofurther work on unicodization
2010-01-24 Denys Vlasenkorandomconfig fixes
2010-01-24 Denys Vlasenkolibbb: better unicode width support. Hopefully fixes...
2010-01-20 Denys Vlasenko*: small code shrinks and compile fix for unicode
2010-01-20 Mikhail Gusarovtar: handle -m (--touch) switch, enabled by FEATURE_TAR...
2010-01-20 Matheus Izvekovdiff: implement flag -B (Ignore changes whose lines...
2010-01-18 Denys Vlasenkols: make it so that group never glues itself to file...
2010-01-15 Denys Vlasenkotrim usage text a bit; fix cp usage (meaning of -H...
2010-01-15 Denys Vlasenkocp: fix -H handling
2010-01-14 Denys Vlasenkosmall doc update
2010-01-12 Denys Vlasenkolibbb: introduce and use monotonic_ms
2010-01-09 Denys Vlasenkocpio: improve help text more; fix -p and -F interaction
2010-01-09 Denys Vlasenkocpio: improve help text; document two TODOs
2010-01-09 Denys Vlasenko*: make it easier to distinquish "struct tm", pointer...
2010-01-08 Denys Vlasenkoifplugd: clarify -a in help text
2010-01-07 Denys Vlasenkoifplugd: mention iff mode in help
2010-01-06 Denys Vlasenkohwclock: make it report system/rtc clock difference
2010-01-06 Denys Vlasenkontpd: add -S PROG option. This feature is crucial for...
2010-01-06 Denys Vlasenkoifplugd: simplify run_script()
2010-01-06 Denys Vlasenkolibunarchive: clean up dirty hacks. code shrank as...
2010-01-06 Matheus Izvekovfind: add optional support for -links. +100 bytes
2010-01-04 Denys Vlasenkontpd: make -w less cumbersome to use
2010-01-04 Denys Vlasenkofold: unicode support. Based on a patch by Tomas Heinri...
2010-01-04 Denys Vlasenko*: make 2 more "int argc"'s unused; more saved if ...
2010-01-03 Denys Vlasenkontpd: add -w "watch" option, useful for debugging to...
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...
next