aboutsummaryrefslogtreecommitdiff
path: root/libbb (unfollow)
Commit message (Expand)AuthorFilesLines
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
2006-09-17mount: revert mount --bind to using "bind" as fstype.vda1-1/+1
2006-09-17mount: mount_it_now() - char *dir is not really needed.vda1-3/+3
2006-09-17mount: fix "duplicate mount options in mtab" bugvda1-3/+21
2006-09-17mount: nfs_strerror's static buffer was bigger than needed.vda1-1/+1
2006-09-17mount: getopt_ulflag'ificationvda1-38/+24
2006-09-17mount: style fixesvda1-34/+34
2006-09-17mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr;vda1-17/+20
2006-09-17mount: use bb_simplify_path as appropriatevda1-21/+13
2006-09-17mount: style fixesvda1-21/+24
2006-09-17login: apply fixes + getopt_ulflag'ification by Bernhardvda1-44/+29
2006-09-15- Steven Scholz pointed out that ssd's make-pid doesn't take an argument.aldot1-1/+1
2006-09-15mount: reorder things, fix NFS-less mount.vda1-380/+360
2006-09-15Unbreak allbareconfig.landley1-5/+2
2006-09-15So, in the cornucopia of superfulous warning directives I didn't add to thelandley1-1/+1
2006-09-15Unbreak allbareconfig.landley1-15/+3