| Commit message (Expand) | Author | Age | Files | Lines |
* | Unneeded code removed, usused field "unsigned pscpu" removed | vda | 2006-11-01 | 1 | -1/+1 |
* | mostly style fixes | vda | 2006-11-01 | 3 | -99/+95 |
* | ls: cleanup part 1 | vda | 2006-10-28 | 1 | -1/+1 |
* | OFF_T_FMT -> OFF_FMT | vda | 2006-10-27 | 1 | -1/+1 |
* | top: batch mode should output all processes | vda | 2006-10-27 | 1 | -1/+1 |
* | last nail into error_msg() (de)capitalization | vda | 2006-10-27 | 1 | -1/+1 |
* | rename functions to more understandable names | vda | 2006-10-26 | 2 | -2/+2 |
* | remove bb_printf and the like | vda | 2006-10-26 | 2 | -100/+100 |
* | mount: use switch (compare_string_array(..)) | vda | 2006-10-26 | 1 | -36/+105 |
* | xconnect is non-conforming to "xfunc like libc" rule. Fixing | vda | 2006-10-26 | 1 | -1/+1 |
* | silly size savings and capitalization fixes | vda | 2006-10-26 | 4 | -10/+10 |
* | use skip_whitespace where appropriate | vda | 2006-10-25 | 1 | -2/+1 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 2 | -3/+3 |
* | mount: support user mounts if CONFIG_DESKTOP | vda | 2006-10-16 | 1 | -22/+58 |
* | mdev: reduce excessive indentation | vda | 2006-10-16 | 1 | -105/+112 |
* | fdisk: compilation fix | vda | 2006-10-14 | 3 | -37/+49 |
* | add open_read_close() and similar stuff | vda | 2006-10-14 | 3 | -25/+11 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | vda | 2006-10-12 | 2 | -2/+2 |
* | cut, mount: small improvements | vda | 2006-10-12 | 1 | -10/+13 |
* | fdisk: separate sun/aix/etc code into #included files | vda | 2006-10-12 | 5 | -3144/+3004 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 8 | -33/+32 |
* | eject: -T fix | vda | 2006-10-05 | 1 | -2/+2 |
* | build system overhaul | vda | 2006-10-05 | 4 | -162/+110 |
* | bb_applet_name -> applet_name | vda | 2006-10-03 | 4 | -4/+4 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 12 | -22/+22 |
* | fdformat: remove redundant check | vda | 2006-10-03 | 1 | -7/+6 |
* | lots of silly indent fixes | vda | 2006-10-03 | 3 | -31/+29 |
* | mount: accept and ignore -s (sloppy) option. | vda | 2006-10-02 | 1 | -11/+11 |
* | fbset: store short string in the structure itself instead of the pointer | vda | 2006-09-30 | 1 | -213/+203 |
* | fbset: add support for -a (bug 1017) | vda | 2006-09-30 | 1 | -6/+14 |
* | losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/y | vda | 2006-09-29 | 1 | -2/+2 |
* | Yet another silly little byte saving. couldn't -> cannot | vda | 2006-09-29 | 1 | -1/+1 |
* | mount: fix bug 946 (mount -f should update mtab) | vda | 2006-09-29 | 1 | -6/+6 |
* | losetup: with no arguments lists all /dev/loopN. Corrected help text. | vda | 2006-09-27 | 1 | -3/+15 |
* | mount: fix breakage from recent changes (spurious -ro mounts) | vda | 2006-09-24 | 1 | -19/+11 |
* | hexdump: fixlet for my breakage | vda | 2006-09-23 | 1 | -1/+1 |
* | hexdump: deindent, almost fits into 80 columns now | vda | 2006-09-23 | 1 | -34/+32 |
* | losetup: getopt_ulflags'ification + small fix for perror_nomsg | vda | 2006-09-22 | 1 | -33/+35 |
* | getopt: fix whitespace damage | vda | 2006-09-22 | 1 | -14/+14 |
* | readprofile: getopt_ulflags'isation | vda | 2006-09-22 | 1 | -38/+6 |
* | ipcs: fix my recent breakage | vda | 2006-09-22 | 1 | -1/+1 |
* | Change license statements (and clean up headers) on some of the files that | landley | 2006-09-22 | 8 | -20/+8 |
* | mount: nfs mount should enable bb_error-to-syslog support | vda | 2006-09-21 | 1 | -0/+1 |
* | mount: make Rob happy by reinstating #defines | vda | 2006-09-21 | 1 | -4/+2 |
* | ipcs: fix output (misaligned columns) | vda | 2006-09-19 | 1 | -2/+2 |
* | ipcs: getopt_ulflag'ification, -170 bytes | vda | 2006-09-19 | 1 | -39/+16 |
* | mount: fstabname needs to be const char* | vda | 2006-09-19 | 1 | -2/+3 |
* | mount: fix warning (printf field width of * wants int, not size_t) | vda | 2006-09-19 | 1 | -1/+1 |
* | whitespace cleanup | vda | 2006-09-17 | 7 | -27/+27 |
* | mount: style fixlet | vda | 2006-09-17 | 1 | -2/+4 |