Commit Graph

  • 0881de706e The latest and greatest. init basically works, though needs a minor inittab design change to accomodate specifying the device to run each process on. -Erik Erik Andersen 2000-01-05 09:34:26 +0000
  • f4a99cc02c heheh. Forgot the fix. Here it is: Erik Andersen 2000-01-05 05:49:51 +0000
  • fb62e3225f * Grep -i previously failed on UPPER CASE patterns due to a silly regexp implementation bug that is now fixed. Erik Andersen 2000-01-05 05:47:11 +0000
  • 7dc160721e Bunches of fixes. Typos, bugs, etc. Added 'gunzip -t'. inittab support _almost_ works (but it isn't ready for prime time useage yet). -Erik Erik Andersen 2000-01-04 01:10:25 +0000
  • 9c88cac5cb First pass inittab parser written -Erik Erik Andersen 1999-12-30 09:25:17 +0000
  • 1266a13e1f * sed now supports addresses (numeric or regexp, with negation) and 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 Erik Andersen 1999-12-29 22:19:46 +0000
  • a89910829c Add the beginings of some regression testing. Add in the recently contributed loadacm utility (for dealing with unicode fonts) -Erik Erik Andersen 1999-12-29 03:34:00 +0000
  • f664c004db Fixed mv so it now does the right thing (same method used in cp). Removed some cruft from cp. -Erik Erik Andersen 1999-12-29 02:36:29 +0000
  • 2fe08c7afb Fixed cp so it works as God intended it to. -Erik Erik Andersen 1999-12-29 02:10:35 +0000
  • 00266d3df6 Fixed a bug where tar would not set the user and group on device special files. -Erik Erik Andersen 1999-12-28 00:17:46 +0000
  • 69ba6b2956 Added changelog -Erik Erik Andersen 1999-12-27 23:56:17 +0000
  • 98f67e35d8 chown(2) clears S_ISUID and S_ISGID, even when chown is called as root. Changed ordering of chown and chmod so SGID and SUID file permissions don't get munged. -Erik Erik Andersen 1999-12-27 23:48:33 +0000
  • 00417a38c1 sort is good to go. John Beppu 1999-12-23 22:46:10 +0000
  • ee512a3f86 implemented numeric sort (sort -g) John Beppu 1999-12-23 00:02:49 +0000
  • 568cb7b45f oops.. qsort(2) misunderstanding on my part. it's ok, now. John Beppu 1999-12-22 23:02:12 +0000
  • d19385e160 playing w/ $Log$ John Beppu 1999-12-22 22:27:01 +0000
  • f3e59041b5 the base is nearly done. need to implement various comparison functions, now. John Beppu 1999-12-22 22:24:52 +0000
  • 019513a59f added hooks for sort John Beppu 1999-12-22 17:57:31 +0000
  • 38efa7902e work in progress... John Beppu 1999-12-22 00:30:29 +0000
  • c0ca473af9 this is my work in progress. John Beppu 1999-12-21 20:00:35 +0000
  • 3fe2ecf0d9 Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com> -Erik Erik Andersen 1999-12-21 08:52:04 +0000
  • d387d01f11 Sync to my local tree Erik Andersen 1999-12-21 02:55:11 +0000
  • f294a0288d Fix double quoting bug preventing ininit scripts from running Erik Andersen 1999-12-21 02:54:37 +0000
  • 021043205c Add in first draft of insmod. Not yet working (but will Real Soon Now(tm)) -Erik Erik Andersen 1999-12-17 18:57:34 +0000
  • 10c341af35 Make head --version do the right thing. Update TODO list -Erik Erik Andersen 1999-12-17 18:52:06 +0000
  • 4d1d0113fd Reworked the source so it will compile and run under glibc 2.0.7 and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik Erik Andersen 1999-12-17 18:44:15 +0000
  • 6da0ae8183 Minor fixes to rmmod. First pass at insmod (not yet working). -Erik Erik Andersen 1999-12-17 01:08:27 +0000
  • c144e330c0 Fixed correctness of comment in rmmod.c - MKW Mark Whitley 1999-12-17 00:01:46 +0000
  • 2129b146db Added an AUTHORS file to acknowledge the folks that have done stuff. -Erik Erik Andersen 1999-12-16 23:26:57 +0000
  • 3d7e3414da Wrote rmmod for busybox. -Erik Erik Andersen 1999-12-16 23:04:20 +0000
  • 0aa6118167 killed an elusive bug in du -s. John Beppu 1999-12-16 21:16:47 +0000
  • 1c5b2589d1 Fix bugs in logger and syslogd. Add fbset. -Erik Erik Andersen 1999-12-16 20:59:36 +0000
  • 6f23cec5d0 Added lsmod -Erik Erik Andersen 1999-12-15 22:14:12 +0000
  • 935fb3886f made note of my recent changes John Beppu 1999-12-15 19:35:02 +0000
  • 25ab653457 fixed an embarrasing segfault (head w/ no args used to die (but now it lives)) John Beppu 1999-12-15 19:29:09 +0000
  • e1618e42a8 Implemented du -s John Beppu 1999-12-15 18:52:17 +0000
  • 3cd5d2541f Turn off loadkmap and loadfont. We won't be needing those. -Erik Erik Andersen 1999-12-15 08:20:08 +0000
  • 0f0fcecf7f Added the list of available commands. -Erik Eric Andersen 1999-12-12 05:32:52 +0000
  • 664584b50e Fixed spelling of my name. Geez. Ah kant evun spel mi nam. -Erik Eric Andersen 1999-12-11 23:25:59 +0000
  • 19db07b3d4 Ok, so this is reallt 0.38... -Erik Eric Andersen 1999-12-11 08:41:28 +0000
  • 59248bad97 Set version to 0.39 -Erik 0_39 Eric Andersen 1999-12-11 04:21:50 +0000
  • 84b009256f Minor updates Eric Andersen 1999-12-11 04:16:51 +0000
  • b52a218c95 Removed a redundant call du(); Save cpu cycles. John Beppu 1999-12-10 15:23:47 +0000
  • 59017e80da damnit. removed mkfifo from the TODO list. John Beppu 1999-12-10 08:44:54 +0000
  • cf53687376 Fixed John's email address again. John. Your email address is "john@lineo.com" not @line.com. :) -Erik Eric Andersen 1999-12-10 08:29:20 +0000
  • 2cb55077e2 Added poweroff (and adjusted init to use it). Inlined function calls to code only called once in tee. Made BB_KLOGD and option. -Erik Eric Andersen 1999-12-10 08:25:07 +0000
  • c5ff0165ad less TODO John Beppu 1999-12-10 07:48:34 +0000
  • 3157b1fba9 Implemented head(1). tried to mimic GNU behaviour. John Beppu 1999-12-10 07:42:50 +0000
  • a3e0d7928b changed tee_usage from being a function to a char[] that gets used be usage(); John Beppu 1999-12-10 07:41:03 +0000
  • 9835541c54 Fixed bug when dealing with files specified on the command line that didn't exist. John Beppu 1999-12-10 07:40:08 +0000
  • 21818c8a80 Make sure the world knows who "beppu" is. -Erik Eric Andersen 1999-12-10 06:48:10 +0000
  • 70e2f0b111 Fix beppu's email address. BTW, John, go to sleep. It is late. :) -Erik Eric Andersen 1999-12-10 06:45:42 +0000
  • 14c82b64c9 Fleshed out du_main(). I'm not sure which options to support. John Beppu 1999-12-10 06:15:27 +0000
  • 2ad2afd05c less TODO John Beppu 1999-12-10 06:14:28 +0000
  • 059f152a7a Implemented tee(1). John Beppu 1999-12-10 05:27:16 +0000
  • 29fcc90f3e minor changelog update John Beppu 1999-12-09 23:33:04 +0000
  • 6805d5d69e Adjustments for Johns init stuff, -Erik Eric Andersen 1999-12-09 22:39:55 +0000
  • f95ca97d1b findInitPid() has been implemented and it seems to work. reboot has been changed to take advantage of findInitPid(); John Beppu 1999-12-09 22:10:18 +0000
  • 395b216a2e du is done John Beppu 1999-12-09 18:37:56 +0000
  • 7a98606d85 Modified to include du John Beppu 1999-12-09 18:29:29 +0000
  • 0f5e1ab949 This is my preliminary du implementation. It was written from scratch (doesn't use recursiveAction). I still need to flesh out du_main(). John Beppu 1999-12-09 18:23:54 +0000
  • f0758dd6ba * Fixed rebooting from init. I'd left some debugging code in which blocked reboots. Oops. -Erik Eric Andersen 1999-12-09 07:57:58 +0000
  • 1792f8c489 Tail now works (costs 6k). Several other updates. -Erik Eric Andersen 1999-12-09 06:11:36 +0000
  • c24db7b591 Added an empty line for no reason. -Erik Eric Andersen 1999-12-09 01:29:12 +0000
  • 8cd6a1f9a2 Fixed spelling error -Erik Eric Andersen 1999-12-09 01:26:38 +0000
  • 48091fb3d3 * my_getid was leaking file descriptors, causing 'ls -l' on long directories to fail -Erik Eric Andersen 1999-12-09 01:15:52 +0000
  • abc0f4f8f9 Latest and greatest Eric Andersen 1999-12-08 23:19:36 +0000
  • 2285f367e2 Stuf Eric Andersen 1999-12-08 04:23:30 +0000
  • fcdb57a0fc Fixes Eric Andersen 1999-12-08 04:13:59 +0000
  • d29edf34d6 Stuf Eric Andersen 1999-12-08 04:13:44 +0000
  • 485b9550fd Stuf Eric Andersen 1999-12-07 23:14:59 +0000
  • d00c262847 Stuf Eric Andersen 1999-12-07 08:37:31 +0000
  • 0ecb54a0f3 Stuf Eric Andersen 1999-12-05 23:24:55 +0000
  • 14ec6cf3c2 syslogd and klogd work now. -Erik Eric Andersen 1999-12-05 22:17:02 +0000
  • de1d61268e Fixes Eric Andersen 1999-12-03 15:14:25 +0000
  • b186d980d6 Stuf Eric Andersen 1999-12-03 09:19:54 +0000
  • 77619b9dda Sqtuf Eric Andersen 1999-11-29 04:31:50 +0000
  • bb58702833 Fix up changelog Eric Andersen 1999-11-29 04:30:12 +0000
  • 03018f7551 Fixed tar so uid/gud/permissions on extracted tarballs will be correct. -Erik Eric Andersen 1999-11-29 04:29:13 +0000
  • 1667fb4b63 Fixes Eric Andersen 1999-11-27 20:34:28 +0000
  • c054b21f7d Stuf Eric Andersen 1999-11-27 17:41:29 +0000
  • 4c78147755 Changes Eric Andersen 1999-11-26 08:12:56 +0000
  • ec33d45e89 Stuf Eric Andersen 1999-11-26 01:51:02 +0000
  • befda6e4ed Stuf Eric Andersen 1999-11-25 08:06:22 +0000
  • 3843e96252 Stuf Eric Andersen 1999-11-25 07:30:46 +0000
  • b99df0fd65 First draft Eric Andersen 1999-11-24 09:04:33 +0000
  • 394f764e7d Stuf Eric Andersen 1999-11-23 21:38:12 +0000
  • cb41c2e83b Bug fixes Eric Andersen 1999-11-22 07:41:00 +0000
  • 5d44d1fda5 Stuf Eric Andersen 1999-11-22 06:01:01 +0000
  • 0f4c0848c7 Fix bugs Eric Andersen 1999-11-22 05:57:09 +0000
  • 0727458a97 Stuf Eric Andersen 1999-11-21 21:50:07 +0000
  • fa213cd71e Latest n greatest Eric Andersen 1999-11-19 06:24:35 +0000
  • e1850ddde4 Stuf Eric Andersen 1999-11-19 05:42:32 +0000
  • 6a76e652aa Stuf Eric Andersen 1999-11-19 05:31:45 +0000
  • 08b1034f4f Stuf Eric Andersen 1999-11-19 02:38:58 +0000
  • ab746abfc0 Stuf Eric Andersen 1999-11-18 20:33:45 +0000
  • 1c43d0c5af Stuff Eric Andersen 1999-11-18 07:58:07 +0000
  • b052b47722 Forgot this. Eric Andersen 1999-11-18 00:21:59 +0000
  • ded6259f62 Latest and greatest 0_36 Eric Andersen 1999-11-18 00:19:26 +0000
  • d80e851dc0 Stuf Eric Andersen 1999-11-16 00:46:00 +0000