oweals/busybox.git
2008-03-20 Denis Vlasenkobump version to 1.5.2 1_5_stable 1_5_2
2008-03-20 Denis Vlasenkofix compile breakage
2007-05-20 Denis Vlasenkoapplied post-1.5.0 fixes 1_5_1
2007-04-05 Mike Frysingerset default FLTFLAGS for a fatty stack
2007-03-31 Mike Frysingeralso fix static selinux linking on branch
2007-03-22 Denis VlasenkoThis revision is busybox 1.5.0
2007-03-22 Denis Vlasenkoassorted fixes uncovered by randomconfig runs
2007-03-22 Denis Vlasenkointerface: revert part of commit 18120 (eth aliases...
2007-03-22 Denis Vlasenkogzip: fix -d option handling
2007-03-22 Denis Vlasenkoifconfig: support (by ignoring it) "inet" before IP...
2007-03-21 Denis Vlasenkovi: fix signed char-induced potential bugs
2007-03-21 Denis Vlasenkocmp: support 3rd and 4th arguments if DESKTOP=y (needed...
2007-03-21 Denis Vlasenkoash: fix signal handling
2007-03-21 Denis Vlasenkoadd info about gcc's sadistic alignment - and how to...
2007-03-21 Denis Vlasenkovi: remove Byte typedef and massive amount of casts.
2007-03-21 Denis Vlasenkovi: support $EXINIT and -c
2007-03-20 Denis Vlasenkosyslogd: fix it for small BUFSIZ case
2007-03-20 Denis Vlasenkosmall doc update
2007-03-20 Denis Vlasenkofix accumulated whitespace and indentation damage
2007-03-20 Denis Vlasenkoupdate docs
2007-03-19 Denis Vlasenkodpkg: free_package(NULL) is ok, so don't test for NULL...
2007-03-19 Denis Vlasenkols: fix segfault-if-standalone-shell, add big fat comment.
2007-03-19 Bernhard Reutner... - don't automatically select run-parts but point out...
2007-03-19 Bernhard Reutner... - very minor size tweak.
2007-03-19 Denis Vlasenkoexpand documentation
2007-03-19 Bernhard Reutner... - be gentle to the intel compiler and make sure we...
2007-03-19 Denis Vlasenkotelnet: finish style cleanup bits
2007-03-19 Denis Vlasenkotelnet: someone tried to do data optimization before...
2007-03-19 Denis Vlasenkofdisk: bb_common_bufsiz1 is too small for globals on...
2007-03-19 Denis Vlasenkofdisk: get rid of _() macro.
2007-03-19 Bernhard Reutner... Kim B. Heino writes:
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...
next