aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* libbb: add skip_dev_pfx()Denys Vlasenko2010-04-067-21/+17
* init: clear utmp entries for dead processes, if they (entries) existDenys Vlasenko2010-04-061-0/+4
* Move utmp/wtmp support to "General configuration" sectionDenys Vlasenko2010-04-064-18/+22
* telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko2010-04-064-24/+30
* fdisk: make comment more clearDenys Vlasenko2010-04-061-2/+1
* udhcp: s/sipservers/sipsrv/ to match other similar option namesDenys Vlasenko2010-04-061-1/+1
* fdisk: make 'b' command optionally adjust C/H/S; "fdisk IMAGE_FILE" sets cyli...Denys Vlasenko2010-04-061-74/+89
* fdisk: code shrink without logic changesDenys Vlasenko2010-04-061-126/+118
* removed extra \n in fdisk help textDenys Vlasenko2010-04-061-1/+1
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-057-56/+134
* libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko2010-04-057-159/+117
* who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko2010-04-043-19/+32
* udhcpd: note missing sanity checks on INFORM message handlingDenys Vlasenko2010-04-041-1/+13
* update examples/udhcp/udhcpd.confDenys Vlasenko2010-04-041-0/+2
* udhcp: implement "raw" binary options. Closes bug 735Denys Vlasenko2010-04-042-13/+43
* libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko2010-04-044-49/+46