- cdd1f73 zcip: code size optimizations, improved help text and comments by Denis Vlasenko · 16 years ago
- afd7a8d hush: fix environment and memory leaks, add tests for them by Denis Vlasenko · 16 years ago
- 07e05c1 unzip: remove example of a file we now can handle by Denis Vlasenko · 16 years ago
- c373527 hush: preparatory work for implementing functions by Denis Vlasenko · 16 years ago
- 9af22c7 hush: massive renaming of ill-named structures and fields by Denis Vlasenko · 16 years ago
- 578de86 - route metric support (Natanael Copa) Adds about 75b by Bernhard Reutner-Fischer · 16 years ago
- 2239f81 - add some anchors by Bernhard Reutner-Fischer · 16 years ago
- 834dee7 ash: support &> redirection (bashism). ~90 bytes of code by Denis Vlasenko · 16 years ago
- 176d49d ash: some beautification work, no code changes by Denis Vlasenko · 16 years ago
- 559691a ash: implement ">&file" bashism. ~100 bytes. by Denis Vlasenko · 16 years ago
- 93d0776 watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds by Denis Vlasenko · 16 years ago
- c2d5a27 - wrap overlong line by Bernhard Reutner-Fischer · 16 years ago
- f60719c grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT case by Natanael Copa by Denis Vlasenko · 16 years ago
- df6b3ad inetd: use config parser. by Vladimir by Denis Vlasenko · 16 years ago
- 5868070 route: fix for 64-bit BE machines by Seonghun Lim (wariua AT gmail.com) by Denis Vlasenko · 16 years ago
- 22eb410 website: announce 1.12.1 and 1.11.3 by Denis Vlasenko · 16 years ago
- 27e1501 scripts/randomtest[.loop]: add scripts for randomconfig testing by Denis Vlasenko · 16 years ago
- 651d49a showkey: suppress gcc warning by Denis Vlasenko · 16 years ago
- 2b2d977 sendmail: update by Vladimir by Denis Vlasenko · 16 years ago
- 6826441 remove redundant NULL check by Denis Vlasenko · 16 years ago
- bb04506 more style fixes, no code changes by Denis Vlasenko · 16 years ago
- d6855d1 style fixes, no code changes by Denis Vlasenko · 16 years ago
- bed22a0 sendmail: compat update by Vladimir by Denis Vlasenko · 16 years ago
- 682ad30 lineedit: fix problems with empty commands in history by Denis Vlasenko · 16 years ago
- 75897ea start_stop_daemon: accept (and ignore) -R <param> by Denis Vlasenko · 16 years ago
- 739e30f udhcp: add inline docs; small code shrink by Denis Vlasenko · 16 years ago
- 7d9399e udhcpc: fixlet for previous commit by Denis Vlasenko · 16 years ago
- c321b51 udhcp: added some FIXMEs; code shrink. -49 bytes by Denis Vlasenko · 16 years ago
- 1a89133 Markus Heidelberg writes: by Bernhard Reutner-Fischer · 16 years ago
- 48a6773 - add less -I to be able to search case-insensitively by Bernhard Reutner-Fischer · 16 years ago
- fd3552d - commentary typo fix by Bernhard Reutner-Fischer · 16 years ago
- bfc93a3 nmeter: 4k buffers are too small for /proc files, by Denis Vlasenko · 16 years ago
- ee5dce3 libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>. by Denis Vlasenko · 16 years ago
- f1980f6 dhcp: add FAST_FUNC as appropriate. -160 bytes. by Denis Vlasenko · 16 years ago
- cdb0b65 dhcpc: treat "discover...select...discover..." loop the same way by Denis Vlasenko · 16 years ago
- b46d5f9 fix usage text - s/USE_GETOPT_LONG/USE_FEATURE_xxxLONG_OPTIONS/ by Denis Vlasenko · 16 years ago
- 97516fc - add dpkg -l <packagepattern> (Peter Korsgaard) by Bernhard Reutner-Fischer · 16 years ago
- 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
- a46d2b1 - improve helptext by Bernhard Reutner-Fischer · 16 years ago
- c884221 top: fix "top -d 1" (bug 5144) by Denis Vlasenko · 16 years ago
- 42cc6ba top: don't lie in help screen about "-d 1" being valid by Denis Vlasenko · 16 years ago
- 35840ab top: fixes to prev commit: '1' should toggle SMP view too; by Denis Vlasenko · 16 years ago
- 864329d - fix compilation on OSF/1 by Bernhard Reutner-Fischer · 16 years ago
- 17e7f04 top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com) by Denis Vlasenko · 16 years ago
- e0bcba1 df: unsigned long needs %lu by Denis Vlasenko · 16 years ago
- ea7c9b3 whitespace fixes by Denis Vlasenko · 16 years ago
- cac0f5b return setgroups() decl to libbb, it is needed if we use libpwdgrp. by Denis Vlasenko · 16 years ago
- f6cad92 we dont provide setgroups() replacement, so dont provide the prototype either ... especially since it conflicts on some systems (like Darwin) by Mike Frysinger · 16 years ago
- 923a79a runsvdir: conditionalize "log in argiment" (mis)feature. By Vladimir. by Denis Vlasenko · 16 years ago
- 30cfdf9 crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e) by Denis Vlasenko · 16 years ago
- 006e862 unzip: handle "central directory" by Denis Vlasenko · 16 years ago
- eef6077 setfont: use ioctl(KDFONTOP), it honours -C tty by Denis Vlasenko · 16 years ago
- b8d1a4c init: set stderr to NONBLOCK *: s/setenv(a,b,1)/xsetenv(a,b)/ by Denis Vlasenko · 16 years ago
- b61dc1c webpage: add "RD129 embedded board from ELPA" to product page by Denis Vlasenko · 16 years ago
- 3728bc5 website: add a product using bbox - EMTEC MovieCube R700 by Denis Vlasenko · 16 years ago
- 248b4a7 libbb: document that we maybe will want to understand \e someday by Denis Vlasenko · 16 years ago
- 9ac706b grep: yet another fixlet for EXTRA_COMPAT by Denis Vlasenko · 16 years ago
- c110b7d grep: fix EXTRA_COMPAT grep to honor -E and -i by Denis Vlasenko · 16 years ago
- 72fa70a setfont: small fixes from Vladimir by Denis Vlasenko · 16 years ago
- 2228426 id: fix "id <user>" case. Requires getgrouplist(). by Denis Vlasenko · 16 years ago
- 28f5619 slattach: preserve speed in non-raw mode. +39 bytes. by Denis Vlasenko · 16 years ago
- 53f219e setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir) by Denis Vlasenko · 16 years ago
- a1e16c9 man: do not use default if /etc/man.conf has different MANPATH by Denis Vlasenko · 16 years ago
- e357d2a man: use default MANPATH of "/usr/man"; do not search paths twice by Denis Vlasenko · 16 years ago
- 7c9c1bb modprobe-small: trivial SEGV fix by Denis Vlasenko · 16 years ago
- 0d602e9 id: unsigned long is excessive for option bitmask by Denis Vlasenko · 16 years ago
- 2bc5c03 setfont: add comments/TODOs, no code changes by Denis Vlasenko · 16 years ago
- ba1315d modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi> by Denis Vlasenko · 16 years ago
- 4f3209b id: code shrink by Denis Vlasenko · 16 years ago
- 0ee1cb0 - implement id -G (Tito Ragusa) by Bernhard Reutner-Fischer · 16 years ago
- 70de57f Kill off bogus #error's for big endian SH targets, these work fine. by Paul Mundt · 16 years ago
- 08ea11a runsvd: shrink by Vladimir *: use unified trivial signal handler by Denis Vlasenko · 16 years ago
- 9725daa halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.c by Denis Vlasenko · 16 years ago
- 8d89bed watchdog: add -T option by Denis Vlasenko · 16 years ago
- ee9deb8 ifenslave: on uclibc at least, net/if.h + linux/if_bonding.h dont coexist by Denis Vlasenko · 16 years ago
- ee34ebe ifenslave: wants net/if.h by Denis Vlasenko · 16 years ago
- 9f9c193 install: shrink -D code. By Bernhard. by Denis Vlasenko · 16 years ago
- 1c781cc modprobe-small: make insmod command line compatible by Denis Vlasenko · 16 years ago
- 4acb1b0 - commentary typo fix by Bernhard Reutner-Fischer · 16 years ago
- 665eaff awk: add a comment by Denis Vlasenko · 16 years ago
- fd6b5ad - uncomment tc for now by Bernhard Reutner-Fischer · 16 years ago
- 0901c51 - add WIP stub for tc. by Bernhard Reutner-Fischer · 16 years ago
- 161931e - mention that we ignore -v, -b, -c by Bernhard Reutner-Fischer · 16 years ago
- d4b7198 kbd_mode: fix non-ASCII letters in comments install: support -D by Denis Vlasenko · 16 years ago
- a2e1eea awk: improve nadling of negative numbers in bitwise ops; by Denis Vlasenko · 16 years ago
- b424930 - pass "Accept:" and "Accept-Language:" header to CGI scripts (Alina Friedrichsen) by Bernhard Reutner-Fischer · 16 years ago
- 2bdc99f - remove excess whitespace (Vladimir Dronnikov) by Bernhard Reutner-Fischer · 16 years ago
- d93179f - halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov) by Bernhard Reutner-Fischer · 16 years ago
- d129d7c - add ether-wake to the hardcoded(argh!) list of APPLET_ODDNAME by Bernhard Reutner-Fischer · 16 years ago
- 04e458d insmod: fix detection of open failure by Denis Vlasenko · 16 years ago
- 1045d00 build system: fix "Possible unintended interpolation of @host" message by Denis Vlasenko · 16 years ago
- 66496d7 build system: echo and test features may be enabled by Denis Vlasenko · 16 years ago
- 7cbcd1c awk: bitwise ops cast oprands and results to unsigned long, by Denis Vlasenko · 16 years ago
- 996a614 awk: support hex constants by Denis Vlasenko · 16 years ago
- d66aa3c df: add support for more options, add some coreutils 6.10 compat. by Denis Vlasenko · 16 years ago
- 3b80cac insmod: mix xmalloc with xrealloc_vector more carefully by Denis Vlasenko · 16 years ago
- 1ebdacc - forgot to pass in the HOST_EXTRACFLAGS by Bernhard Reutner-Fischer · 16 years ago
- 18c9302 insmod: shrink by Denis Vlasenko · 16 years ago
- 8f0e342 cksum: respect CONFIG_LFS=y. Adds 36 bytes in this case. by Denis Vlasenko · 16 years ago
- f3d1e21 - pull check-lxdialog from linux-2.6.26 by Bernhard Reutner-Fischer · 16 years ago