Age | Commit message (Expand) | Author |
2011-02-05 | ping: fix IPv6 pinging. Closes bug 3187 | Denys Vlasenko |
2011-02-05 | Let fbsplash display images even when a second buffer is active | Dan Fandrich |
2011-02-05 | ubimkvol,ubirmvol,ubirsvol: new applets | Reuben Dowle |
2011-02-04 | ash: optional support for $TMOUT variable | Denys Vlasenko |
2011-02-04 | ash: cosmetic cleanups | Denys Vlasenko |
2011-02-03 | libbb: spawn should remove child which failed to exec | Denys Vlasenko |
2011-02-03 | tar: support -T - and -X - | Denys Vlasenko |
2011-02-03 | whitespace fixes | Denys Vlasenko |
2011-02-02 | move nofork_save_area from libbb.h to vfork_daemon_rexec.c | Denys Vlasenko |
2011-02-02 | hush: use FEATURE_SH_NOFORK to enable NOFORK trick | Denys Vlasenko |
2011-02-02 | libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe | Denys Vlasenko |
2011-02-02 | ps: implement -o stat | Denys Vlasenko |
2011-02-02 | modprobe/insmod: fix parameter quoting | Denys Vlasenko |
2011-02-01 | revert commit 1396221d5a741ef8e1e8abca88836b341a3cab84 | Denys Vlasenko |
2011-01-31 | df,find_mount_point: optionally don't ignore rootfs | Lauri Kasanen |
2011-01-31 | fdisk_osf: simplify ifdef (incidentally, adds support for Microblaze) | Denys Vlasenko |
2011-01-31 | tar: add -h and -T to help text | Denys Vlasenko |
2011-01-28 | libbb/copy_file.c: use smallints instead of signed chars | Denys Vlasenko |
2011-01-26 | getty: fix "ifdef CMSPAR" | Denys Vlasenko |
2011-01-26 | getty: restore CRTSCTS comment | Denys Vlasenko |
2011-01-26 | id: fix inverted if (!ENABLE_DESKTOP) | Denys Vlasenko |
2011-01-26 | getty: do clear CLOCAL and CRTSCTS unless told otherwise | Denys Vlasenko |
2011-01-26 | getty: do not clear all c_cflag's (we were clearing baud bits!) | Denys Vlasenko |
2011-01-26 | getty: wait up to 5 seconds for the output buffer to drain | Peter Korsgaard |
2011-01-26 | stty: cosmetic fix to settings table; no code changes | Denys Vlasenko |
2011-01-26 | getty: document bits we don't set - maybe we should set some of them? | Denys Vlasenko |
2011-01-26 | getty: add ECHOE explanation | Denys Vlasenko |
2011-01-26 | getty: explain every bit in termios; remove redundant stuff in termios_final | Denys Vlasenko |
2011-01-26 | disable length applet. ${#var} and echo -n "$var" | wc -c are portable equiva... | Denys Vlasenko |
2011-01-26 | diff: return 1 when skipping directories with -r, but without -N | Alexander Shishkin |
2011-01-25 | move utmp.h include to libbb.h | Denys Vlasenko |
2011-01-25 | top: replace %MEM with %VSZ in header text | Denys Vlasenko |
2011-01-25 | add ENABLE_FEATURE_SYSTEMD and use it in syslogd | Davide Cavalca |
2011-01-25 | top: document a debugging script | Denys Vlasenko |
2011-01-24 | nicer looking ifdef in libbb/makedev.c | Denys Vlasenko |
2011-01-24 | getty: flush _only_ input after switching to the next baud rate | Denys Vlasenko |
2011-01-24 | stty: enable line discipline display and change code if __linix__ | Denys Vlasenko |
2011-01-24 | getty: simplify macros; improve VSWTC[H] compat | Denys Vlasenko |
2011-01-24 | FreeBSD compat for match_fstype | Chris Rees |
2011-01-24 | FreeBSD compat for makedev | Chris Rees |
2011-01-24 | FreeBSD compat | Chris Rees |
2011-01-24 | FreeBSD compat | Chris Rees |
2011-01-24 | stty: make swtch and iutf8 visible/settable | Denys Vlasenko |
2011-01-24 | getty: more simplifications; explain how we treat parity now | Denys Vlasenko |
2011-01-24 | getty: simplify code by going to more straignforward G trick | Denys Vlasenko |
2011-01-24 | libbb: make ndelay_no/off a bit more clever. +14 bytes | Denys Vlasenko |
2011-01-24 | getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1s | Denys Vlasenko |
2011-01-24 | getty: use cfsetspeed to save some bytes; cosmetic fixes | Denys Vlasenko |
2011-01-22 | hwclock: implement --systz | Davide Cavalca |
2011-01-22 | wc: fix swapped -c and -m | Denys Vlasenko |