Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | svlogd: new applet. +9k. Still too big, but it was 12k yesterday. | Denis Vlasenko | 2006-11-16 | 3 | -0/+10 | |
| | ||||||
* | rename: compare_string_array -> index_in_str_array | Denis Vlasenko | 2006-11-05 | 1 | -1/+2 | |
| | | | | | introduce index_in_substr_array and use it in iproute2 | |||||
* | usage.h: stop using ancient USAGE_xxx (we have USE_xx now) | Denis Vlasenko | 2006-11-05 | 1 | -34/+13 | |
| | ||||||
* | ps: implement POSIX-like options, most notably -o | Denis Vlasenko | 2006-11-05 | 1 | -0/+15 | |
| | | | | (activated by CONFIG_DESKTOP) | |||||
* | smart_ulltoa5: make available in libbb | Denis Vlasenko | 2006-11-05 | 1 | -0/+1 | |
| | ||||||
* | replace /proc scanning code by more versatile one. | Denis Vlasenko | 2006-11-05 | 1 | -12/+36 | |
| | | | | | | | 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 | |||||
* | top: improve CPU% calculation | Denis Vlasenko | 2006-11-05 | 1 | -2/+2 | |
| | | | | style fixes | |||||
* | Unneeded code removed, usused field "unsigned pscpu" removed | Denis Vlasenko | 2006-11-01 | 1 | -4/+3 | |
| | ||||||
* | PID should be stored in pid_t, not int or long. | Denis Vlasenko | 2006-11-01 | 1 | -4/+3 | |
| | | | | | find_pid_by_name() was returning 0 or -1 in last array element, but -1 was never checked. We can use just 0 intead. | |||||
* | ls: cleanup part 1 | Denis Vlasenko | 2006-10-28 | 1 | -4/+4 | |
| | ||||||
* | recursive_action: add depth param | Denis Vlasenko | 2006-10-27 | 1 | -4/+4 | |
| | | | | chmod: match coreutils versus following links | |||||
* | chgrp: just call chown! :) | Denis Vlasenko | 2006-10-27 | 1 | -2/+8 | |
| | ||||||
* | chown: add -vcf support if CONFIG_DESKTOP | Denis Vlasenko | 2006-10-27 | 1 | -2/+7 | |
| | | | | chmod: stop following symlinks | |||||
* | chmod: support -vcf if CONFIG_DESKTOP | Denis Vlasenko | 2006-10-27 | 1 | -2/+7 | |
| | ||||||
* | reshuffle libbb.h contents so that order of decls makes sense | Denis Vlasenko | 2006-10-27 | 1 | -268/+250 | |
| | | | | Found bad typo in largefile support :) | |||||
* | Fix minor breakage in previous commit | Denis Vlasenko | 2006-10-26 | 1 | -2/+2 | |
| | ||||||
* | rename functions to more understandable names | Denis Vlasenko | 2006-10-26 | 1 | -15/+17 | |
| | ||||||
* | remove bb_printf and the like | Denis Vlasenko | 2006-10-26 | 1 | -13/+4 | |
| | ||||||
* | xconnect is non-conforming to "xfunc like libc" rule. Fixing | Denis Vlasenko | 2006-10-26 | 1 | -1/+3 | |
| | ||||||
* | - revert r16191; re-add resize() applet. | Bernhard Reutner-Fischer | 2006-10-25 | 2 | -0/+6 | |
| | | | | | | | 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 | |||||
* | wget: wget $'-\207' ... should not be allowed to work. ever. :) | Denis Vlasenko | 2006-10-25 | 1 | -1/+1 | |
| | | | | | So fix wget & getopt32. Also fix multiple --header options order: add and use rev_llist. | |||||
* | cp: update help text | Denis Vlasenko | 2006-10-22 | 1 | -4/+5 | |
| | ||||||
* | cp: add support for -s, -l. Fix free(nonmalloc) bug. | Denis Vlasenko | 2006-10-21 | 1 | -1/+4 | |
| | | | | | Add doc on POSIX's rules on -i and -f (insane!). ln: make "ln dangling_symlink new_link" work. | |||||
* | watch: execute command thru shell, not fork/exec. Other fixes | Denis Vlasenko | 2006-10-20 | 1 | -3/+4 | |
| | ||||||
* | raidautorun: new applet, by: | Denis Vlasenko | 2006-10-20 | 2 | -0/+8 | |
| | | | | | Thomas Jarosch (email?) and Bernhard Fischer <rep.nop@aon.at> | |||||
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -6/+6 | |
| | ||||||
* | build system: (try to) get rid of bb_config.h hack | Denis Vlasenko | 2006-10-19 | 2 | -152/+1 | |
| | ||||||
* | build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_) | Denis Vlasenko | 2006-10-19 | 1 | -0/+3 | |
| | ||||||
* | mount: support user mounts if CONFIG_DESKTOP | Denis Vlasenko | 2006-10-16 | 1 | -1/+5 | |
| | ||||||
* | nc: fix 2 my own buglets, and few someone else's too. | Denis Vlasenko | 2006-10-16 | 1 | -13/+13 | |
| | ||||||
* | grep: add support for -r | Denis Vlasenko | 2006-10-14 | 2 | -3/+4 | |
| | ||||||
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 1 | -8/+15 | |
| | ||||||
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | 2006-10-12 | 1 | -2/+3 | |
| | | | | Renaming... | |||||
* | ifupdown: stop emitting annoying/misleading error messages. | Denis Vlasenko | 2006-10-11 | 1 | -0/+4 | |
| | | | | Patch by Gabriel Somlo <somlo at cmu.edu> | |||||
* | nmeter: new applet. ~4k | Denis Vlasenko | 2006-10-11 | 2 | -0/+25 | |
| | | | | Fix build proble on x86_64 | |||||
* | od: provide full-blown od from coreutils if CONFIG_DESKTOP | Denis Vlasenko | 2006-10-10 | 1 | -0/+2 | |
| | ||||||
* | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | Denis Vlasenko | 2006-10-10 | 1 | -3/+8 | |
| | ||||||
* | start_stop_daemon: add -N <nice> compat | Denis Vlasenko | 2006-10-08 | 2 | -0/+2 | |
| | | | | | [re]nice: add support for -nNNN w/o spaces, -NNN (nice only), simplified code | |||||
* | correct largefile support, add comments about it. | Denis Vlasenko | 2006-10-08 | 1 | -22/+48 | |
| | ||||||
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 2 | -24/+46 | |
| | ||||||
* | dd: make it recognize not only 'k' but 'K' too; | Denis Vlasenko | 2006-10-07 | 1 | -0/+25 | |
| | | | | make it (partially) CONFIG_LFS-aware | |||||
* | dnsd fix; option_mask32 added. dnsd needs more love. | Denis Vlasenko | 2006-10-06 | 1 | -1/+2 | |
| | ||||||
* | httpd: add -u user[:grp] support | Denis Vlasenko | 2006-10-05 | 2 | -5/+12 | |
| | ||||||
* | fixing build system overhaul fallout... | Denis Vlasenko | 2006-10-05 | 1 | -0/+6 | |
| | ||||||
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 4 | -5/+142 | |
| | ||||||
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 | |
| | ||||||
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -4/+4 | |
| | | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. | |||||
* | rename bb_default_error_retval -> xfunc_error_retval | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 | |
| | ||||||
* | random style fixes | Denis Vlasenko | 2006-10-03 | 1 | -14/+16 | |
| | ||||||
* | runit/chpst: "change process state" utility | Denis Vlasenko | 2006-10-03 | 3 | -3/+73 | |
| | | | | It's "nice" on steroids - can set uid/gid, mem/cpu limits etc. +3.5k |