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