| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Convert cmdedit into more generic line input facility | vda | 2007-01-22 | 2 | -183/+172 |
* | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | vda | 2007-01-19 | 1 | -1/+1 |
* | whitespace fixes (leading spaces to tab) | vda | 2007-01-13 | 1 | -1/+1 |
* | Trailing whitespace removal over entire tree | vda | 2007-01-11 | 1 | -10/+10 |
* | fix verbose output; remove commented-out includes. | vda | 2007-01-11 | 1 | -6/+0 |
* | ipv6-ization efforts continue. Few bugs are found, | vda | 2007-01-11 | 1 | -20/+10 |
* | fdisk: remove 8k buffer from bss - OSF labels | vda | 2007-01-03 | 3 | -36/+37 |
* | convert calloc to xzalloc | vda | 2007-01-03 | 1 | -1/+1 |
* | fsck_minix: tiny optimization | vda | 2007-01-03 | 1 | -9/+3 |
* | forgot to svn add util-linux/minix.h :( | vda | 2007-01-03 | 2 | -1/+77 |
* | fbset: move variable from data to bss | vda | 2007-01-03 | 2 | -25/+25 |
* | factor out minix structures/constants into minix.h | vda | 2007-01-03 | 2 | -264/+133 |
* | fsck_minix: optimizations. ~130 bytes | vda | 2007-01-03 | 1 | -44/+47 |
* | introduce small[u]int | vda | 2007-01-03 | 1 | -64/+69 |
* | silly style fixes | vda | 2007-01-02 | 1 | -62/+61 |
* | next bunch of fixes for bugs found by randconfig | vda | 2006-12-30 | 5 | -22/+24 |
* | done a dozen of randconfig test. guess what? ALL failed... | vda | 2006-12-30 | 2 | -1/+5 |
* | merge post-1.3.0 fixes | vda | 2006-12-26 | 1 | -0/+3 |
* | remove casts from xmalloc() | vda | 2006-12-19 | 1 | -1/+1 |
* | u_short, ulong exterminated | vda | 2006-12-19 | 5 | -67/+64 |
* | mount: add getmntent_r stub for dietlibc | vda | 2006-12-18 | 1 | -1/+16 |
* | s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g | vda | 2006-12-16 | 2 | -4/+4 |
* | more: fix for case when _FILE_OFFSET_BITS is not #defined. | vda | 2006-12-10 | 1 | -40/+28 |
* | - provide central knob to turn off RPC related options. | aldot | 2006-12-01 | 1 | -0/+1 |
* | "make bigdata" biggest offender dealt with: | vda | 2006-11-30 | 2 | -3/+5 |
* | Well, I am not 100.00% usre that uint16 will suffice there. | vda | 2006-11-29 | 1 | -2/+2 |
* | another -90 bytes. That #define is **evil** | vda | 2006-11-29 | 1 | -8/+12 |
* | mkfs.minix: more cleanups, -~300 bytes of code. | vda | 2006-11-29 | 1 | -202/+204 |
* | cut 0.5k off mkfs.minix | vda | 2006-11-29 | 3 | -198/+120 |
* | getopt32-ification of fdisk | vda | 2006-11-29 | 1 | -185/+165 |
* | Closing bug 1040: | vda | 2006-11-27 | 1 | -1/+1 |
* | style cleanup: return(a) -> return a, part 2 | vda | 2006-11-27 | 2 | -3/+3 |
* | style cleanup: return(a) -> return a, part 1 | vda | 2006-11-27 | 1 | -1/+1 |
* | byteswap ops had extra mask ops - removed | vda | 2006-11-27 | 3 | -15/+11 |
* | small fixes: | vda | 2006-11-26 | 1 | -2/+2 |
* | hunt down improper include <>, make mkswap output 4Gb+ friendly | vda | 2006-11-24 | 1 | -6/+7 |
* | header_verbose_list: stop truncating file size in listing | vda | 2006-11-24 | 1 | -1/+1 |
* | mount: if FILE* is NULL, it's not wise to use it. | vda | 2006-11-19 | 1 | -3/+5 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | vda | 2006-11-18 | 4 | -14/+14 |
* | umount: umount -a shouldn't stop on first failure | vda | 2006-11-12 | 1 | -5/+6 |
* | rename: compare_string_array -> index_in_str_array | vda | 2006-11-05 | 1 | -3/+3 |
* | 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 |