aboutsummaryrefslogtreecommitdiff
path: root/procps (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-01lineedit: disable hack for wrong width on MinGWRon Yorston1-1/+1
2012-05-01mingw32: enable math support for awk in default configRon Yorston1-3/+3
2012-04-29win32: remove seamless compression from default configRon Yorston3-12/+8
2012-04-29win32: remove dummy getdomainname functionRon Yorston1-1/+0
2012-04-29fix build failure when compressed help is selected, but bz2 compression is notDenys Vlasenko1-1/+1
2012-04-28sendmail: use host rather than NIS domain name for HELORon Yorston3-26/+4
2012-04-27lpr: small code shrinkDenys Vlasenko1-4/+2
2012-04-26ash: set working directory and environment on first startupRon Yorston2-25/+26
2012-04-26lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=yDennis Groenen1-4/+2
2012-04-26hush: remove sighandler_t definition hack, platform.h has it tooDenys Vlasenko1-4/+0
2012-04-26getty: fix for NOCTTY killing us with SIGHUPDenys Vlasenko1-0/+6
2012-04-24sed: slightly better fix for prev commit's problemDenys Vlasenko1-4/+4
2012-04-24sed: fix handling of s/// which has empty matchesDenys Vlasenko2-1/+2
2012-04-24win32/uname.c: if networking is enabled use gethostnameRon Yorston1-0/+8
2012-04-24Initialise winsock once in appletlib, not in appletsRon Yorston2-1/+2
2012-04-24ash: Only change slashes in environment on first invocationRon Yorston1-7/+7
2012-04-23ifupdown: improve compatibility with DebianAndreas Oberritter1-8/+12
2012-04-23win32: add pw_shell to struct passwdRon Yorston3-2/+2
2012-04-23win32: support fancy prompts and (limited) tilde expansionRon Yorston5-14/+43
2012-04-23Update default configurationTIG_1_20_0merge_1_20Ron Yorston1-2/+3
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-22Start 1.21.0 development cycleDenys Vlasenko1-2/+2
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