8528151658
small ipv6 doc changes; nslookup a tiny bit smaller
Denis Vlasenko
2006-11-07 19:05:43 +00:00
6476cc1089
getty: remove ancient termio support (was using termois anyway)
Denis Vlasenko
2006-11-07 01:52:10 +00:00
9f60929cc4
httpd: sendCgi() forked child needs to close opened server socket and accepted socket
Denis Vlasenko
2006-11-05 19:47:33 +00:00
5af906e7c8
rename: compare_string_array -> index_in_str_array introduce index_in_substr_array and use it in iproute2
Denis Vlasenko
2006-11-05 18:05:09 +00:00
77a1a53a98
usage.h: stop using ancient USAGE_xxx (we have USE_xx now)
Denis Vlasenko
2006-11-05 00:46:35 +00:00
9494919ea5
ps: implement POSIX-like options, most notably -o (activated by CONFIG_DESKTOP)
Denis Vlasenko
2006-11-05 00:45:47 +00:00
aae0311356
smart_ulltoa5: make available in libbb
Denis Vlasenko
2006-11-05 00:44:39 +00:00
459e4d6cf7
replace /proc scanning code by more versatile one. Use it where appropriate. Stop scanning /etc/passwd *for every process*!!! (uid->username) top: reduce memory usage - we won't save unneeded fields from /proc info anymore. Downside: ~+250 bytes of code
Denis Vlasenko
2006-11-05 00:43:51 +00:00
35fb512728
PID should be stored in pid_t, not int or long. find_pid_by_name() was returning 0 or -1 in last array element, but -1 was never checked. We can use just 0 intead.
Denis Vlasenko
2006-11-01 09:16:49 +00:00
3b8ff68ec8
dd: fix bugs: always assumed conv=sync, died on write errors w/o perror and statictics. Several small improvements
Denis Vlasenko
2006-10-31 15:55:56 +00:00
5d499e1600
find: a lot more compliant to 'standard' find (we were not respecting order of actions!). Add -o and -a handling.
Denis Vlasenko
2006-10-29 19:07:01 +00:00
e2fb719ba3
find: small improvement
Denis Vlasenko
2006-10-29 19:03:56 +00:00
df0553bbd2
find: fix -exec to work like stock find does.
Denis Vlasenko
2006-10-29 00:21:47 +00:00
25d8062128
top: batch mode should output all processes
Denis Vlasenko
2006-10-27 09:34:22 +00:00
b54b208d90
Fix largefile breakage; advance version to 1.2.2
Denis Vlasenko
2006-10-27 09:05:40 +00:00
dca0b707c0
reshuffle libbb.h contents so that order of decls makes sense Found bad typo in largefile support :)
Denis Vlasenko
2006-10-27 09:05:02 +00:00
621204bbf6
get_terminal_width_height: do not pass insanely large values
Denis Vlasenko
2006-10-27 09:03:24 +00:00
d3d004dd35
last nail into error_msg() (de)capitalization
Denis Vlasenko
2006-10-27 09:02:31 +00:00
1340ca8c87
As usual, I forgot "svn del"...
Denis Vlasenko
2006-10-27 07:17:36 +00:00
2fe7b73d99
...and yet another small fix. Ouch...
Denis Vlasenko
2006-10-26 23:39:04 +00:00
1de0830e62
Fix minor breakage in previous commit
Denis Vlasenko
2006-10-26 23:32:43 +00:00
ddec5af6b0
rename functions to more understandable names
Denis Vlasenko
2006-10-26 23:25:17 +00:00
f0ed376eda
remove bb_printf and the like
Denis Vlasenko
2006-10-26 23:21:47 +00:00
e63a0dee9e
- revert r16191; re-add resize() applet. text data bss dec hex filename 288 0 0 288 120 console-tools/_resize.o.gcc-2.95 258 0 0 258 102 console-tools/_resize.o.gcc-3.3 252 0 0 252 fc console-tools/_resize.o.gcc-3.4
Bernhard Reutner-Fischer
2006-10-25 15:07:56 +00:00
8077850330
sed: mostly style fixes, very small changes in actual code
Denis Vlasenko
2006-10-25 12:46:46 +00:00
d18a3a20db
use skip_whitespace where appropriate
Denis Vlasenko
2006-10-25 12:46:03 +00:00
c8400a2162
wget: wget $'-\207' ... should not be allowed to work. ever. :) So fix wget & getopt32. Also fix multiple --header options order: add and use rev_llist.
Denis Vlasenko
2006-10-25 00:33:44 +00:00
44c7917cab
Put up BusyBox 1.2.2 and get out of Denis' way. Also minor tweak to autodocifier.pl so USAGE_ macros that haven't been converted to USE_ yet get correctly stripped out when generating BusyBox.html.
Rob Landley
2006-10-24 21:46:19 +00:00
d35d540217
- add nmeter and raidautorun to defconfig.
Bernhard Reutner-Fischer
2006-10-24 20:07:29 +00:00
a481d87ff7
- we take exactly one argument.
Bernhard Reutner-Fischer
2006-10-24 20:06:55 +00:00
534d88e34e
console-tools/resize.c is apparently leftover from a reverted patch. Since it is a 0 length file, it gets nuked by 'make distclean' so I suppose might as well kill it off properly.
Eric Andersen
2006-10-19 22:02:29 +00:00
13c5a6832f
mount: support user mounts if CONFIG_DESKTOP
Denis Vlasenko
2006-10-16 22:39:51 +00:00