oweals/busybox.git
2007-06-19 Denis Vlasenkofind: -context support for SELinux (KaiGai Kohei <kaiga...
2007-06-19 Denis Vlasenkopscan: size optimization (Tito <farmatito@tiscali.it>)
2007-06-19 Mike Frysingerpunt %.bflt target in favor of proper LDFLAGS=-Wl,...
2007-06-19 Denis Vlasenkotop,ps: 'stringify' tty only when needed. -60 bytes.
2007-06-19 Denis Vlasenkotop: speedup if tty info is not requested
2007-06-19 Denis Vlasenkotop,ps: reduce CPU usage in decimal conversion (optional)
2007-06-19 Denis Vlasenkoll_map: disable interface name caching code
2007-06-19 Denis Vlasenkodefconfig: update
2007-06-19 Denis Vlasenkomake /etc/network parsing configurable. -200 bytes...
2007-06-19 Denis Vlasenkonetworking/interface.c: huke remaining big statics...
2007-06-19 Denis Vlasenkonetworking/interface.c: reduce bss usage
2007-06-18 Denis Vlasenkolibbb: random hunt for statics
2007-06-18 Denis Vlasenkolibpwdgrp/pwd_grp.c: allocate local storage on first...
2007-06-18 Denis Vlasenkoping: fix write-after-allocated-mem bug
2007-06-18 Mike Frysingerfix an obvious typo while trying to access the tv_usec...
2007-06-17 Denis Vlasenkowget: use monotonic_sec instead of gettimeofday
2007-06-17 Denis Vlasenkohwclock: size optimizations
2007-06-17 Denis Vlasenkotime: *const str = "xxx" ==> str[] = "xxx"
2007-06-17 Denis Vlasenkostrings: strings a b was processing a twice, fix that
2007-06-17 Denis Vlasenkoarping: -i should be -I
2007-06-17 Denis Vlasenkoinstall: fix install a b /a/link/to/dir
2007-06-16 Denis Vlasenkoforgot svn add...
2007-06-16 Denis Vlasenkoremove obsolete comment
2007-06-16 Denis Vlasenkomake FEATURE_HAVE_RPC auto-selectable by mount and...
2007-06-16 Denis Vlasenkopscan: new applet (portscanner). ~1350 bytes. By Tito...
2007-06-16 Denis Vlasenkofind: make -size match GNU find
2007-06-15 Denis Vlasenkofind: add conditional support for -maxdepth and -regex
2007-06-15 Denis Vlasenkofdisk: fix minor issues with help text
2007-06-15 Bernhard Reutner... - fix test -f ./exists
2007-06-15 Bernhard Reutner... - vda perfers not to use the banner
2007-06-14 Denis Vlasenkoapplets/Kbuild: straighten it a bit
2007-06-14 Mike FrysingerAlex Landau writes: open firmware for reading, not...
2007-06-14 Denis Vlasenkoinit: make sure fd 0,1,2 are not closed, + related...
2007-06-14 Denis Vlasenkotraceroute: stop using floating point needlessly; nuke...
2007-06-13 Denis Vlasenkominix.h: add very simple test script
2007-06-13 Denis Vlasenkofsck_minix: forgotten bit of previous commit...
2007-06-13 Denis Vlasenkofsck_minix: stop using data/bss
2007-06-13 Denis Vlasenko*: BB_BANNER -> bb_banner (it is not a const or #define)!
2007-06-13 Mike Frysingeras suggested by Renaud Cerrato and Souf, switch over...
2007-06-13 Mike Frysingeradd support for firmware loading
2007-06-13 Denis Vlasenkohush: fix read builtin to not read ahead past eol and...
2007-06-12 Denis Vlasenkoremove nearly-duplicate PATHs in several places
2007-06-12 Denis Vlasenkologin: make /etc/nologin support configurable. -240...
2007-06-12 Denis Vlasenkofix "--help prints usage for wrong applet" bug
2007-06-12 Denis Vlasenkodiff: shrink code (-85 bytes):
2007-06-12 Bernhard Reutner... - fix testing primary expressions like '"-u" = "-u"'
2007-06-12 Denis VlasenkoA few more string duplicates found & eliminated
2007-06-12 Denis Vlasenkocatv: was abusing xopen, should not die on err, but...
2007-06-12 Denis Vlasenkomove several applets to more correct ex-project. No...
2007-06-12 Denis Vlasenkouudecode: nuke duplicate base64_table[]. saves 65 bytes
2007-06-11 Denis Vlasenkotop: on user suggestion make percentile calculations...
2007-06-11 Bernhard Reutner... - use bb_msg_full_version instead of a separate string...
2007-06-10 Denis Vlasenkogetopt_mk_fifo_nod: heed warning
2007-06-10 Denis Vlasenkotop: improve global CPU percentage (smaller & faster...
2007-06-10 Denis Vlasenkotop: add config option and code for global CPU % display
2007-06-10 Denis Vlasenkomoved biggest stack buffers to malloc space, or made...
2007-06-10 Denis Vlasenkoadd script which measures stack consumption.
2007-06-09 Denis Vlasenkohttpd: move data off bss.
2007-06-09 Bernhard Reutner... - also note where to checkout the 1_6_stable branch
2007-06-08 Denis Vlasenkomdev: microscopic enhancement, should change nothing
2007-06-08 Denis Vlasenkogrep: selection done by FEATURE_GREP_EGREP_ALIAS was...
2007-06-08 Denis Vlasenkologin: ask passwords even for wrong usernames.
2007-06-08 Denis Vlasenkomake busybox --install work even if /proc/self/exe...
2007-06-08 Denis Vlasenkormp: add optional support for bz2 data. +50 bytes of...
2007-06-08 Bernhard Reutner... - fix invocation without any argument
2007-06-08 Denis Vlasenkohush: add missing dependencies (Maxime Bizon <mbizon...
2007-06-08 Denis Vlasenkotest: fix thinko in previous commit
2007-06-08 Denis Vlasenkotest: recognize /path/to/[ case too
2007-06-08 Bernhard Reutner... - Add a FAQ entry on "how do i cross compile busybox"
2007-06-07 Bernhard Reutner... - add a config-time range check for IPC_SYSLOG_BUFFER_SIZE
2007-06-07 Denis Vlasenkoawk: experimentally modify "global" trick to make code...
2007-06-07 Bernhard Reutner... - update defconfig
2007-06-07 Bernhard Reutner... - i need this disabled code for testing a patch. Please...
2007-06-06 Bernhard Reutner... - fix wrong not operator which was essentially ignored...
2007-06-06 Denis Vlasenkoawk: move all data to malloc space
2007-06-06 Denis Vlasenkoecho: fix non-fancy echo
2007-06-06 Denis Vlasenkops: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft...
2007-06-05 Denis Vlasenkoremove bashisms from testsuite
2007-06-05 Denis Vlasenkonc: make connecting to IPv4 from IPv6-enabled hosts...
2007-06-05 Bernhard Reutner... - kiltedknight writes: Busybox incorrectly parses a...
2007-06-05 Bernhard Reutner... - fix typo in error message. Closes #1308
2007-06-04 Denis Vlasenkouudecode: fix to base64 decode by Jorgen Cederlof ...
2007-06-04 Denis Vlasenkosnprintf(... "%s"...) => safe_strncpy
2007-06-04 Denis Vlasenkosyslogd: move some vectors from data to text. Needs...
2007-06-04 Denis Vlasenkodiff: stop using data/bss
2007-06-04 Denis Vlasenkoping: stop using data/bss
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-06-03 Denis Vlasenkofind_stray_communal_vars: script which finds communal...
2007-06-02 Denis Vlasenkostart 1.7.x version
2007-06-02 Denis Vlasenkofdisk: make it work with big disks (read: typical today...
2007-06-01 Denis Vlasenkowebsite: announce 1.6.0
2007-05-31 Denis Vlasenkoless: less <HUGEFILE + [End] busy loops, fix it
2007-05-31 Denis Vlasenkoless: forgot trivial #if ENABLE_xxxx
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-05-31 Denis Vlasenkouse "glibc errno" trick not only for ash, but for entir...
2007-05-31 Denis Vlasenkomore: stop using bss
2007-05-31 Denis Vlasenkoless: fix very obscure memory corruption bug
2007-05-31 Denis Vlasenkoless: stop using data/bss. Code got smaller too.
2007-05-30 Denis Vlasenkonmeter: stop using data/bss; reduce amount of reads...
2007-05-30 Denis Vlasenkovi: move some data to malloc'ed space: ~500 less bss...
next