summaryrefslogtreecommitdiff
path: root/procps (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-23win32: use uname/getdomainname in safe_gethostname.cRon Yorston2-10/+1
2012-04-23win32: implement ioctlRon Yorston5-6/+27
2012-04-23win32: add popen implementation that uses shellRon Yorston4-1/+229
2012-04-22Bump version to 1.20.01_20_0Denys Vlasenko1-1/+1
2012-04-22udhcpc: fix improper size calculation for OPTION_STRING_HOSTDenys Vlasenko1-0/+1
2012-04-21Some fixes to #! parsingRon Yorston1-7/+8
2012-04-21mdev: fix mode of creatred node if config file support is not configuredDenys Vlasenko1-3/+5
2012-04-20Fix another build failure found with randconfigDenys Vlasenko1-0/+1
2012-04-20fix build breakage with gcc 4.2.1Denys Vlasenko1-1/+4
2012-04-20ash: omit non-MinGW for choosing whether to forkRon Yorston1-1/+2
2012-04-20whitespace fixesDenys Vlasenko2-4/+4
2012-04-20fix build breakage found by randconfigDenys Vlasenko7-5/+21
2012-04-18who: fix typo in help textDenys Vlasenko1-1/+1
2012-04-18strsep is in upstream BusyBox: no need for MINGW32 versionRon Yorston3-22/+1
2012-04-18kill: no special treatment for MINGW32Ron Yorston2-3/+1
2012-04-17hwclock: fix wrong comparison of time value (when it will overlow int)Denys Vlasenko1-1/+1
2012-04-17udhcp: make arpping code resistant to time jumpsDenys Vlasenko1-2/+7
2012-04-17who,less: tweaked help textDenys Vlasenko2-7/+7
2012-04-17mktemp: add support for -uDenys Vlasenko1-3/+20
2012-04-17Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.hDenys Vlasenko11-562/+15
2012-04-17umount: make -d always active, add -D to suppress itDenys Vlasenko1-8/+16
2012-04-17Detect and execute shell scripts based on presence of '#!'Ron Yorston3-28/+91
2012-04-17Tweak INSTALL textDenys Vlasenko1-1/+4
2012-04-13Create and use our own copy of linux/ext2_fs.hDenys Vlasenko3-14/+549
2012-04-12work around linux/ext2_fs.h breakageDenys Vlasenko2-0/+12
2012-04-03Switch a call to copyfd back to fcntl(F_DUPFD)Ron Yorston1-1/+1
2012-04-03Make fake fcntl(F_DUPFD) for WIN32Ron Yorston4-27/+46
2012-04-03which: report applets if PREFER_APPLETS is setRon Yorston1-5/+7
2012-04-03ash: some fixes so busybox-w32 (almost) compiles on POSIXRon Yorston2-4/+9
2012-04-03killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONTDenys Vlasenko1-2/+4
2012-04-03httpd: emit correct content length on range requests past the end. Closes 4952Rob Walker1-1/+1
2012-04-02Strip trailing CR in xmalloc_fgetlineRon Yorston1-0/+4
2012-04-02which: report use of applets in sh standalone modeRon Yorston1-28/+41
2012-04-01hostname: make -i not emit extra trailing spaceDenys Vlasenko1-1/+1
2012-04-01ntpd: fix build failure if !NTPD_SERVER. Closes 4994Denys Vlasenko1-10/+13