| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up some #define stuff to ensure the Right Thing(tm) | erik | 2000-03-07 | 2 | -2/+5 |
* | Add some description | erik | 2000-03-07 | 1 | -0/+1 |
* | Add a #define to make init extra quiet on boot. | erik | 2000-03-07 | 3 | -4/+21 |
* | Wrote killall. | erik | 2000-03-07 | 19 | -142/+601 |
* | Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a -e) | erik | 2000-03-06 | 3 | -246/+248 |
* | Oops. I left debugging turned on... | erik | 2000-03-06 | 1 | -1/+1 |
* | Oops. Forgot to add in uptime when I added uptime. | erik | 2000-03-05 | 2 | -0/+146 |
* | Add in tr and dirname | erik | 2000-03-05 | 10 | -0/+1468 |
* | Wrote uptime. Doesn't use /proc. :) | erik | 2000-03-05 | 5 | -5/+13 |
* | Add in freeramdisk.c, which (duh) frees ramdisks. If you have any | erik | 2000-03-04 | 9 | -3/+150 |
* | A few updates (including the cp fix the Craig has been looking for) | erik | 2000-03-04 | 34 | -376/+817 |
* | Minor makefile and todo updates | erik | 2000-02-29 | 2 | -3/+9 |
* | Minor tweak to argv[0] handling for linuxrc | erik | 2000-02-24 | 2 | -8/+20 |
* | Fixed rebooting when init runs as /linuxrc | erik | 2000-02-23 | 4 | -8/+17 |
* | + this is a small script for helping TargetWizard auto-generate | beppu | 2000-02-23 | 1 | -0/+23 |
* | Sync up a few things. Add in a new telnet implementation (still | erik | 2000-02-22 | 6 | -0/+1015 |
* | Add in a TODO item, | erik | 2000-02-22 | 1 | -0/+12 |
* | Update the changelog | erik | 2000-02-21 | 1 | -0/+6 |
* | Removed proc dependancies for init and free (which maintaining exactly | erik | 2000-02-21 | 5 | -80/+87 |
* | Minor update for handling TERM with serial consoles. | erik | 2000-02-21 | 2 | -4/+8 |
* | Forgot to add basename. More fixes to du from | erik | 2000-02-21 | 5 | -20/+162 |
* | Fixed du. Now behaves just like GNU du (only less so). | erik | 2000-02-19 | 4 | -27/+131 |
* | Some updates for the day, | erik | 2000-02-18 | 19 | -53/+128 |
* | Formatting fix | erik | 2000-02-14 | 1 | -3/+3 |
* | - I suspect the problem has something to do w/ symlinks. | beppu | 2000-02-13 | 2 | -4/+4 |
* | Add this in | erik | 2000-02-11 | 1 | -0/+15 |
* | Updates | erik | 2000-02-11 | 24 | -414/+483 |
* | + memory allocation/deallocation is less tolerant of evil. | beppu | 2000-02-11 | 2 | -4/+42 |
* | fsck_minix.c lost fat. | beppu | 2000-02-11 | 1 | -0/+2 |
* | reduced .bss size by dynmaically allocating a certain large | beppu | 2000-02-11 | 2 | -4/+46 |
* | Fixed a bug, | erik | 2000-02-10 | 1 | -1/+1 |
* | More minor touchups. | erik | 2000-02-10 | 5 | -262/+258 |
* | Fix stupid typos -- thanks to Taketoshi Sano <kgh12351@nifty.ne.jp> | erik | 2000-02-09 | 2 | -4/+4 |
* | Fix a possible /linuxrc crash. | erik | 2000-02-09 | 2 | -2/+4 |
* | Update the sample inittab to add the "ctrlaltdel" action. | erik | 2000-02-09 | 3 | -6/+14 |
* | Fixed the init problem where it wouldn't unmount filesystems | erik | 2000-02-09 | 13 | -354/+457 |
* | Some formatting updates (ran the code through indent) | erik | 2000-02-08 | 163 | -27364/+27866 |
* | mkdir -p had gotten broken. Fixed now. | erik | 2000-02-08 | 1 | -1/+2 |
* | Forgot a semicolon. | erik | 2000-02-07 | 1 | -1/+1 |
* | device_open is common code -- moved into utility.c | erik | 2000-02-07 | 6 | -76/+25 |
* | Forgot cp and mv are now cp_mv | erik | 2000-02-07 | 1 | -2/+1 |
* | Remove the now obsolete test. Tests now | erik | 2000-02-07 | 1 | -148/+0 |
* | A few minor updates. ;-) | erik | 2000-02-07 | 76 | -1030/+1856 |
* | made more robust and commented my code. | beppu | 2000-01-30 | 2 | -68/+108 |
* | nslookup -- a work in progress... | beppu | 2000-01-29 | 6 | -0/+344 |
* | Clear up some ambiguity with old style assignments. | erik | 2000-01-29 | 11 | -24/+24 |
* | Minor change. init now uses dup2. | erik | 2000-01-29 | 4 | -10/+18 |
* | copy fixes to simplify link copying and always do the right thing. | erik | 2000-01-29 | 3 | -26/+16 |
* | Forgot some debugging noise. | erik | 2000-01-27 | 1 | -1/+1 |
* | copyFile could call chmod on a symlink, changing the perms | erik | 2000-01-27 | 4 | -15/+21 |