| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - do not hardcode HOSTCFLAGS to gcc specific flags. Fixes errors when not usi... | Bernhard Reutner-Fischer | 2007-06-20 | 1 | -5/+7 |
* | - strndupa is a GNU extension. Using strdup to avoid several errors like: | Bernhard Reutner-Fischer | 2007-06-20 | 1 | -3/+8 |
* | echo: fix yet another buglet in non-fancy echo | Denis Vlasenko | 2007-06-19 | 1 | -1/+1 |
* | ping: fix incorrect handling of -I (Iouri Kharon <bc-info@styx.cabel.net>) | Denis Vlasenko | 2007-06-19 | 1 | -5/+8 |
* | find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>) | Denis Vlasenko | 2007-06-19 | 3 | -163/+191 |
* | pscan: size optimization (Tito <farmatito@tiscali.it>) | Denis Vlasenko | 2007-06-19 | 1 | -5/+3 |
* | punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handling | Mike Frysinger | 2007-06-19 | 3 | -4/+12 |
* | top,ps: 'stringify' tty only when needed. -60 bytes. | Denis Vlasenko | 2007-06-19 | 3 | -22/+12 |
* | top: speedup if tty info is not requested | Denis Vlasenko | 2007-06-19 | 1 | -1/+3 |
* | top,ps: reduce CPU usage in decimal conversion (optional) | Denis Vlasenko | 2007-06-19 | 2 | -2/+60 |
* | ll_map: disable interface name caching code | Denis Vlasenko | 2007-06-19 | 2 | -40/+51 |
* | defconfig: update | Denis Vlasenko | 2007-06-19 | 1 | -13/+25 |
* | make /etc/network parsing configurable. -200 bytes when off. | Denis Vlasenko | 2007-06-19 | 2 | -4/+13 |
* | networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr... | Denis Vlasenko | 2007-06-19 | 6 | -136/+112 |
* | networking/interface.c: reduce bss usage | Denis Vlasenko | 2007-06-19 | 4 | -52/+62 |
* | libbb: random hunt for statics | Denis Vlasenko | 2007-06-18 | 2 | -13/+16 |
* | libpwdgrp/pwd_grp.c: allocate local storage on first call, not in bss. -1k bss | Denis Vlasenko | 2007-06-18 | 1 | -27/+96 |
* | ping: fix write-after-allocated-mem bug | Denis Vlasenko | 2007-06-18 | 2 | -37/+32 |
* | fix an obvious typo while trying to access the tv_usec member | Mike Frysinger | 2007-06-18 | 1 | -1/+1 |
* | wget: use monotonic_sec instead of gettimeofday | Denis Vlasenko | 2007-06-17 | 8 | -144/+151 |
* | hwclock: size optimizations | Denis Vlasenko | 2007-06-17 | 10 | -262/+230 |
* | time: *const str = "xxx" ==> str[] = "xxx" | Denis Vlasenko | 2007-06-17 | 1 | -3/+3 |
* | strings: strings a b was processing a twice, fix that | Denis Vlasenko | 2007-06-17 | 1 | -34/+35 |
* | arping: -i should be -I | Denis Vlasenko | 2007-06-17 | 2 | -2/+2 |
* | install: fix install a b /a/link/to/dir | Denis Vlasenko | 2007-06-17 | 2 | -4/+15 |
* | forgot svn add... | Denis Vlasenko | 2007-06-16 | 1 | -0/+150 |
* | remove obsolete comment | Denis Vlasenko | 2007-06-16 | 1 | -2/+1 |
* | make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features | Denis Vlasenko | 2007-06-16 | 3 | -20/+22 |
* | pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it> | Denis Vlasenko | 2007-06-16 | 6 | -4/+30 |
* | find: make -size match GNU find | Denis Vlasenko | 2007-06-16 | 4 | -19/+54 |
* | find: add conditional support for -maxdepth and -regex | Denis Vlasenko | 2007-06-15 | 3 | -84/+151 |
* | fdisk: fix minor issues with help text | Denis Vlasenko | 2007-06-15 | 1 | -26/+26 |
* | - fix test -f ./exists | Bernhard Reutner-Fischer | 2007-06-15 | 1 | -3/+8 |
* | - vda perfers not to use the banner | Bernhard Reutner-Fischer | 2007-06-15 | 1 | -3/+2 |
* | applets/Kbuild: straighten it a bit | Denis Vlasenko | 2007-06-14 | 2 | -9/+12 |
* | Alex Landau writes: open firmware for reading, not writing | Mike Frysinger | 2007-06-14 | 1 | -1/+1 |
* | init: make sure fd 0,1,2 are not closed, + related optimizations. | Denis Vlasenko | 2007-06-14 | 3 | -20/+19 |
* | traceroute: stop using floating point needlessly; nuke useless assignment. | Denis Vlasenko | 2007-06-14 | 1 | -14/+9 |
* | minix.h: add very simple test script | Denis Vlasenko | 2007-06-13 | 1 | -0/+22 |
* | fsck_minix: forgotten bit of previous commit... | Denis Vlasenko | 2007-06-13 | 1 | -0/+1 |
* | fsck_minix: stop using data/bss | Denis Vlasenko | 2007-06-13 | 2 | -124/+130 |
* | *: BB_BANNER -> bb_banner (it is not a const or #define)! | Denis Vlasenko | 2007-06-13 | 12 | -31/+33 |
* | as suggested by Renaud Cerrato and Souf, switch over to recursive_action() fo... | Mike Frysinger | 2007-06-13 | 1 | -32/+27 |
* | add support for firmware loading | Mike Frysinger | 2007-06-13 | 2 | -2/+84 |
* | hush: fix read builtin to not read ahead past eol and to not use | Denis Vlasenko | 2007-06-13 | 10 | -31/+68 |
* | remove nearly-duplicate PATHs in several places | Denis Vlasenko | 2007-06-12 | 7 | -16/+13 |
* | login: make /etc/nologin support configurable. -240 bytes if not selected. | Denis Vlasenko | 2007-06-12 | 4 | -15/+23 |
* | fix "--help prints usage for wrong applet" bug | Denis Vlasenko | 2007-06-12 | 1 | -0/+1 |
* | diff: shrink code (-85 bytes): | Denis Vlasenko | 2007-06-12 | 11 | -67/+69 |
* | - fix testing primary expressions like '"-u" = "-u"' | Bernhard Reutner-Fischer | 2007-06-12 | 1 | -2/+2 |