Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Strangely, using // in the comments I added was not a persistent accident. | Rob Landley | 2006-09-14 | 1 | -65/+62 | |
| | ||||||
* | - fix copy'n paste errors that got introduced when switching to the shorter ↵ | Bernhard Reutner-Fischer | 2006-09-13 | 3 | -3/+3 | |
| | | | | | | boilerplate. No object code changes. | |||||
* | Remove pointless "const". Bloatcheck says 0 bytes difference. | Rob Landley | 2006-09-12 | 1 | -1/+1 | |
| | ||||||
* | - small trivia to be gentle to gcc-2.95.x which had no va_copy but only ↵ | Bernhard Reutner-Fischer | 2006-09-12 | 4 | -19/+2 | |
| | | | | __va_copy. | |||||
* | - fix warning about discarding qualifiers in initialization | Bernhard Reutner-Fischer | 2006-09-12 | 1 | -1/+1 | |
| | ||||||
* | - merge xstat.c into xfuncs.c | Bernhard Reutner-Fischer | 2006-09-11 | 3 | -13/+11 | |
| | ||||||
* | tar: fix "xopen with O_CREAT" warning, improve zero padding write | Denis Vlasenko | 2006-09-09 | 1 | -8/+4 | |
| | | | | | (was doing zillions of 1-byte write syscalls) | |||||
* | few random readability enhansements. No code changes | Denis Vlasenko | 2006-09-08 | 1 | -0/+1 | |
| | ||||||
* | login: style fixes | Denis Vlasenko | 2006-09-08 | 1 | -6/+6 | |
| | ||||||
* | getty, sulogin: convert to using bb_msg for syslog output | Denis Vlasenko | 2006-09-07 | 8 | -5/+17 | |
| | ||||||
* | fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be && | Denis Vlasenko | 2006-09-07 | 2 | -2/+2 | |
| | ||||||
* | Add CONFIG_FEATURE_SYSLOG which controls whether | Denis Vlasenko | 2006-09-07 | 2 | -2/+2 | |
| | | | | | | | | bb_xx_msg will ever try to send output to syslog. Add "select CONFIG_FEATURE_SYSLOG" to relevant applets. This allows to omit syslog code if we do not have any syslog-capable applets in the build. | |||||
* | adding files missed in prev updates (forgot about svn add) | Denis Vlasenko | 2006-09-07 | 2 | -0/+53 | |
| | ||||||
* | removed a lot of trailing \n in bb_msg() calls. It is added | Denis Vlasenko | 2006-09-06 | 1 | -1/+1 | |
| | | | | | automatically by function itself. | |||||
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 10 | -27/+40 | |
| | | | | | | bb_xx_msg calls, and convert networking/* to it. The rest of bbox will be converted gradually. |