summaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* more: fix for case when _FILE_OFFSET_BITS is not #defined.Denis Vlasenko2006-12-101-40/+28
| | | | samll size improvement.
* - provide central knob to turn off RPC related options.Bernhard Reutner-Fischer2006-12-011-0/+1
|
* "make bigdata" biggest offender dealt with:Denis Vlasenko2006-11-302-3/+5
| | | | xmalloc 16Kb buffer instead of keeping it in bss
* Well, I am not 100.00% usre that uint16 will suffice there.Denis Vlasenko2006-11-291-2/+2
| | | | We don't lose anything by using 'unsigned' instead.
* another -90 bytes. That #define is **evil**Denis Vlasenko2006-11-291-8/+12
|
* mkfs.minix: more cleanups, -~300 bytes of code.Denis Vlasenko2006-11-291-202/+204
| | | | Added debugging support.
* cut 0.5k off mkfs.minixDenis Vlasenko2006-11-293-198/+120
| | | | assorted strtoul fixes (that's what brought me into minix)...
* getopt32-ification of fdiskDenis Vlasenko2006-11-291-185/+165
|
* Closing bug 1040:Denis Vlasenko2006-11-271-1/+1
| | | | | | | 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.
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-272-3/+3
|
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-1/+1
|
* byteswap ops had extra mask ops - removedDenis Vlasenko2006-11-273-15/+11
|
* small fixes:Denis Vlasenko2006-11-261-2/+2
| | | | | | fix xstrdup to not grossly overallocate memory use xopen instean of xopen3 in several places etc.
* hunt down improper include <>, make mkswap output 4Gb+ friendlyDenis Vlasenko2006-11-241-6/+7
|
* header_verbose_list: stop truncating file size in listingDenis Vlasenko2006-11-241-1/+1
|
* mount: if FILE* is NULL, it's not wise to use it.Denis Vlasenko2006-11-191-3/+5
|
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-184-14/+14
|
* umount: umount -a shouldn't stop on first failureDenis Vlasenko2006-11-121-5/+6
|
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-051-3/+3
| | | | | introduce index_in_substr_array and use it in iproute2
* Unneeded code removed, usused field "unsigned pscpu" removedDenis Vlasenko2006-11-011-1/+1
|
* mostly style fixesDenis Vlasenko2006-11-013-99/+95
|
* ls: cleanup part 1Denis Vlasenko2006-10-281-1/+1
|
* OFF_T_FMT -> OFF_FMTDenis Vlasenko2006-10-271-1/+1
|
* top: batch mode should output all processesDenis Vlasenko2006-10-271-1/+1
|
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-271-1/+1
|
* rename functions to more understandable namesDenis Vlasenko2006-10-262-2/+2
|
* remove bb_printf and the likeDenis Vlasenko2006-10-262-100/+100
|
* mount: use switch (compare_string_array(..))Denis Vlasenko2006-10-261-36/+105
| | | | where appropriate, saves >100 bytes.
* xconnect is non-conforming to "xfunc like libc" rule. FixingDenis Vlasenko2006-10-261-1/+1
|
* silly size savings and capitalization fixesDenis Vlasenko2006-10-264-10/+10
|
* use skip_whitespace where appropriateDenis Vlasenko2006-10-251-2/+1
|
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-202-3/+3
|
* mount: support user mounts if CONFIG_DESKTOPDenis Vlasenko2006-10-161-22/+58
|
* mdev: reduce excessive indentationDenis Vlasenko2006-10-161-105/+112
|
* fdisk: compilation fixDenis Vlasenko2006-10-143-37/+49
|
* add open_read_close() and similar stuffDenis Vlasenko2006-10-143-25/+11
|
* bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko2006-10-122-2/+2
| | | | Renaming...
* cut, mount: small improvementsDenis Vlasenko2006-10-121-10/+13
|
* fdisk: separate sun/aix/etc code into #included filesDenis Vlasenko2006-10-125-3144/+3004
|
* attempt to regularize atoi mess.Denis Vlasenko2006-10-088-33/+32
|
* eject: -T fixDenis Vlasenko2006-10-051-2/+2
|
* build system overhaulDenis Vlasenko2006-10-054-162/+110
|
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-034-4/+4
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-0312-22/+22
| | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
* fdformat: remove redundant checkDenis Vlasenko2006-10-031-7/+6
|
* lots of silly indent fixesDenis Vlasenko2006-10-033-31/+29
|
* mount: accept and ignore -s (sloppy) option.Denis Vlasenko2006-10-021-11/+11
| | | | needed for compatibility with Linux automounter.
* fbset: store short string in the structure itself instead of the pointerDenis Vlasenko2006-09-301-213/+203
| | | | (small size saving)
* fbset: add support for -a (bug 1017)Denis Vlasenko2006-09-301-6/+14
|
* losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/yDenis Vlasenko2006-09-291-2/+2
|