2019-04-01 |
Denys Vlasenko | vi: rearrange functions, no logic changes |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: rearrange functions, no logic changes |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: rearrange functions, no logic changes |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: fix ^Z not always working as intended |
commit | commitdiff | tree | snapshot |
2019-04-01 |
Denys Vlasenko | vi: install SIGINT handler _after_ restart setjmp is... |
commit | commitdiff | tree | snapshot |
2019-03-30 |
Denys Vlasenko | blockdev: code shrink |
commit | commitdiff | tree | snapshot |
2019-03-30 |
Stefan Sørensen | ip: Fix ip -o link |
commit | commitdiff | tree | snapshot |
2019-03-30 |
Ron Yorston | vi: allow manual screen update if SIGWINCH isn't supported |
commit | commitdiff | tree | snapshot |
2019-03-30 |
Denys Vlasenko | man: add "/usr/share/man" as another default MANPATH... |
commit | commitdiff | tree | snapshot |
2019-03-30 |
Ron Yorston | libbb: mark scripted_main() as externally visible |
commit | commitdiff | tree | snapshot |
2019-03-29 |
Denys Vlasenko | vi: code shrink, proper printf formatting for strlen() |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Denys Vlasenko | hush: fix "wait -n" to wait for a _job_, not a _process_ |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Denys Vlasenko | ash: add "wait -n" bashism |
commit | commitdiff | tree | snapshot |
2019-03-27 |
Denys Vlasenko | ntpd: do not create pid file if not backgrounded |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Denys Vlasenko | hush: add "wait -n" bashism |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Ron Yorston | man: don't skip default path which appears in config... |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Denys Vlasenko | ts: do call localtime() when neither -s nor -i specified |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Denys Vlasenko | ts: use gettimeofday - we don't use nanoseconds here |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Denys Vlasenko | ts: replace overlapping strcpy with shorter code |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Denys Vlasenko | ts: fix incorrect (copy-pasted) copyright attribution |
commit | commitdiff | tree | snapshot |
2019-03-26 |
Denys Vlasenko | ts: new applet |
commit | commitdiff | tree | snapshot |
2019-03-17 |
Denys Vlasenko | do not duplicate CONFIG_PID_FILE_PATH and ".pid" strings |
commit | commitdiff | tree | snapshot |
2019-03-15 |
Thomas Frauendorfer | Fix off by one error in FAT16 <=> FAT32 detection |
commit | commitdiff | tree | snapshot |
2019-03-12 |
Denys Vlasenko | watch: support fractional -n SEC |
commit | commitdiff | tree | snapshot |
2019-03-10 |
Denys Vlasenko | xargs: mention -E STR in --help |
commit | commitdiff | tree | snapshot |
2019-03-05 |
Nicolas Hüppelshäuser | scripts/echo.c: resolve implicit declaration of functio... |
commit | commitdiff | tree | snapshot |
2019-02-27 |
Denys Vlasenko | top: tweak --help |
commit | commitdiff | tree | snapshot |
2019-02-27 |
Andrey Mazo | udhcpc: don't exit after backgrounding on -n -b |
commit | commitdiff | tree | snapshot |
2019-02-27 |
Denys Vlasenko | udhcpc: tweak --help |
commit | commitdiff | tree | snapshot |
2019-02-25 |
Ron Yorston | ash: eval: avoid leaking memory associated with redirec... |
commit | commitdiff | tree | snapshot |
2019-02-19 |
Ron Yorston | du: don't count duplicate arguments. Closes 5288 |
commit | commitdiff | tree | snapshot |
2019-02-15 |
Denys Vlasenko | ntpd: increase SLEW_THRESHOLD from 0.125 to 0.5 |
commit | commitdiff | tree | snapshot |
2019-02-14 |
Rostislav Skudnov | dd: add 'oflag=append' |
commit | commitdiff | tree | snapshot |
2019-02-11 |
Nikolaus Voss | i2c_tools.c: i2ctransfer |
commit | commitdiff | tree | snapshot |
2019-02-11 |
Ron Yorston | vi: further fixes to undo after autoindent |
commit | commitdiff | tree | snapshot |
2019-02-10 |
Nikolaus Voss | i2ctransfer: new applet |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Aaro Koskinen | sysctl: fix compatibility with procps sysctl |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Denys Vlasenko | sysctl: do slash/dot conversions only on name, not... |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Denys Vlasenko | sysctl: on EIO ("sysctl net.ipv6.conf.all.stable_secret... |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Denys Vlasenko | sysctl: avoid stat() on every item if in -w mode |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Denys Vlasenko | sysctl: allow setting empty values |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Ron Yorston | vi: fix replacement of single character with CR |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Ron Yorston | vi: fix faulty undo after autoinsert |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Rostislav Skudnov | chcon: Fix typo in ACTION_RECURSE |
commit | commitdiff | tree | snapshot |
2019-02-08 |
Denys Vlasenko | dhcp service example: rewrite "private network to mask... |
commit | commitdiff | tree | snapshot |
2019-02-05 |
Denys Vlasenko | dhcp service example: cater for servers hot giving... |
commit | commitdiff | tree | snapshot |
2019-02-04 |
Denys Vlasenko | lineedit: fix SEGV in isk, hexedit, ed, closes 11661 |
commit | commitdiff | tree | snapshot |
2019-02-02 |
Denys Vlasenko | service examples: do not respawn supplicant too often |
commit | commitdiff | tree | snapshot |
2019-01-29 |
Ari Sundholm | grep: short-circuit -v to bail out on first match |
commit | commitdiff | tree | snapshot |
2019-01-29 |
Ari Sundholm | grep: fix -x -v with certain pattern orders |
commit | commitdiff | tree | snapshot |
2019-01-25 |
Denys Vlasenko | bc: implement pass-by-reference code from upstream |
commit | commitdiff | tree | snapshot |
2019-01-22 |
Denys Vlasenko | login: close PAM session on errors as well, not only... |
commit | commitdiff | tree | snapshot |
2019-01-22 |
Bernhard Reutner... | ip link: Fix vlan proto, closes 8261 and 11638 |
commit | commitdiff | tree | snapshot |
2019-01-22 |
Denys Vlasenko | ip link: fix mismatched enums in vlan_parse_opt(),... |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Denys Vlasenko | wget: detect when the length of received file is less... |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Denys Vlasenko | sed: code shrink |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Brian Foley | sed: Fix backslash parsing for 'w' command arg |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Brian Foley | awk: Fix overly permissive func arg list parsing |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Brian Foley | awk: Syntax error if delete isn't given an arg. |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Brian Foley | awk: Guard pointer chasing when parsing ternary express... |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Mark Marshall | capability: fix string comparison in cap_name_to_number |
commit | commitdiff | tree | snapshot |
2019-01-18 |
Denys Vlasenko | wget: remove empty if/endif preprocessor directive... |
commit | commitdiff | tree | snapshot |
2019-01-18 |
Denys Vlasenko | service examples: ifplugd -M to prevents frequent respa... |
commit | commitdiff | tree | snapshot |
2019-01-18 |
Bernhard Reutner... | checkstack.pl: tweak bfin re |
commit | commitdiff | tree | snapshot |
2019-01-17 |
Bernhard Reutner... | checkstack: pull from upstream |
commit | commitdiff | tree | snapshot |
2019-01-17 |
Bernhard Reutner... | checkstack.pl: fix arch autodetection |
commit | commitdiff | tree | snapshot |
2019-01-17 |
Martin Lewis | wget: don't notify on download begin and end if quiet |
commit | commitdiff | tree | snapshot |
2019-01-15 |
Denys Vlasenko | Update examples/udhcp/udhcpd.conf |
commit | commitdiff | tree | snapshot |
2019-01-14 |
Denys Vlasenko | start-stop-daemon: fix "both -x and -a" case: -a does... |
commit | commitdiff | tree | snapshot |
2019-01-14 |
Denys Vlasenko | start-stop-daemon: create pidfile before parent exits... |
commit | commitdiff | tree | snapshot |
2019-01-12 |
Denys Vlasenko | adduser: fix a bug of getpwnam() overwriting shell... |
commit | commitdiff | tree | snapshot |
2019-01-10 |
Denys Vlasenko | tls: code shrink |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Denys Vlasenko | nslookup: return exitcode 1 on resolution errors |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Denys Vlasenko | telnet: placate compiler's warning |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Denys Vlasenko | date: improve help text for -D |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Denys Vlasenko | bc: code shrink |
commit | commitdiff | tree | snapshot |
2019-01-08 |
Denys Vlasenko | bc: remove "empty expression" check/message, parsing... |
commit | commitdiff | tree | snapshot |
2019-01-08 |
Denys Vlasenko | bc: zbc_parse_expr_empty_ok() is unused except by zbc_p... |
commit | commitdiff | tree | snapshot |
2019-01-08 |
Denys Vlasenko | bc: disallow invalid syntax like "{ print 1 print 2 }" |
commit | commitdiff | tree | snapshot |
2019-01-08 |
Einar Jón | passwd: initialize pointers correctly |
commit | commitdiff | tree | snapshot |
2019-01-08 |
Denys Vlasenko | tls: add comment about dl.fedoraproject.org needing... |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Denys Vlasenko | udhcpc: when decoding DHCP_SUBNET, ensure it is 4 bytes... |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Denys Vlasenko | udhcp: code shrink |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Denys Vlasenko | sleep: support "inf" |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Denys Vlasenko | build system: fix compiler warnings |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Denys Vlasenko | find: handle leading -- argument |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Danijel Tasov | telnet: provide feedback after successful connect |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Denys Vlasenko | telnetd: fix bad interaction with vhangup() from login |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Denys Vlasenko | telnet: code shrink |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Denys Vlasenko | telnet: speed up processing of network input |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Kaarle Ritvanen | ip: print dadfailed flag |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Martijn Dekker | ls: make -i compatible with coreutils: don't follow... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Martin Lewis | wget: notify on download begin and end |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Martin Lewis | wget: add -o flag |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Denys Vlasenko | bc: shorten "limits" output |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Denys Vlasenko | bc: formatting changes, added a FIXME comment, no logic... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Denys Vlasenko | bc: support void functions (GNU compat) |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Denys Vlasenko | dc: fit returning of string |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Denys Vlasenko | dc: fix '?' |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Denys Vlasenko | bc: eliminate struct BcInstPtr::results_len_before_call... |
commit | commitdiff | tree | snapshot |
next |