Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bb_INET_default[] is really just a const "default", | Denis Vlasenko | 2006-11-21 | 1 | -0/+2 | |
| | | | | nothing INET-specific | |||||
* | insmod_ng_main: -80 bytes. Stopp mmapping, use xmalloc_open_read_close(). | Denis Vlasenko | 2006-11-21 | 1 | -2/+1 | |
| | ||||||
* | svlogd: new applet. +9k. Still too big, but it was 12k yesterday. | Denis Vlasenko | 2006-11-16 | 1 | -0/+2 | |
| | ||||||
* | 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 | |||||
* | 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 | |||||
* | 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 | |
| | ||||||
* | 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: 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. | |||||
* | build system: (try to) get rid of bb_config.h hack | Denis Vlasenko | 2006-10-19 | 1 | -1/+1 | |
| | ||||||
* | grep: add support for -r | Denis Vlasenko | 2006-10-14 | 1 | -2/+2 | |
| | ||||||
* | 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> | |||||
* | 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 | 1 | -0/+1 | |
| | | | | | [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 | 1 | -23/+45 | |
| | ||||||
* | 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 | 1 | -0/+7 | |
| | ||||||
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 1 | -1/+0 | |
| | ||||||
* | 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 | 1 | -3/+4 | |
| | | | | It's "nice" on steroids - can set uid/gid, mem/cpu limits etc. +3.5k | |||||
* | g[un]zip: add support for -v (verbose). | Denis Vlasenko | 2006-10-01 | 1 | -3/+3 | |
| | | | | | Add CONFIG_DESKTOP, almost all bloat from this change is hidden under that. | |||||
* | losetup: use /dev/loopN or /dev/loop/N according to CONFIG_FEATURE_DEVFS=n/y | Denis Vlasenko | 2006-09-29 | 1 | -0/+2 | |
| | ||||||
* | kill: fix bugs (kill -l output was horrible), fix style, constify data | Denis Vlasenko | 2006-09-27 | 1 | -2/+2 | |
| | ||||||
* | wget: add (configurable) large file support. Run tested. | Denis Vlasenko | 2006-09-26 | 1 | -0/+2 | |
| | ||||||
* | The Software Freedom Law Center wants us to add a copyright notice to the | Rob Landley | 2006-09-20 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | generated binaries, to make copyright enforcement easier. Our liason with them (Bradley Kuhn) suggested the following text: > Copyright (C) YEAR-2006 Erik Andersen, Rob Landley, and others. > Licensed under GPLv2. See source distribution for full notice. And the busybox help message seems the least offensive place to put it. (At some point in the future, I need to strip 128 bytes from the binary to feel good about this, though. :) Minor header file cleanup while I was there, since libbb.h already #includes most of that stuff... | |||||
* | change char *string = "foo" -> char string[] = "foo" | Denis Vlasenko | 2006-09-19 | 1 | -26/+26 | |
| | | | | | | | | | | | | | | | | | | function old new delta xsetenv 45 44 -1 iproute_list_or_flush 1834 1833 -1 ipaddr_modify 1915 1914 -1 ipaddr_list_or_flush 1861 1860 -1 invarg 39 38 -1 do_set 1259 1258 -1 bb_verror_msg 268 267 -1 create_icmp_socket 142 140 -2 create_icmp6_socket 142 140 -2 bb_full_fd_action 324 322 -2 bb_path_mtab_file 10 - -10 .rodata 214796 214720 -76 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 0/11 up/down: 0/-99) Total: -99 bytes | |||||
* | Unbreak allbareconfig. | Rob Landley | 2006-09-15 | 1 | -15/+3 | |
| | | | | | | We've had -Werror in the tree for quite a while, so adding #warning somewhat counterproductve way to make comments on the code that belong on the mailing list anyway. | |||||
* | mount: move code from nfsmount.c into mount.c | Denis Vlasenko | 2006-09-14 | 1 | -3/+0 | |
| | ||||||
* | Remove pointless "const". Bloatcheck says 0 bytes difference. | Rob Landley | 2006-09-12 | 1 | -1/+1 | |
| | ||||||
* | nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg" | Denis Vlasenko | 2006-09-11 | 1 | -2/+2 | |
| | | | | | | | | | option - it was going to return a special flag back to caller and expecting caller to call it again with special parameter! Also caller was charged with calling mount() syscall... mount: mtab support was non-functional. Enabling it revealed serious bug which is not fixed yet. | |||||
* | - merge xstat.c into xfuncs.c | Bernhard Reutner-Fischer | 2006-09-11 | 1 | -1/+1 | |
| | ||||||
* | login: style fixes | Denis Vlasenko | 2006-09-08 | 1 | -3/+3 | |
| | ||||||
* | getty, sulogin: convert to using bb_msg for syslog output | Denis Vlasenko | 2006-09-07 | 1 | -0/+2 | |
| |