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