aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * wget: fix use-after-free of ->user. Closes 6836Denys Vlasenko2014-02-031-7/+9
| * catv: suppress compiler warningDenys Vlasenko2014-02-031-7/+9
| * zcat: complain if input is not compressedDenys Vlasenko2014-02-029-25/+17
| * appletlib: fix set-but-unused warningMike Frysinger2014-01-311-1/+5
| * uname: fix up usage documentationMike Frysinger2014-01-311-4/+6
| * init: do not fail build if SIGPWR is not definedMichael Tokarev2014-01-301-0/+2
| * libbb: open_zipped() should not fail on non-compressed filesDenys Vlasenko2014-01-271-1/+10
| * testsuite: fix last "which" changeMichael Tokarev2014-01-231-1/+1
| * less: accept and ignore -sDenys Vlasenko2014-01-221-6/+11
| * man: parse "DEFINE pager" in configJohn Spencer2014-01-221-7/+15
| * iplink: fix build with kernel versions prior to 2.6.23Eugene Rudoy2014-01-221-0/+10
| * libbb: if opening /dev/loopN returns ENXIO, don't try N++.Denys Vlasenko2014-01-211-6/+12
* | mingw: dummy implementation of times/sysconfRon Yorston2014-01-303-9/+36
* | win32: use emulated localtime_r in strptimeRon Yorston2014-01-211-3/+1
* | date: improve emulation of %e formatRon Yorston2014-01-211-15/+20
* | Merge branch 'busybox' into mergeRon Yorston2014-01-2113-57/+87
|\|
| * libbb: fix parsing of "10101010" date/time formDenys Vlasenko2014-01-211-4/+12
| * top.c: fix compilation warningsBartosz Golaszewski2014-01-201-5/+0
| * ntpd: remove now unnecessary check for IP_PKTINFO definitionDenys Vlasenko2014-01-202-6/+0
| * ntpd: fix compilation warningsBartosz Golaszewski2014-01-201-0/+4
| * sort: check global flags on fallback sortBartosz Golaszewski2014-01-192-5/+6
| * sort.c: remove a magic number from compare_keys()Bartosz Golaszewski2014-01-191-1/+1
| * gitignore: ignore files generated by 'make test'Bartosz Golaszewski2014-01-191-0/+6
| * adduser,addgroup: introduce and use CONFIG_LAST_IDTito Ragusa2014-01-173-21/+27
| * examples/udhcp: do not rewrite resolv.conf if no DNS servers. Closes 6788Denys Vlasenko2014-01-132-14/+22
| * docs: tweak keep_data_small.txtDenys Vlasenko2014-01-131-1/+9
* | win32: use strptime from gnulibRon Yorston2014-01-203-5/+649
* | date: add dummy stimeRon Yorston2014-01-193-5/+7
* | date: actually use modified strftimeRon Yorston2014-01-191-0/+3
* | date: emulate %e formatRon Yorston2014-01-192-8/+31
* | tar: enable -X, -T and --exclude in MINGW32 configurationRon Yorston2014-01-161-1/+1
* | ash: reset pointers to builtin environment variables after forkRon Yorston2014-01-141-0/+26
* | awk: treat \r as a space character to skipRon Yorston2014-01-131-0/+4
* | ash: revert initialisation of SHLVL: fixed upstreamRon Yorston2014-01-131-4/+0
* | Merge branch 'busybox' into mergeRon Yorston2014-01-1321-75/+191
|\|
| * tar: tighten up pax header validity checkDenys Vlasenko2014-01-101-1/+3
| * fakeidentd: simplify ndelay manipulationsDenys Vlasenko2014-01-101-10/+9
| * tail: adjust help/usage textsCristian Ionescu-Idbohrn2014-01-102-5/+5
| * lineedit: fix trivial build failureDenys Vlasenko2014-01-101-0/+2
| * libarchive: open_zipped() does not need to check extensions for e.g. gzipDenys Vlasenko2014-01-101-12/+11
| * build system: fix non-portable sed constructs.Matthias Andree2014-01-101-2/+12
| * fixlet for the previous commit #2Denys Vlasenko2014-01-091-4/+3
| * fixlet for the previous commitDenys Vlasenko2014-01-091-1/+1
| * networking: explain isrv_run() APIDenys Vlasenko2014-01-091-1/+26
| * fakeidentd: fix use-after-freeRyan Mallon2014-01-091-13/+12
| * chown: fix help textDenys Vlasenko2014-01-091-1/+1
| * find: fix a regression introduced with -HLP supportDenys Vlasenko2014-01-092-1/+42
| * ping: revert "try SOCK_DGRAM if no root privileges"Denys Vlasenko2014-01-091-16/+3
| * build system: "make hosttools" doesn't exist, remove it from "make help"Denys Vlasenko2014-01-091-4/+0
| * build system: stop including alloca.h, stdlib.h provides itDenys Vlasenko2014-01-092-2/+2