aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-04-28Fix stupid bugs. update was segfaulting. mknod minor # was always 0Erik Andersen
due to a parsing bug. Oops. -Erik
2000-04-28Forgot this file...Erik Andersen
-Erik
2000-04-28Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen
compatability. -Erik
2000-04-25Several more updatesErik Andersen
-Erik
2000-04-24+ grep -v # yay!John Beppu
2000-04-21Some more updates and such...Erik Andersen
-Erik
2000-04-21More Doc updates. cmdedit and more termio fixes.Erik Andersen
2000-04-21Doc updatesErik Andersen
-Erik
2000-04-19Add #include <sys/param.h> to syslogd.Erik Andersen
-Erik
2000-04-19Make the sys logger for so that concurrent logging will workErik Andersen
properly (see tests/syslog_test.c for example). -Erik
2000-04-19Fix email addressErik Andersen
-Erik
2000-04-19Minor doc changeErik Andersen
-Erik
2000-04-19Some emails I exchanged with Alan Cox and Linus re my /dev/psErik Andersen
kernel patch. To summarize, it won't be going into the kernel. -Erik
2000-04-19Fix the makefile so docs get builtErik Andersen
-Erik
2000-04-19More minor updates to docs (and making apps behave as the docsErik Andersen
suggest they should) -Erik
2000-04-19make ps accept (and ignore) all options (--help works of course).Erik Andersen
tar now works with or without the leading "-" on the options. -Erik
2000-04-18More stuffErik Andersen
-Erik
2000-04-18Fix creation of /linuxrcErik Andersen
-Erik
2000-04-18Really fix the killall segfault this time.Erik Andersen
-Erik
2000-04-18Fix symlink following bug in chmod -R and friends. Allow SYSV styleErik Andersen
'chown foo:bar' in addition to 'chown foo.bar', and fix a bug in the busybox globbing routine such that 'find /dir -name [i]' no longer segfaults. -Erik
2000-04-18Fix stupid bug (wrong variable)Erik Andersen
-Erik
2000-04-18Reset DODEBUG to falseJim Gleason
2000-04-18More little stuff.Erik Andersen
-Erik
2000-04-18Fix killallErik Andersen
-Erik
2000-04-18Remove debug noiseErik Andersen
-Erik
2000-04-18UpdatesErik Andersen
-Erik
2000-04-17- grep -v ^\.PHONY < MakefileJohn Beppu
+ busybox.def.h BB_FEATURE_TRIVIAL_HELP + uname.c has an example of how BB_FEATURE_TRIVIAL_HELP is to be applied.
2000-04-17- removal of (stray|stealth) spacesJohn Beppu
2000-04-17+ no need for comments.John Beppu
2000-04-17Bugfixes.Erik Andersen
-Erik
2000-04-17More updates to the docs, and fixes to sync things with the docs.Erik Andersen
-Erik
2000-04-17+ added John Lombardo to AUTHORS sectionJohn Beppu
2000-04-17- got rid of the .PHONY: docs, because I didn't want it toJohn Beppu
generate the qw(man html txt) documentation every time I ran make. Unfortunately, "make docs" never amounts to anything, because make sees the docs/ directory and thinks, "oh, I don't have to do any work". Maybe the target should be "doc" to make it different from "docs"?
2000-04-17+ in the interest of robustness, I addedJohn Beppu
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.
2000-04-17+ added a .PHONY: docsJohn Beppu
target
2000-04-16+ fixed segfault when no parameters are given to mathJohn Beppu
2000-04-16+ wrap things in B<> to make pod2man happyJohn Beppu
2000-04-15Turn off debuggingErik Andersen
-Erik
2000-04-15More documentation updates, and minor fixes to make things syncErik Andersen
up with the docs. -Erik
2000-04-14Fix a tar bug: tar removed leading '/'s for symlink targets.Erik Andersen
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
2000-04-14Latest and greatest. Seems there is a bug.Erik Andersen
-Erik
2000-04-13+ minor whitespace oddities removedJohn Beppu
+ re-alphabetized AUTHORS section + added Id tag at bottom
2000-04-13+ VERSION wasn't being propagated to the sub-make happening in docs/John Beppu
so I exported VERSION and invoked make with a -C docs
2000-04-13More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen
while trying to write docs . :-) -Erik
2000-04-13- the message that comes up when busybox is invokedJohn Beppu
w/o parameters was extending beyond the 80th column
2000-04-13+ a comment on line 1 w/ suggested pod2man invocation:John Beppu
pod2man --center=Lineo --release="version 0.43" busybox.pod > busybox.1
2000-04-13+ formatting modifications to make pod2man(1p) happy.John Beppu
2000-04-13Upates to include copyright 2000 to everythingErik Andersen
-Erik
2000-04-13Some docsErik Andersen
-Erik
2000-04-12Some enhancements I've been working on over the weekend,Erik Andersen
-Erik