aboutsummaryrefslogtreecommitdiff
path: root/win32 (unfollow)
Commit message (Expand)AuthorFilesLines
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-07Revise mingw_stat to minimise changes from upstream BusyBoxRon Yorston8-47/+64
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
2013-12-17wget: user-friendly fallback to httpLauri Kasanen1-5/+12
2013-12-16kill[all[5]]: code shrinkDenys Vlasenko1-20/+18
2013-12-16killall5: return 2 if no processes got killedUros Vampl1-1/+4
2013-12-16do not fail build if MAXSYMLINKS isn't definedMichael Tokarev1-0/+6
2013-12-16expand: use printable_string instead of hard-coding implementationMichael Tokarev1-10/+3
2013-12-08ntpd: speed up resyncing if our clock is seriously offDenys Vlasenko1-7/+39
2013-12-07ntpd: do not invalidate datapoints after stepDenys Vlasenko1-2/+14
2013-12-04ntpd: comment out "spike detection" codeDenys Vlasenko1-4/+9
2013-12-04ntpd: promote log level 3 to productionDenys Vlasenko1-45/+54
2013-12-04ntpd: let user know if spike was detectedDenys Vlasenko1-4/+7
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko18-37/+37
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko20-39/+25
2013-11-29chpst: fix a bug where -U USER was using wrong USER (one from -u USER)Denys Vlasenko2-5/+3
2013-11-28ping: try SOCK_DGRAM if no root privilegesDaniel Borca1-3/+16
2013-11-28dpkg-deb: cosmetic correction to usage textDaniel Borca1-1/+1
2013-11-28sed: code shrinkDenys Vlasenko1-28/+21
2013-11-28sed: open input files sequentially to avoid EMFILEDenys Vlasenko2-27/+36
2013-11-28hush: typo fixes in commentsDenys Vlasenko1-2/+2
2013-11-27platform: strchrnul is missing if __APPLE__Daniel Borca1-1/+1
2013-11-26build system: use od -b instead of od -t x1Denys Vlasenko2-8/+8
2013-11-26init: halt on SIGPWR tooBogdan Purcareata1-3/+4
2013-11-26libbb: add sketch of tentative 'better' passwd/group APIDenys Vlasenko1-0/+48
2013-11-26devfsd: remove static variableDenys Vlasenko1-9/+11
2013-11-26build system: do not generate MAX_APPLET_NAME_LEN (unused)Denys Vlasenko1-5/+5
2013-11-26logread: don't call shmdt() before exit, kernel does it for us.Denys Vlasenko1-4/+9
2013-11-26logread: flush output. closes 6710Denys Vlasenko1-0/+1
2013-11-21awk: fix a bug in argc counting in recent changeDenys Vlasenko2-9/+21