platform/upstream/busybox.git
2007-03-28 Bernhard Reutner... - update defconfig
2007-03-28 Denis Vlasenkorun_parts: I was wrong, NULL termination is already...
2007-03-28 Denis Vlasenkorun_parts: NULL-terminate list of arguments; fix perror...
2007-03-28 Denis Vlasenkops: work around libc bug: printf("%.*s\n", MAX_INT...
2007-03-28 Bernhard Reutner... - rewrite run-parts
2007-03-28 Bernhard Reutner... - move additional fancy options not mandated by SUSv3...
2007-03-28 Bernhard Reutner... - fix formatting of help text
2007-03-28 Bernhard Reutner... - reinstate dmalloc and efence support
2007-03-28 Denis Vlasenkohdparm: flag variables can easily be smaller than long
2007-03-28 Denis Vlasenkohdparm: remove stray static (-200 bytes bss)
2007-03-28 Denis Vlasenkohdparm: whitespace style fixes
2007-03-27 Denis Vlasenkopidfile creation mode set to 0666 (umask affects it...
2007-03-27 Denis Vlasenkoforgotten svn add...
2007-03-27 Denis Vlasenkomake pidfile writing configurable.
2007-03-26 Denis Vlasenkoremove_file: cosmetic code improvement, a few bytes...
2007-03-26 Denis Vlasenkodiff: fix SEGV (NULL deref) in diff -N
2007-03-26 Denis Vlasenkosed: a communal variable managed to slip past 'size'
2007-03-26 Denis Vlasenkosplit: let me join bikeshed painting frenzy :)
2007-03-26 Bernhard Reutner... - check the suffix proper plus misc touch up
2007-03-26 Denis Vlasenkozcip: make it work on NOMMU (+ improve NOMMU support...
2007-03-26 Bernhard Reutner... - add usage for split
2007-03-26 Bernhard Reutner... - implement suffices as required by SUSv3
2007-03-26 Denis VlasenkoAttempt to get more applets compile for NOMMU.
2007-03-26 Denis Vlasenkopidfile.c: not used anymore
2007-03-26 Denis VlasenkoMove udhcp to new NOMMU helpers.
2007-03-26 Denis Vlasenkomove everything to new NOMMU helpers, except udhcp
2007-03-26 Denis Vlasenkolibbb: rework NOMMU helper API so that it makes more...
2007-03-26 Denis Vlasenkonmeter: should die if stdout doesn't like him anymore
2007-03-26 Bernhard Reutner... - shrink a tiny bit (-8b)
2007-03-25 Denis Vlasenkoadd NOMMU fixme's; move move_fd from runit_lib to libbb...
2007-03-25 Bernhard Reutner... - rough prototype for split(1). TODO: Still needs some...
2007-03-24 Denis Vlasenkoinetd,ed,msh: data/bss reduction (in mss, more than...
2007-03-24 Denis Vlasenkologin: nuke nonblock() - we have it in libbb; -400...
2007-03-24 Denis Vlasenko#ifdef out re_execed on MMU machines
2007-03-24 Denis Vlasenkoadduser: don't bomb out if shadow password file doesn...
2007-03-24 Denis Vlasenkorandom style fixes (extra spaces deleted)
2007-03-24 Denis VlasenkoSELinux: load_policy applet - this time with svn add
2007-03-24 Denis VlasenkoSELinux: load_policy applet
2007-03-24 Denis Vlasenkodc: use common_bufsiz1 for evaluation stack
2007-03-24 Denis Vlasenkodnsd: last commit had a typo :(
2007-03-24 Denis Vlasenkodnsd: fix several buglets, make smaller
2007-03-24 Denis VlasenkoNOMMU re-exec trick shuld not depend on existence of...
2007-03-24 Denis Vlasenkoapplets.c, xfunc.c: style cleanup
2007-03-24 Denis Vlasenkoinetd: indent labels uniformly
2007-03-22 Denis VlasenkoAnnounce 1.5.0 and move svn to 1.6.0.svn
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
next