aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve the setuid situation a bit, and make it more apparentandersen2004-08-261-0/+3
* Fix incorrect arguments being passed to mknodandersen2004-07-301-2/+2
* Fixup getty, login, etc so the utmp and wtmp are updated, allowingandersen2004-07-301-0/+1
* Fix up brain damage with the way major and minor are used toandersen2004-07-301-1/+1
* BusyBox has no business hard coding the number of major and minor bits for aandersen2004-07-261-4/+5
* Patch by Paul Whittaker, make busybox dc compatable with GNU dc. bug12004-07-241-8/+1
* Avoid a naming conflict with include/bits/fcntl.handersen2004-07-201-4/+4
* Include some documentation posted to the list by vodzandersen2004-07-201-0/+5
* Woops, the previous commit was an accident, its supplied in the patch,bug12004-06-052-190/+32
* Device table support for makedevs, the previous behaviour can beenbug12004-06-052-32/+190
* Bugfixesbug12004-04-301-2/+2
* Larry Doolittle writes:andersen2004-04-144-5/+5
* Tito, farmatito at tiscali dot it writes:andersen2004-04-051-31/+32
* Tito noticed a printf that should have been a bb_error_msg.andersen2004-03-201-1/+1
* Fix broken arg parsing (was not passing pointer to items so p, argc, and argvandersen2004-03-191-132/+117
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-1513-32/+32
* Patch from Florian Schirmer. compile fix for debug buildsbug12004-02-221-2/+2
* Fixup braces (patch from Thomas Geulig), run through indent and manuallybug12004-02-221-778/+744
* Avoid naming conflict with symbol in newer glibc headersandersen2004-02-141-4/+4
* Bug fix from Tito.bug12004-02-041-3/+4
* Fix compile error, the indenting really needs to be fixed herebug12003-12-231-1/+1
* New applet, rx, by Christopher Hooverbug12003-12-203-0/+351
* Tito writes:andersen2003-12-192-340/+464
* Get vfork_daemon_rexec working under uclinuxruss2003-12-151-6/+4
* Fix compile when CONFIG_FEATURE_HDPARM_GET_IDENTITY is disabledandersen2003-12-121-6/+9
* Patch from Tito, size optimisation, cleanup noise when in debuggingbug12003-11-302-167/+174
* Correct Matteo's email addressbug12003-11-281-1/+1
* Patch from Steven Scholz to send the output from 'time'andersen2003-11-071-2/+2
* the dc applet now needs libmandersen2003-10-221-0/+7
* Goetz Bock writes:andersen2003-10-221-0/+20
* last_patch116 from vodz:andersen2003-10-221-3/+5
* Tito writes:andersen2003-10-221-3/+2
* Andreas Mohr writes:andersen2003-10-221-4/+4
* old gcctimr2003-10-171-3/+3
* Do not use kernel headersandersen2003-10-091-13/+50
* New applet, devfsd, by Matteo Croce and Titobug12003-10-093-0/+2051
* Patch from Steven Scholz, fix some warningsbug12003-10-091-1/+1
* Patch from Tito, size optimisation and fix error in exit code of -Vbug12003-10-091-1056/+1265
* Patch from Tito, Reduces the size of busybox's strings applet from 1900 tobug12003-09-151-12/+11
* Update Matteo Croce's email addressbug12003-09-151-1/+1
* more crond+crontab integrating with loginutil libbb functions and deletedbug12003-09-032-39/+8
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as onebug12003-09-022-10/+7
* save a couple of bytesbug12003-08-301-1/+1
* "A little patch for the strings applet of the busybox development treebug12003-08-291-6/+3
* "Typo and/or thinko: scanning till the end of NUL terminated stringbug12003-08-281-1/+1
* Implement a minimalist 'last' which allows the LEAF project toandersen2003-08-084-74/+111
* quiet some noiseandersen2003-08-081-0/+2
* Patch from Steven Scholz:andersen2003-08-062-1/+13
* Sync hdparm -t and -T options with hdparm-5.3, which seemsandersen2003-08-061-66/+69
* Avoid shadowing built-in function `log'andersen2003-07-281-33/+33