summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Omit functions not required if seamless compression is disabledRon Yorston2014-11-291-5/+3
* | Move definition of bb_got_signal to mingw.cRon Yorston2014-11-292-4/+2
* | Use putenv to implement unsetenv/clearenvRon Yorston2014-11-232-12/+49
* | mingw.c: ignore EACCES from mkdir if directory existsRon Yorston2014-10-091-1/+14
* | mingw.c: add missing break in fcntl implementationRon Yorston2014-10-091-0/+1
* | win32: attempt to get filesystem type for mntentRon Yorston2014-10-061-1/+8
* | Update MinGW default configurationRon Yorston2014-10-061-3/+5
* | Merge branch 'busybox' into mergeRon Yorston2014-10-0644-619/+1226
|\|
| * ntpd: calculate offset to jitter ratio before updating jitterMiroslav Lichvar2014-10-051-4/+8
| * sed: fix "sed CMD -i nonexistent_file". Closes 7484Denys Vlasenko2014-10-051-2/+6
| * ntpd: don't stay at short polling intervalMiroslav Lichvar2014-10-021-27/+53
| * getty: set tty attrs so that control chars are shown as ^cDenys Vlasenko2014-10-021-8/+9
| * ntpd: be less eager to use shorter poll intervalsDenys Vlasenko2014-09-271-39/+41
| * ubiupdatevol: fix -t to not require an option. Closes 7466Denys Vlasenko2014-09-251-9/+14
| * install: fix help textDenys Vlasenko2014-09-241-1/+1
| * ntpd: split out poll adjusting codeMiroslav Lichvar2014-09-241-37/+39
| * ntpd: don't wait for good offset before disabling burst modeMiroslav Lichvar2014-09-241-6/+3
| * install: implement -t DIRAaro Koskinen2014-09-241-15/+22
| * less: make -E workAaro Koskinen2014-09-231-1/+8
| * less: trivial code shrinkDenys Vlasenko2014-09-221-4/+3
| * less: move "retry-on-EAGAIN" logic closer to read opsDenys Vlasenko2014-09-223-32/+29
| * less: disable "suppress empty wraparound" optimizationDenys Vlasenko2014-09-211-0/+6
| * df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0Ari Sundholm2014-09-201-8/+7
| * false: make "false --help" exit with 1Denys Vlasenko2014-09-182-8/+35
| * df: implement -T optionAri Sundholm2014-09-171-2/+23
| * sed: fix a buglet in s///NUM handlingDenys Vlasenko2014-09-162-1/+8
| * ftpd: make LIST command show dotfiles tooDenys Vlasenko2014-09-151-8/+8
| * vi: fix incorrect memory access on brace matching. Closes 7256Denys Vlasenko2014-09-151-43/+36
| * mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334Denys Vlasenko2014-09-081-1/+1
| * ash: fix off-by-one in "jobs %4" handling. closes 7310Denys Vlasenko2014-09-081-1/+1
| * ash: factor out ASH_HELP config optionDenys Vlasenko2014-09-081-11/+15
| * find: support -perm /BITS. Closes 7340Denys Vlasenko2014-09-051-4/+4
| * tftpd: tweak HP PA-RISC firmware bug compatibilityDenys Vlasenko2014-09-041-3/+4
| * tftpd: support full 512-byte requestsDenys Vlasenko2014-09-031-3/+13
| * taskset: fix logic error in "if it doesn't start with 0x..."Denys Vlasenko2014-08-311-1/+1
| * grep: fix "grep -r PATTRN SYMLINK_TO_DIR"Denys Vlasenko2014-08-282-1/+21
| * ping: add -p to specify data patternFlorian Fainelli2014-08-271-9/+16
| * taskset: support CPU masks for more than 64 CPUsDenys Vlasenko2014-08-174-25/+79
| * addgroup: mention -S in the help textDenys Vlasenko2014-08-151-2/+2
| * ash: make ${#var} unicode-awareDenys Vlasenko2014-08-131-13/+26
| * ash,hush: run reinit_unicode() only if makes senseDenys Vlasenko2014-08-132-5/+11
| * hush: make ${#var} unicode-awareDenys Vlasenko2014-08-133-10/+35
| * init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startupDenys Vlasenko2014-08-111-2/+1
| * ftpd: add optional support for authenticationMorten Kvistgaard2014-08-055-52/+100
| * sha3: tweak comments and indentationDenys Vlasenko2014-07-301-13/+14
| * sha3: code shrink (and speedup for SHA3_SMALL=0)Denys Vlasenko2014-07-301-16/+66
| * top: fix memset length (sizeof(ptr) vs sizeof(array) problem)Denys Vlasenko2014-07-291-2/+1
| * top: fix and merge code to parse /proc/meminfoTimo Teräs2014-07-271-110/+86
| * sha3: add 32-bit optimized bit-sliced implementationDenys Vlasenko2014-07-251-14/+242
| * zcip: fix link-local IP conflict detectionKen Sharp2014-07-201-16/+22