aboutsummaryrefslogtreecommitdiff
path: root/internal.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Several more updatesErik Andersen2000-04-251-0/+1
| | | | -Erik
* + in the interest of robustness, I addedJohn Beppu2000-04-171-0/+2
| | | | | | | | utility.c :: cstring_alloc() utility.c :: cstring_lineFromFile() /* they're at the bottom */ so that I could read in lines of arbitrary length from FILE*s (instead of using fgets(huge_ass_buffer,...)). + I tested it out on sort, and it seems to be fine.
* Some enhancements I've been working on over the weekend,Erik Andersen2000-04-121-6/+0
| | | | -Erik
* Patch to make killall actually kill all PIDs with the specified name,Erik Andersen2000-04-071-1/+1
| | | | | | | rather then busylooping trying to kill the first one until it dies. Should be more efficient now, and will only send one signal to each specified process. -Erik
* Some more minor updates to better use some gcc attributes.Erik Andersen2000-04-061-2/+2
| | | | -Erik
* usleep contributed by Nicolas Pitre <nico@cam.org>Erik Andersen2000-04-041-0/+1
| | | | -Erik
* Yet another installment in the ongoing tar sagaErik Andersen2000-03-281-4/+3
| | | | -Erik
* The new tar for busybox is now done, and works just fineErik Andersen2000-03-241-7/+3
| | | | | for extracting files. Creation of tarballs is next... -Erik
* My latest ramblings.Erik Andersen2000-03-231-2/+6
| | | | -Erik
* Use the nice new find_real_root_device function to find theErik Andersen2000-03-221-0/+2
| | | | | | name of the root device, instead of having libc read whatever lies happen to be in /etc/mtab. -Erik
* Some more stuff.Erik Andersen2000-03-191-0/+6
| | | | -Erik
* Major build system updates...Erik Andersen2000-03-161-0/+10
| | | | -Erik
* First pass at writing a shell for busybox.Erik Andersen2000-03-121-0/+1
| | | | | | | | | | 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
* Wrote killall.Erik Andersen2000-03-071-1/+1
| | | | | | Adjusted mount, ps, utility.c, etc to handle my nifty new kernel patches the allow busybox to run perfectly without /proc. -Erik
* Add in tr and dirnameErik Andersen2000-03-051-0/+2
| | | | -Erik
* Wrote uptime. Doesn't use /proc. :)Erik Andersen2000-03-051-0/+1
| | | | -Erik
* Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyErik Andersen2000-03-041-0/+1
| | | | | | 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-041-0/+11
| | | | -Erik
* Sync up a few things. Add in a new telnet implementation (stillErik Andersen2000-02-221-0/+1
| | | | | not perfect though). -Erik
* Some updates for the day,Erik Andersen2000-02-181-0/+1
| | | | -Erik
* UpdatesErik Andersen2000-02-111-6/+6
| | | | -Erik
* Fixed the init problem where it wouldn't unmount filesystemsErik Andersen2000-02-091-0/+2
| | | | | on reboot. Also fixed swapoff -a so it works. -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-2/+2
| | | | -Erik
* Forgot a semicolon.Erik Andersen2000-02-071-1/+1
| | | | -Erik
* device_open is common code -- moved into utility.cErik Andersen2000-02-071-0/+3
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-9/+16
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* nslookup -- a work in progress...John Beppu2000-01-291-0/+1
|
* Shuffle location of generic code into utility.cErik Andersen2000-01-261-0/+2
| | | | -Erik
* mount and umount could leak loop device allocations causing the system toErik Andersen2000-01-261-0/+4
| | | | | quickly run out. Also disable init's SIGHUP handler during shutdown. -Erik
* Some busybox updates. See the changelog for details if you care.Erik Andersen2000-01-251-0/+5
| | | | -Erik
* * added (and documented) "-n" option for head -Erik Andersen2000-01-231-1/+2
| | | | | | | contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik
* Fix a bug where tar could change perms and ownership of dirs pointedErik Andersen2000-01-231-1/+1
| | | | | to by symlink within a tarball. -Erik
* Sync up busybox with the latest and greatest. This is not stuff forErik Andersen2000-01-151-12/+20
| | | | | the Embedix release. -Erik
* Bug fixes.Erik Andersen2000-01-131-0/+1
| | | | -Erik
* i am busybox of borg. unix will be assimilated.John Beppu2000-01-061-0/+1
|
* The latest and greatest. init basically works, though needsErik Andersen2000-01-051-6/+0
| | | | | | a minor inittab design change to accomodate specifying the device to run each process on. -Erik
* Bunches of fixes. Typos, bugs, etc.Erik Andersen2000-01-041-0/+3
| | | | | | Added 'gunzip -t'. inittab support _almost_ works (but it isn't ready for prime time useage yet). -Erik
* Add the beginings of some regression testing. Add in the recentlyErik Andersen1999-12-291-0/+1
| | | | | contributed loadacm utility (for dealing with unicode fonts) -Erik
* added hooks for sortJohn Beppu1999-12-221-0/+1
|
* Minor fixes to rmmod. First pass at insmod (not yet working).Erik Andersen1999-12-171-0/+1
| | | | -Erik
* Wrote rmmod for busybox.Erik Andersen1999-12-161-1/+2
| | | | -Erik
* Fix bugs in logger and syslogd. Add fbset.Erik Andersen1999-12-161-0/+1
| | | | -Erik
* Added lsmodErik Andersen1999-12-151-2/+3
| | | | -Erik
* Ok, so this is reallt 0.38...Eric Andersen1999-12-111-1/+2
| | | | -Erik
* Added poweroff (and adjusted init to use it). Inlined functionEric Andersen1999-12-101-0/+1
| | | | | calls to code only called once in tee. Made BB_KLOGD and option. -Erik
* Implemented head(1).John Beppu1999-12-101-0/+1
| | | | tried to mimic GNU behaviour.
* Implemented tee(1).John Beppu1999-12-101-0/+1
|
* findInitPid() has been implemented and it seems to work.John Beppu1999-12-091-0/+1
| | | | reboot has been changed to take advantage of findInitPid();
* Modified to include duJohn Beppu1999-12-091-0/+1
|
* Tail now works (costs 6k). Several other updates.Eric Andersen1999-12-091-0/+1
| | | | -Erik