aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.hDenys Vlasenko2012-04-1711-562/+15
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * umount: make -d always active, add -D to suppress itDenys Vlasenko2012-04-171-8/+16
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Tweak INSTALL textDenys Vlasenko2012-04-171-1/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Create and use our own copy of linux/ext2_fs.hDenys Vlasenko2012-04-133-14/+549
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * work around linux/ext2_fs.h breakageDenys Vlasenko2012-04-122-0/+12
| | | | | | | | | | | | See https://bugzilla.kernel.org/show_bug.cgi?id=42986 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONTDenys Vlasenko2012-04-031-2/+4
| | | | | | | | | | | | | | function old new delta kill_main 913 942 +29 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * httpd: emit correct content length on range requests past the end. Closes 4952Rob Walker2012-04-031-1/+1
| | | | | | | | | | Signed-off-by: Rob Walker <rwalker@codeaurora.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * hostname: make -i not emit extra trailing spaceDenys Vlasenko2012-04-011-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * ntpd: fix build failure if !NTPD_SERVER. Closes 4994Denys Vlasenko2012-04-011-10/+13
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * lsof: new appletSven Oliver Moll2012-04-011-0/+76
| | | | | | | | | | | | | | | | | | | | text data bss dec hex filename 221 0 0 221 dd lsof.o Signed-off-by: Sven Oliver Moll <busybox@svol.li> Signed-off-by: souf <souf_oued@yahoo.fr> Signed-off-by: Tito Ragusa <farmatito@tiscali.it> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * bloat-o-meter: Remove unused codeBernhard Reutner-Fischer2012-03-301-15/+6
| | | | | | | | | | | | | | The regex matching is way slower, so remove it since it was disabled anyway. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
| * bloat-o-meter: handle huge (hex) sizes.Bernhard Reutner-Fischer2012-03-301-1/+1
| | | | | | | | | | | | | | dynamic symbols with size >99999 are printed in hex. see print_vma(psym->st_size, DEC_5) Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
| * hush: remove unused member struct command::is_stoppedDenys Vlasenko2012-03-271-4/+0
| | | | | | | | | | | | | | | | | | function old new delta builtin_umask 133 132 -1 checkjobs 551 544 -7 builtin_fg_bg 291 267 -24 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | win32: use uname/getdomainname in safe_gethostname.cRon Yorston2012-04-232-10/+1
| |
* | win32: implement ioctlRon Yorston2012-04-235-6/+27
| |
* | win32: add popen implementation that uses shellRon Yorston2012-04-234-1/+229
| |
* | Some fixes to #! parsingRon Yorston2012-04-211-7/+8
| |
* | ash: omit non-MinGW for choosing whether to forkRon Yorston2012-04-201-1/+2
| |
* | strsep is in upstream BusyBox: no need for MINGW32 versionRon Yorston2012-04-183-22/+1
| |
* | kill: no special treatment for MINGW32Ron Yorston2012-04-182-3/+1
| |
* | Detect and execute shell scripts based on presence of '#!'Ron Yorston2012-04-173-28/+91
| |
* | Switch a call to copyfd back to fcntl(F_DUPFD)Ron Yorston2012-04-031-1/+1
| |
* | Make fake fcntl(F_DUPFD) for WIN32Ron Yorston2012-04-034-27/+46
| |
* | which: report applets if PREFER_APPLETS is setRon Yorston2012-04-031-5/+7
| |
* | ash: some fixes so busybox-w32 (almost) compiles on POSIXRon Yorston2012-04-032-4/+9
| |
* | Strip trailing CR in xmalloc_fgetlineRon Yorston2012-04-021-0/+4
| |
* | which: report use of applets in sh standalone modeRon Yorston2012-04-021-28/+41
| |
* | Fix off_t define so MINGW32 doesn't require LFSRon Yorston2012-03-313-4/+5
| |
* | Update mingw.c from latest git/compatRon Yorston2012-03-308-80/+75
| |
* | Fix incorrect struct in WIN32 uname.cRon Yorston2012-03-301-3/+3
| |
* | Remove unnecessary conditional compilationRon Yorston2012-03-301-2/+0
| |
* | Use gnulib poll, importing the version from gitRon Yorston2012-03-305-83/+660
| |
* | Remove out-of-date BUGS fileRon Yorston2012-03-261-24/+0
| |
* | MinGW snprintf/vsnprintf work properlyRon Yorston2012-03-263-28/+13
| |
* | Simplify MINGW32 support in uname.cRon Yorston2012-03-261-10/+8
| |
* | Put defconfig is the correct place, update README.win32Ron Yorston2012-03-263-972/+4
| |
* | Remove unnecessary rename of variable eofRon Yorston2012-03-261-7/+7
| |
* | Simplify MINGW32 support in ls.cRon Yorston2012-03-262-9/+6
| |
* | Revise conditional compilation of safe_gethostname.cRon Yorston2012-03-251-2/+8
| |
* | Standardise preprocessor symbol to detect MINGW32 buildRon Yorston2012-03-233-12/+5
| |
* | Remove unused file builtin_ulimit.cRon Yorston2012-03-231-237/+0
| |
* | Merge branch 'busybox' into mergeRon Yorston2012-03-23129-1458/+4967
|\| | | | | | | | | Conflicts: Makefile.flags
| * busybox: tweak help textDenys Vlasenko2012-03-221-3/+6
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * ftp{get,put}: tweak help textDenys Vlasenko2012-03-191-17/+17
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Fix one-applet build for tcpsvdDenys Vlasenko2012-03-191-8/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * nc: support "-<other_opts>e PROG" form of -e optionDenys Vlasenko2012-03-191-14/+29
| | | | | | | | | | | | | | | | | | | | function old new delta nc_main 975 1033 +58 doexec 31 45 +14 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 72/0) Total: 72 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * ubi_tools: add workaround for bad kernel headers. Closes 4838Denys Vlasenko2012-03-111-0/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * build system: remove bogus $(1) in last commitDenys Vlasenko2012-03-111-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * build system: detect missing crypt and drop it from linkingDenys Vlasenko2012-03-101-7/+8
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * ntpd: make "reply from IP" messages more uniformDenys Vlasenko2012-03-081-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>