platform/upstream/busybox.git
2007-03-18 Denis Vlasenkomake clean deletes .kernelrelease now
2007-03-18 Denis Vlasenkoinclude <stddef.h> so that ptrdiff_t is again available
2007-03-18 Denis VlasenkoAnnounce 1.4.2
2007-03-18 Denis Vlasenkomkfs_minix: remove older, less efficient bss reduction...
2007-03-18 Denis Vlasenkofdisk: move 2k ptes[] array into bb_common_bufsiz1
2007-03-18 Denis Vlasenkofix inadvertently leaked PWD_BUFFER_SIZE
2007-03-17 Denis Vlasenkorandom fixes to help text
2007-03-17 Mike Frysingerdont use obsolete function index() as pointed out by...
2007-03-17 Mike Frysingerpunt useless header as pointed out by src.obsolete...
2007-03-17 Mike Frysingerfix typo as pointed out by src.obsolete.funcs
2007-03-16 Denis Vlasenkosed: fix very obscure case of escaped newline in sed...
2007-03-16 Bernhard Reutner... - touchup wording a bit
2007-03-15 Denis Vlasenkobuild system: produce link map. Rather useful when you
2007-03-15 Denis Vlasenkogunzip: s/unsigned char extra_short/unsigned extra_short/
2007-03-15 Denis Vlasenkomkfs_minix: stop using lots of bss/data.
2007-03-15 Denis Vlasenkosyslogd: reduce data/bss usage. Code size is practicall...
2007-03-15 Denis Vlasenkogzip: Improve ptr_to_globals trick, allowing gcc
2007-03-15 Denis Vlasenkonetworking/interface.c: was doing really strange cachin...
2007-03-15 Denis Vlasenkocopy_file: comment out one condition which is always...
2007-03-15 Denis Vlasenkofix TODO: getopt32 should reset optind to 1 itself
2007-03-15 Denis Vlasenkomodify ptr_to_globals trick so that we do not violate
2007-03-14 Denis Vlasenkoadjtimex: fix argument types (most importantly, allow...
2007-03-14 Denis Vlasenkoswapon: reinstate hole check but reduce it to warning
2007-03-14 Denis Vlasenkoarp, networking/interface.c: eliminate statics
2007-03-14 Denis Vlasenkoget_header_ar: reformatted code, no real changes
2007-03-14 Denis Vlasenkochown, env: stop using statics
2007-03-14 Denis Vlasenkomissed hunk of "stop using big static buffer for inode...
2007-03-14 Denis Vlasenkostop using big static buffer for inode hash
2007-03-14 Denis Vlasenkostop using (yet another) static buffer
2007-03-14 Denis Vlasenkowatchdog: don't use static variable
2007-03-14 Denis Vlasenkoudhcp: use fdprintf for pidfile creation (smaller code)
2007-03-14 Denis Vlasenkocosmetic documentation change
2007-03-14 Bernhard Reutner... - change option -c to -Z to match newer upstream SElinu...
2007-03-14 Denis Vlasenkogzip: bbunzip integration fixes
2007-03-14 Denis Vlasenkogzip: use common bbunzip infrastructure - ~700 bytes...
2007-03-14 Denis Vlasenkogzip: reduce global data footprint, part 3
2007-03-14 Denis Vlasenkogzip: reduce global data footprint, part 2
2007-03-14 Denis Vlasenkogzip: reduce global data footprint, part 1
2007-03-13 Denis Vlasenkofsck_minix: stop using large buffers in bss
2007-03-13 Denis Vlasenkoash: popstackmark is reported trying to pop until NULL
2007-03-13 Denis VlasenkoDo not fail password check if shadow password does...
2007-03-12 Denis Vlasenkoresize: make it usable in in backticks; have a timeout...
2007-03-12 Denis Vlasenkoadd missing copyright statements and doc for sv
2007-03-12 Denis Vlasenkosv: make code trivially smaller
2007-03-12 Denis Vlasenkochcon: remove redundant ifs: if(p) free(p)
2007-03-12 Denis Vlasenkointroduce and use setfscreatecon_or_die
2007-03-12 Denis Vlasenkoswapon: random shrinkage
2007-03-12 Denis Vlasenkobbunzip: remove extra formatting directives in comments
2007-03-12 Denis Vlasenkochcon: exclude constraints for impossible option if...
2007-03-11 Denis Vlasenkonext portion of selinux updates: chcon, runcon. From
2007-03-11 Denis Vlasenkokill superfluous returns at the end of void functions
2007-03-11 Denis Vlasenkoupdate defconfig
2007-03-11 Denis Vlasenkofix buglets found by randomconfig run
2007-03-10 Denis Vlasenkoawk: support multiple -v options
2007-03-10 Denis Vlasenkoselinux support by Yuichi Nakamura <ynakam@hitachisoft...
2007-03-10 Denis Vlasenkomore: do not mess with "/dev/console" (!);
2007-03-09 Denis Vlasenkoifupdown: do not complain if !/var/run/ifstate
2007-03-09 Denis Vlasenkorunsv: random code savings, ~300 bytes
2007-03-09 Denis Vlasenkobbunzip: size optimization: ~90 bytes
2007-03-09 Bernhard Reutner... - update
2007-03-09 Bernhard Reutner... - add chrt applet.
2007-03-09 Denis Vlasenkoprintf: allow hex/oct numbers; move functions around
2007-03-09 Bernhard Reutner... - move bbconfig into alphabetical order
2007-03-09 Denis Vlasenkodiff: failed to confirm "static bug" in gcc - reinstati...
2007-03-09 Denis Vlasenkoless: handle yet another Home/End key sequence; expand...
2007-03-09 Bernhard Reutner... - add selinux applets to the IMA workaround
2007-03-09 Bernhard Reutner... This small patch fixes a bug when exclusive options...
2007-03-09 Mike Frysingeradd STANDALONE support
2007-03-08 Denis Vlasenkoless: make '/' (regex search) scan input if no matches...
2007-03-08 Denis Vlasenkoless: yet another attempt to make search better
2007-03-08 Denis Vlasenkoless: fix 'n'ext match: sometimes was going to 999999th...
2007-03-08 Denis Vlasenkochown: fix comment, fix verbose message
2007-03-08 Denis Vlasenkochown: support -H -L -P if ENABLE_DESKTOP
2007-03-07 Denis Vlasenkobbunzip: fix comments to match reality
2007-03-07 Denis Vlasenkomissed end-of-line
2007-03-07 Denis Vlasenkohwclock: support /dev/rtc0 etc
2007-03-07 Denis Vlasenkofix umount usage message
2007-03-07 Denis Vlasenkodiff: make -U0 work
2007-03-07 Denis Vlasenkohttpd: make httpd usable for NOMMU CPUs
2007-03-07 Denis Vlasenkobunzip2/gunzip/uncompress/unlzma: merge into common...
2007-03-07 Denis Vlasenkoclean up accumulated whitespace damage
2007-03-07 Denis Vlasenkowho: stop using static buffer, small size optimizations
2007-03-06 Denis Vlasenkoifupdown: code to deconstruct the state_list gracefully
2007-03-05 Denis Vlasenkoash: "here document" testcases
2007-03-05 Denis Vlasenkoadd ash testcases
2007-03-05 Denis Vlasenkodecouple INIT and SYSLOGD (patch by Eric Spakman E...
2007-03-05 Denis Vlasenkohttpd: run interpreter for configured file extensions...
2007-03-05 Denis Vlasenkoinit: fix handling of stdio file descriptors
2007-03-05 Denis Vlasenkohttpd: fix breakage (introduced by me)
2007-03-05 Denis Vlasenkosmall ash testsuite, adapted from bash
2007-03-05 Denis Vlasenkoash: cosmetic improvements in error messages
2007-03-04 Denis Vlasenkoremove f words
2007-03-03 Denis Vlasenkoash: do not use "safe applets" in non-standalone shell
2007-03-03 Denis Vlasenkotar: handle tarfiles with (broken) checksums a-la Sun.
2007-03-03 Denis Vlasenkoping: don't measure times if ping payload is less than...
2007-02-28 Denis Vlasenkols: w/o -l follow symlinks to dirs for commandline...
2007-02-27 Denis VlasenkoI *always* forget svn add :(
2007-02-27 Denis Vlasenkoudhcp: optionally support RFC3397 (by Gabriel L. Somlo...
2007-02-27 Denis Vlasenkoinit: de-indent a block of code
2007-02-27 Denis Vlasenkoinit: trivial compile fix
next