aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Turn off debuggingErik Andersen2000-04-151-1/+1
| | | | -Erik
* More documentation updates, and minor fixes to make things syncErik Andersen2000-04-1527-237/+967
| | | | | up with the docs. -Erik
* Fix a tar bug: tar removed leading '/'s for symlink targets.Erik Andersen2000-04-146-141/+48
| | | | | | Fix a syslogd bug: Only the first sizeof(buffer) was read from the /dev/log socket, causing (for most cases) only every other log item to be logged. -Erik
* Latest and greatest. Seems there is a bug.Erik Andersen2000-04-142-14/+22
| | | | -Erik
* + minor whitespace oddities removedJohn Beppu2000-04-131-12/+13
| | | | | + re-alphabetized AUTHORS section + added Id tag at bottom
* + VERSION wasn't being propagated to the sub-make happening in docs/John Beppu2000-04-131-1/+2
| | | | so I exported VERSION and invoked make with a -C docs
* More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen2000-04-1330-1641/+663
| | | | | while trying to write docs . :-) -Erik
* - the message that comes up when busybox is invokedJohn Beppu2000-04-132-6/+8
| | | | w/o parameters was extending beyond the 80th column
* + a comment on line 1 w/ suggested pod2man invocation:John Beppu2000-04-131-0/+2
| | | | pod2man --center=Lineo --release="version 0.43" busybox.pod > busybox.1
* + formatting modifications to make pod2man(1p) happy.John Beppu2000-04-131-30/+41
|
* Upates to include copyright 2000 to everythingErik Andersen2000-04-1385-668/+581
| | | | -Erik
* Some docsErik Andersen2000-04-131-67/+294
| | | | -Erik
* Some enhancements I've been working on over the weekend,Erik Andersen2000-04-129-672/+783
| | | | -Erik
* Make tab completion an optionErik Andersen2000-04-093-0/+17
| | | | -Erik
* More minor patchesErik Andersen2000-04-094-4/+32
| | | | -Erik
* This makes tar work perfectly, and adds in "--exclude" as an optionErik Andersen2000-04-096-179/+249
| | | | -Erik
* Fix tar checksum calculation bug.Erik Andersen2000-04-082-66/+110
| | | | -Erik
* Latest and greatestErik Andersen2000-04-083-143/+207
| | | | -Erik
* Oops. Left in some debug noise.Erik Andersen2000-04-072-4/+0
| | | | -Erik
* Slightly better fringe case handling and GNU tar like error messages.Erik Andersen2000-04-072-96/+172
| | | | -Erik
* Patch to make killall actually kill all PIDs with the specified name,Erik Andersen2000-04-0712-36/+53
| | | | | | | 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-068-25/+38
| | | | -Erik
* Fix sed regexp replacement, which I had hosed (thanks toErik Andersen2000-04-062-4/+2
| | | | | Jim Gleason for finding and fixing the problem) -Erik
* 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