summaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* random style fixes (extra spaces deleted)Denis Vlasenko2007-03-242-3/+3
|
* assorted fixes uncovered by randomconfig runsDenis Vlasenko2007-03-221-0/+2
|
* fix accumulated whitespace and indentation damageDenis Vlasenko2007-03-201-1/+1
|
* fdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPUDenis Vlasenko2007-03-191-175/+177
|
* fdisk: get rid of _() macro.Denis Vlasenko2007-03-195-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 trickDenis Vlasenko2007-03-181-4/+3
|
* fdisk: move 2k ptes[] array into bb_common_bufsiz1Denis Vlasenko2007-03-181-25/+32
|
* mkfs_minix: stop using lots of bss/data.Denis Vlasenko2007-03-151-178/+190
| | | | | data -3500 bytes, code -300 bytes keep_data_small: expand/fix
* swapon: reinstate hole check but reduce it to warningDenis Vlasenko2007-03-141-2/+2
| | | | inode_hash: remove unused variable
* fsck_minix: stop using large buffers in bssDenis Vlasenko2007-03-131-12/+26
|
* swapon: random shrinkageDenis Vlasenko2007-03-121-5/+4
|
* more: do not mess with "/dev/console" (!);Denis Vlasenko2007-03-101-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 etcDenis Vlasenko2007-03-071-7/+15
|
* clean up accumulated whitespace damageDenis Vlasenko2007-03-071-3/+3
|
* init: code readability enhancements; very small code changesDenis Vlasenko2007-02-171-1/+3
|
* create a document for mdev so people dont have to rtfsMike Frysinger2007-02-141-26/+10
|
* fix warning coming from printing size_t with %uDenis Vlasenko2007-02-061-1/+1
|
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-1/+1
|
* minix utils: de-inline bit ops (saves ~130 bytes)Denis Vlasenko2007-02-062-18/+40
|
* minix utils: make a message easier to understand; small tweaksDenis Vlasenko2007-02-062-20/+25
|
* correct "pivot_root: pivot_root: <msg>"Denis Vlasenko2007-02-061-2/+4
|
* mount: (try to) support cifs with IPv6Denis Vlasenko2007-02-041-13/+22
|
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-0324-0/+24
| | | | no preceding prototype
* preparatory patch for -Wwrite-strings #3Denis Vlasenko2007-01-294-15/+15
|
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-293-4/+5
|
* combine depends linesMike Frysinger2007-01-241-2/+1
|
* correct file format errorsMike Frysinger2007-01-241-3/+3
|
* dnsd: getfileentry was leaking memoryDenis Vlasenko2007-01-221-18/+20
| | | | mount: improve readability
* Convert cmdedit into more generic line input facilityDenis Vlasenko2007-01-222-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 codeDenis Vlasenko2007-01-191-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 Vlasenko2007-01-131-1/+1
|
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-10/+10
|
* fix verbose output; remove commented-out includes.Denis Vlasenko2007-01-111-6/+0
|
* ipv6-ization efforts continue. Few bugs are found,Denis Vlasenko2007-01-111-20/+10
| | | | unknown number likely introduced...
* fdisk: remove 8k buffer from bss - OSF labelsDenis Vlasenko2007-01-033-36/+37
| | | | are not THAT common anyway
* convert calloc to xzallocDenis Vlasenko2007-01-031-1/+1
| | | | fix sleep-on-die option
* fsck_minix: tiny optimizationDenis Vlasenko2007-01-031-9/+3
|
* forgot to svn add util-linux/minix.h :(Denis Vlasenko2007-01-032-1/+77
|
* fbset: move variable from data to bssDenis Vlasenko2007-01-032-25/+25
| | | | fsck_minix: fix fallout
* factor out minix structures/constants into minix.hDenis Vlasenko2007-01-032-264/+133
| | | | fsck_minix: optimizations
* fsck_minix: optimizations. ~130 bytesDenis Vlasenko2007-01-031-44/+47
|
* introduce small[u]intDenis Vlasenko2007-01-031-64/+69
| | | | fsck_minix: use it for flag variables. 140 bytes saved
* silly style fixesDenis Vlasenko2007-01-021-62/+61
|
* next bunch of fixes for bugs found by randconfigDenis Vlasenko2006-12-305-22/+24
|
* done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko2006-12-302-1/+5
| | | | these are resulting fixes
* merge post-1.3.0 fixesDenis Vlasenko2006-12-261-0/+3
|
* remove casts from xmalloc()Denis Vlasenko2006-12-191-1/+1
|
* u_short, ulong exterminatedDenis Vlasenko2006-12-195-67/+64
| | | | fdiskXXX: add a bit of sanity (not enough by far)
* mount: add getmntent_r stub for dietlibcDenis Vlasenko2006-12-181-1/+16
|
* s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gDenis Vlasenko2006-12-162-4/+4
| | | | xstrtou: disallow leading '+'