e5b6c7dd9c
More updates to the docs, and fixes to sync things with the docs.
...
-Erik
2000-04-17 16:16:10 +00:00
4fd10fc73b
+ added John Lombardo to AUTHORS section
2000-04-17 05:13:59 +00:00
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
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
3becdfc316
+ added a .PHONY: docs
...
target
2000-04-17 03:37:52 +00:00
53642b066c
+ fixed segfault when no parameters are given to math
2000-04-16 10:55:27 +00:00
9057b6a918
+ wrap things in B<> to make pod2man happy
2000-04-16 10:22:28 +00:00
ab01ed12bd
Turn off debugging
...
-Erik
2000-04-15 16:37:45 +00:00
5e1189e187
More documentation updates, and minor fixes to make things sync
...
up with the docs.
-Erik
2000-04-15 16:34:54 +00:00
95c1c1e05f
Fix a tar bug: tar removed leading '/'s for symlink targets.
...
Fix a syslogd bug: Only the first sizeof(buffer) was read from the
/dev/log socket, causing (for most cases) only every other log item to be logged.
-Erik
2000-04-14 21:45:29 +00:00
d5ba77d03e
Latest and greatest. Seems there is a bug.
...
-Erik
2000-04-14 00:40:31 +00:00
50ed0676ad
+ minor whitespace oddities removed
...
+ re-alphabetized AUTHORS section
+ added Id tag at bottom
2000-04-13 23:44:04 +00:00
cbd6628c8c
+ VERSION wasn't being propagated to the sub-make happening in docs/
...
so I exported VERSION and invoked make with a -C docs
2000-04-13 22:57:45 +00:00
9cf3bfa7c1
More doc updates for BusyBox, with fixes to apps for bugs revealed
...
while trying to write docs . :-)
-Erik
2000-04-13 18:49:43 +00:00
b4f8606c05
- the message that comes up when busybox is invoked
...
w/o parameters was extending beyond the 80th column
2000-04-13 03:36:01 +00:00
08e7f75ba2
+ a comment on line 1 w/ suggested pod2man invocation:
...
pod2man --center=Lineo --release="version 0.43" busybox.pod > busybox.1
2000-04-13 03:22:20 +00:00
f17792ca9b
+ formatting modifications to make pod2man(1p) happy.
2000-04-13 03:16:01 +00:00
61677feff7
Upates to include copyright 2000 to everything
...
-Erik
2000-04-13 01:18:56 +00:00
62dc17a3b1
Some docs
...
-Erik
2000-04-13 01:18:23 +00:00
f0657d3229
Some enhancements I've been working on over the weekend,
...
-Erik
2000-04-12 17:49:52 +00:00
a2685735b1
Make tab completion an option
...
-Erik
2000-04-09 18:27:46 +00:00
f3b3d17060
More minor patches
...
-Erik
2000-04-09 18:24:05 +00:00
0817d1372c
This makes tar work perfectly, and adds in "--exclude" as an option
...
-Erik
2000-04-09 15:17:40 +00:00
84e09e4437
Fix tar checksum calculation bug.
...
-Erik
2000-04-08 20:58:35 +00:00
ecd512453c
Latest and greatest
...
-Erik
2000-04-08 03:08:21 +00:00
5dd853ad2a
Oops. Left in some debug noise.
...
-Erik
2000-04-07 16:19:30 +00:00
6a34b539db
Slightly better fringe case handling and GNU tar like error messages.
...
-Erik
2000-04-07 06:55:38 +00:00
825aead68b
Patch to make killall actually kill all PIDs with the specified name,
...
rather then busylooping trying to kill the first one until it dies.
Should be more efficient now, and will only send one signal to each
specified process.
-Erik
2000-04-07 06:00:07 +00:00
93d6513d93
Some more minor updates to better use some gcc attributes.
...
-Erik
2000-04-06 08:06:36 +00:00
7a4b719486
Fix sed regexp replacement, which I had hosed (thanks to
...
Jim Gleason for finding and fixing the problem)
-Erik
2000-04-06 07:37:35 +00:00
6bd3602988
Fix time stamp style
...
-Erik
2000-04-06 07:25:44 +00:00
c0dac18d6d
Turn off static linking. Duh.
...
-Erik
2000-04-06 07:24:45 +00:00
e9fee653dc
Use gcc -E instead of cpp to enhance portability for brain
...
damaged platforms (i.e. OpenLinux) that do not have cpp in
the default path but instead hide it under /usr/lib/...
-Erik
2000-04-06 00:10:39 +00:00
d4bc1fcad8
Minor noise removal
...
-Erik
2000-04-05 05:19:03 +00:00
5661fe078e
Tar now works perfectly. It behaves much better now then it
...
used to. Only thing left to do is add in exclude (-X) option.
-Erik
2000-04-05 01:00:52 +00:00
cbb0a4b40d
Oops. Forgot the usleep.c file.
...
/me dons a paper bag.
-Erik
2000-04-04 18:52:02 +00:00
b99ca13261
usleep contributed by Nicolas Pitre <nico@cam.org>
...
-Erik
2000-04-04 18:49:18 +00:00
68a9ea4208
Update tar so creation of tarballs is much closer to working...
...
-Erik
2000-04-04 18:39:50 +00:00
183da4ade1
Minor structural change to allow core dumping(or not) from init
...
-Erik
2000-04-04 18:36:37 +00:00
983b51b17b
minor changes to mount/umount to support-by-ignoring the "-v" flag.
...
Added optional core dumping as a feature for init, and include a rewrite
of syslogd so that it now supports multiple concurrent connections.
-Erik
2000-04-04 18:14:25 +00:00
3364d78b18
Yet another installment in the ongoing tar saga
...
-Erik
2000-03-28 00:58:14 +00:00
6acaa40f27
First stages of (re-)writing busybox's tar creation support.
...
-Erik
2000-03-26 14:03:20 +00:00
deea048bec
Latest and greatest
...
-Erik
2000-03-25 23:09:29 +00:00
1ad302ac90
The new tar for busybox is now done, and works just fine
...
for extracting files. Creation of tarballs is next...
-Erik
2000-03-24 00:54:46 +00:00
e454fb68a3
More changes that are broken. It doesn't compile
...
yet, but is closer.
-Erik
2000-03-23 04:27:58 +00:00
298854f029
My latest ramblings.
...
-Erik
2000-03-23 01:09:18 +00:00
ec5bd90916
Use the nice new find_real_root_device function to find the
...
name of the root device, instead of having libc read whatever
lies happen to be in /etc/mtab.
-Erik
2000-03-22 07:12:05 +00:00
016ffe9307
Add in a nifty function for mount to use.
...
-Erik
2000-03-22 00:58:54 +00:00
0d068a2067
* all mallocs now use xmalloc (and so are OOM error safe), and
...
the common error handling saves a few bytes. Thanks to
Bob Tinsley <bob@earthrise.demon.co.uk > for the patch.
-Erik
2000-03-21 22:32:57 +00:00
c053e41fa0
Hmm. Missed this change
2000-03-21 01:31:24 +00:00