2013-08-20 |
Jody Bruchon | fdisk: fix GPT size math errors |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Denys Vlasenko | lineedit: use unicode_strwidth instead of unicode_strlen |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Denys Vlasenko | dd: code shrink |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Denys Vlasenko | dd: code shrink |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Denys Vlasenko | dd: code shrink |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Denys Vlasenko | dd: remove FIXME comment which is fixed now. No code... |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Denys Vlasenko | dd: code shrink |
commit | commitdiff | tree | snapshot |
2013-08-20 |
Denys Vlasenko | dd: fail if swab is attempted on odd-sized block |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Denys Vlasenko | lineedit: fix multi-line PS1 handling: calculate PS1... |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Denys Vlasenko | lineedit: improve Unicode handling (still buggy though) |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Denys Vlasenko | dd: fix example in a comment. No code changes. |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Denys Vlasenko | dd: support conv=swab |
commit | commitdiff | tree | snapshot |
2013-08-19 |
Denys Vlasenko | dd: do not reuse local variables for unrelated values. |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Denys Vlasenko | iplink: comment out include <net/if_packet.h> |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Paulius Zaleckas | init: don't srop unterminated processes' entries during... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Denys Vlasenko | init: don't use fixed size buffer for command |
commit | commitdiff | tree | snapshot |
2013-08-15 |
SASAKI Suguru | tar: fix tar -T to add entries in the exact order as... |
commit | commitdiff | tree | snapshot |
2013-08-15 |
Denys Vlasenko | fix build error with musl libc due to if_slip.h |
commit | commitdiff | tree | snapshot |
2013-08-14 |
Nicolas Dichtel | networking: fix potential overflow in ife_print6() |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Denys Vlasenko | udhcpc: tweak help text more |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Denys Vlasenko | udhcpc: tweak help text |
commit | commitdiff | tree | snapshot |
2013-08-08 |
Tito Ragusa | swapon: support "pri=NNN" in fstab |
commit | commitdiff | tree | snapshot |
2013-08-07 |
Denys Vlasenko | setsid: code shrink, expanded comments |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Denys Vlasenko | libbb: code shrink |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Denys Vlasenko | udhcpc: tweak help text |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Cédric Cabessa | syslogd: use _PATH_LOG when available |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Paul B. Henson | ubi_tools: fix typo in strcpy |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Tito Ragusa | ifplugd: use a larger netlink buffer |
commit | commitdiff | tree | snapshot |
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 |
next |