aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-03-24inetd: indent labels uniformlyvda1-5/+5
2007-03-22Announce 1.5.0 and move svn to 1.6.0.svnvda2-2/+40
2007-03-22This revision is busybox 1.5.0vda1-1/+1
2007-03-22assorted fixes uncovered by randomconfig runsvda3-2/+15
2007-03-22interface: revert part of commit 18120 (eth aliases work again)vda1-2/+5
2007-03-22gzip: fix -d option handlingvda1-1/+1
2007-03-22ifconfig: support (by ignoring it) "inet" before IP address or hostnamevda1-0/+2
2007-03-21vi: fix signed char-induced potential bugsvda1-30/+32
2007-03-21cmp: support 3rd and 4th arguments if DESKTOP=y (needed for gcc build)vda2-12/+29
2007-03-21ash: fix signal handlingvda1-7/+16
2007-03-21add info about gcc's sadistic alignment - and how to disable itvda1-2/+26
2007-03-21vi: remove Byte typedef and massive amount of casts.vda1-424/+445
2007-03-21vi: support $EXINIT and -cvda1-14/+53
2007-03-20syslogd: fix it for small BUFSIZ casevda1-71/+67
2007-03-20small doc updatevda1-7/+13
2007-03-20fix accumulated whitespace and indentation damagevda23-145/+145
2007-03-20update docsvda1-31/+51
2007-03-19dpkg: free_package(NULL) is ok, so don't test for NULL, just free.vda1-5/+2
2007-03-19ls: fix segfault-if-standalone-shell, add big fat comment.vda2-3/+4
2007-03-19- don't automatically select run-parts but point out that this is a system-ut...aldot1-2/+2
2007-03-19- very minor size tweak.aldot1-4/+4
2007-03-19expand documentationvda1-0/+29
2007-03-19- be gentle to the intel compiler and make sure we have __u64 which is needed...aldot1-0/+9
2007-03-19telnet: finish style cleanup bitsvda1-29/+10
2007-03-19telnet: someone tried to do data optimization before me. Complete it.vda1-96/+83
2007-03-19fdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPUvda1-175/+177
2007-03-19fdisk: get rid of _() macro.vda5-795/+791
2007-03-19Kim B. Heino writes:aldot1-5/+3
2007-03-18make clean deletes .kernelrelease nowvda2-2/+2
2007-03-18include <stddef.h> so that ptrdiff_t is again availablevda1-0/+1
2007-03-18Announce 1.4.2vda1-0/+8
2007-03-18mkfs_minix: remove older, less efficient bss reduction trickvda1-4/+3
2007-03-18fdisk: move 2k ptes[] array into bb_common_bufsiz1vda1-25/+32
2007-03-18fix inadvertently leaked PWD_BUFFER_SIZEvda1-1/+1
2007-03-17random fixes to help textvda1-56/+61
2007-03-17dont use obsolete function index() as pointed out by src.obsolete.funcsvapier1-2/+2
2007-03-17punt useless header as pointed out by src.obsolete.headersvapier1-1/+0
2007-03-17fix typo as pointed out by src.obsolete.funcsvapier1-1/+1
2007-03-16sed: fix very obscure case of escaped newline in sed commandvda2-12/+33
2007-03-16- touchup wording a bitaldot1-3/+3
2007-03-15build system: produce link map. Rather useful when youvda2-4/+4
2007-03-15gunzip: s/unsigned char extra_short/unsigned extra_short/vda1-1/+1
2007-03-15mkfs_minix: stop using lots of bss/data.vda2-194/+242
2007-03-15syslogd: reduce data/bss usage. Code size is practically the same.vda1-126/+167
2007-03-15gzip: Improve ptr_to_globals trick, allowing gccvda3-4/+8
2007-03-15networking/interface.c: was doing really strange caching of fd'svda2-205/+113
2007-03-15copy_file: comment out one condition which is always false.vda1-28/+50
2007-03-15fix TODO: getopt32 should reset optind to 1 itselfvda2-4/+6
2007-03-15modify ptr_to_globals trick so that we do not violatevda4-13/+20
2007-03-14adjtimex: fix argument types (most importantly, allow negative ones)vda1-4/+4