2010-10-20 |
Leonid Lisovskiy | ntpd: fix usage text and a typo in constant name |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | udhcpc: exit if iface disappeared; use correct MAC... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | udhcpc: reduce stack usage by de-inlining routines... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | udhcpc: periodically reread our ifindex and mac |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | udhcpc: emit maxsize option in all non-NAK type packets |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | udhcpc: better help text |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | add/remove-shell: use O_TRUNC instead of O_EXCL |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Alexander Shishkin | add-shell, remove-shell: new applets |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | *: s/open3_or_warn/open_or_warn/ where makes sense |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | udhcpc: remove now-unneeded definitions of vendor and... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Denys Vlasenko | udhcpc: remove -c CLIENTID, it is hard to use, -x 61... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Denys Vlasenko | udhcpc: move usage text to .c file. no code changes |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Denys Vlasenko | dmesg: more correct skipping of <N>; use faster putchar... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Denys Vlasenko | klogd: do not log partial lines |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Thomas Chou | mkmakefile: make 3.82 fix |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Denys Vlasenko | md5: remove outdated comment |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Denys Vlasenko | libbb/hash_md5_sha: use common ctx and code for md5... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Baruch Siach | nanddump: make oobbuf allocation dynamic |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Denys Vlasenko | hash_md5_sha: use common finalization routine for MD5... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Denys Vlasenko | libbb/hash_sha.c -> libbb/hash_md5_sha.c |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Denys Vlasenko | libbb: move md5 and shaN into a common source file... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Denys Vlasenko | md5: length should be stored in *little-endian* order... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Denys Vlasenko | *: deinline SWAP_xE64 on 32-bit CPUs. Wins !90 bytes... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Denys Vlasenko | *: use SWAP_BE64 instead of open-coding it |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Denys Vlasenko | libbb: rename hash source files. no code changes |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Denys Vlasenko | sort: -o FILE should create/truncate FILE |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Denys Vlasenko | *: replace xopen3 with xopen where makes sense |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Baruch Siach | nanddump: new applet |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Pascal Bellard | cpio: avoid 'not created: newer or same age file exists... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Pascal Bellard | depmod: accept and ignore -u, -q, -C FILE |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Pascal Bellard | touch: update help text |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Denys Vlasenko | md5: fix biuld failure on big-endian machines |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Kevin Cernekee | docs: Sync up AUTHORS and busybox_footer.pod |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Kevin Cernekee | docs: Change CVS references to Git |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Denys Vlasenko | typo fix |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Denys Vlasenko | seq: exit on write errors |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Vladislav Grishenko | udhcpc: fix OPTION_IP_PAIR parsing |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Denys Vlasenko | md5: code shrink -5 bytes |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Denys Vlasenko | bring md5 and sha1 names closer. no code changes |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Denys Vlasenko | md5: code shrink |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Denys Vlasenko | shaN: code shrink |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Denys Vlasenko | whitespace fix |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Denys Vlasenko | sha512: inline rotr64 |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Denys Vlasenko | shaN: small code shrink |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Denys Vlasenko | md5: fix "fast" md5 broken by prev commit |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Denys Vlasenko | testsuite: add tests for {ms5,shaN}sum |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Denys Vlasenko | md5: code shrink; and use 64-byte temp buf, not 128... |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Denys Vlasenko | *: pass md5/shaN context pointer as 1st arg, not last |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Denys Vlasenko | modutils/*: move help bits into corresponding .c files |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Denys Vlasenko | libbb/md5: code shrink |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Denys Vlasenko | libbb/md5: small code shrink |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Denys Vlasenko | modutils/*: move applet bits into corresponding *.c... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Denys Vlasenko | date: move applet and usage bits to date.c |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Denys Vlasenko | remove runit/runit_lib.c |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Denys Vlasenko | init/*: move applet/kbuild/config/help bits into applet... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Denys Vlasenko | tweaks to build system, mainly making menuconfig text... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Denys Vlasenko | remove findutils/.gitignore, top-level one covers it |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Denys Vlasenko | tweak help text |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Denys Vlasenko | fix help text punctuation |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Denys Vlasenko | tweak usage texts |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Denys Vlasenko | dhcprelay: code shrink, and explain its workings a... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Denys Vlasenko | awk: code shrink |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Denys Vlasenko | awk: 00.123 is not a octal constant; neither is 009... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Vladimir Dronnikov | sendmail: fix assumption that headers should have a... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Richard Braun | tune2fs: implement -c and -i options |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Denys Vlasenko | *: whitespace fixes |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Denys Vlasenko | wc: add support for -m |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Denys Vlasenko | wc: preparatory patch, no logic changes |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Denys Vlasenko | man: add compatibility with man-db |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Denys Vlasenko | ntpd: allow peer-less (standalone stratum 1 server... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Rob Landley | patch: tweaks |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Denys Vlasenko | hush: remove "doesn't support brace expansion" from... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Denys Vlasenko | hush: remove brace expansion from TODO list in comments... |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Denys Vlasenko | hush: small code shrink |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Denys Vlasenko | hush: add brace expansion testcase |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Denys Vlasenko | hush: implement brace expansion |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Denys Vlasenko | hush: preparatory patch, no code changes |
commit | commitdiff | tree | snapshot |
2010-10-02 |
Denys Vlasenko | grep: cap insane -B NUM values to MAX_INT / 8. Fixes... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Dan Fandrich | Marked some more applets NOEXEC/NOFORK |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Denys Vlasenko | free: document newly added options |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Denys Vlasenko | free: add -b/k/m/g options; remove 4 TB limitation... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Denys Vlasenko | halt/poweroff/reboot: unify help text |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Denys Vlasenko | deluser: use the same licensing template in the header... |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Souf Oued | acpid: add config file and map file |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Vladislav Grishenko | udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_R... |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Denys Vlasenko | style fix. no code chages |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Denys Vlasenko | ash: fix signal and "set -e" interaction |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Denys Vlasenko | modprobe-simple; do not error out on "rmmod module... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Denys Vlasenko | sleep: fix fractional arguments in non-POSIX locale |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Nguyễn Thái... | wget: flush output to network before receving reply |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Rob Landley | nbd-client: new applet |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Harald Becker | deluser: make it simpler, fix inability to delete user... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Denys Vlasenko | hush: use smaller EXP_FLAG_foo constants |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Dan Fandrich | fix build failure for pmap |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Denys Vlasenko | shell/math: better comment. no code changes |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Denys Vlasenko | move read_base64 to libbb/uuencode.c |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Denys Vlasenko | libbb: merge mail and uudecode's base64 decoders |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Denys Vlasenko | hush: move shell_ver from globals to main's stack. |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Denys Vlasenko | simpler check for od |
commit | commitdiff | tree | snapshot |
next |