Age | Commit message (Expand) | Author |
2007-06-23 | httpd: NOMMU fixes by Alex Landau <landau_alex@yahoo.com> | Denis Vlasenko |
2007-06-23 | pidof: size optimizations (-50 bytes) | Denis Vlasenko |
2007-06-22 | - handy to have the cross_compile block here, too | Bernhard Reutner-Fischer |
2007-06-21 | syslogd: do not convert tabs to ^I | Denis Vlasenko |
2007-06-21 | test: shrink a bit | Denis Vlasenko |
2007-06-21 | build system: remove kernel .config locations (spotted by walter harms <wharm... | Denis Vlasenko |
2007-06-21 | random shrinkage of statics, -60 bytes saved | Denis Vlasenko |
2007-06-21 | tar: improve OLDGNU compat, make old SUN compat configurable | Denis Vlasenko |
2007-06-21 | - add ATTRIBUTE_UNUSED_RESULT for internal use | Bernhard Reutner-Fischer |
2007-06-21 | since we removed the deprecated matches() now and thus not alot of warnings a... | Bernhard Reutner-Fischer |
2007-06-21 | - remove matches() from networking/. Untested. | Bernhard Reutner-Fischer |
2007-06-21 | slattach: code shrink (Bernhard Fischer <rep.dot.nop@gmail.com>) | Denis Vlasenko |
2007-06-21 | remove extra ')' | Denis Vlasenko |
2007-06-20 | slattach: new applet. | Denis Vlasenko |
2007-06-20 | - move iprule and ipaddress from matches() to index_in_str_array | Bernhard Reutner-Fischer |
2007-06-20 | do not do utime() on links, it acts on link targets, and we don't want that. | Denis Vlasenko |
2007-06-20 | - remove another user of the deprecated matches() func by moving it to use in... | Bernhard Reutner-Fischer |
2007-06-20 | - do not hardcode HOSTCFLAGS to gcc specific flags. Fixes errors when not usi... | Bernhard Reutner-Fischer |
2007-06-20 | - strndupa is a GNU extension. Using strdup to avoid several errors like: | Bernhard Reutner-Fischer |
2007-06-19 | echo: fix yet another buglet in non-fancy echo | Denis Vlasenko |
2007-06-19 | ping: fix incorrect handling of -I (Iouri Kharon <bc-info@styx.cabel.net>) | Denis Vlasenko |
2007-06-19 | find: -context support for SELinux (KaiGai Kohei <kaigai@kaigai.gr.jp>) | Denis Vlasenko |
2007-06-19 | pscan: size optimization (Tito <farmatito@tiscali.it>) | Denis Vlasenko |
2007-06-19 | punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handling | Mike Frysinger |
2007-06-19 | top,ps: 'stringify' tty only when needed. -60 bytes. | Denis Vlasenko |
2007-06-19 | top: speedup if tty info is not requested | Denis Vlasenko |
2007-06-19 | top,ps: reduce CPU usage in decimal conversion (optional) | Denis Vlasenko |
2007-06-19 | ll_map: disable interface name caching code | Denis Vlasenko |
2007-06-19 | defconfig: update | Denis Vlasenko |
2007-06-19 | make /etc/network parsing configurable. -200 bytes when off. | Denis Vlasenko |
2007-06-19 | networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr... | Denis Vlasenko |
2007-06-19 | networking/interface.c: reduce bss usage | Denis Vlasenko |
2007-06-18 | libbb: random hunt for statics | Denis Vlasenko |
2007-06-18 | libpwdgrp/pwd_grp.c: allocate local storage on first call, not in bss. -1k bss | Denis Vlasenko |
2007-06-18 | ping: fix write-after-allocated-mem bug | Denis Vlasenko |
2007-06-18 | fix an obvious typo while trying to access the tv_usec member | Mike Frysinger |
2007-06-17 | wget: use monotonic_sec instead of gettimeofday | Denis Vlasenko |
2007-06-17 | hwclock: size optimizations | Denis Vlasenko |
2007-06-17 | time: *const str = "xxx" ==> str[] = "xxx" | Denis Vlasenko |
2007-06-17 | strings: strings a b was processing a twice, fix that | Denis Vlasenko |
2007-06-17 | arping: -i should be -I | Denis Vlasenko |
2007-06-17 | install: fix install a b /a/link/to/dir | Denis Vlasenko |
2007-06-16 | forgot svn add... | Denis Vlasenko |
2007-06-16 | remove obsolete comment | Denis Vlasenko |
2007-06-16 | make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features | Denis Vlasenko |
2007-06-16 | pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it> | Denis Vlasenko |
2007-06-16 | find: make -size match GNU find | Denis Vlasenko |
2007-06-15 | find: add conditional support for -maxdepth and -regex | Denis Vlasenko |
2007-06-15 | fdisk: fix minor issues with help text | Denis Vlasenko |
2007-06-15 | - fix test -f ./exists | Bernhard Reutner-Fischer |