2013-08-04 |
Denys Vlasenko | less: support "less 1<>TTY" |
commit | commitdiff | tree | snapshot |
2013-08-01 |
Sven-Göran... | volume_id: add f2fs detection |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Bernhard Reutner... | awk: Fix handling of functions with empty body |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Sven-Göran... | volume_id: nilfs config description. |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Sven-Göran... | volume_id: Adopt to new config style. |
commit | commitdiff | tree | snapshot |
2013-07-31 |
Sven-Göran... | volume_id: Adopt to new kbuild style. |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Denys Vlasenko | Whitespace fixes |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Denys Vlasenko | catv: code shrink |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Bartosz Golaszewski | Refactor catv. Move visible() from stty to libbb. |
commit | commitdiff | tree | snapshot |
2013-07-30 |
Denys Vlasenko | unpackers: by users' request, print compression percent... |
commit | commitdiff | tree | snapshot |
2013-07-29 |
Denys Vlasenko | nc: remove unnecessary "errno = 0" |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Denys Vlasenko | iplink: fix build error (IFLA_VLAN_PROTOCOL defined... |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Denys Vlasenko | logread: intercept all fatal signals, not just SIGINT |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Denys Vlasenko | nc: remove some dead code |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Denys Vlasenko | nc: exit when both stdin and network are closed. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
Denys Vlasenko | nc: use symbolic SHUT_WR instead of literal 1 |
commit | commitdiff | tree | snapshot |
2013-07-27 |
Denys Vlasenko | Update docs/tcp.txt |
commit | commitdiff | tree | snapshot |
2013-07-26 |
Bernhard Reutner... | buildsys: Add helper to list suid applets |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Denys Vlasenko | Add notes about TCP programming quirks. |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Bartosz Golaszewski | date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date... |
commit | commitdiff | tree | snapshot |
2013-07-25 |
Bartosz Golaszewski | networking: code shrink |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Denys Vlasenko | awk.tests: add test for recent large integer fix |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Denys Vlasenko | sed: fix matching of newlines by $ |
commit | commitdiff | tree | snapshot |
2013-07-21 |
Denys Vlasenko | unzip: survive lack of CDF on non-streaming zip files |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Denys Vlasenko | awk: use "long long" as integer type, not "int" |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Denys Vlasenko | unzip: increase PEEK_FROM_END from 16k to 64k |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Patrick McHardy | ip link: add VLAN support |
commit | commitdiff | tree | snapshot |
2013-07-15 |
Denys Vlasenko | ip: code shrink |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Denys Vlasenko | typo fix in comment |
commit | commitdiff | tree | snapshot |
2013-07-13 |
Denys Vlasenko | Commonalize typical [b,]k,m suffix struct |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Bernhard Reutner... | chrt: remove warning for _POSIX_PRIORITY_SCHEDULING |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Denys Vlasenko | typo fix in comment |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Denys Vlasenko | tail: code shrink |
commit | commitdiff | tree | snapshot |
2013-07-08 |
Denys Vlasenko | sed: remove now-redundant backslash-newline handling |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Denys Vlasenko | sed: document where we are more liberal then GNU |
commit | commitdiff | tree | snapshot |
2013-07-07 |
Denys Vlasenko | Call setlocale("") , not "C", if we want to set the... |
commit | commitdiff | tree | snapshot |
2013-07-05 |
Denys Vlasenko | unicode: check $LC_CTYPE too to detect Unicode mode |
commit | commitdiff | tree | snapshot |
2013-07-04 |
Cristian Ionescu... | foo*sum: Correct syntax error |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Denys Vlasenko | tail: track file size only in -f mode |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Denys Vlasenko | foo*sum: report I/O errors, don't merely exit with 1. |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Denys Vlasenko | unicode: check $LC_ALL to detect Unicode mode, not... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Denys Vlasenko | wget: do not abort if "_" is encountered in a HTTP... |
commit | commitdiff | tree | snapshot |
2013-06-30 |
Denys Vlasenko | cryptpw: do not segfault on EOF. Closes 6350 |
commit | commitdiff | tree | snapshot |
2013-06-30 |
Rich Felker | *: change execl sentinels from NULL to (char*)0 |
commit | commitdiff | tree | snapshot |
2013-06-30 |
Denys Vlasenko | ubi_tools: enhance -s option to allow size multiplier... |
commit | commitdiff | tree | snapshot |
2013-06-30 |
Denys Vlasenko | ubi_tools: add forgotten argv++ |
commit | commitdiff | tree | snapshot |
2013-06-30 |
Denys Vlasenko | ubi_tools: extend supported volume size to 64 bits... |
commit | commitdiff | tree | snapshot |
2013-06-30 |
Paul B. Henson | ubimkvol: add -m option to create volume of maximum... |
commit | commitdiff | tree | snapshot |
2013-06-27 |
Denys Vlasenko | pstree: fix theoretically unsafe code |
commit | commitdiff | tree | snapshot |
2013-06-27 |
Denys Vlasenko | ping: code shrink |
commit | commitdiff | tree | snapshot |
2013-06-27 |
Denys Vlasenko | Move create_icmp[6]_socket to its only user, and simpli... |
commit | commitdiff | tree | snapshot |
2013-06-27 |
Denys Vlasenko | losetup: assorted fixes. Closes 6314 |
commit | commitdiff | tree | snapshot |
2013-06-27 |
Thomas De Schampheleire | lsof: correct check for symbolic link |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Denys Vlasenko | nslookup: set default DNS server again. Hopefully helps... |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Denys Vlasenko | md5/sha512: a better fix for strict aliasing warnings |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Mike Frysinger | md5/sha512: fix strict aliasing warnings |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Mike Frysinger | pstree: stop truncating thread names |
commit | commitdiff | tree | snapshot |
2013-05-23 |
Denys Vlasenko | ntpd: set offset to 0.0 in "usync" event |
commit | commitdiff | tree | snapshot |
2013-05-22 |
Denys Vlasenko | ntpd: set G.last_script_run even if script isn't configured |
commit | commitdiff | tree | snapshot |
2013-05-22 |
Denys Vlasenko | ntpd: make "unsync" code actually work. |
commit | commitdiff | tree | snapshot |
2013-05-22 |
Denys Vlasenko | ntpd: drop delay outliers; run "unsync" handler if... |
commit | commitdiff | tree | snapshot |
2013-05-21 |
Jonathan Liu | sulogin: allow system maintenance login if root passwor... |
commit | commitdiff | tree | snapshot |
2013-05-21 |
Denys Vlasenko | sulogin: correct lying comment |
commit | commitdiff | tree | snapshot |
2013-05-21 |
Denys Vlasenko | init: remove special-case code for machines with less... |
commit | commitdiff | tree | snapshot |
2013-05-17 |
Denys Vlasenko | stty: disable CIBAUD leak check - it is not necessary... |
commit | commitdiff | tree | snapshot |
2013-05-17 |
Denys Vlasenko | stty: code shrink |
commit | commitdiff | tree | snapshot |
2013-05-17 |
Denys Vlasenko | udhcp: code shrink |
commit | commitdiff | tree | snapshot |
2013-05-17 |
Denys Vlasenko | udhcpc: fix a problem with binary-encoded options #2 |
commit | commitdiff | tree | snapshot |
2013-05-16 |
Denys Vlasenko | find:: get rid of nested function (it's a gcc-ism) |
commit | commitdiff | tree | snapshot |
2013-05-16 |
James Hogan | grep: fix grep -x to not set REG_NOSUB |
commit | commitdiff | tree | snapshot |
2013-05-15 |
Denys Vlasenko | volume_id_internal.h: drop unoptimized byteswap routines |
commit | commitdiff | tree | snapshot |
2013-05-15 |
Bartosz Golaszewski | grep: don't bail out on first mismatch if '-w' option... |
commit | commitdiff | tree | snapshot |
2013-05-15 |
Denys Vlasenko | Fix build failures caused by not compiling open_transfo... |
commit | commitdiff | tree | snapshot |
2013-05-14 |
Denys Vlasenko | find: support -HLP |
commit | commitdiff | tree | snapshot |
2013-05-13 |
Nikolaus Voss | mdev: use $DEVNAME in uevent sysfs file for device... |
commit | commitdiff | tree | snapshot |
2013-05-12 |
Denys Vlasenko | hush: fix build failure if FEATURE_EDITING=y && !HUSH_I... |
commit | commitdiff | tree | snapshot |
2013-05-12 |
Denys Vlasenko | Fix build failures caused by not compiling open_transfo... |
commit | commitdiff | tree | snapshot |
2013-05-12 |
Denys Vlasenko | telnet: code shrink |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Oliver Metz | volume_id: fix ntfs attribute search |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Denys Vlasenko | vi: make regexp search case-insensitive if ":set ignore... |
commit | commitdiff | tree | snapshot |
2013-04-07 |
Flemming Madsen | ash,hush: history builtin |
commit | commitdiff | tree | snapshot |
2013-04-07 |
Denys Vlasenko | hush: fix for "while false && true; do echo BUG; break... |
commit | commitdiff | tree | snapshot |
2013-04-02 |
Denys Vlasenko | mdev: call index_in_strings on $ACTION only after we... |
commit | commitdiff | tree | snapshot |
2013-04-02 |
Denys Vlasenko | examples/mdev.conf.change_blockdev.sh: update |
commit | commitdiff | tree | snapshot |
2013-03-30 |
Denys Vlasenko | examples: add mdev example for Android phone |
commit | commitdiff | tree | snapshot |
2013-03-29 |
Denys Vlasenko | examples/inittab: fix a few incorrect statements about... |
commit | commitdiff | tree | snapshot |
2013-03-29 |
Denys Vlasenko | lineedit: \W on "/bin" should show "bin", not "/bin" |
commit | commitdiff | tree | snapshot |
2013-03-29 |
Denys Vlasenko | lineedit: implement \T \t \A \@ prompts escapes, fix... |
commit | commitdiff | tree | snapshot |
2013-03-29 |
Denys Vlasenko | libbb: introduce and use strftime_[YYYYMMDD]HHMMSS() |
commit | commitdiff | tree | snapshot |
2013-03-28 |
Denys Vlasenko | lineedit: add handling of \H in prompt |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Denys Vlasenko | hexdump: need to use xstrtoull for off_t |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Denys Vlasenko | hexdump: don't unconditionally limit the usable address... |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Denys Vlasenko | man: install to /usr/bin, not /sbin |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Denys Vlasenko | httpd: don't allow tabs and multiple spaces in request... |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Bernhard Reutner... | setserial: Fix typo: s/baund_rate/baud_rate/g |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Denys Vlasenko | sendmail: code shrink on top of previous patches |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Aaro Koskinen | sendmail: don't add multiple To: headers |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Aaro Koskinen | sendmail: don't add To: header if it already exists |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Aaro Koskinen | sendmail: support long header fields for recipients |
commit | commitdiff | tree | snapshot |
2013-03-18 |
Aaro Koskinen | sendmail: support address lists |
commit | commitdiff | tree | snapshot |
next |