Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-08 | Fix cp and mv so 'cp foo/README bar' where foo and bar are directories, | Erik Andersen | |
and README is a file. -Erik | |||
2000-01-07 | foo | Erik Andersen | |
2000-01-07 | Remove some leftover debug noise. | Erik Andersen | |
-Erik | |||
2000-01-07 | More adjustments | Erik Andersen | |
-Erik | |||
2000-01-07 | More minor fixes. | Erik Andersen | |
-Erik | |||
2000-01-07 | Init is now even more perfect then before. | Erik Andersen | |
-Erik | |||
2000-01-07 | Trivial type fix. | Erik Andersen | |
-Erik | |||
2000-01-07 | foo | Erik Andersen | |
2000-01-07 | Init is now _more_ perfect then before. | Erik Andersen | |
-Erik | |||
2000-01-07 | making note of my changes. | John Beppu | |
2000-01-07 | added uniq_usage message | John Beppu | |
2000-01-06 | did tedious stuff | John Beppu | |
2000-01-06 | Add in sample inittab file | Erik Andersen | |
-Erik | |||
2000-01-06 | inittab is now perfect. The universe will now submit to my | Erik Andersen | |
will. muhahahaha!!! Phear! -Erik | |||
2000-01-06 | Cool. Beppu is doing uniq. | Erik Andersen | |
-Erik | |||
2000-01-06 | i am busybox of borg. unix will be assimilated. | John Beppu | |
2000-01-05 | The latest and greatest. init basically works, though needs | Erik Andersen | |
a minor inittab design change to accomodate specifying the device to run each process on. -Erik | |||
2000-01-05 | heheh. Forgot the fix. Here it is: | Erik Andersen | |
* Grep -i previously failed on UPPER CASE patterns due to a silly regexp implementation bug that is now fixed. -Erik | |||
2000-01-05 | * Grep -i previously failed on UPPER CASE patterns due to a silly | Erik Andersen | |
regexp implementation bug that is now fixed. -Erik | |||
2000-01-04 | Bunches of fixes. Typos, bugs, etc. | Erik Andersen | |
Added 'gunzip -t'. inittab support _almost_ works (but it isn't ready for prime time useage yet). -Erik | |||
1999-12-30 | First pass inittab parser written | Erik Andersen | |
-Erik | |||
1999-12-29 | * sed now supports addresses (numeric or regexp, with negation) and | Erik Andersen | |
has an append command, thanks to Marco Pantaleoni <panta@prosa.it> * Fixed dmesg. It wasn't parsing its options (-n or -s) properly. * Some cosmetic fixes to ls output formatting to make it behave more like GNU ls. -Erik | |||
1999-12-29 | Add the beginings of some regression testing. Add in the recently | Erik Andersen | |
contributed loadacm utility (for dealing with unicode fonts) -Erik | |||
1999-12-29 | Fixed mv so it now does the right thing (same method used in cp). Removed | Erik Andersen | |
some cruft from cp. -Erik | |||
1999-12-29 | Fixed cp so it works as God intended it to. | Erik Andersen | |
-Erik | |||
1999-12-28 | Fixed a bug where tar would not set the user and group on device | Erik Andersen | |
special files. -Erik | |||
1999-12-27 | Added changelog | Erik Andersen | |
-Erik | |||
1999-12-27 | chown(2) clears S_ISUID and S_ISGID, even when chown is | Erik Andersen | |
called as root. Changed ordering of chown and chmod so SGID and SUID file permissions don't get munged. -Erik | |||
1999-12-23 | sort is good to go. | John Beppu | |
1999-12-23 | implemented numeric sort (sort -g) | John Beppu | |
1999-12-22 | oops.. qsort(2) misunderstanding on my part. | John Beppu | |
it's ok, now. | |||
1999-12-22 | playing w/ $Log$ | John Beppu | |
1999-12-22 | the base is nearly done. | John Beppu | |
need to implement various comparison functions, now. | |||
1999-12-22 | added hooks for sort | John Beppu | |
1999-12-22 | work in progress... | John Beppu | |
1999-12-21 | this is my work in progress. | John Beppu | |
1999-12-21 | Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com> | Erik Andersen | |
-Erik | |||
1999-12-21 | Sync to my local tree | Erik Andersen | |
1999-12-21 | Fix double quoting bug preventing ininit scripts from running | Erik Andersen | |
1999-12-17 | Add in first draft of insmod. Not yet working (but will Real Soon Now(tm)) | Erik Andersen | |
-Erik | |||
1999-12-17 | Make head --version do the right thing. Update TODO list | Erik Andersen | |
-Erik | |||
1999-12-17 | Reworked the source so it will compile and run under glibc 2.0.7 | Erik Andersen | |
and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik | |||
1999-12-17 | Minor fixes to rmmod. First pass at insmod (not yet working). | Erik Andersen | |
-Erik | |||
1999-12-17 | Fixed correctness of comment in rmmod.c - MKW | Mark Whitley | |
1999-12-16 | Added an AUTHORS file to acknowledge the folks that have | Erik Andersen | |
done stuff. -Erik | |||
1999-12-16 | Wrote rmmod for busybox. | Erik Andersen | |
-Erik | |||
1999-12-16 | killed an elusive bug in du -s. | John Beppu | |
1999-12-16 | Fix bugs in logger and syslogd. Add fbset. | Erik Andersen | |
-Erik | |||
1999-12-15 | Added lsmod | Erik Andersen | |
-Erik | |||
1999-12-15 | made note of my recent changes | John Beppu | |