aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Convert cmdedit into more generic line input facilityvda2007-01-222-183/+172
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codevda2007-01-191-1/+1
* whitespace fixes (leading spaces to tab)vda2007-01-131-1/+1
* Trailing whitespace removal over entire treevda2007-01-111-10/+10
* fix verbose output; remove commented-out includes.vda2007-01-111-6/+0
* ipv6-ization efforts continue. Few bugs are found,vda2007-01-111-20/+10
* fdisk: remove 8k buffer from bss - OSF labelsvda2007-01-033-36/+37
* convert calloc to xzallocvda2007-01-031-1/+1
* fsck_minix: tiny optimizationvda2007-01-031-9/+3
* forgot to svn add util-linux/minix.h :(vda2007-01-032-1/+77
* fbset: move variable from data to bssvda2007-01-032-25/+25
* factor out minix structures/constants into minix.hvda2007-01-032-264/+133
* fsck_minix: optimizations. ~130 bytesvda2007-01-031-44/+47
* introduce small[u]intvda2007-01-031-64/+69
* silly style fixesvda2007-01-021-62/+61
* next bunch of fixes for bugs found by randconfigvda2006-12-305-22/+24
* done a dozen of randconfig test. guess what? ALL failed...vda2006-12-302-1/+5
* merge post-1.3.0 fixesvda2006-12-261-0/+3
* remove casts from xmalloc()vda2006-12-191-1/+1
* u_short, ulong exterminatedvda2006-12-195-67/+64
* mount: add getmntent_r stub for dietlibcvda2006-12-181-1/+16
* s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gvda2006-12-162-4/+4
* more: fix for case when _FILE_OFFSET_BITS is not #defined.vda2006-12-101-40/+28
* - provide central knob to turn off RPC related options.aldot2006-12-011-0/+1
* "make bigdata" biggest offender dealt with:vda2006-11-302-3/+5
* Well, I am not 100.00% usre that uint16 will suffice there.vda2006-11-291-2/+2
* another -90 bytes. That #define is **evil**vda2006-11-291-8/+12
* mkfs.minix: more cleanups, -~300 bytes of code.vda2006-11-291-202/+204
* cut 0.5k off mkfs.minixvda2006-11-293-198/+120
* getopt32-ification of fdiskvda2006-11-291-185/+165
* Closing bug 1040:vda2006-11-271-1/+1
* style cleanup: return(a) -> return a, part 2vda2006-11-272-3/+3
* style cleanup: return(a) -> return a, part 1vda2006-11-271-1/+1
* byteswap ops had extra mask ops - removedvda2006-11-273-15/+11
* small fixes:vda2006-11-261-2/+2
* hunt down improper include <>, make mkswap output 4Gb+ friendlyvda2006-11-241-6/+7
* header_verbose_list: stop truncating file size in listingvda2006-11-241-1/+1
* mount: if FILE* is NULL, it's not wise to use it.vda2006-11-191-3/+5
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-184-14/+14
* umount: umount -a shouldn't stop on first failurevda2006-11-121-5/+6
* rename: compare_string_array -> index_in_str_arrayvda2006-11-051-3/+3
* Unneeded code removed, usused field "unsigned pscpu" removedvda2006-11-011-1/+1
* mostly style fixesvda2006-11-013-99/+95
* ls: cleanup part 1vda2006-10-281-1/+1
* OFF_T_FMT -> OFF_FMTvda2006-10-271-1/+1
* top: batch mode should output all processesvda2006-10-271-1/+1
* last nail into error_msg() (de)capitalizationvda2006-10-271-1/+1
* rename functions to more understandable namesvda2006-10-262-2/+2
* remove bb_printf and the likevda2006-10-262-100/+100
* mount: use switch (compare_string_array(..))vda2006-10-261-36/+105