Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | random style fixes (extra spaces deleted) | Denis Vlasenko | 2007-03-24 | 2 | -3/+3 | |
| | ||||||
* | assorted fixes uncovered by randomconfig runs | Denis Vlasenko | 2007-03-22 | 1 | -0/+2 | |
| | ||||||
* | fix accumulated whitespace and indentation damage | Denis Vlasenko | 2007-03-20 | 1 | -1/+1 | |
| | ||||||
* | fdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPU | Denis Vlasenko | 2007-03-19 | 1 | -175/+177 | |
| | ||||||
* | fdisk: get rid of _() macro. | Denis Vlasenko | 2007-03-19 | 5 | -795/+791 | |
| | | | | | | | | | Shorten some messages. Stop using stderr - anyone who tries to use fdisk no-interactively is "strange" anyway. Improve storage handling in bsd module. text data bss dec hex filename 728112 1488 33788 763388 ba5fc busybox.t0/busybox 727248 1488 33372 762108 ba0fc busybox.t1/busybox | |||||
* | mkfs_minix: remove older, less efficient bss reduction trick | Denis Vlasenko | 2007-03-18 | 1 | -4/+3 | |
| | ||||||
* | fdisk: move 2k ptes[] array into bb_common_bufsiz1 | Denis Vlasenko | 2007-03-18 | 1 | -25/+32 | |
| | ||||||
* | mkfs_minix: stop using lots of bss/data. | Denis Vlasenko | 2007-03-15 | 1 | -178/+190 | |
| | | | | | data -3500 bytes, code -300 bytes keep_data_small: expand/fix | |||||
* | swapon: reinstate hole check but reduce it to warning | Denis Vlasenko | 2007-03-14 | 1 | -2/+2 | |
| | | | | inode_hash: remove unused variable | |||||
* | fsck_minix: stop using large buffers in bss | Denis Vlasenko | 2007-03-13 | 1 | -12/+26 | |
| | ||||||
* | swapon: random shrinkage | Denis Vlasenko | 2007-03-12 | 1 | -5/+4 | |
| | ||||||
* | more: do not mess with "/dev/console" (!); | Denis Vlasenko | 2007-03-10 | 1 | -42/+35 | |
| | | | | | | | fill whole 1st screen (was "screen sans one line"); fall back to cat if redirected or no ctty less: fall back to cat if no ctty (was exiting) resize: cosmetics | |||||
* | hwclock: support /dev/rtc0 etc | Denis Vlasenko | 2007-03-07 | 1 | -7/+15 | |
| | ||||||
* | clean up accumulated whitespace damage | Denis Vlasenko | 2007-03-07 | 1 | -3/+3 | |
| | ||||||
* | init: code readability enhancements; very small code changes | Denis Vlasenko | 2007-02-17 | 1 | -1/+3 | |
| | ||||||
* | create a document for mdev so people dont have to rtfs | Mike Frysinger | 2007-02-14 | 1 | -26/+10 | |
| | ||||||
* | fix warning coming from printing size_t with %u | Denis Vlasenko | 2007-02-06 | 1 | -1/+1 | |
| | ||||||
* | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko | 2007-02-06 | 1 | -1/+1 | |
| | ||||||
* | minix utils: de-inline bit ops (saves ~130 bytes) | Denis Vlasenko | 2007-02-06 | 2 | -18/+40 | |
| | ||||||
* | minix utils: make a message easier to understand; small tweaks | Denis Vlasenko | 2007-02-06 | 2 | -20/+25 | |
| | ||||||
* | correct "pivot_root: pivot_root: <msg>" | Denis Vlasenko | 2007-02-06 | 1 | -2/+4 | |
| | ||||||
* | mount: (try to) support cifs with IPv6 | Denis Vlasenko | 2007-02-04 | 1 | -13/+22 | |
| | ||||||
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 24 | -0/+24 | |
| | | | | no preceding prototype | |||||
* | preparatory patch for -Wwrite-strings #3 | Denis Vlasenko | 2007-01-29 | 4 | -15/+15 | |
| | ||||||
* | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 3 | -4/+5 | |
| | ||||||
* | combine depends lines | Mike Frysinger | 2007-01-24 | 1 | -2/+1 | |
| | ||||||
* | correct file format errors | Mike Frysinger | 2007-01-24 | 1 | -3/+3 | |
| | ||||||
* | dnsd: getfileentry was leaking memory | Denis Vlasenko | 2007-01-22 | 1 | -18/+20 | |
| | | | | mount: improve readability | |||||
* | Convert cmdedit into more generic line input facility | Denis Vlasenko | 2007-01-22 | 2 | -183/+172 | |
| | | | | | | (make history and completion optional at runtime). Use it for fdisk, as an example. Some unrelated fixes in fdisk are also here. | |||||
* | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko | 2007-01-19 | 1 | -1/+1 | |
| | | | | | | | | | (will close all fd's > 2 on daemonization now) getty: fix "getty -" support, and also do not try to chown/chmod "-" telnetd: fix "lost ctty" bug Yet another attempt on saner function names: bb_sanitize_server_stdio(0/1) -> bb_sanitize_stdio() + bb_daemonize(); | |||||
* | whitespace fixes (leading spaces to tab) | Denis Vlasenko | 2007-01-13 | 1 | -1/+1 | |
| | ||||||
* | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 1 | -10/+10 | |
| | ||||||
* | fix verbose output; remove commented-out includes. | Denis Vlasenko | 2007-01-11 | 1 | -6/+0 | |
| | ||||||
* | ipv6-ization efforts continue. Few bugs are found, | Denis Vlasenko | 2007-01-11 | 1 | -20/+10 | |
| | | | | unknown number likely introduced... | |||||
* | fdisk: remove 8k buffer from bss - OSF labels | Denis Vlasenko | 2007-01-03 | 3 | -36/+37 | |
| | | | | are not THAT common anyway | |||||
* | convert calloc to xzalloc | Denis Vlasenko | 2007-01-03 | 1 | -1/+1 | |
| | | | | fix sleep-on-die option | |||||
* | fsck_minix: tiny optimization | Denis Vlasenko | 2007-01-03 | 1 | -9/+3 | |
| | ||||||
* | forgot to svn add util-linux/minix.h :( | Denis Vlasenko | 2007-01-03 | 2 | -1/+77 | |
| | ||||||
* | fbset: move variable from data to bss | Denis Vlasenko | 2007-01-03 | 2 | -25/+25 | |
| | | | | fsck_minix: fix fallout | |||||
* | factor out minix structures/constants into minix.h | Denis Vlasenko | 2007-01-03 | 2 | -264/+133 | |
| | | | | fsck_minix: optimizations | |||||
* | fsck_minix: optimizations. ~130 bytes | Denis Vlasenko | 2007-01-03 | 1 | -44/+47 | |
| | ||||||
* | introduce small[u]int | Denis Vlasenko | 2007-01-03 | 1 | -64/+69 | |
| | | | | fsck_minix: use it for flag variables. 140 bytes saved | |||||
* | silly style fixes | Denis Vlasenko | 2007-01-02 | 1 | -62/+61 | |
| | ||||||
* | next bunch of fixes for bugs found by randconfig | Denis Vlasenko | 2006-12-30 | 5 | -22/+24 | |
| | ||||||
* | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko | 2006-12-30 | 2 | -1/+5 | |
| | | | | these are resulting fixes | |||||
* | merge post-1.3.0 fixes | Denis Vlasenko | 2006-12-26 | 1 | -0/+3 | |
| | ||||||
* | remove casts from xmalloc() | Denis Vlasenko | 2006-12-19 | 1 | -1/+1 | |
| | ||||||
* | u_short, ulong exterminated | Denis Vlasenko | 2006-12-19 | 5 | -67/+64 | |
| | | | | fdiskXXX: add a bit of sanity (not enough by far) | |||||
* | mount: add getmntent_r stub for dietlibc | Denis Vlasenko | 2006-12-18 | 1 | -1/+16 | |
| | ||||||
* | s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g | Denis Vlasenko | 2006-12-16 | 2 | -4/+4 | |
| | | | | xstrtou: disallow leading '+' |