69ba6b2956
Added changelog
...
-Erik
1999-12-27 23:56:17 +00:00
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
1999-12-27 23:48:33 +00:00
00417a38c1
sort is good to go.
1999-12-23 22:46:10 +00:00
ee512a3f86
implemented numeric sort (sort -g)
1999-12-23 00:02:49 +00:00
568cb7b45f
oops.. qsort(2) misunderstanding on my part.
...
it's ok, now.
1999-12-22 23:02:12 +00:00
d19385e160
playing w/ $Log$
1999-12-22 22:27:01 +00:00
f3e59041b5
the base is nearly done.
...
need to implement various comparison functions, now.
1999-12-22 22:24:52 +00:00
019513a59f
added hooks for sort
1999-12-22 17:57:31 +00:00
38efa7902e
work in progress...
1999-12-22 00:30:29 +00:00
c0ca473af9
this is my work in progress.
1999-12-21 20:00:35 +00:00
3fe2ecf0d9
Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com>
...
-Erik
1999-12-21 08:52:04 +00:00
d387d01f11
Sync to my local tree
1999-12-21 02:55:11 +00:00
f294a0288d
Fix double quoting bug preventing ininit scripts from running
1999-12-21 02:54:37 +00:00
021043205c
Add in first draft of insmod. Not yet working (but will Real Soon Now(tm))
...
-Erik
1999-12-17 18:57:34 +00:00
10c341af35
Make head --version do the right thing. Update TODO list
...
-Erik
1999-12-17 18:52:06 +00:00
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
1999-12-17 18:44:15 +00:00
6da0ae8183
Minor fixes to rmmod. First pass at insmod (not yet working).
...
-Erik
1999-12-17 01:08:27 +00:00
c144e330c0
Fixed correctness of comment in rmmod.c - MKW
1999-12-17 00:01:46 +00:00
2129b146db
Added an AUTHORS file to acknowledge the folks that have
...
done stuff.
-Erik
1999-12-16 23:26:57 +00:00
3d7e3414da
Wrote rmmod for busybox.
...
-Erik
1999-12-16 23:04:20 +00:00
0aa6118167
killed an elusive bug in du -s.
1999-12-16 21:16:47 +00:00
1c5b2589d1
Fix bugs in logger and syslogd. Add fbset.
...
-Erik
1999-12-16 20:59:36 +00:00
6f23cec5d0
Added lsmod
...
-Erik
1999-12-15 22:14:12 +00:00
935fb3886f
made note of my recent changes
1999-12-15 19:35:02 +00:00
25ab653457
fixed an embarrasing segfault (head w/ no args
...
used to die (but now it lives))
1999-12-15 19:29:09 +00:00
e1618e42a8
Implemented du -s
1999-12-15 18:52:17 +00:00
3cd5d2541f
Turn off loadkmap and loadfont. We won't be needing those.
...
-Erik
1999-12-15 08:20:08 +00:00
0f0fcecf7f
Added the list of available commands.
...
-Erik
1999-12-12 05:32:52 +00:00
664584b50e
Fixed spelling of my name. Geez.
...
Ah kant evun spel mi nam.
-Erik
1999-12-11 23:25:59 +00:00
19db07b3d4
Ok, so this is reallt 0.38...
...
-Erik
1999-12-11 08:41:28 +00:00
59248bad97
Set version to 0.39
...
-Erik
1999-12-11 04:21:50 +00:00
84b009256f
Minor updates
1999-12-11 04:16:51 +00:00
b52a218c95
Removed a redundant call du(); Save cpu cycles.
1999-12-10 15:23:47 +00:00
59017e80da
damnit.
...
removed mkfifo from the TODO list.
I didn't implement it, because I realized (too late) that
mknod already existed, and it can do anything that mkfifo
would have done.
1999-12-10 08:44:54 +00:00
cf53687376
Fixed John's email address again.
...
John. Your email address is "john@lineo.com " not @line.com. :)
-Erik
1999-12-10 08:29:20 +00:00
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
1999-12-10 08:25:07 +00:00
c5ff0165ad
less TODO
1999-12-10 07:48:34 +00:00
3157b1fba9
Implemented head(1).
...
tried to mimic GNU behaviour.
1999-12-10 07:42:50 +00:00
a3e0d7928b
changed tee_usage from being a function to a char[]
...
that gets used be usage();
1999-12-10 07:41:03 +00:00
9835541c54
Fixed bug when dealing with files specified
...
on the command line that didn't exist.
1999-12-10 07:40:08 +00:00
21818c8a80
Make sure the world knows who "beppu" is.
...
-Erik
1999-12-10 06:48:10 +00:00
70e2f0b111
Fix beppu's email address.
...
BTW, John, go to sleep. It is late. :)
-Erik
1999-12-10 06:45:42 +00:00
14c82b64c9
Fleshed out du_main().
...
I'm not sure which options to support.
1999-12-10 06:15:27 +00:00
2ad2afd05c
less TODO
1999-12-10 06:14:28 +00:00
059f152a7a
Implemented tee(1).
1999-12-10 05:27:16 +00:00
29fcc90f3e
minor changelog update
1999-12-09 23:33:04 +00:00
6805d5d69e
Adjustments for Johns init stuff,
...
-Erik
1999-12-09 22:39:55 +00:00
f95ca97d1b
findInitPid() has been implemented and it seems to work.
...
reboot has been changed to take advantage of findInitPid();
1999-12-09 22:10:18 +00:00
395b216a2e
du is done
1999-12-09 18:37:56 +00:00
7a98606d85
Modified to include du
1999-12-09 18:29:29 +00:00