aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Oops. Remove the debugging noise.andersen2000-06-061-7/+0
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@623 69ca8d6d-28ef-0310-b511-8ec308f3f277
* mkfs.minix rev 1.7 completely broke the option parser. This fixes it.andersen2000-06-061-11/+25
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@622 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "mount" now reports errors from nfsmount() and assumes NFS mountproski2000-06-061-4/+7
| | | | | | | if ':' is present in the device name - Pavel Roskin git-svn-id: svn://busybox.net/trunk/busybox@615 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed a bunch of stuff: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 git-svn-id: svn://busybox.net/trunk/busybox@613 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This patchandersen2000-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 git-svn-id: svn://busybox.net/trunk/busybox@605 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A number of additional fixed from Pavel Roskin, note some more bugs in theandersen2000-06-021-2/+2
| | | | | | | | | TODO list. Add Glenn to the Authors list for writing a mini ar for BusyBox, which is now included. -Erik git-svn-id: svn://busybox.net/trunk/busybox@594 69ca8d6d-28ef-0310-b511-8ec308f3f277
* First pass at fixing tar segfault, and more portability updates.erik2000-05-202-4/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@559 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More libc portability updates, add in the website (which has not beenerik2000-05-192-48/+81
| | | | | | | | archived previously). Wrote 'which' during the meeting today. -Erik git-svn-id: svn://busybox.net/trunk/busybox@558 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPerik2000-05-1210-33/+71
| | | | | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik git-svn-id: svn://busybox.net/trunk/busybox@532 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * cp -fa now works as expected for symlinks (it didn't before)erik2000-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 git-svn-id: svn://busybox.net/trunk/busybox@530 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add support for "noatime" and "nodiratime" mount flags to mount.erik2000-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 git-svn-id: svn://busybox.net/trunk/busybox@522 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove BB_FEATURE_REMOUNT (small, and should always be present)erik2000-05-031-8/+0
| | | | | | | | | and fix documentation dependancy checks, so it is only built when it should be built. -Erik git-svn-id: svn://busybox.net/trunk/busybox@519 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Latest and greatest. Some effort at libc5 (aiming towards newlib)erik2000-04-285-10/+21
| | | | | | | | compatability. -Erik git-svn-id: svn://busybox.net/trunk/busybox@499 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some more updates and such...erik2000-04-211-0/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@493 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More Doc updates. cmdedit and more termio fixes.erik2000-04-211-6/+15
| | | | git-svn-id: svn://busybox.net/trunk/busybox@492 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updateserik2000-04-181-17/+5
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@472 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More doc updates for BusyBox, with fixes to apps for bugs revealederik2000-04-134-13/+10
| | | | | | | | while trying to write docs . :-) -Erik git-svn-id: svn://busybox.net/trunk/busybox@451 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Upates to include copyright 2000 to everythingerik2000-04-133-5/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@447 69ca8d6d-28ef-0310-b511-8ec308f3f277
* minor changes to mount/umount to support-by-ignoring the "-v" flag.erik2000-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 git-svn-id: svn://busybox.net/trunk/busybox@425 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet another installment in the ongoing tar sagaerik2000-03-281-1/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@424 69ca8d6d-28ef-0310-b511-8ec308f3f277
* My latest ramblings.erik2000-03-236-11/+27
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@419 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use the nice new find_real_root_device function to find theerik2000-03-222-17/+6
| | | | | | | | | name of the root device, instead of having libc read whatever lies happen to be in /etc/mtab. -Erik git-svn-id: svn://busybox.net/trunk/busybox@418 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * all mallocs now use xmalloc (and so are OOM error safe), anderik2000-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 git-svn-id: svn://busybox.net/trunk/busybox@416 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bug fixerik2000-03-141-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@405 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some bug fixes I forgot to check-in the other day.erik2000-03-132-3/+15
| | | | | | | | | Mounting loop devices w/o specifying the filesystem type choked if it didn't guess right the first time. -Erik git-svn-id: svn://busybox.net/trunk/busybox@404 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simplererik2000-03-081-3/+3
| | | | | | | | BB_FEATURE_USE_DEVPS_PATCH. -Erik git-svn-id: svn://busybox.net/trunk/busybox@401 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Wrote killall.erik2000-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 git-svn-id: svn://busybox.net/trunk/busybox@393 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyerik2000-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 git-svn-id: svn://busybox.net/trunk/busybox@387 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed rebooting when init runs as /linuxrcerik2000-02-231-0/+4
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@383 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + memory allocation/deallocation is less tolerant of evil.beppu2000-02-111-2/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@366 69ca8d6d-28ef-0310-b511-8ec308f3f277
* reduced .bss size by dynmaically allocating a certain largebeppu2000-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";' git-svn-id: svn://busybox.net/trunk/busybox@364 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed the init problem where it wouldn't unmount filesystemserik2000-02-093-134/+135
| | | | | | | | on reboot. Also fixed swapoff -a so it works. -Erik git-svn-id: svn://busybox.net/trunk/busybox@358 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some formatting updates (ran the code through indent)erik2000-02-0812-2013/+2091
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@357 69ca8d6d-28ef-0310-b511-8ec308f3f277
* A few minor updates. ;-)erik2000-02-074-60/+147
| | | | | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik git-svn-id: svn://busybox.net/trunk/busybox@351 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Clear up some ambiguity with old style assignments.erik2000-01-291-2/+2
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@348 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Shuffle location of generic code into utility.cerik2000-01-261-71/+0
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@342 69ca8d6d-28ef-0310-b511-8ec308f3f277
* mount and umount could leak loop device allocations causing the system toerik2000-01-262-128/+107
| | | | | | | | quickly run out. Also disable init's SIGHUP handler during shutdown. -Erik git-svn-id: svn://busybox.net/trunk/busybox@341 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * added (and documented) "-n" option for head -erik2000-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 git-svn-id: svn://busybox.net/trunk/busybox@336 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Sync up busybox with the latest and greatest. This is not stuff forerik2000-01-151-1/+3
| | | | | | | | the Embedix release. -Erik git-svn-id: svn://busybox.net/trunk/busybox@309 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * Added -o loop option for mount, and support in umount for looperik2000-01-132-22/+189
| | | | | | | | | | devices. Support is toggled by MOUNT_LOOP feature -- Ben Collins <bcollins@debian.org> -Erik git-svn-id: svn://busybox.net/trunk/busybox@304 69ca8d6d-28ef-0310-b511-8ec308f3f277
* The latest and greatest. init basically works, though needserik2000-01-051-0/+12
| | | | | | | | | a minor inittab design change to accomodate specifying the device to run each process on. -Erik git-svn-id: svn://busybox.net/trunk/busybox@279 69ca8d6d-28ef-0310-b511-8ec308f3f277
* * sed now supports addresses (numeric or regexp, with negation) anderik1999-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 git-svn-id: svn://busybox.net/trunk/busybox@274 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reworked the source so it will compile and run under glibc 2.0.7erik1999-12-171-1/+11
| | | | | | | | | and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik git-svn-id: svn://busybox.net/trunk/busybox@243 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix bugs in logger and syslogd. Add fbset.erik1999-12-161-0/+289
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@237 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stufandersen1999-12-071-7/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@168 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stufandersen1999-12-071-0/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@167 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stufandersen1999-12-051-1/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@154 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixesandersen1999-11-271-2/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@123 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stufandersen1999-11-191-8/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@109 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stufandersen1999-11-191-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@108 69ca8d6d-28ef-0310-b511-8ec308f3f277