2020-04-30 |
Ron Yorston | ash: fix build failure when command built-in is disabled |
commit | commitdiff | tree | snapshot |
2020-04-30 |
Ron Yorston | httpd: permit non-default home directory with NOMMU... |
commit | commitdiff | tree | snapshot |
2020-04-29 |
Sören Tempel | grep: add proper support for pattern_list |
commit | commitdiff | tree | snapshot |
2020-04-29 |
Gray Wolf | grep: Fix -f FILE when FILE is empty and -x provided |
commit | commitdiff | tree | snapshot |
2020-04-29 |
Ron Yorston | xargs: restore correct behaviour of -n option |
commit | commitdiff | tree | snapshot |
2020-04-29 |
Jean-Philippe... | build system: remove KBUILD_STR() |
commit | commitdiff | tree | snapshot |
2020-04-29 |
Lauri Kasanen | unzip: -d should create the dir |
commit | commitdiff | tree | snapshot |
2020-02-26 |
Denys Vlasenko | shells: fix exitcode_trapN tests to avoid races |
commit | commitdiff | tree | snapshot |
2020-02-24 |
Denys Vlasenko | ash: expand: Fix multiple issues with EXP_DISCARD in... |
commit | commitdiff | tree | snapshot |
2020-02-24 |
Denys Vlasenko | ash: expand: Do not reprocess data when expanding words |
commit | commitdiff | tree | snapshot |
2020-02-24 |
Ron Yorston | ash: move TRACE statement in evalcommand() |
commit | commitdiff | tree | snapshot |
2020-02-24 |
Denys Vlasenko | ash: rename some function parameters to match dash |
commit | commitdiff | tree | snapshot |
2020-02-24 |
Denys Vlasenko | ash: rename stack_nputstr() back to stnputs() to match... |
commit | commitdiff | tree | snapshot |
2020-02-22 |
Denys Vlasenko | ash: Expand here-documents in the current shell environment |
commit | commitdiff | tree | snapshot |
2020-02-22 |
Denys Vlasenko | ash: parser: Do not push token back before parseheredoc |
commit | commitdiff | tree | snapshot |
2020-02-22 |
Denys Vlasenko | ash: parser: Fix old-style command substitution here... |
commit | commitdiff | tree | snapshot |
2020-02-21 |
Denys Vlasenko | hush: fix negative_arith.tests: glob-protect dash in... |
commit | commitdiff | tree | snapshot |
2020-02-21 |
Denys Vlasenko | ash: expand: Ensure result is escaped in cvtnum |
commit | commitdiff | tree | snapshot |
2020-02-21 |
Denys Vlasenko | ash: memalloc: Avoid looping in growstackto |
commit | commitdiff | tree | snapshot |
2020-02-21 |
Denys Vlasenko | hush: make "exit" in trap use pre-trap exitcode - fix... |
commit | commitdiff | tree | snapshot |
2020-02-21 |
Denys Vlasenko | hush: make "exit" in trap use pre-trap exitcode |
commit | commitdiff | tree | snapshot |
2020-02-20 |
Denys Vlasenko | ash: eval: Only restore exit status on exit/return |
commit | commitdiff | tree | snapshot |
2020-02-20 |
Denys Vlasenko | ash: Return without arguments in a trap should use... |
commit | commitdiff | tree | snapshot |
2020-02-20 |
Denys Vlasenko | hush: implement "return NUM in trap sets $? after trap" |
commit | commitdiff | tree | snapshot |
2020-02-20 |
Ron Yorston | ash: return exit status of nofork applets (again) |
commit | commitdiff | tree | snapshot |
2020-02-20 |
Denys Vlasenko | ash: expand: Merge syntax/quotes in memtodest with... |
commit | commitdiff | tree | snapshot |
2020-02-20 |
Denys Vlasenko | ash: eval: Always set localvar_stop |
commit | commitdiff | tree | snapshot |
2020-02-20 |
Denys Vlasenko | ash: eval: Replace with listsetvar with mklocal/setvareq |
commit | commitdiff | tree | snapshot |
2020-02-20 |
Denys Vlasenko | ash: eval: Fail immediately with redirections errors... |
commit | commitdiff | tree | snapshot |
2020-02-20 |
Denys Vlasenko | ash: eval: Add assignment built-in support again |
commit | commitdiff | tree | snapshot |
2020-02-19 |
Denys Vlasenko | ash,hush: testcase for "exit" without arguments in... |
commit | commitdiff | tree | snapshot |
2020-02-18 |
Denys Vlasenko | ash,hush: add comment about masked SIGCHLD, handle... |
commit | commitdiff | tree | snapshot |
2020-02-18 |
Denys Vlasenko | ash: jobs: Only clear gotsigchld when waiting for every... |
commit | commitdiff | tree | snapshot |
2020-02-18 |
Denys Vlasenko | ash: jobs - Do not block when waiting on SIGCHLD |
commit | commitdiff | tree | snapshot |
2020-02-18 |
Denys Vlasenko | ash: eval: Reap zombies after built-in commands and... |
commit | commitdiff | tree | snapshot |
2020-02-17 |
Denys Vlasenko | ash: exec: Never rehash regular built-ins |
commit | commitdiff | tree | snapshot |
2020-02-17 |
Denys Vlasenko | ash: exec: Stricter pathopt parsing |
commit | commitdiff | tree | snapshot |
2020-02-17 |
Denys Vlasenko | ash: exec: Do not allocate stack string in padvance |
commit | commitdiff | tree | snapshot |
2020-02-17 |
Denys Vlasenko | ash: memalloc: Add growstackto helper |
commit | commitdiff | tree | snapshot |
2020-02-17 |
Denys Vlasenko | ash: parser: Save/restore here-documents in command... |
commit | commitdiff | tree | snapshot |
2020-02-17 |
Denys Vlasenko | ash: mkinit: Split reset into exitreset and reset |
commit | commitdiff | tree | snapshot |
2020-02-17 |
Denys Vlasenko | ash: expand: Fix trailing newlines processing in backqu... |
commit | commitdiff | tree | snapshot |
2020-02-17 |
Denys Vlasenko | ash: parser: Only accept single-digit parameter expansi... |
commit | commitdiff | tree | snapshot |
2020-02-16 |
Denys Vlasenko | ash: shell: Fix clang warnings about "string plus integer" |
commit | commitdiff | tree | snapshot |
2020-02-16 |
Denys Vlasenko | ash: eval: Use the correct expansion mode for fd redire... |
commit | commitdiff | tree | snapshot |
2020-02-16 |
Denys Vlasenko | ash: expand: Fix skipping of command substitution when... |
commit | commitdiff | tree | snapshot |
2020-02-16 |
Denys Vlasenko | ash: main: Print \n upon EOF (CTRL-D) when run interact... |
commit | commitdiff | tree | snapshot |
2020-02-16 |
Denys Vlasenko | ash: expand: Use HOME in tilde expansion when it is... |
commit | commitdiff | tree | snapshot |
2020-02-16 |
Denys Vlasenko | ash: builtin: Mark more regular built-ins |
commit | commitdiff | tree | snapshot |
2020-02-16 |
Denys Vlasenko | ash: jobs: Replace some uses of fmtstr with stpcpy... |
commit | commitdiff | tree | snapshot |
2020-02-16 |
Denys Vlasenko | ash: output: Fix fmtstr return value |
commit | commitdiff | tree | snapshot |
2020-02-16 |
Denys Vlasenko | ash: main: Only set savestatus in exitcmd |
commit | commitdiff | tree | snapshot |
2020-02-16 |
Denys Vlasenko | ash: [BUILTIN] Exit without arguments in a trap should... |
commit | commitdiff | tree | snapshot |
2020-02-16 |
Denys Vlasenko | ash: parser: Fix incorrect eating of backslash newlines |
commit | commitdiff | tree | snapshot |
2020-02-16 |
Denys Vlasenko | ash: use pgetc_eatbnl() in more places, take 2 |
commit | commitdiff | tree | snapshot |
2020-02-14 |
Denys Vlasenko | fdisk: add HFS / HFS+ partition type |
commit | commitdiff | tree | snapshot |
2020-02-13 |
Denys Vlasenko | tftp: on download, open local file only when first... |
commit | commitdiff | tree | snapshot |
2020-02-13 |
Denys Vlasenko | tftp: fix thinko in code shrink |
commit | commitdiff | tree | snapshot |
2020-02-13 |
Denys Vlasenko | tftp: code shrink |
commit | commitdiff | tree | snapshot |
2020-02-13 |
Denys Vlasenko | tftpd: show requested file name in open error message |
commit | commitdiff | tree | snapshot |
2020-02-02 |
Denys Vlasenko | awk: fix more "length" cases, closes 12486 |
commit | commitdiff | tree | snapshot |
2020-01-29 |
Ron Yorston | ash,hush: allow builtins to be tab-completed, closes... |
commit | commitdiff | tree | snapshot |
2020-01-29 |
Ron Yorston | xargs: fix handling of quoted arguments, closes 11441 |
commit | commitdiff | tree | snapshot |
2020-01-29 |
Ron Yorston | vi: fixes to string search in colon commands, closes... |
commit | commitdiff | tree | snapshot |
2020-01-29 |
Ron Yorston | ash: improve expandstr() |
commit | commitdiff | tree | snapshot |
2020-01-29 |
Peter Korsgaard | syslogd: add config option to include milliseconds... |
commit | commitdiff | tree | snapshot |
2020-01-14 |
Denys Vlasenko | udhcpd: mangle hostnames starting with dash ("-option") |
commit | commitdiff | tree | snapshot |
2019-12-03 |
Denys Vlasenko | whois: limit total length of response to 32+2 kb |
commit | commitdiff | tree | snapshot |
2019-12-03 |
Denys Vlasenko | init: improve handling of signals racing with each... |
commit | commitdiff | tree | snapshot |
2019-12-02 |
Denys Vlasenko | init: if tcgetattr() fails, don't even try to tcsetattr() |
commit | commitdiff | tree | snapshot |
2019-11-28 |
Denys Vlasenko | hush: fix preprocessor directives indentation |
commit | commitdiff | tree | snapshot |
2019-11-27 |
Tomi Leppanen | grep: add -R |
commit | commitdiff | tree | snapshot |
2019-11-23 |
Denys Vlasenko | bc: fix comparison bug, closes 12336 |
commit | commitdiff | tree | snapshot |
2019-11-19 |
Alistair Francis | Remove stime() function calls |
commit | commitdiff | tree | snapshot |
2019-11-17 |
Denys Vlasenko | Updated inittab example documentation |
commit | commitdiff | tree | snapshot |
2019-11-17 |
Liu, Shuang... | chgrp: correct the usage for non-desktop chgrp calls |
commit | commitdiff | tree | snapshot |
2019-11-09 |
Denys Vlasenko | taskset: tighten the check for stride values |
commit | commitdiff | tree | snapshot |
2019-11-09 |
Denys Vlasenko | taskset: implement stride argument |
commit | commitdiff | tree | snapshot |
2019-11-08 |
Denys Vlasenko | unxz: show -t in --help |
commit | commitdiff | tree | snapshot |
2019-11-08 |
Denys Vlasenko | taskset: update comment |
commit | commitdiff | tree | snapshot |
2019-11-01 |
Denys Vlasenko | taskset: add support for taking/printing CPU list ... |
commit | commitdiff | tree | snapshot |
2019-11-01 |
Denys Vlasenko | hush: restore redirected stdin |
commit | commitdiff | tree | snapshot |
2019-10-30 |
Denys Vlasenko | ntpd: decrease MIN_FREQHOLD by 2, increase "penalty... |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Jo-Philipp... | nslookup: implement support for SRV records |
commit | commitdiff | tree | snapshot |
2019-10-27 |
Jo-Philipp... | nslookup: handle replies without RRs |
commit | commitdiff | tree | snapshot |
2019-10-26 |
Denys Vlasenko | gunzip: fix incorrect decoding of "fixed" inflate blocks |
commit | commitdiff | tree | snapshot |
2019-10-25 |
Denys Vlasenko | hdparm: placate "warning: taking the absolute value... |
commit | commitdiff | tree | snapshot |
2019-10-25 |
Denys Vlasenko | vi: placate "warning: shifting a negative signed value... |
commit | commitdiff | tree | snapshot |
2019-10-25 |
Denys Vlasenko | read_key(): placate "warning: shifting a negative signe... |
commit | commitdiff | tree | snapshot |
2019-10-25 |
Denys Vlasenko | ntpd: abs(tmx.offset) was truncating a "long" typed... |
commit | commitdiff | tree | snapshot |
2019-10-25 |
Denys Vlasenko | tc: array address is never NULL |
commit | commitdiff | tree | snapshot |
2019-10-25 |
Denys Vlasenko | traceroute: fix gcc-ism |
commit | commitdiff | tree | snapshot |
2019-10-25 |
Denys Vlasenko | suppress a few "unused function" warnings |
commit | commitdiff | tree | snapshot |
2019-10-25 |
Denys Vlasenko | netstat: suppress a warning (conversion from 'int'... |
commit | commitdiff | tree | snapshot |
2019-10-25 |
Denys Vlasenko | Makefile.flags: suppress some clang-9 warnings |
commit | commitdiff | tree | snapshot |
2019-10-25 |
Denys Vlasenko | clang/llvm 9 fix - do not eliminate a store to a fake... |
commit | commitdiff | tree | snapshot |
2019-10-25 |
Denys Vlasenko | tar: fix fallout of: change -a from meaning "lzma"... |
commit | commitdiff | tree | snapshot |
2019-10-24 |
Denys Vlasenko | Remove syscall wrappers around clock_gettime, closes... |
commit | commitdiff | tree | snapshot |
2019-10-22 |
Denys Vlasenko | shell: better comments in BASE#nn code |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Denys Vlasenko | shell/ulimit: code shrink |
commit | commitdiff | tree | snapshot |
next |