| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | wget: wget $'-\207' ... should not be allowed to work. ever. :) | Denis Vlasenko | 2006-10-25 | 2 | -20/+34 | |
| | | | | | | 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 | -84/+126 | |
| | | | | | | Add doc on POSIX's rules on -i and -f (insane!). ln: make "ln dangling_symlink new_link" work. | |||||
| * | readlink: do not emit errors if file doesnt not exist / not a link | Denis Vlasenko | 2006-10-20 | 1 | -0/+9 | |
| | | | | | getopt32: add =N support | |||||
| * | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 3 | -4/+4 | |
| | | ||||||
| * | nc: fix 2 my own buglets, and few someone else's too. | Denis Vlasenko | 2006-10-16 | 1 | -1/+1 | |
| | | ||||||
| * | grep: add support for -r | Denis Vlasenko | 2006-10-14 | 1 | -7/+7 | |
| | | ||||||
| * | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 6 | -103/+144 | |
| | | ||||||
| * | xread/write can use full_read/write (smaller code) | Denis Vlasenko | 2006-10-12 | 3 | -12/+8 | |
| | | ||||||
| * | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | 2006-10-12 | 1 | -2/+2 | |
| | | | | | Renaming... | |||||
| * | cut, mount: small improvements | Denis Vlasenko | 2006-10-12 | 1 | -0/+1 | |
| | | ||||||
| * | small style fixes | Denis Vlasenko | 2006-10-12 | 3 | -5/+9 | |
| | | ||||||
| * | execable: no need to check getenv for NULL, it works anyway. | Denis Vlasenko | 2006-10-12 | 1 | -2/+1 | |
| | | ||||||
| * | execable.c: forgot to do "svn add" again... | Denis Vlasenko | 2006-10-12 | 1 | -0/+62 | |
| | | ||||||
| * | ifupdown: stop emitting annoying/misleading error messages. | Denis Vlasenko | 2006-10-11 | 1 | -1/+1 | |
| | | | | | Patch by Gabriel Somlo <somlo at cmu.edu> | |||||
| * | nmeter: new applet. ~4k | Denis Vlasenko | 2006-10-11 | 1 | -10/+8 | |
| | | | | | Fix build proble on x86_64 | |||||
| * | od: provide full-blown od from coreutils if CONFIG_DESKTOP | Denis Vlasenko | 2006-10-10 | 1 | -0/+6 | |
| | | ||||||
| * | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | Denis Vlasenko | 2006-10-10 | 1 | -2/+7 | |
| | | ||||||
| * | start_stop_daemon: add -N <nice> compat | Denis Vlasenko | 2006-10-08 | 1 | -0/+5 | |
| | | | | | | [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 | 2 | -6/+8 | |
| | | ||||||
| * | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 7 | -261/+326 | |
| | | ||||||
| * | dnsd fix; option_mask32 added. dnsd needs more love. | Denis Vlasenko | 2006-10-06 | 1 | -0/+4 | |
| | | ||||||
| * | httpd: add -u user[:grp] support | Denis Vlasenko | 2006-10-05 | 1 | -2/+3 | |
| | | ||||||
| * | build system overhaul | Denis Vlasenko | 2006-10-05 | 11 | -423/+87 | |
| | | ||||||
| * | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 3 | -5/+5 | |
| | | ||||||
| * | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 2 | -75/+72 | |
| | | | | | | | | | 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 | 6 | -6/+6 | |
| | | ||||||
| * | fdformat: remove redundant check | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 | |
| | | ||||||
| * | random style fixes | Denis Vlasenko | 2006-10-03 | 2 | -3/+3 | |
| | | ||||||
| * | runit/chpst: "change process state" utility | Denis Vlasenko | 2006-10-03 | 2 | -27/+28 | |
| | | | | | It's "nice" on steroids - can set uid/gid, mem/cpu limits etc. +3.5k | |||||
| * | sed: unbreak multiple -e, -f option handling (my fault) | Denis Vlasenko | 2006-10-01 | 1 | -3/+3 | |
| | | ||||||
| * | lsmod: repair indentation | Denis Vlasenko | 2006-09-30 | 1 | -2/+2 | |
| | | | | | httpd: ifdef CONFIG -> if ENABLE (shorted, catched typos) | |||||
| * | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko | 2006-09-29 | 1 | -1/+1 | |
| | | ||||||
| * | top: add support for -b, -n <iterations> | Denis Vlasenko | 2006-09-29 | 1 | -8/+0 | |
| | | ||||||
| * | getopt_ulflags: fix indentation in comment (needs to be 8 _spaces_ | Denis Vlasenko | 2006-09-29 | 1 | -183/+189 | |
| | | | | | | in order to look correct to both 4 tab and 8 tab population). Add comment about :: (which indicates optional argument). | |||||
| * | getopt_ulflags: formatting fixes | Denis Vlasenko | 2006-09-29 | 1 | -71/+71 | |
| | | ||||||
| * | xargs: simplify option parsing | Denis Vlasenko | 2006-09-29 | 1 | -0/+1 | |
| | | ||||||
| * | Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c | Denis Vlasenko | 2006-09-28 | 1 | -17/+16 | |
| | | | | | (time to sleep, 02:28 in the morning)... | |||||
| * | usage.h: fix compile-time bugs exposed by previous change | Denis Vlasenko | 2006-09-27 | 1 | -3/+1 | |
| | | ||||||
| * | kill: fix bugs (kill -l output was horrible), fix style, constify data | Denis Vlasenko | 2006-09-27 | 1 | -7/+6 | |
| | | ||||||
| * | process utilities related style cleanup | Denis Vlasenko | 2006-09-27 | 1 | -9/+8 | |
| | | ||||||
| * | wget: add (configurable) large file support. Run tested. | Denis Vlasenko | 2006-09-26 | 1 | -0/+34 | |
| | | ||||||
| * | wget: fix bug where wget creates null file if there is no remote one. | Denis Vlasenko | 2006-09-23 | 1 | -1/+1 | |
| | | | | | add O_LARGEFILE support (not run tested :). | |||||
| * | remove unneeded #includes, fix indentation | Denis Vlasenko | 2006-09-23 | 1 | -22/+17 | |
| | | ||||||
| * | correct_password: undo whitespace damage. | Denis Vlasenko | 2006-09-23 | 1 | -25/+13 | |
| | | | | | vlock + correct_password: fix incorrect line breaks in messages. | |||||
| * | bb_askpass: shorten static password buffer. 256 is way too large. | Denis Vlasenko | 2006-09-23 | 2 | -23/+19 | |
| | | | | | | simplify code a bit. | |||||
| * | losetup: getopt_ulflags'ification + small fix for perror_nomsg | Denis Vlasenko | 2006-09-22 | 1 | -1/+3 | |
| | | ||||||
| * | Teach get_terminal_width_height to fall back to $LINES and $COLUMNS when | Rob Landley | 2006-09-20 | 3 | -37/+27 | |
| | | | | | used via things like a serial console. | |||||
| * | change char *string = "foo" -> char string[] = "foo" | Denis Vlasenko | 2006-09-19 | 2 | -27/+27 | |
| | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 7 | -14/+14 | |
| | | ||||||
| * | style fixes | Denis Vlasenko | 2006-09-17 | 1 | -5/+4 | |
| | | ||||||
