summaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up some #ifdef spiderwebs.Mark Whitley2000-06-211-30/+19
|
* Finish off the libc5 porting effort. Everything now works with libc5Eric Andersen2000-06-192-2/+2
| | | | | except for md5sum, which uses the GNU libc addition getline(). -Erik
* Make umount work and compile cleanly under libc5 and libc6.Eric Andersen2000-06-191-5/+16
| | | | -Erik
* Make swaponoff compile cleanly under both libc5 and libc6.Eric Andersen2000-06-191-2/+4
| | | | -Erik
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-196-7/+6
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* Added some comments and changed a variable name to be more meaningful. NoMark Whitley2000-06-161-5/+22
| | | | fixes yet for the space bug, but should be coming soon.
* * Fixed 'swapon -a' and 'swapoff -a', which were broken.Eric Andersen2000-06-072-15/+14
| | | | | | * Fixed 'mount -a' so it works as expected. * Implemented 'ls -R' (enabled by enabling BB_FEATURE_LS_RECURSIVE) -Erik
* Oops. Remove the debugging noise.Eric Andersen2000-06-061-7/+0
| | | | -Erik
* mkfs.minix rev 1.7 completely broke the option parser. This fixes it.Eric Andersen2000-06-061-11/+25
| | | | -Erik
* "mount" now reports errors from nfsmount() and assumes NFS mountPavel Roskin2000-06-061-4/+7
| | | | if ':' is present in the device name - Pavel Roskin
* Fixed a bunch of stuff:Eric Andersen2000-06-061-1/+1
| | | | | | | | | | * Fixed segfault caused by "touch -c" * Fixed segfault caused by "rm -f" * Fixed segfault caused by "ln -s -s" and similar abuses. * Fixed segfault caused by "cp -a -a" and similar abuses. * Implemented "rm -- <foo>" updated docs accordingly. -Erik
* This patchEric Andersen2000-06-041-8/+4
| | | | | | | | - eliminates the need to have a buffer and strcpy to it - makes freeramdisk complain if it's given more than one argument Regards, Pavel Roskin
* A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen2000-06-021-2/+2
| | | | | | TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik
* First pass at fixing tar segfault, and more portability updates.Erik Andersen2000-05-202-4/+2
| | | | -Erik
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-192-48/+81
| | | | | archived previously). Wrote 'which' during the meeting today. -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-1210-33/+71
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* * cp -fa now works as expected for symlinks (it didn't before)Erik Andersen2000-05-101-1/+9
| | | | | | * zcat works again (wasn't working since option parsing was broken) * more doc updates/more support for BB_FEATURE_SIMPLE_HELP -Erik
* Add support for "noatime" and "nodiratime" mount flags to mount.Erik Andersen2000-05-052-16/+40
| | | | | | | Change umount "-f" to mean force, and actually use umount2. Change umount "-l" to mean "Do not free loop device". Updates docs accordingly. -Erik
* Remove BB_FEATURE_REMOUNT (small, and should always be present)Erik Andersen2000-05-031-8/+0
| | | | | | and fix documentation dependancy checks, so it is only built when it should be built. -Erik
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-285-10/+21
| | | | | compatability. -Erik
* Some more updates and such...Erik Andersen2000-04-211-0/+2
| | | | -Erik
* More Doc updates. cmdedit and more termio fixes.Erik Andersen2000-04-211-6/+15
|
* UpdatesErik Andersen2000-04-181-17/+5
| | | | -Erik
* More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen2000-04-134-13/+10
| | | | | while trying to write docs . :-) -Erik
* Upates to include copyright 2000 to everythingErik Andersen2000-04-133-5/+6
| | | | -Erik
* minor changes to mount/umount to support-by-ignoring the "-v" flag.Erik Andersen2000-04-042-0/+3
| | | | | | Added optional core dumping as a feature for init, and include a rewrite of syslogd so that it now supports multiple concurrent connections. -Erik
* Yet another installment in the ongoing tar sagaErik Andersen2000-03-281-1/+6
| | | | -Erik
* My latest ramblings.Erik Andersen2000-03-236-11/+27
| | | | -Erik
* Use the nice new find_real_root_device function to find theErik Andersen2000-03-222-17/+6
| | | | | | name of the root device, instead of having libc read whatever lies happen to be in /etc/mtab. -Erik
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-215-41/+15
| | | | | | the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik
* Bug fixErik Andersen2000-03-141-1/+1
| | | | -Erik
* Some bug fixes I forgot to check-in the other day.Erik Andersen2000-03-132-3/+15
| | | | | | Mounting loop devices w/o specifying the filesystem type choked if it didn't guess right the first time. -Erik
* Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler0_43pre1Erik Andersen2000-03-081-3/+3
| | | | | BB_FEATURE_USE_DEVPS_PATCH. -Erik
* Wrote killall.Erik Andersen2000-03-071-7/+79
| | | | | | Adjusted mount, ps, utility.c, etc to handle my nifty new kernel patches the allow busybox to run perfectly without /proc. -Erik
* Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyErik Andersen2000-03-041-0/+69
| | | | | | ramdisks lying about and want to free up the memory they have used, this baby is the answar you have been waiting for. -Erik
* Fixed rebooting when init runs as /linuxrcErik Andersen2000-02-231-0/+4
| | | | -Erik
* + memory allocation/deallocation is less tolerant of evil.John Beppu2000-02-111-2/+21
|
* reduced .bss size by dynmaically allocating a certain largeJohn Beppu2000-02-111-2/+23
| | | | | | | | | | array instead of letting it be static. objdump -t busybox \ | grep .bss \ | sed 's/^.*\.bss //' \ | grep -v ABS \ #| perl -e 'while(<>) { @x = split; @y = reverse split(//, $x[0]); for ($i=0; $i<@y; $i++) { $s += $y[$i] * (16 ** $i); if ($y[$i] && $i > 2) { print "> $y[$i] * 16 ** $i $x[1]\n"; } } } print "$s\n";'
* Fixed the init problem where it wouldn't unmount filesystemsErik Andersen2000-02-093-134/+135
| | | | | on reboot. Also fixed swapoff -a so it works. -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-0812-2013/+2091
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-074-60/+147
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* Clear up some ambiguity with old style assignments.Erik Andersen2000-01-291-2/+2
| | | | -Erik
* Shuffle location of generic code into utility.cErik Andersen2000-01-261-71/+0
| | | | -Erik
* mount and umount could leak loop device allocations causing the system toErik Andersen2000-01-262-128/+107
| | | | | quickly run out. Also disable init's SIGHUP handler during shutdown. -Erik
* * added (and documented) "-n" option for head -Erik Andersen2000-01-232-29/+27
| | | | | | | contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik
* Sync up busybox with the latest and greatest. This is not stuff forErik Andersen2000-01-151-1/+3
| | | | | the Embedix release. -Erik
* * Added -o loop option for mount, and support in umount for loopErik Andersen2000-01-132-22/+189
| | | | | | | devices. Support is toggled by MOUNT_LOOP feature -- Ben Collins <bcollins@debian.org> -Erik
* The latest and greatest. init basically works, though needsErik Andersen2000-01-051-0/+12
| | | | | | a minor inittab design change to accomodate specifying the device to run each process on. -Erik
* * sed now supports addresses (numeric or regexp, with negation) andErik Andersen1999-12-291-5/+13
| | | | | | | | has an append command, thanks to Marco Pantaleoni <panta@prosa.it> * Fixed dmesg. It wasn't parsing its options (-n or -s) properly. * Some cosmetic fixes to ls output formatting to make it behave more like GNU ls. -Erik
* Reworked the source so it will compile and run under glibc 2.0.7Erik Andersen1999-12-171-1/+11
| | | | | | and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik