aboutsummaryrefslogtreecommitdiff
path: root/lash.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-04-17More updates to the docs, and fixes to sync things with the docs.Erik Andersen1-1/+4
2000-04-17+ added John Lombardo to AUTHORS sectionJohn Beppu1-1/+5
2000-04-17- got rid of the .PHONY: docs, because I didn't want it toJohn Beppu1-1/+0
2000-04-17+ in the interest of robustness, I addedJohn Beppu4-52/+65
2000-04-17+ added a .PHONY: docsJohn Beppu1-1/+2
2000-04-16+ fixed segfault when no parameters are given to mathJohn Beppu1-1/+1
2000-04-16+ wrap things in B<> to make pod2man happyJohn Beppu1-12/+17
2000-04-15Turn off debuggingErik Andersen1-1/+1
2000-04-15More documentation updates, and minor fixes to make things syncErik Andersen27-237/+967
2000-04-14Fix a tar bug: tar removed leading '/'s for symlink targets.Erik Andersen6-141/+48
2000-04-14Latest and greatest. Seems there is a bug.Erik Andersen2-14/+22
2000-04-13+ minor whitespace oddities removedJohn Beppu1-12/+13
2000-04-13+ VERSION wasn't being propagated to the sub-make happening in docs/John Beppu1-1/+2
2000-04-13More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen30-1641/+663
2000-04-13- the message that comes up when busybox is invokedJohn Beppu2-6/+8
2000-04-13+ a comment on line 1 w/ suggested pod2man invocation:John Beppu1-0/+2
2000-04-13+ formatting modifications to make pod2man(1p) happy.John Beppu1-30/+41
2000-04-13Upates to include copyright 2000 to everythingErik Andersen85-668/+581
2000-04-13Some docsErik Andersen1-67/+294
2000-04-12Some enhancements I've been working on over the weekend,Erik Andersen9-672/+783
2000-04-09Make tab completion an optionErik Andersen3-0/+17
2000-04-09More minor patchesErik Andersen4-4/+32
2000-04-09This makes tar work perfectly, and adds in "--exclude" as an optionErik Andersen6-179/+249
2000-04-08Fix tar checksum calculation bug.Erik Andersen2-66/+110
2000-04-08Latest and greatestErik Andersen3-143/+207
2000-04-07Oops. Left in some debug noise.Erik Andersen2-4/+0
2000-04-07Slightly better fringe case handling and GNU tar like error messages.Erik Andersen2-96/+172
2000-04-07Patch to make killall actually kill all PIDs with the specified name,Erik Andersen12-36/+53
2000-04-06Some more minor updates to better use some gcc attributes.Erik Andersen8-25/+38
2000-04-06Fix sed regexp replacement, which I had hosed (thanks toErik Andersen2-4/+2
2000-04-06Fix time stamp styleErik Andersen1-2/+0
2000-04-06Turn off static linking. Duh.Erik Andersen1-1/+1
2000-04-06Use gcc -E instead of cpp to enhance portability for brainErik Andersen5-4/+6
2000-04-05Minor noise removalErik Andersen3-6/+6
2000-04-05Tar now works perfectly. It behaves much better now then itErik Andersen8-180/+247
2000-04-04Oops. Forgot the usleep.c file.Erik Andersen2-0/+76
2000-04-04usleep contributed by Nicolas Pitre <nico@cam.org>Erik Andersen5-0/+9
2000-04-04Update tar so creation of tarballs is much closer to working...Erik Andersen2-138/+252
2000-04-04Minor structural change to allow core dumping(or not) from initErik Andersen4-21/+35
2000-04-04minor changes to mount/umount to support-by-ignoring the "-v" flag.Erik Andersen8-176/+354
2000-03-28Yet another installment in the ongoing tar sagaErik Andersen12-69/+191
2000-03-26First stages of (re-)writing busybox's tar creation support.Erik Andersen7-43/+225
2000-03-25Latest and greatestErik Andersen2-10/+10
2000-03-24The new tar for busybox is now done, and works just fineErik Andersen12-1830/+581
2000-03-23More changes that are broken. It doesn't compileErik Andersen2-86/+114
2000-03-23My latest ramblings.Erik Andersen33-831/+1112
2000-03-22Use the nice new find_real_root_device function to find theErik Andersen8-54/+39
2000-03-22Add in a nifty function for mount to use.Erik Andersen1-0/+36
2000-03-21* all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen19-115/+47
2000-03-21Hmm. Missed this changeErik Andersen2-0/+2