Age | Commit message (Expand) | Author |
2008-05-25 | lineedit: correctly handle prompt longer than screen width. closes bug 3414 | Denis Vlasenko |
2008-05-25 | hush: make it ignore SIGINT etc in a config wich has no job control | Denis Vlasenko |
2008-05-25 | move setgroups definition to libbb.h so that it no longer inadvertently | Denis Vlasenko |
2008-05-25 | last: code shrink | Denis Vlasenko |
2008-05-24 | syslogd: do not error out on missing files to rotate. closes bug 3404. | Denis Vlasenko |
2008-05-24 | docs/depmod: and example of depmod in shell/sed/awk... | Denis Vlasenko |
2008-05-24 | inotify: new applet by Vladimir Dronnikov <dronnikov AT gmail.com> | Denis Vlasenko |
2008-05-24 | mdev: fix counting of '%' in pattern | Denis Vlasenko |
2008-05-23 | mdev: fix whitespace damage | Denis Vlasenko |
2008-05-23 | - optionally pass additional flags down to nm | Bernhard Reutner-Fischer |
2008-05-22 | - not sure but i may have had the shutdown-time wrong and no records to verify | Bernhard Reutner-Fischer |
2008-05-22 | - untangle the implementation of the small and huge last applets | Bernhard Reutner-Fischer |
2008-05-22 | mdev: suppress "may be used uninitialized" warning | Denis Vlasenko |
2008-05-22 | mdev: add support for "only rename" option in mdev.conf | Denis Vlasenko |
2008-05-22 | dnsd: fixes various segfaults. | Denis Vlasenko |
2008-05-22 | modprobe: fix for blacklisting | Denis Vlasenko |
2008-05-22 | last: make its output more like "standard" last (aka "fancy last"). | Denis Vlasenko |
2008-05-22 | last: trim format string a bit | Denis Vlasenko |
2008-05-22 | last: trim help text | Denis Vlasenko |
2008-05-22 | last: optional alternative sysv-like implementation | Denis Vlasenko |
2008-05-21 | - make Christian happy | Bernhard Reutner-Fischer |
2008-05-21 | - skip empty lines and archive members | Bernhard Reutner-Fischer |
2008-05-21 | udhcpc: regularize the names of receiving functions, | Denis Vlasenko |
2008-05-21 | udhcpc: simplify renewal of the lease | Denis Vlasenko |
2008-05-21 | udhcpc: properly reduce timeout if bogus packets were received | Denis Vlasenko |
2008-05-20 | fix another -Wall warning | Denis Vlasenko |
2008-05-20 | ifenslave: add forgotten INIT_G() | Denis Vlasenko |
2008-05-20 | - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate. | Bernhard Reutner-Fischer |
2008-05-20 | fix "make bigdata" to not show weak aliases | Denis Vlasenko |
2008-05-19 | - improve readability | Bernhard Reutner-Fischer |
2008-05-19 | - use STD*_FILENO some more. No object-code changes | Bernhard Reutner-Fischer |
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer |
2008-05-19 | - mention FIXME use find_mount_point() | Bernhard Reutner-Fischer |
2008-05-19 | - improve wording | Bernhard Reutner-Fischer |
2008-05-19 | - Rename getpty() to xgetpty() and adjust callers. | Bernhard Reutner-Fischer |
2008-05-18 | swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>) | Denis Vlasenko |
2008-05-18 | more -Wall warning fixes. -Wall is enabled now. | Denis Vlasenko |
2008-05-18 | start_stop_daemon: add -test, fix -x to not match by inode, | Denis Vlasenko |
2008-05-18 | httpd: fix obscure case when user runs httpd -i from command line for testing. | Denis Vlasenko |
2008-05-18 | modprobe: optional "blacklist" command support (by Natanael Copa) | Denis Vlasenko |
2008-05-18 | printf: fix printf -%s- foo, printf -- -%s- foo (bug 3354) | Denis Vlasenko |
2008-05-18 | ash: more of -Wall fixes | Denis Vlasenko |
2008-05-17 | last: style fixes | Denis Vlasenko |
2008-05-17 | insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>) | Denis Vlasenko |
2008-05-17 | two fixlets for -Wall | Denis Vlasenko |
2008-05-17 | fix bug 2704: remove verbatim RFC text from source | Denis Vlasenko |
2008-05-16 | - accept ip l s ib0 addr 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:0... | Bernhard Reutner-Fischer |
2008-05-16 | - very minor shrinkage | Bernhard Reutner-Fischer |
2008-05-16 | - add appropriate string for arp header #32 for use by ip(8) | Bernhard Reutner-Fischer |
2008-05-16 | - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever | Bernhard Reutner-Fischer |