aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2006-09-23ifupdown: getopt_ulflags'ification.Denis Vlasenko1-59/+29
2006-09-23arping: fix bug (getopt_ulflags and optarg don't mix),Denis Vlasenko1-24/+16
2006-09-23insmod: getopt_ulflags'isationDenis Vlasenko1-62/+40
2006-09-23passwd: getopt_ulflags'isationDenis Vlasenko1-61/+52
2006-09-23bb_askpass: shorten static password buffer. 256 is way too large.Denis Vlasenko4-31/+27
2006-09-22Follow-up to 16172: this also doesn't produce a warning for me on gcc 4.1,Rob Landley1-1/+1
2006-09-22"I'll think about it" != "apply it now". It means I need to think about it.Rob Landley5-62/+1
2006-09-22netstat: getopt_ulflags'isationDenis Vlasenko1-61/+46
2006-09-22gzip: getopt_ulflags'isationDenis Vlasenko1-35/+27
2006-09-22losetup: getopt_ulflags'ification + small fix for perror_nomsgDenis Vlasenko2-34/+38
2006-09-22awk: getopt_ulflags'isationDenis Vlasenko1-37/+27
2006-09-22sed: getopt_ulflags'isationDenis Vlasenko1-34/+22
2006-09-22hostname: getopt_ulflags'isationDenis Vlasenko1-39/+28
2006-09-22telnetd: getopt_ulflags'isationDenis Vlasenko1-32/+12
2006-09-22adjtimex: getopt_ulflags'isationDenis Vlasenko1-31/+26
2006-09-22logger: getopt_ulflags'isationDenis Vlasenko1-16/+7
2006-09-22getopt: fix whitespace damageDenis Vlasenko1-14/+14
2006-09-22readprofile: getopt_ulflags'isationDenis Vlasenko1-38/+6
2006-09-22ipcs: fix my recent breakageDenis Vlasenko1-1/+1
2006-09-22- add new applet resize.Bernhard Reutner-Fischer5-0/+62
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley20-85/+20
2006-09-21- update and expand TODO a little bitBernhard Reutner-Fischer1-3/+11
2006-09-21- pull r15578 from busybox_scratch branch:Bernhard Reutner-Fischer1-25/+21
2006-09-21- silence gcc warning about a funcptr possibly being used uninitialized.Bernhard Reutner-Fischer1-2/+2
2006-09-21mount: nfs mount should enable bb_error-to-syslog supportDenis Vlasenko1-0/+1
2006-09-21- gcc-2.95 doesn't support -static-libgccBernhard Reutner-Fischer1-2/+5
2006-09-21mount: make Rob happy by reinstating #definesDenis Vlasenko1-4/+2
2006-09-20Teach get_terminal_width_height to fall back to $LINES and $COLUMNS whenRob Landley3-37/+27
2006-09-20The version checked into the tree is a snapshot of an unifinished applet, andRob Landley1-7/+7
2006-09-20The Software Freedom Law Center wants us to add a copyright notice to theRob Landley2-15/+8
2006-09-20License clarification.Rob Landley2-4/+51
2006-09-20- fix documentation for the command-line options of ipcs. Closes #1036Bernhard Reutner-Fischer1-4/+4
2006-09-20- fix embarrassing typo of mine. Closes bug #1038Bernhard Reutner-Fischer1-2/+2
2006-09-19ipcs: fix output (misaligned columns)Denis Vlasenko1-2/+2
2006-09-19ipcs: getopt_ulflag'ification, -170 bytesDenis Vlasenko1-39/+16
2006-09-19stty: fix few bugs found in testingDenis Vlasenko1-25/+27
2006-09-19getty: oops... removing duplicate #include <syslog.h>Denis Vlasenko1-2/+0
2006-09-19stty: reorder code, reducing need in forward declarations.Denis Vlasenko1-211/+198
2006-09-19stty: convert "enum mode_type" into unnamed enumDenis Vlasenko1-157/+169
2006-09-19stty: reduce #ifdef forestDenis Vlasenko1-52/+45
2006-09-19stty: simplify linewrapping code a bitDenis Vlasenko1-55/+33
2006-09-19stty: style fixesDenis Vlasenko1-102/+93
2006-09-19stty: fix a longstanding FIXME (was able to die half-way setting term params)Denis Vlasenko1-171/+241
2006-09-19mount: fstabname needs to be const char*Denis Vlasenko1-2/+3
2006-09-19mount: fix warning (printf field width of * wants int, not size_t)Denis Vlasenko1-1/+1
2006-09-19getty: #include <syslog.h>Denis Vlasenko1-0/+1
2006-09-19change char *string = "foo" -> char string[] = "foo"Denis Vlasenko3-53/+53
2006-09-17whitespace cleanupDenis Vlasenko92-218/+218
2006-09-17mount: style fixletDenis Vlasenko1-2/+4
2006-09-17style fixesDenis Vlasenko1-5/+4