summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-08-23build system: always rewrite NUM_APPLETS.hDenys Vlasenko1-10/+11
2016-08-21build system: different fix for include/applet_tables.h/include/NUM_APPLETS.hDenys Vlasenko1-3/+16
2016-08-14build system: fix include/NUM_APPLETS.h generationDenys Vlasenko1-5/+2
2016-07-22config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORKDenys Vlasenko4-6/+11
2016-07-05build system: fix a few warnings for allnoconfig buildDenys Vlasenko3-15/+19
2016-04-02build system: finer-grained selection of search speedup table.Denys Vlasenko1-32/+33
2016-03-29applet_tables: save space by removing applet name offsetsRon Yorston4-58/+120
2015-10-05Aboriginal linux/musl build fixesDenys Vlasenko5-2/+81
2015-07-01applets: Add installation of individual binariesClayton Shotwell2-2/+28
2014-09-17false: make "false --help" exit with 1Denys Vlasenko2-8/+35
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2013-11-26build system: use od -b instead of od -t x1Denys Vlasenko2-8/+8
2013-11-26build system: do not generate MAX_APPLET_NAME_LEN (unused)Denys Vlasenko1-5/+5
2013-07-26buildsys: Add helper to list suid appletsBernhard Reutner-Fischer4-6/+88
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2012-09-02style fixes, no code changesDenys Vlasenko2-2/+2
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-03-19Fix one-applet build for tcpsvdDenys Vlasenko1-8/+1
2011-11-06busybox v1.19.3 updateTanguy Pruvot22-709/+755
2011-09-16applet_tables: fix single applet build failure. Closes 4009Denys Vlasenko1-1/+8
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-04-05applets/install.sh: afer quoting of variablesDenys Vlasenko1-35/+34
2011-04-04fix install.shDenys Vlasenko1-6/+10
2011-03-27applet_tables: do not include libbb.h, that header ir for target buildsDenys Vlasenko3-25/+40
2011-03-06fix bit rot in scripts/Makefile.IMA #2Denys Vlasenko2-9/+7
2011-03-06.gitignore: add missing ignoresBjørn Forsman3-0/+6
2011-02-20fix "make install"Bernd Jendrissek1-1/+1
2011-02-02whitespace fixesDenys Vlasenko13-21/+21
2010-09-16simpler check for odDenys Vlasenko1-1/+2
2010-09-16build system: test that od is present in the host systemDenys Vlasenko1-0/+6
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko22-22/+22
2010-07-08make usage_compressed.h generation _always_ update mtimeDenys Vlasenko1-5/+1
2010-07-05randomconfig fixesDenys Vlasenko14-25/+39
2010-07-04Yet another attempt to stamp out "make -j" problemsDenys Vlasenko1-1/+7
2010-06-26build system: do not rebuild ash and hush on any change to any .c fileDenys Vlasenko5-10/+26
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko33-1484/+573
2010-06-05make it possible to have include/applets.h-esque entries in .c filesDenys Vlasenko7-22/+38
2010-06-05Remove requirement that include/applets.h must be sortedDenys Vlasenko6-75/+103
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko53-0/+0
2010-03-23ash,hush: make it possible to build them individuallyDenys Vlasenko3-8/+15
2010-01-25whitespace fixesDenys Vlasenko15-32/+32
2009-11-24build system: more fixes to parallel buildDenys Vlasenko2-4/+3
2009-11-24build system: fix parallel makeDenys Vlasenko2-1/+11
2009-10-27applets/usage_compressed: combine many seds in one; hide dd statsBernhard Reutner-Fischer1-7/+8
2009-10-22mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir)Denys Vlasenko5-30/+46
2009-10-01ok, last fix wasn't correct... this one is betterDenys Vlasenko1-2/+5
2009-10-01fix a typo in prev commitDenys Vlasenko1-1/+1
[next]