aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: add strsep()Nguyễn Thái Ngọc Duy2010-09-102-1/+19
* win32: add link()Nguyễn Thái Ngọc Duy2010-09-102-1/+22
* win32: add function to map windows errors to posix onesNguyễn Thái Ngọc Duy2010-09-101-0/+113
* win32: add signal routines and SIGALRM supportNguyễn Thái Ngọc Duy2010-09-102-1/+127
* win32: add getpwuid()Nguyễn Thái Ngọc Duy2010-09-102-1/+15
* win32: add localtime_r()Nguyễn Thái Ngọc Duy2010-09-102-1/+8
* win32: add gmtime_r()Nguyễn Thái Ngọc Duy2010-09-102-1/+8
* win32: add pipe()Nguyễn Thái Ngọc Duy2010-09-102-1/+8
* win32: add gettimeofday()Nguyễn Thái Ngọc Duy2010-09-101-0/+40
* win32: add mkstemp()Nguyễn Thái Ngọc Duy2010-09-102-1/+9
* win32: add sleep()Nguyễn Thái Ngọc Duy2010-09-102-1/+7
* win32: set binary I/O mode by defaultNguyễn Thái Ngọc Duy2010-09-102-0/+4
* win32: Import fnmatch sourceNguyễn Thái Ngọc Duy2010-09-104-1/+498
* Add README.win32Nguyễn Thái Ngọc Duy2010-09-101-0/+38
* Makefile: support building on Windows using MinGW compilerNguyễn Thái Ngọc Duy2010-09-101-0/+5
* Makefile: support building executable with extensionNguyễn Thái Ngọc Duy2010-09-101-5/+6
* libbb: skip utmp part in messages.c on WindowsNguyễn Thái Ngọc Duy2010-09-101-0/+2
* win32: add missing system headersNguyễn Thái Ngọc Duy2010-09-108-0/+0
* win32: Import fnmatch headerNguyễn Thái Ngọc Duy2010-09-101-0/+84
* win32: add sched.hNguyễn Thái Ngọc Duy2010-09-101-0/+1
* win32: add termios.hNguyễn Thái Ngọc Duy2010-09-101-0/+129
* win32: add mingw.hNguyễn Thái Ngọc Duy2010-09-101-0/+295
* Exclude files that will not compile on WindowsNguyễn Thái Ngọc Duy2010-09-101-13/+14
* win32: platform.h: add bswap_xx()Nguyễn Thái Ngọc Duy2010-09-101-0/+7
* libbb.h: support MinGW portNguyễn Thái Ngọc Duy2010-09-101-0/+16
* platform.h: support MinGW portNguyễn Thái Ngọc Duy2010-09-101-4/+24
* win32: Refuse to be built by MinGW compiler unless platform MINGW32 is selectedNguyễn Thái Ngọc Duy2010-09-101-0/+4
* Config.in: add target platform MINGW32Nguyễn Thái Ngọc Duy2010-09-101-0/+3
* Config.in: add target platform selectionNguyễn Thái Ngọc Duy2010-09-101-0/+11
* vi: code shrinkDenys Vlasenko2010-04-161-9/+9
* vi: code shrink; save/restore errno in signal handlersDenys Vlasenko2010-04-161-19/+27
* add a file which shows what builds on ancient RH9 imageDenys Vlasenko2010-04-161-0/+942
* read_key: fix buffer length calculationTomas Heinrich2010-04-161-1/+1
* ar: fix a regression: "ar t arch.a" stopped shoting filesNguyễn Thái Ngọc Duy2010-04-151-1/+2
* httpd_indexcgi example: trivial fixDenys Vlasenko2010-04-151-1/+1
* udhcpc: make help text betterDenys Vlasenko2010-04-141-4/+4
* loop: correct minor device number limitDenys Vlasenko2010-04-141-1/+2
* devmem: map two pages only if it is necessaryDenys Vlasenko2010-04-141-7/+14
* mount: add an optional capability to create new /dev/loopN as neededLauri Kasanen2010-04-143-2/+25
* dnsd: enforce alignment on packet bufferDenys Vlasenko2010-04-142-1/+4
* modutils-24: [mips] modutlis-24 segfault fix for 2.4 kernel modulesRalf Rösch2010-04-141-0/+3
* hwclock: improve, and then disable clever sync code: it's bloatDenys Vlasenko2010-04-141-30/+82
* xargs: do not decrease orig_arg_max to negative valuesDenys Vlasenko2010-04-091-20/+25
* Exclude syslog code if FEATURE_SYSLOG is not setNguyễn Thái Ngọc Duy2010-04-092-5/+16
* tar: fix "hardlinks to symlinks chown" bug 1519.Denys Vlasenko2010-04-093-50/+82
* tar: fix mishandling of repeated hardlink in tarball; expand testsDenys Vlasenko2010-04-093-16/+73
* ipcalc: more correct checking for proper number of argumentsSteve Bennett2010-04-071-11/+12
* ps: fix non-DESKTOP option handling codeDenys Vlasenko2010-04-071-23/+26
* hexdump: make -s 0xNNNNN workDenys Vlasenko2010-04-061-2/+2
* fix typoDenys Vlasenko2010-04-061-2/+2