Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-10 | wget: fix error message. | Denis Vlasenko | |
Bad: wget http://127.0.0.1:81/fgdg/Makefile Connecting to 127.0.0.1[127.0.0.1]:81 : HTTP/1.0 404 Not Foundror 404 Not Found Good: wget http://127.0.0.1:81/fgdg/Makefile Connecting to 127.0.0.1[127.0.0.1]:81 get: server returned error: HTTP/1.0 404 Not Found nslookup: fix my mistake applets: make Bernhard Fischer <rep.nop@aon.at> happy :) | |||
2006-11-09 | add && !defined(__UCLIBC__) to static link warning check | Denis Vlasenko | |
2006-11-07 | small ipv6 doc changes; nslookup a tiny bit smaller | Denis Vlasenko | |
2006-11-07 | getty: remove ancient termio support (was using termois anyway) | Denis Vlasenko | |
2006-11-05 | httpd: sendCgi() forked child needs to close opened | Denis Vlasenko | |
server socket and accepted socket | |||
2006-11-05 | rename: compare_string_array -> index_in_str_array | Denis Vlasenko | |
introduce index_in_substr_array and use it in iproute2 | |||
2006-11-05 | ps: add documentation on POSIX ps | Denis Vlasenko | |
2006-11-05 | usage.h: stop using ancient USAGE_xxx (we have USE_xx now) | Denis Vlasenko | |
2006-11-05 | ps: implement POSIX-like options, most notably -o | Denis Vlasenko | |
(activated by CONFIG_DESKTOP) | |||
2006-11-05 | smart_ulltoa5: make available in libbb | Denis Vlasenko | |
2006-11-05 | replace /proc scanning code by more versatile one. | Denis Vlasenko | |
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 | |||
2006-11-05 | top: improve CPU% calculation | Denis Vlasenko | |
style fixes | |||
2006-11-02 | Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> | Denis Vlasenko | |
2006-11-01 | Unneeded code removed, usused field "unsigned pscpu" removed | Denis Vlasenko | |
2006-11-01 | mostly style fixes | Denis Vlasenko | |
2006-11-01 | pidof: reduce #ifdef forest | Denis Vlasenko | |
2006-11-01 | PID should be stored in pid_t, not int or long. | Denis Vlasenko | |
find_pid_by_name() was returning 0 or -1 in last array element, but -1 was never checked. We can use just 0 intead. | |||
2006-11-01 | ps: reduce #ifdef forest | Denis Vlasenko | |
2006-11-01 | #if CONFIG_xxx -> #if ENABLE_xxx | Denis Vlasenko | |
2006-10-31 | find: -type T was actually meaning ! -type T! | Denis Vlasenko | |
With this fix, "make mrproper" works correctly | |||
2006-10-31 | build system: Makefiles are in source dir, add $(srctree) | Denis Vlasenko | |
2006-10-31 | reads: fix bug 1078 | Denis Vlasenko | |
2006-10-31 | add usefun info on SIGINT handling peculiarities | Denis Vlasenko | |
2006-10-31 | login: add big fat comment about SIGINT - prevent | Denis Vlasenko | |
adding/deleting that code again and again | |||
2006-10-31 | login: re-enable Ctrl-^C before execing shell. | Denis Vlasenko | |
2006-10-31 | dd: fix bugs: always assumed conv=sync, died on write errors | Denis Vlasenko | |
w/o perror and statictics. Several small improvements | |||
2006-10-31 | find: implement -prune. "make clean" now works! :) | Denis Vlasenko | |
2006-10-31 | find: fix implicit -print (sometime differed from standard) | Denis Vlasenko | |
2006-10-30 | find: implement ( ) | Denis Vlasenko | |
2006-10-29 | "#warning: http://...." doesn't work (gcc thinks that it's a comment!) | Denis Vlasenko | |
2006-10-29 | website: fix link | Denis Vlasenko | |
2006-10-29 | website: announce 1.2.2.1 | Denis Vlasenko | |
2006-10-29 | find: a lot more compliant to 'standard' find | Denis Vlasenko | |
(we were not respecting order of actions!). Add -o and -a handling. | |||
2006-10-29 | find: small improvement | Denis Vlasenko | |
2006-10-29 | find: fix -exec to work like stock find does. | Denis Vlasenko | |
2006-10-28 | ls: silly comment fixes | Denis Vlasenko | |
2006-10-28 | chmod: typo in comments | Denis Vlasenko | |
2006-10-28 | ls: cleanup part 2. ifdef forest is much less scary now :) | Denis Vlasenko | |
2006-10-28 | ls: cleanup part 1 | Denis Vlasenko | |
2006-10-27 | recursive_action: add depth param | Denis Vlasenko | |
chmod: match coreutils versus following links | |||
2006-10-27 | chgrp: just call chown! :) | Denis Vlasenko | |
2006-10-27 | recursive_action: preparatory changes. will introduce "int level". | Denis Vlasenko | |
2006-10-27 | chown: add -vcf support if CONFIG_DESKTOP | Denis Vlasenko | |
chmod: stop following symlinks | |||
2006-10-27 | chmod: support -vcf if CONFIG_DESKTOP | Denis Vlasenko | |
2006-10-27 | modprobe: reformat to match bbox style | Denis Vlasenko | |
2006-10-27 | OFF_T_FMT -> OFF_FMT | Denis Vlasenko | |
2006-10-27 | top: batch mode should output all processes | Denis Vlasenko | |
2006-10-27 | Fix largefile breakage; advance version to 1.2.2 | Denis Vlasenko | |
2006-10-27 | reshuffle libbb.h contents so that order of decls makes sense | Denis Vlasenko | |
Found bad typo in largefile support :) | |||
2006-10-27 | get_terminal_width_height: do not pass insanely large values | Denis Vlasenko | |