Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-03 | fdisk: remove 8k buffer from bss - OSF labels | Denis Vlasenko | |
are not THAT common anyway | |||
2007-01-03 | convert calloc to xzalloc | Denis Vlasenko | |
fix sleep-on-die option | |||
2007-01-03 | fsck_minix: tiny optimization | Denis Vlasenko | |
2007-01-03 | forgot to svn add util-linux/minix.h :( | Denis Vlasenko | |
2007-01-03 | fbset: move variable from data to bss | Denis Vlasenko | |
fsck_minix: fix fallout | |||
2007-01-03 | factor out minix structures/constants into minix.h | Denis Vlasenko | |
fsck_minix: optimizations | |||
2007-01-03 | fsck_minix: optimizations. ~130 bytes | Denis Vlasenko | |
2007-01-03 | introduce small[u]int | Denis Vlasenko | |
fsck_minix: use it for flag variables. 140 bytes saved | |||
2007-01-02 | silly style fixes | Denis Vlasenko | |
2006-12-30 | next bunch of fixes for bugs found by randconfig | Denis Vlasenko | |
2006-12-30 | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko | |
these are resulting fixes | |||
2006-12-26 | merge post-1.3.0 fixes | Denis Vlasenko | |
2006-12-19 | remove casts from xmalloc() | Denis Vlasenko | |
2006-12-19 | u_short, ulong exterminated | Denis Vlasenko | |
fdiskXXX: add a bit of sanity (not enough by far) | |||
2006-12-18 | mount: add getmntent_r stub for dietlibc | Denis Vlasenko | |
2006-12-16 | s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g | Denis Vlasenko | |
xstrtou: disallow leading '+' | |||
2006-12-10 | more: fix for case when _FILE_OFFSET_BITS is not #defined. | Denis Vlasenko | |
samll size improvement. | |||
2006-12-01 | - provide central knob to turn off RPC related options. | Bernhard Reutner-Fischer | |
2006-11-30 | "make bigdata" biggest offender dealt with: | Denis Vlasenko | |
xmalloc 16Kb buffer instead of keeping it in bss | |||
2006-11-29 | Well, I am not 100.00% usre that uint16 will suffice there. | Denis Vlasenko | |
We don't lose anything by using 'unsigned' instead. | |||
2006-11-29 | another -90 bytes. That #define is **evil** | Denis Vlasenko | |
2006-11-29 | mkfs.minix: more cleanups, -~300 bytes of code. | Denis Vlasenko | |
Added debugging support. | |||
2006-11-29 | cut 0.5k off mkfs.minix | Denis Vlasenko | |
assorted strtoul fixes (that's what brought me into minix)... | |||
2006-11-29 | getopt32-ification of fdisk | Denis Vlasenko | |
2006-11-27 | Closing bug 1040: | Denis Vlasenko | |
The "quiet" option is quietly (hah) ignored. It should be passed through to the mount() syscall in the comma separated list of options. I found the problem with the vfat/msdos filesystems, which uses a quiet option to override some complaints and errors. | |||
2006-11-27 | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | |
2006-11-27 | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | |
2006-11-27 | byteswap ops had extra mask ops - removed | Denis Vlasenko | |
2006-11-26 | small fixes: | Denis Vlasenko | |
fix xstrdup to not grossly overallocate memory use xopen instean of xopen3 in several places etc. | |||
2006-11-24 | hunt down improper include <>, make mkswap output 4Gb+ friendly | Denis Vlasenko | |
2006-11-24 | header_verbose_list: stop truncating file size in listing | Denis Vlasenko | |
2006-11-19 | mount: if FILE* is NULL, it's not wise to use it. | Denis Vlasenko | |
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | |
2006-11-12 | umount: umount -a shouldn't stop on first failure | Denis Vlasenko | |
2006-11-05 | rename: compare_string_array -> index_in_str_array | Denis Vlasenko | |
introduce index_in_substr_array and use it in iproute2 | |||
2006-11-01 | Unneeded code removed, usused field "unsigned pscpu" removed | Denis Vlasenko | |
2006-11-01 | mostly style fixes | Denis Vlasenko | |
2006-10-28 | ls: cleanup part 1 | Denis Vlasenko | |
2006-10-27 | OFF_T_FMT -> OFF_FMT | Denis Vlasenko | |
2006-10-27 | top: batch mode should output all processes | Denis Vlasenko | |
2006-10-27 | last nail into error_msg() (de)capitalization | Denis Vlasenko | |
2006-10-26 | rename functions to more understandable names | Denis Vlasenko | |
2006-10-26 | remove bb_printf and the like | Denis Vlasenko | |
2006-10-26 | mount: use switch (compare_string_array(..)) | Denis Vlasenko | |
where appropriate, saves >100 bytes. | |||
2006-10-26 | xconnect is non-conforming to "xfunc like libc" rule. Fixing | Denis Vlasenko | |
2006-10-26 | silly size savings and capitalization fixes | Denis Vlasenko | |
2006-10-25 | use skip_whitespace where appropriate | Denis Vlasenko | |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | |
2006-10-16 | mount: support user mounts if CONFIG_DESKTOP | Denis Vlasenko | |
2006-10-16 | mdev: reduce excessive indentation | Denis Vlasenko | |