aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mostly style fixesDenis Vlasenko2006-11-0112-161/+156
|
* pidof: reduce #ifdef forestDenis Vlasenko2006-11-011-39/+19
|
* PID should be stored in pid_t, not int or long.Denis Vlasenko2006-11-018-69/+76
| | | | | find_pid_by_name() was returning 0 or -1 in last array element, but -1 was never checked. We can use just 0 intead.
* ps: reduce #ifdef forestDenis Vlasenko2006-11-011-25/+13
|
* #if CONFIG_xxx -> #if ENABLE_xxxDenis Vlasenko2006-11-013-20/+12
|
* find: -type T was actually meaning ! -type T!Denis Vlasenko2006-10-311-1/+1
| | | | With this fix, "make mrproper" works correctly
* build system: Makefiles are in source dir, add $(srctree)Denis Vlasenko2006-10-311-3/+3
|
* reads: fix bug 1078Denis Vlasenko2006-10-311-1/+2
|
* add usefun info on SIGINT handling peculiaritiesDenis Vlasenko2006-10-311-0/+627
|
* login: add big fat comment about SIGINT - preventDenis Vlasenko2006-10-311-1/+8
| | | | adding/deleting that code again and again
* login: re-enable Ctrl-^C before execing shell.Denis Vlasenko2006-10-313-79/+67
|
* dd: fix bugs: always assumed conv=sync, died on write errorsDenis Vlasenko2006-10-312-51/+70
| | | | w/o perror and statictics. Several small improvements
* find: implement -prune. "make clean" now works! :)Denis Vlasenko2006-10-311-3/+21
|
* find: fix implicit -print (sometime differed from standard)Denis Vlasenko2006-10-311-3/+11
|
* find: implement ( )Denis Vlasenko2006-10-301-96/+169
|
* "#warning: http://...." doesn't work (gcc thinks that it's a comment!)Denis Vlasenko2006-10-291-1/+1
|
* website: fix linkDenis Vlasenko2006-10-291-1/+1
|
* website: announce 1.2.2.1Denis Vlasenko2006-10-291-0/+7
|
* find: a lot more compliant to 'standard' findDenis Vlasenko2006-10-293-175/+269
| | | | | (we were not respecting order of actions!). Add -o and -a handling.
* find: small improvementDenis Vlasenko2006-10-291-11/+15
|
* find: fix -exec to work like stock find does.Denis Vlasenko2006-10-291-98/+155
|
* ls: silly comment fixesDenis Vlasenko2006-10-281-9/+9
|
* chmod: typo in commentsDenis Vlasenko2006-10-281-8/+8
|
* ls: cleanup part 2. ifdef forest is much less scary now :)Denis Vlasenko2006-10-282-198/+148
|
* ls: cleanup part 1Denis Vlasenko2006-10-288-281/+191
|
* recursive_action: add depth paramDenis Vlasenko2006-10-279-58/+123
| | | | chmod: match coreutils versus following links
* chgrp: just call chown! :)Denis Vlasenko2006-10-273-41/+19
|
* recursive_action: preparatory changes. will introduce "int level".Denis Vlasenko2006-10-271-50/+48
|
* chown: add -vcf support if CONFIG_DESKTOPDenis Vlasenko2006-10-273-27/+71
| | | | chmod: stop following symlinks
* chmod: support -vcf if CONFIG_DESKTOPDenis Vlasenko2006-10-272-55/+51
|
* modprobe: reformat to match bbox styleDenis Vlasenko2006-10-272-296/+293
|
* OFF_T_FMT -> OFF_FMTDenis Vlasenko2006-10-271-1/+1
|
* top: batch mode should output all processesDenis Vlasenko2006-10-272-9/+5
|
* Fix largefile breakage; advance version to 1.2.2Denis Vlasenko2006-10-272-4/+5
|
* reshuffle libbb.h contents so that order of decls makes senseDenis Vlasenko2006-10-276-280/+263
| | | | Found bad typo in largefile support :)
* get_terminal_width_height: do not pass insanely large valuesDenis Vlasenko2006-10-276-23/+33
|
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-2712-88/+88
|
* As usual, I forgot "svn del"...Denis Vlasenko2006-10-271-96/+0
|
* ...and yet another small fix. Ouch...Denis Vlasenko2006-10-262-3/+3
|
* Fix minor breakage in previous commitDenis Vlasenko2006-10-261-2/+2
|
* rename functions to more understandable namesDenis Vlasenko2006-10-2627-68/+63
|
* remove bb_printf and the likeDenis Vlasenko2006-10-2648-314/+315
|
* add ipv6 developer docDenis Vlasenko2006-10-261-0/+222
|
* nslookup: make it more IPv6 friendlyDenis Vlasenko2006-10-262-126/+81
|
* mount: use switch (compare_string_array(..))Denis Vlasenko2006-10-261-36/+105
| | | | where appropriate, saves >100 bytes.
* xconnect is non-conforming to "xfunc like libc" rule. FixingDenis Vlasenko2006-10-266-12/+20
|
* ip: "ip addr del" and "ip addr delete" both should workDenis Vlasenko2006-10-261-7/+8
|
* silly size savings and capitalization fixesDenis Vlasenko2006-10-2624-81/+81
|
* - revert r16191; re-add resize() applet.Bernhard Reutner-Fischer2006-10-255-0/+62
| | | | | | | 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
* sed: mostly style fixes, very small changes in actual codeDenis Vlasenko2006-10-251-333/+354
|