summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix time stamp styleErik Andersen2000-04-061-2/+0
| | | | -Erik
* Turn off static linking. Duh.Erik Andersen2000-04-061-1/+1
| | | | -Erik
* Use gcc -E instead of cpp to enhance portability for brainErik Andersen2000-04-065-4/+6
| | | | | | damaged platforms (i.e. OpenLinux) that do not have cpp in the default path but instead hide it under /usr/lib/... -Erik
* Minor noise removalErik Andersen2000-04-053-6/+6
| | | | -Erik
* Tar now works perfectly. It behaves much better now then itErik Andersen2000-04-058-180/+247
| | | | | used to. Only thing left to do is add in exclude (-X) option. -Erik
* Oops. Forgot the usleep.c file.Erik Andersen2000-04-042-0/+76
| | | | | /me dons a paper bag. -Erik
* usleep contributed by Nicolas Pitre <nico@cam.org>Erik Andersen2000-04-045-0/+9
| | | | -Erik
* Update tar so creation of tarballs is much closer to working...Erik Andersen2000-04-042-138/+252
| | | | -Erik
* Minor structural change to allow core dumping(or not) from initErik Andersen2000-04-044-21/+35
| | | | -Erik
* minor changes to mount/umount to support-by-ignoring the "-v" flag.Erik Andersen2000-04-048-176/+354
| | | | | | 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-2812-69/+191
| | | | -Erik
* First stages of (re-)writing busybox's tar creation support.Erik Andersen2000-03-267-43/+225
| | | | -Erik
* Latest and greatestErik Andersen2000-03-252-10/+10
| | | | -Erik
* The new tar for busybox is now done, and works just fineErik Andersen2000-03-2412-1830/+581
| | | | | for extracting files. Creation of tarballs is next... -Erik
* More changes that are broken. It doesn't compileErik Andersen2000-03-232-86/+114
| | | | | yet, but is closer. -Erik
* My latest ramblings.Erik Andersen2000-03-2333-831/+1112
| | | | -Erik
* Use the nice new find_real_root_device function to find theErik Andersen2000-03-228-54/+39
| | | | | | name of the root device, instead of having libc read whatever lies happen to be in /etc/mtab. -Erik
* Add in a nifty function for mount to use.Erik Andersen2000-03-221-0/+36
| | | | -Erik
* * all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen2000-03-2119-115/+47
| | | | | | the common error handling saves a few bytes. Thanks to Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. -Erik
* Hmm. Missed this changeErik Andersen2000-03-212-0/+2
|
* Fix bug in memory total checking.Erik Andersen2000-03-202-82/+80
| | | | -Erik
* more minor fixesErik Andersen2000-03-195-101/+139
| | | | -Erik
* Some more stuff.Erik Andersen2000-03-198-927/+984
| | | | -Erik
* Adjust the termio settings, and don't use octal since itErik Andersen2000-03-192-16/+20
| | | | | is impossible to read by mere mortals. -Erik
* Minor updateErik Andersen2000-03-172-0/+4
|
* Several fixes.Erik Andersen2000-03-1715-111/+529
| | | | -Erik
* Fix fg bugErik Andersen2000-03-163-2010/+2028
| | | | -Erik
* Forgot these files...Erik Andersen2000-03-168-0/+2262
| | | | -Erik
* Major build system updates...Erik Andersen2000-03-1613-2062/+2282
| | | | -Erik
* Bug fixErik Andersen2000-03-142-2/+2
| | | | -Erik
* Some bug fixes I forgot to check-in the other day.Erik Andersen2000-03-135-6/+32
| | | | | | Mounting loop devices w/o specifying the filesystem type choked if it didn't guess right the first time. -Erik
* First pass at writing a shell for busybox.Erik Andersen2000-03-128-8/+2761
| | | | | | | | | | Works fine, full job control support, etc. No syntax yet (if, then, while, etc). Handles pipes and & processes fine. TODO: add command editing, add syntax suport. -Erik
* Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler0_43pre1Erik Andersen2000-03-089-26/+28
| | | | | BB_FEATURE_USE_DEVPS_PATCH. -Erik
* First edition of my Busybox kernel patch. implements devps, devmtab, andErik Andersen2000-03-081-0/+2316
| | | | | | | | | | devmodules. With this patch, you can enable BB_FEATURE_USE_DEVPS_N_DEVMTAB and have a completely full featured busybox without having to even compile /proc into the kernel. I'm pretty proud of this patch. It has a few loose ends that should be filled in sometime, but arn't used by busybox (so they arn't very important). -Erik
* Fixed up lsmod so it works with my devmodules kernel driver,Erik Andersen2000-03-083-9/+15
| | | | | and with /proc. -Erik
* + changed a static array (FileList) into a dynamically allocated oneJohn Beppu2000-03-082-4/+18
| | | | in an attempt to make the .bss section smaller.
* Fix bugs related to finding PIDs.Erik Andersen2000-03-0714-46/+144
| | | | -Erik
* Fix up some #define stuff to ensure the Right Thing(tm)Erik Andersen2000-03-072-2/+5
| | | | | | happens with all combinations of BB_KILL and BB_KILLALL being defined. -Erik
* Add some descriptionErik Andersen2000-03-071-0/+1
| | | | -Erik
* Add a #define to make init extra quiet on boot.Erik Andersen2000-03-073-4/+21
| | | | -Erik
* Wrote killall.Erik Andersen2000-03-0719-142/+601
| | | | | | Adjusted mount, ps, utility.c, etc to handle my nifty new kernel patches the allow busybox to run perfectly without /proc. -Erik
* Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a -e)Erik Andersen2000-03-063-246/+248
| | | | | would go into an infinite loop. -Erik
* Oops. I left debugging turned on...Erik Andersen2000-03-061-1/+1
| | | | -Erik
* Oops. Forgot to add in uptime when I added uptime.Erik Andersen2000-03-052-0/+146
| | | | | Here it is in all its /proc free glory. -Erik
* Add in tr and dirnameErik Andersen2000-03-0510-0/+1468
| | | | -Erik
* Wrote uptime. Doesn't use /proc. :)Erik Andersen2000-03-055-5/+13
| | | | -Erik
* Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyErik Andersen2000-03-049-3/+150
| | | | | | ramdisks lying about and want to free up the memory they have used, this baby is the answar you have been waiting for. -Erik
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-0434-376/+817
| | | | -Erik
* Minor makefile and todo updatesErik Andersen2000-02-292-3/+9
| | | | -Erik
* Minor tweak to argv[0] handling for linuxrcErik Andersen2000-02-242-8/+20
| | | | -Erik