aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Tell cvs to never checkin the resultant docs.Erik Andersen2000-05-031-0/+3
| | | | -Erik
* Sensibly put the docs under the docs directory.Erik Andersen2000-05-031-7/+7
| | | | -Erik
* Remove BB_FEATURE_REMOUNT (small, and should always be present)Erik Andersen2000-05-035-50/+20
| | | | | | and fix documentation dependancy checks, so it is only built when it should be built. -Erik
* More formatting bugs fixedErik Andersen2000-05-021-4/+23
| | | | -Erik
* Bug fixes in the docsErik Andersen2000-05-021-2/+5
| | | | -Erik
* Make the dependancies on the docs work properlyErik Andersen2000-05-021-6/+5
| | | | -Erik
* More stuffErik Andersen2000-05-0213-34/+68
| | | | -Erik
* Document tr changeErik Andersen2000-05-012-4/+13
| | | | -Erik
* Due to the license change I can now use Minix code. Minix trErik Andersen2000-05-012-1050/+380
| | | | | | (adapted) now replaces BSD tr. Goes from 5k to 1k, and eliminates bsearch from the list of libc symbols. -Erik
* Minor source modifications to improve readability.Mark Whitley2000-05-011-10/+6
|
* Minor doc changeErik Andersen2000-05-011-1/+2
|
* My little adventure of analyzing lib usage has already rooted outErik Andersen2000-05-013-10/+12
| | | | | | | a big "P" Policy violator -- logname was using getlogin(3), which uses utmp under the hood. We don't need no stinkin' utmp (and if we are using tinylogin, it is unlikely to be useful trying). -Erik
* Note how to find list of BusyBox libc dependancies, the ide being toErik Andersen2000-05-011-0/+12
| | | | | limit them much more. -Erik
* Oops.Erik Andersen2000-05-012-2/+0
| | | | -Erik
* Some accrued fixes/updates.Erik Andersen2000-05-0116-46/+286
| | | | | | | | * cp/mv now accepts (and ignores) the -f flag, since it always does force anyway * tail can now accept -<num> commands (e.g. -10) for better compatibility with the standard tail command * added a simple id implementation; doesn't support supp. groups yet
* FooErik Andersen2000-04-281-1/+1
|
* Fix changelogErik Andersen2000-04-281-0/+7
| | | | -Erik
* Fix tarball creation. In an attempt to accomodate the whinersErik Andersen2000-04-282-2/+2
| | | | | | that wanted "tar cf foo.tar foo" (i.e. no "-" before options) I broke creation of tarballs. Now fixed. -Erik
* Fix stupid bugs. update was segfaulting. mknod minor # was always 0Erik Andersen2000-04-285-4/+8
| | | | | due to a parsing bug. Oops. -Erik
* Forgot this file...Erik Andersen2000-04-282-0/+152
| | | | -Erik
* Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen2000-04-2846-172/+280
| | | | | compatability. -Erik
* Several more updatesErik Andersen2000-04-2513-28/+189
| | | | -Erik
* + grep -v # yay!John Beppu2000-04-244-25/+36
|
* Some more updates and such...Erik Andersen2000-04-218-46/+66
| | | | -Erik
* More Doc updates. cmdedit and more termio fixes.Erik Andersen2000-04-2135-133/+278
|
* Doc updatesErik Andersen2000-04-211-66/+79
| | | | -Erik
* Add #include <sys/param.h> to syslogd.Erik Andersen2000-04-192-0/+2
| | | | -Erik
* Make the sys logger for so that concurrent logging will workErik Andersen2000-04-195-80/+150
| | | | | properly (see tests/syslog_test.c for example). -Erik
* Fix email address0_43Erik Andersen2000-04-191-3/+3
| | | | -Erik
* Minor doc changeErik Andersen2000-04-191-6/+6
| | | | -Erik
* Some emails I exchanged with Alan Cox and Linus re my /dev/psErik Andersen2000-04-191-0/+93
| | | | | kernel patch. To summarize, it won't be going into the kernel. -Erik
* Fix the makefile so docs get builtErik Andersen2000-04-191-4/+2
| | | | -Erik
* More minor updates to docs (and making apps behave as the docsErik Andersen2000-04-198-37/+77
| | | | | suggest they should) -Erik
* make ps accept (and ignore) all options (--help works of course).Erik Andersen2000-04-196-12/+14
| | | | | tar now works with or without the leading "-" on the options. -Erik
* More stuffErik Andersen2000-04-182-154/+144
| | | | -Erik
* Fix creation of /linuxrcErik Andersen2000-04-187-7/+19
| | | | -Erik
* Really fix the killall segfault this time.Erik Andersen2000-04-182-5/+10
| | | | -Erik
* Fix symlink following bug in chmod -R and friends. Allow SYSV styleErik Andersen2000-04-182-8/+15
| | | | | | | '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
* Fix stupid bug (wrong variable)Erik Andersen2000-04-181-5/+9
| | | | -Erik
* Reset DODEBUG to falseJim Gleason2000-04-181-1/+1
|
* More little stuff.Erik Andersen2000-04-184-8/+34
| | | | -Erik
* Fix killallErik Andersen2000-04-181-1/+3
| | | | -Erik
* Remove debug noiseErik Andersen2000-04-182-4/+0
| | | | -Erik
* UpdatesErik Andersen2000-04-1819-70/+69
| | | | -Erik
* - grep -v ^\.PHONY < MakefileJohn Beppu2000-04-174-8/+11
| | | | | | | + busybox.def.h BB_FEATURE_TRIVIAL_HELP + uname.c has an example of how BB_FEATURE_TRIVIAL_HELP is to be applied.
* - removal of (stray|stealth) spacesJohn Beppu2000-04-171-2/+2
|
* + no need for comments.John Beppu2000-04-173-3/+0
|
* Bugfixes.Erik Andersen2000-04-174-22/+13
| | | | -Erik
* More updates to the docs, and fixes to sync things with the docs.Erik Andersen2000-04-1717-65/+182
| | | | -Erik
* + added John Lombardo to AUTHORS sectionJohn Beppu2000-04-171-1/+5
|