aboutsummaryrefslogtreecommitdiff
path: root/win32 (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-13awk: treat \r as a space character to skipRon Yorston1-0/+4
2014-01-13ash: revert initialisation of SHLVL: fixed upstreamRon Yorston1-4/+0
2014-01-13ash: don't copy localvars list during forkshellRon Yorston1-23/+2
2014-01-12shell: add \r to IFSRon Yorston1-0/+4
2014-01-10ash: prevent null-pointer exception with local variablesRon Yorston1-1/+1
2014-01-10tar: tighten up pax header validity checkDenys Vlasenko1-1/+3
2014-01-10fakeidentd: simplify ndelay manipulationsDenys Vlasenko1-10/+9
2014-01-10tail: adjust help/usage textsCristian Ionescu-Idbohrn2-5/+5
2014-01-10lineedit: fix trivial build failureDenys Vlasenko1-0/+2
2014-01-10libarchive: open_zipped() does not need to check extensions for e.g. gzipDenys Vlasenko1-12/+11
2014-01-10build system: fix non-portable sed constructs.Matthias Andree1-2/+12
2014-01-09fixlet for the previous commit #2Denys Vlasenko1-4/+3
2014-01-09fixlet for the previous commitDenys Vlasenko1-1/+1
2014-01-09networking: explain isrv_run() APIDenys Vlasenko1-1/+26
2014-01-09fakeidentd: fix use-after-freeRyan Mallon1-13/+12
2014-01-09chown: fix help textDenys Vlasenko1-1/+1
2014-01-09find: fix a regression introduced with -HLP supportDenys Vlasenko2-1/+42
2014-01-09ping: revert "try SOCK_DGRAM if no root privileges"Denys Vlasenko1-16/+3
2014-01-09build system: "make hosttools" doesn't exist, remove it from "make help"Denys Vlasenko1-4/+0
2014-01-09build system: stop including alloca.h, stdlib.h provides itDenys Vlasenko2-2/+2
2014-01-08ntpd: adjust last packet's recv time after a stepDenys Vlasenko1-0/+2
2014-01-08libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short.Denys Vlasenko1-0/+5
2014-01-08Another FreeBSD fix from Matthias AndreeDenys Vlasenko1-3/+12
2014-01-08libbb: drop unnecessary change from upstream BusyBoxRon Yorston1-2/+0
2014-01-08ash: drop unnecessary change from upstream BusyBoxRon Yorston1-2/+0
2014-01-07Implement POSIX-compliant mktemp for WIN32Ron Yorston3-4/+16
2014-01-07ash: in bash compat mode, always export $SHLVLDenys Vlasenko1-1/+1
2014-01-07Revise mingw_stat to minimise changes from upstream BusyBoxRon Yorston8-47/+64
2014-01-07grep: fix two bugs with -wDenys Vlasenko2-3/+37
2014-01-07platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSDDenys Vlasenko1-5/+12
2014-01-06Make dummy resource.hRon Yorston2-2/+0
2014-01-06Remove feature that allows stat -f to be disabledRon Yorston3-27/+4
2014-01-06Extend WIN32 statfs to include type, fsid and namelenRon Yorston4-21/+57
2014-01-05Use the preprocessor to fake st_blocksRon Yorston5-18/+8
2014-01-05Make dummy paths.hRon Yorston2-2/+0
2014-01-02Initialise SHLVL when shell is first startedRon Yorston1-0/+4
2014-01-02Define bb_got_signal for use in tar on mingw32Ron Yorston1-0/+4
2014-01-02Provide dummy implementations of seteuid/setegidRon Yorston1-0/+2
2014-01-02Move mingw32 poll.h from sysRon Yorston2-1/+1
2014-01-02Update mingw32 default configurationRon Yorston1-30/+34
2014-01-01Start 1.23.0 development cycleDenys Vlasenko1-2/+2
2014-01-01Bump version to 1.22.01_22_0Denys Vlasenko1-1/+1
2013-12-31testsuite: remove forgotten debug hackDenys Vlasenko1-1/+1
2013-12-31fix failures found by randomconfig buildsDenys Vlasenko7-13/+34
2013-12-31testsuite: disable tests for no longer supported bbox-specific date formatsDenys Vlasenko2-6/+8
2013-12-20adduser: check whether run with no USERNAME. Closes 6728Denys Vlasenko1-2/+2
2013-12-20testsuite: fix false positives for duDenys Vlasenko2-0/+3
2013-12-19build system: fix make gconfigDaniel Borca1-1/+1
2013-12-18sed: accept s///i as a synonym for s///I ("ignore case")David A. Wheeler1-1/+2
2013-12-17hostname: do not use gethostbyname() for "hostname -s"Michael Tokarev1-2/+5