As noted by Martin Schwenke, the example for find was wrong
[oweals/busybox.git] / include /
2004-03-29 Eric AndersenAs noted by Martin Schwenke, the example for find was...
2004-03-27 Eric AndersenYet more doc cleanups
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-13 Eric AndersenUpdate docs for start_stop_daemon to match reality...
2004-03-12 Eric AndersenAdd prototypes for safe_strtol and friends
2004-03-12 Eric AndersenFix awk entry, which was not showing up in BusyBox...
2004-03-10 Manuel Novoa III In spite of the feature freeze, check in a complete...
2004-03-09 Eric AndersenNote that /proc must be mounted for filesystem type...
2004-03-06 Glenn L McGrathWoops, how did that get in there
2004-02-25 Glenn L McGrathPatch from Denis Dowling to fix a ocuple of usage entries
2004-02-22 Eric AndersenFernando Silveira writes:
2004-02-22 Glenn L McGrathUpdate usage for ftpget and ftpput
2004-02-21 Glenn L McGrathSometimes i get carried away with the use of function...
2004-02-20 Eric AndersenDocument missing cp options
2004-02-05 Manuel Novoa III Make sure stdlib.h is always included before dmalloc...
2004-01-27 Glenn L McGrathNew applet, seq. No options, just the basics.
2004-01-17 Glenn L McGrathModify bb_lookup_port to allow the protocol to be speci...
2004-01-15 Glenn L McGrathPatch by Tito, reduce size of deallocvt, also make...
2004-01-13 Glenn L McGrathPatch from Bastian Blank, allow the buildtime to be...
2003-12-28 Eric AndersenUpdate example slightly
2003-12-28 Tim Rikerws, show date setting format
2003-12-26 Glenn L McGrathIsolate code better for unused options, config option...
2003-12-24 Eric AndersenPatch from Ned Ludd, solar at gentoo dot org:
2003-12-20 Glenn L McGrathNew applet, rx, by Christopher Hoover
2003-12-20 Eric AndersenEradicate all references to loadacm
2003-12-20 Eric AndersenKill off the loadacm applet. It is unused, unmaintained
2003-12-20 Glenn L McGrathChange interface to bb_lookup_host, dont try and set...
2003-12-19 Eric AndersenPatch from Fillod Stephane:
2003-12-19 Eric AndersenTito writes:
2003-12-18 Russ Dillrename __getgrent so that it doesn't conflict with...
2003-12-15 Russ DillGet vfork_daemon_rexec working under uclinux
2003-12-11 Eric Andersenremove some spaces that mess up autodocifier.pl
2003-12-04 Glenn L McGrathPatch from Steven Scholz, make usage more consistent...
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
2003-11-20 Glenn L McGrathRemove unused function
2003-11-20 Glenn L McGrathDont over-read fd, use function pointer for hash function.
2003-11-20 Glenn L McGrathInclude stdint.h
2003-11-18 Glenn L McGrathCOMPRESS, not UNCOMPRESS
2003-11-18 Glenn L McGrathUpdate usage for tar -Z
2003-11-18 Glenn L McGrathUpdate md5sum, sha1sum options, patch by Steven Scholz
2003-11-15 Glenn L McGrathMove from read_gz to the pipe()+fork() method.
2003-11-14 Glenn L McGrathNEW APPLET: pipe_progress, used by debian installer
2003-11-14 Eric AndersenOskar Liljeblad writes:
2003-11-10 Glenn L McGrathMerge common parts of sha1sum and md5sum, which is...
2003-11-03 Eric AndersenFix rdate and ftpget/ftpput so they compile with the...
2003-10-31 Eric AndersenRework wget, the xconnect interface, and its various...
2003-10-29 Glenn L McGrathUse the return value from uncompress_bunzip, fix some...
2003-10-22 Eric AndersenGoetz Bock writes:
2003-10-10 Glenn L McGrathVodz last_patch_117, update options for new xargs
2003-10-09 Glenn L McGrathNew applet, devfsd, by Matteo Croce and Tito
2003-10-09 Eric AndersenArnd Ben Otto writes:
2003-10-09 Eric AndersenWe did not have a safe_write, which is the analog to...
2003-10-01 Glenn L McGrathPatch by Rob Landley, work in progress update, fixes...
2003-09-24 Glenn L McGrathAdd the "install" applet, move get_ug_id to libbb as...
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-09-12 Glenn L McGrathTypo.
2003-09-03 Glenn L McGrathmore crond+crontab integrating with loginutil libbb...
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-08-29 Glenn L McGrathHelp for date -I when CONFIG_FEATURE_DATE_ISOFMT is...
2003-08-29 Glenn L McGrathVodz, last patch 105
2003-08-28 Glenn L McGrathDont unlink when testing !
2003-08-22 Eric Andersen"staywithu" writes:
2003-08-08 Eric AndersenImplement a minimalist 'last' which allows the LEAF...
2003-08-08 Eric AndersenKent Robotti noted that mt.c uses "rewind" not "rew"
2003-08-06 Eric AndersenPatch from Steven Scholz:
2003-08-01 Eric AndersenRemove code that too agressively disabled inlines
2003-07-29 Eric AndersenBruno Randolf writes:
2003-07-28 Eric AndersenPatch from vodz to update httpd usage
2003-07-28 Eric Andersenlast_patch95 from vodz:
2003-07-22 Eric AndersenRemove the update utility, that is only relevant to...
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-07-22 Eric AndersenVery minor rdate updates
2003-07-22 Eric AndersenPaul Mundt <lethal@linux-sh.org> writes:
2003-07-22 Eric AndersenPatch from Paul Mundt:
2003-07-22 Eric AndersenMatteo Croce submitted a hdparm applet.
2003-07-14 Eric AndersenFix a silly typo
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-07 Eric AndersenThis declaration no longer needs to hide when using...
2003-07-05 Eric AndersenAdd the fdformat utility, based on a patch from Kent...
2003-07-03 Eric AndersenFix stupid unterminated parenthesis
2003-07-03 Eric AndersenPatch from Russell Coker:
2003-06-26 Eric AndersenGeir Thomassen wrote, regarding networking/httpd.c...
2003-06-22 Glenn L McGrathNew applet: patch, applies a unified diff
2003-06-21 Eric AndersenBased on a tinylogin patch from Philip Blundell, add...
2003-06-20 Eric AndersenAdd prototype update missing from last_patch89. Fix...
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-06-15 Eric AndersenFix rpm usage msg
2003-06-10 Glenn L McGrathVodz, last_patch_88
2003-05-26 Eric AndersenMake all syscall declarations use the syscall() function
2003-05-26 Glenn L McGrathVodz, last_patch_86
2003-05-13 Glenn L McGrathAdd some missing lines for getty, patch by Steven Scholz
2003-05-11 Glenn L McGrathminit, a Minimal init system.
2003-04-27 Glenn L McGrathNew applet, fold
2003-04-27 Glenn L McGrathConfig option to create an fgrep alias
2003-03-19 Manuel Novoa III Minor cleanups. Document the cmp -l option.
2003-03-19 Manuel Novoa III Major coreutils update.
2003-03-07 Eric AndersenDefine bb_xgetlarg as a standard interface for extracting
2003-02-17 Glenn L McGrathNew applet sha1sum
2003-02-15 Glenn L McGrathPatch from Bastian Blank
2003-02-10 Eric Andersenudhcpc is supposed to be in /sbin, not /usr/sbin/
next