Erik Andersen
a19bc64653
More formatting bugs fixed
...
-Erik
2000-05-02 06:40:02 +00:00
Erik Andersen
e31c06608e
Bug fixes in the docs
...
-Erik
2000-05-02 05:32:07 +00:00
Erik Andersen
03ccce6e30
Make the dependancies on the docs work properly
...
-Erik
2000-05-02 05:31:00 +00:00
Erik Andersen
5afc864422
More stuff
...
-Erik
2000-05-02 00:07:56 +00:00
Erik Andersen
3c1217cfad
Document tr change
...
-Erik
2000-05-01 22:34:24 +00:00
Erik Andersen
8f8d6d5f2d
Due to the license change I can now use Minix code. Minix tr
...
(adapted) now replaces BSD tr. Goes from 5k to 1k, and eliminates
bsearch from the list of libc symbols.
-Erik
2000-05-01 22:30:37 +00:00
Mark Whitley
d16665810d
Minor source modifications to improve readability.
2000-05-01 22:08:54 +00:00
Erik Andersen
12d1b378be
Minor doc change
2000-05-01 19:50:37 +00:00
Erik Andersen
9b7d964581
My little adventure of analyzing lib usage has already rooted out
...
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
2000-05-01 19:49:20 +00:00
Erik Andersen
f378fced43
Note how to find list of BusyBox libc dependancies, the ide being to
...
limit them much more.
-Erik
2000-05-01 19:27:17 +00:00
Erik Andersen
4625240674
Oops.
...
-Erik
2000-05-01 19:11:16 +00:00
Erik Andersen
94f5e0ba7c
Some accrued fixes/updates.
...
* 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
2000-05-01 19:10:52 +00:00
Erik Andersen
28c49b6c9c
Foo
2000-04-28 22:51:49 +00:00
Erik Andersen
25c44c623d
Fix changelog
...
-Erik
2000-04-28 22:49:08 +00:00
Erik Andersen
923ef599f3
Fix tarball creation. In an attempt to accomodate the whiners
...
that wanted "tar cf foo.tar foo" (i.e. no "-" before options)
I broke creation of tarballs. Now fixed.
-Erik
2000-04-28 22:32:13 +00:00
Erik Andersen
6ed02a0ee0
Fix stupid bugs. update was segfaulting. mknod minor # was always 0
...
due to a parsing bug. Oops.
-Erik
2000-04-28 22:10:34 +00:00
Erik Andersen
abc199eb0c
Forgot this file...
...
-Erik
2000-04-28 01:26:31 +00:00
Erik Andersen
4f3f757d56
Latest and greatest. Some effort at libc5 (aiming towards newlib)
...
compatability.
-Erik
2000-04-28 00:18:56 +00:00
Erik Andersen
227a59b05d
Several more updates
...
-Erik
2000-04-25 23:24:55 +00:00
John Beppu
f93a95de69
+ grep -v # yay!
2000-04-24 18:07:30 +00:00
Erik Andersen
e90f4045af
Some more updates and such...
...
-Erik
2000-04-21 21:53:58 +00:00
Erik Andersen
1d1d95051a
More Doc updates. cmdedit and more termio fixes.
2000-04-21 01:26:49 +00:00
Erik Andersen
cf8d38a3eb
Doc updates
...
-Erik
2000-04-21 01:23:36 +00:00
Erik Andersen
7d6ba57bba
Add #include <sys/param.h> to syslogd.
...
-Erik
2000-04-19 20:02:50 +00:00
Erik Andersen
e3ed156eeb
Make the sys logger for so that concurrent logging will work
...
properly (see tests/syslog_test.c for example).
-Erik
2000-04-19 18:52:56 +00:00
Erik Andersen
1101d23604
Fix email address
...
-Erik
2000-04-19 05:15:12 +00:00
Erik Andersen
eef658068b
Minor doc change
...
-Erik
2000-04-19 05:12:02 +00:00
Erik Andersen
2e397341d9
Some emails I exchanged with Alan Cox and Linus re my /dev/ps
...
kernel patch. To summarize, it won't be going into the kernel.
-Erik
2000-04-19 04:34:06 +00:00
Erik Andersen
262dd039eb
Fix the makefile so docs get built
...
-Erik
2000-04-19 04:26:30 +00:00
Erik Andersen
3fe7f9f20b
More minor updates to docs (and making apps behave as the docs
...
suggest they should)
-Erik
2000-04-19 03:59:10 +00:00
Erik Andersen
a3e57ca700
make ps accept (and ignore) all options (--help works of course).
...
tar now works with or without the leading "-" on the options.
-Erik
2000-04-19 03:38:01 +00:00
Erik Andersen
f13df3752c
More stuff
...
-Erik
2000-04-18 23:51:51 +00:00
Erik Andersen
9a8195cc03
Fix creation of /linuxrc
...
-Erik
2000-04-18 23:32:10 +00:00
Erik Andersen
b9167cb67f
Really fix the killall segfault this time.
...
-Erik
2000-04-18 22:41:30 +00:00
Erik Andersen
632bb57135
Fix symlink following bug in chmod -R and friends. Allow SYSV style
...
'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
2000-04-18 22:09:06 +00:00
Erik Andersen
c366050a23
Fix stupid bug (wrong variable)
...
-Erik
2000-04-18 21:18:57 +00:00
Jim Gleason
f29f797f54
Reset DODEBUG to false
2000-04-18 20:40:38 +00:00
Erik Andersen
0a64de9b4f
More little stuff.
...
-Erik
2000-04-18 20:00:03 +00:00
Erik Andersen
229dd2b905
Fix killall
...
-Erik
2000-04-18 18:38:29 +00:00
Erik Andersen
5d68857b9c
Remove debug noise
...
-Erik
2000-04-18 01:09:29 +00:00
Erik Andersen
a6c752201e
Updates
...
-Erik
2000-04-18 00:00:52 +00:00
John Beppu
91e581fa04
- grep -v ^\.PHONY < Makefile
...
+ busybox.def.h
BB_FEATURE_TRIVIAL_HELP
+ uname.c has an example of how BB_FEATURE_TRIVIAL_HELP
is to be applied.
2000-04-17 17:49:44 +00:00
John Beppu
5a50def0f4
- removal of (stray|stealth) spaces
2000-04-17 17:46:46 +00:00
John Beppu
6e703034f4
+ no need for comments.
2000-04-17 16:53:45 +00:00
Erik Andersen
26702fe191
Bugfixes.
...
-Erik
2000-04-17 16:44:46 +00:00
Erik Andersen
e5b6c7dd9c
More updates to the docs, and fixes to sync things with the docs.
...
-Erik
2000-04-17 16:16:10 +00:00
John Beppu
4fd10fc73b
+ added John Lombardo to AUTHORS section
2000-04-17 05:13:59 +00:00
John Beppu
200be97e36
- got rid of the .PHONY: docs, because I didn't want it to
...
generate the qw(man html txt) documentation every time I
ran make.
Unfortunately, "make docs" never amounts to anything, because
make sees the docs/ directory and thinks, "oh, I don't have
to do any work". Maybe the target should be "doc" to make it
different from "docs"?
2000-04-17 04:41:15 +00:00
John Beppu
5a728cfdfe
+ in the interest of robustness, I added
...
utility.c :: cstring_alloc()
utility.c :: cstring_lineFromFile() /* they're at the bottom */
so that I could read in lines of arbitrary length from FILE*s
(instead of using fgets(huge_ass_buffer,...)).
+ I tested it out on sort, and it seems to be fine.
2000-04-17 04:22:09 +00:00
John Beppu
3becdfc316
+ added a .PHONY: docs
...
target
2000-04-17 03:37:52 +00:00