summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * randomconfig fixesDenys Vlasenko2020-06-243-2/+6
| * randomconfig fixesDenys Vlasenko2020-06-236-6/+31
| * randomconfig fixDenys Vlasenko2020-06-231-0/+4
| * randomconfig fixesDenys Vlasenko2020-06-231-0/+1
| * randomconfig fixesDenys Vlasenko2020-06-232-1/+5
| * randomconfig fixesDenys Vlasenko2020-06-232-0/+4
| * examples/udhcp/simple.script: fix IPv6 support when using udhcpcStefan Agner2020-06-211-1/+1
| * udhcpc6: use correct multicast MACUwe Glaeser2020-06-211-1/+5
| * nmeter: add %T (zero-based timestamp) formatDenys Vlasenko2020-06-101-14/+54
| * Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int...Biswapriyo Nath2020-06-101-0/+2
| * deluser: check if specified home is a directory before removing itSören Tempel2020-06-091-2/+8
| * dhcpc: refactor xmalloc_optname_optval to shrink binary sizeMartin Lewis2020-06-092-27/+16
| * httpd: allow '-h' to work when daemonized with NOMMU enabledRon Yorston2020-06-091-3/+3
| * udhcp: comment out unused domain compression codeDenys Vlasenko2020-06-093-13/+18
| * sysctl: do report EACCES errors on writeDenys Vlasenko2020-06-092-5/+8
| * unexpand: correct behavior for --first-only --tabs=4Mark Edgar2020-06-092-4/+37
| * xstrndup: Use strndup instead of implementing it.Martin Lewis2020-06-091-14/+5
| * dhcpc: code shrink in good_hostnameMartin Lewis2020-06-091-48/+14
| * awk: disallow "str"++, closes bug 12981Denys Vlasenko2020-06-092-1/+11
* | ash: tidy code, no functional changeRon Yorston2020-07-091-3/+2
* | chattr, lsattr: enable in the default configurationRon Yorston2020-07-096-7/+138
* | ls: treat hidden files as if their names begin with a dotRon Yorston2020-07-091-0/+12
* | win32: return raw file attributes in struct mingw_statRon Yorston2020-07-092-0/+5
* | ash: fix shell optionsRon Yorston2020-07-071-7/+7
* | ash: improve handling of UNC pathsRon Yorston2020-06-302-38/+56
* | ash: avoid duplicated slashes in output of type/command builtinsRon Yorston2020-06-292-0/+10
* | ash: skip NULL argv during forkshellRon Yorston2020-06-211-67/+44
* | ash: changes to ctrl-c handlingRon Yorston2020-06-201-57/+13
* | ash: run ash_main() directly from a FS_SHELLEXEC shellRon Yorston2020-06-201-3/+6
* | ash: reduce forkshell block size for FS_SHELLEXECRon Yorston2020-06-201-25/+46
* | ash: reduce forkshell block size for FS_OPENHERERon Yorston2020-06-201-33/+50
* | ash: forkshell code shrinkRon Yorston2020-06-201-18/+8
* | win32: enable globbing by defaultRon Yorston2020-06-145-15/+26
* | win32: minor improvements to process spawningRon Yorston2020-06-121-3/+2
* | ash: treat all applets as NOEXECRon Yorston2020-06-092-0/+8
* | ash: minimise work when a forkshell process is startedRon Yorston2020-06-091-19/+27
* | winansi: suppress console flags redefinition warningBiswa962020-06-071-0/+5
* | printf: emit more contiguous text to improve escape sequencesRon Yorston2020-06-041-1/+50
* | time: detect when spawn failsRon Yorston2020-06-041-1/+1
* | win32: fix networking problemsRon Yorston2020-06-033-2/+6
* | win32: use lazy loading for certain DLLsRon Yorston2020-06-025-24/+43
* | win32: only initialise networking if necessaryRon Yorston2020-06-013-10/+43
* | ash: don't initialise shell variables in forkshell childRon Yorston2020-06-011-2/+9
* | ash: simplify spawning during forkshellRon Yorston2020-06-013-1/+11
* | ash: minor changes to forkshell error handlingRon Yorston2020-06-011-3/+9
* | ash: improve forkshell debuggingRon Yorston2020-06-011-4/+14
* | Merge branch 'busybox' into mergeFRP-3466-g53c09d0e1Ron Yorston2020-05-2920-36/+138
|\|
| * wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSLDimitri John Ledkov2020-05-201-3/+17
| * ash,hush: drop pointer check before calls to show_historyRon Yorston2020-04-302-4/+2
| * mim: run scripts from a specification fileRon Yorston2020-04-302-0/+54