summaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove final \nEric Andersen2003-09-121-1/+1
|
* Teach rdate to timeout in 10 seconds to avoid blocking foreverEric Andersen2003-09-121-0/+10
| | | | with odd or broken networking setups
* Logic error, patch by Matteo CroceGlenn L McGrath2003-08-291-1/+1
|
* Removed some debug printfsRobert Griebl2003-08-261-4/+0
|
* Patch from Kent Robotti to being fdisk in sync with v2.12 final.Eric Andersen2003-08-081-6/+10
|
* Patch from vodz:Eric Andersen2003-08-062-10/+96
| | | | | | | | | | | | | | | | | | I wrote: >>I think, fdisk have special ext2lseek special for: >>disk can have size > 4Gb, but all any partitions have < 4Gb and lseek64 >>not require. >>May be best create new configure option for set DOLFS for fdisk applet >>if global DOLFS unset? > Erik Andersen wrote: >Agreed. Using an extra configure option when ! DOLFS >would be a good idea. Ok. Patch attached.
* extern inline is a bad bad thing. kill it (so mkfs_minix.c willEric Andersen2003-08-061-11/+11
| | | | actually compile)
* Lars Ekman writes:Eric Andersen2003-07-301-0/+1
| | | | | | | | | | | | | | | | | | | | | When using "losetup" the device is always setup as Read-Only. (I have only tested with the -o flag, but looking at the code the problem seems general) The problem is the "opt" variable in "losetup.c" that is reused in the "set_loop()" call. Clear it before the call and everything is OK; opt = 0; /* <-------- added line */ if (delete) return del_loop (argv[optind]) ? EXIT_SUCCESS : EXIT_FAILURE; else return set_loop (argv[optind], argv[optind + 1], offset, &opt) ? EXIT_FAILURE : EXIT_SUCCESS; } Best Regards, Lars Ekman
* last_patch100 from vidz updating fdisk to 2.12preEric Andersen2003-07-301-317/+330
|
* Ronny L Nilsson writes:Eric Andersen2003-07-301-1/+5
| | | | | | If BusyBox was compiled with -DCONFIG_FEATURE_CLEAN_UP dmesg command segfaults if invoked with the "-n" option. (Due to a free() of an uninitialized pointer).
* There should be only one instance of CONFIG_FEATURE_AUTOWIDTHEric Andersen2003-07-261-14/+0
|
* Don't depend on CONFIG_LFS. It is really a suggestion, not a requirement,Eric Andersen2003-07-261-1/+0
| | | | since fdisk will work just fine on smaller disks w/o it.
* Remove remaining libc5 support codeEric Andersen2003-07-222-15/+1
|
* Very minor rdate updatesEric Andersen2003-07-221-1/+1
|
* Error out early if people try to build mount with nfs supportEric Andersen2003-07-221-0/+6
| | | | | using uClibc, but have not enabled UCLIBC_HAS_RPC... -Erik
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-149-14/+13
|
* Use standard typesEric Andersen2003-07-141-27/+27
|
* Require that LFS is enabled to get fdiskEric Andersen2003-07-141-0/+1
|
* Remove all the llseek junk and just use regular old lseek. When DOLFS isEric Andersen2003-07-141-110/+6
| | | | | | enabled, regular lseek is transparently promoted to lseek64 anyways, rendering the llseek stuff pointless. -Erik
* Add the fdformat utility, based on a patch from Kent Robotti,Eric Andersen2003-07-053-0/+165
| | | | | but I then completely reworked the fdformat utility to comply with the current busybox way of doing things.
* Patch from Kent Robotti updating fdisk to version v2.11zEric Andersen2003-07-031-38/+48
|
* Patch from Kent Robotti adding a bunch of menuconfig helpEric Andersen2003-07-031-1/+1
|
* Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display aEric Andersen2003-06-202-2/+6
| | | | | | | | "rootfs" entry as well as the traditional "/dev/root" entry. This caused applets such as mount and df to display two root filesystem entries.... This teaches the relevant utilities to ignore the "rootfs" entry. -Erik
* Use xopen instead of xfopenGlenn L McGrath2003-05-081-5/+4
|
* Major coreutils update.Manuel Novoa III2003-03-1919-254/+226
|
* be more careful about cleaning upEric Andersen2003-03-072-5/+17
|
* Scrub things a bit, shave off a few bytes.Eric Andersen2003-03-071-6/+9
| | | | -Erik
* Save a few bytes and remove a redundant stringEric Andersen2003-03-071-1/+1
|
* audit for proper error handling, apply a few size optimizationsEric Andersen2003-03-071-27/+34
| | | | -Erik
* There is no good reason to prevent nfs mounts from being mountedEric Andersen2003-02-281-2/+2
| | | | | | | during 'mount -a'. If the user wants to do that, hey, its their lifs. If the nfs server is down and they don't want to wait for nfs to time out, that is their problem. -Erik
* Write all the help text for the util-linux utilities. AllowEric Andersen2003-02-271-34/+152
| | | | | | people to locate the mtab file somewhere other that /etc to accomodate read only root filesystems. -Erik
* Correct some init issues, update email address, last_patch78 by VladimirGlenn L McGrath2003-01-131-1/+1
| | | | N. Oleynik
* fdisk writable feature, allows compilation of a small fdisk that canGlenn L McGrath2003-01-042-186/+254
| | | | only read partition table, by Vladimir N. Oleynik
* > Eliminate dependancy on kernel header files. Naughty naughty.Robert Griebl2003-01-021-2/+15
| | | | | | | | | > Using linux kernel headers is a Bad Thing(tm) and should be > punished. > -Erik Doing this wrong should be punished even harder :) - Robert
* Eliminate dependancy on kernel header files. Naughty naughty.Eric Andersen2002-12-111-1/+48
| | | | | | Using linux kernel headers is a Bad Thing(tm) and should be punished. -Erik
* Eliminate dependancy on kernel header files. Naughty naughty.Eric Andersen2002-12-111-56/+54
| | | | | Using linux kernel headers is a Bad Thing(tm) and should be punished.
* Eliminate dependancy on kernel header files. Naughty naughty.Eric Andersen2002-12-111-1/+6
| | | | | | Using linux kernel headers is a Bad Thing(tm) and should be punished. -Erik
* Fix compile warning with OSFGlenn L McGrath2002-12-081-1/+1
|
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-052-69/+232
| | | | | | | | modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik
* Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm notEric Andersen2002-12-051-81/+1
| | | | | maintaining it anymore, and it is now terribly out of date. -Erik
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-283-13/+6
|
* last_patch_68 from Vladimir N. OleynikGlenn L McGrath2002-11-271-1/+1
|
* fdisk applet by Vladimir N. OleynikGlenn L McGrath2002-11-263-0/+5908
|
* Test for holes in swapfilesEric Andersen2002-11-031-0/+12
| | | | -Erik
* last_patch64 from vodz:0_60_5Eric Andersen2002-10-261-15/+17
| | | | | | | | | | | | | The following usage from original user: $ ./busybox swapon -a Have typo problem: swapon: swapon: Operation not permitted But regular version: swapon: /dev/hda5: Operation not permitted Patch attached, reduced 9 bytes and advanced exit code also.
* Support setting depthEric Andersen2002-09-171-0/+3
|
* Some CML1 grammar fixesEric Andersen2002-09-011-1/+3
| | | | -Erik
* Run through indent, styleGlenn L McGrath2002-08-231-48/+66
|
* Run through indent, fix commentsGlenn L McGrath2002-08-221-110/+120
|
* Inline functions with only one reference in mkfs_minix. I don't knowAaron Lehmann2002-08-211-11/+11
| | | | why these efforts aren't making the binary smaller.