aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* losetup: getopt_ulflags'ification + small fix for perror_nomsgvda2006-09-222-34/+38
* awk: getopt_ulflags'isationvda2006-09-221-37/+27
* sed: getopt_ulflags'isationvda2006-09-221-34/+22
* hostname: getopt_ulflags'isationvda2006-09-221-39/+28
* telnetd: getopt_ulflags'isationvda2006-09-221-32/+12
* adjtimex: getopt_ulflags'isationvda2006-09-221-31/+26
* logger: getopt_ulflags'isationvda2006-09-221-16/+7
* getopt: fix whitespace damagevda2006-09-221-14/+14
* readprofile: getopt_ulflags'isationvda2006-09-221-38/+6
* ipcs: fix my recent breakagevda2006-09-221-1/+1
* - add new applet resize.aldot2006-09-225-0/+62
* Change license statements (and clean up headers) on some of the files thatlandley2006-09-2220-85/+20
* - update and expand TODO a little bitaldot2006-09-211-3/+11
* - pull r15578 from busybox_scratch branch:aldot2006-09-211-25/+21
* - silence gcc warning about a funcptr possibly being used uninitialized.aldot2006-09-211-2/+2
* mount: nfs mount should enable bb_error-to-syslog supportvda2006-09-211-0/+1
* - gcc-2.95 doesn't support -static-libgccaldot2006-09-211-2/+5
* mount: make Rob happy by reinstating #definesvda2006-09-211-4/+2
* Teach get_terminal_width_height to fall back to $LINES and $COLUMNS whenlandley2006-09-203-37/+27
* The version checked into the tree is a snapshot of an unifinished applet, andlandley2006-09-201-7/+7
* The Software Freedom Law Center wants us to add a copyright notice to thelandley2006-09-202-15/+8
* License clarification.landley2006-09-202-4/+51
* - fix documentation for the command-line options of ipcs. Closes #1036aldot2006-09-201-4/+4
* - fix embarrassing typo of mine. Closes bug #1038aldot2006-09-201-2/+2
* ipcs: fix output (misaligned columns)vda2006-09-191-2/+2
* ipcs: getopt_ulflag'ification, -170 bytesvda2006-09-191-39/+16
* stty: fix few bugs found in testingvda2006-09-191-25/+27
* getty: oops... removing duplicate #include <syslog.h>vda2006-09-191-2/+0
* stty: reorder code, reducing need in forward declarations.vda2006-09-191-211/+198
* stty: convert "enum mode_type" into unnamed enumvda2006-09-191-157/+169
* stty: reduce #ifdef forestvda2006-09-191-52/+45
* stty: simplify linewrapping code a bitvda2006-09-191-55/+33
* stty: style fixesvda2006-09-191-102/+93
* stty: fix a longstanding FIXME (was able to die half-way setting term params)vda2006-09-191-171/+241
* mount: fstabname needs to be const char*vda2006-09-191-2/+3
* mount: fix warning (printf field width of * wants int, not size_t)vda2006-09-191-1/+1
* getty: #include <syslog.h>vda2006-09-191-0/+1
* change char *string = "foo" -> char string[] = "foo"vda2006-09-193-53/+53
* whitespace cleanupvda2006-09-1792-218/+218
* mount: style fixletvda2006-09-171-2/+4
* style fixesvda2006-09-171-5/+4
* mount: revert mount --bind to using "bind" as fstype.vda2006-09-171-1/+1
* mount: mount_it_now() - char *dir is not really needed.vda2006-09-171-3/+3
* mount: fix "duplicate mount options in mtab" bugvda2006-09-171-3/+21
* mount: nfs_strerror's static buffer was bigger than needed.vda2006-09-171-1/+1
* mount: getopt_ulflag'ificationvda2006-09-171-38/+24
* mount: style fixesvda2006-09-171-34/+34
* mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr;vda2006-09-171-17/+20
* mount: use bb_simplify_path as appropriatevda2006-09-171-21/+13
* mount: style fixesvda2006-09-171-21/+24