- 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
- d65ea39 hush: fix glob() abuse. Code was making unfounded assumptions how by Denis Vlasenko · 17 years ago
- ff09762 hush: int->smallint for flag vars; make some names more "greppable" by Denis Vlasenko · 17 years ago
- 8412d79 hush: feeble attempt at making it more NOMMU-friendly by Denis Vlasenko · 17 years ago
- a089817 hush: stop doing manual acounting of open fd's, kernel can do it for us by Denis Vlasenko · 17 years ago
- 96e1b38 introduce and use close_on_exec_on(fd). -50 bytes. by Denis Vlasenko · 17 years ago
- deabacd move udhcp_{client/server}_config to common_bufsiz1 by Denis Vlasenko · 17 years ago
- d7b3350 dhcpreplay: code shrink, -40 bytes by Denis Vlasenko · 17 years ago
- 5fb0965 fixlet to pgrep/pkill by Denis Vlasenko · 17 years ago
- a4f4de9 print_signames_and_exit -> print_signames (because of "ash calls kill_main") by Denis Vlasenko · 17 years ago
- 605b20e replace printf with fputs where appropriate by Denis Vlasenko · 17 years ago
- 1eecaf2 libiproute: add missing break's by Denis Vlasenko · 17 years ago
- e03c77f announce 1.7.2 on the website by Denis Vlasenko · 17 years ago
- f60d626 small code shrink by Denis Vlasenko · 17 years ago
- 64e619c build system: pass EXTRA_LDFLAGS to final link stage by Denis Vlasenko · 17 years ago
- 304a97a trivial typo fix by Denis Vlasenko · 17 years ago
- 72e1c89 pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
- 2450e4b xrealloc_getcwd_or_warn: smaller cod and less wasted RAM at run time by Denis Vlasenko · 17 years ago
- 1ebd0a6 remove if() which is always true by Denis Vlasenko · 17 years ago
- 66bbfbd bunzip2: trim verbose messages by Denis Vlasenko · 17 years ago
- 3d2a921 httpd: trivial simplification by Denis Vlasenko · 17 years ago
- ab8c937 more "if (p) free(p)" fixes; fix a typo in comment by Denis Vlasenko · 17 years ago
- 6081868 fix "if (p) free(p)" constructs by Denis Vlasenko · 17 years ago
- e918e15 remove stray semicolon by Denis Vlasenko · 17 years ago
- 0afdfdf hdparm: paranoia-induced fix against theoretical div-by-0 case by Denis Vlasenko · 17 years ago
- 920c52a hdparm: more robust (re overflows) code. +38 bytes. by Denis Vlasenko · 17 years ago
- a0ad43b trivial fix in setfiles. spotted by Yuichi Nakamura <ynakam@hitachisoft.jp> by Denis Vlasenko · 17 years ago
- a7bc9ac hdparm: reduce possibility of numeric overflow in -T. by Denis Vlasenko · 17 years ago
- b925605 assorted static vars removal by Denis Vlasenko · 17 years ago
- c3122bc hdparm: simplify timing measurement (it wa the last last user by Denis Vlasenko · 17 years ago
- 0d3c6af hdparm: get rid of static variables by Denis Vlasenko · 17 years ago
- 8607677 libbb: make const_int_0 reside in rodata by Denis Vlasenko · 17 years ago
- 1d31f0f libbb: align bb_common_bufsiz1 to "long long" by Denis Vlasenko · 17 years ago
- 78e2d4e less: make 'f' page forward by Denis Vlasenko · 17 years ago
- a36535b wget: -O FILE is allowed to overwrite existing file (compat) by Denis Vlasenko · 17 years ago
- 6124c37 zcip: fix unaligned trap on ARM by Denis Vlasenko · 17 years ago
- 7c654ae remove stray '/*' within comment by Denis Vlasenko · 17 years ago
- 892536f hdparm: use fixed fd #3 for device being interrogated by Denis Vlasenko · 17 years ago
- 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
- 1acdc89 style and message text fixes by Denis Vlasenko · 17 years ago
- 86b29ea lineedit: plug memory leak by Denis Vlasenko · 17 years ago
- 33b900f vlock: get rid of statics by Denis Vlasenko · 17 years ago
- 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
- c9dc2ac make variables static by Denis Vlasenko · 17 years ago
- a619b85 check-lxdialog.sh: no point in giving up, maybe -lcurses will work? by Denis Vlasenko · 17 years ago
- b042bd9 load_policy: update (Yuichi Nakamura <ynakam@hitachisoft.jp>) by Denis Vlasenko · 17 years ago
- dd5e11b chcon: trivial fix by Denis Vlasenko · 17 years ago
- 7ae209c losetup: support -f (Loic Grenie <loic.grenie@gmail.com>) by Denis Vlasenko · 17 years ago
- 137fbe4 runsvdir: fix "linear wait time" bug by Denis Vlasenko · 17 years ago
- 3982407 inetd: move struct fields around -> save .25 k of code by Denis Vlasenko · 17 years ago
- 4dd4e6d install: fix bug in "install -c file dir" (tries to copy dir into dir too) by Denis Vlasenko · 17 years ago
- 6a5377a documentation bits in comments, no code changes by Denis Vlasenko · 17 years ago
- ea7645b cp: -r and -R imply -d (coreutils compat) by Denis Vlasenko · 17 years ago
- 35465a3 httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>) by Denis Vlasenko · 17 years ago
- d9391b1 ed: large cleanup by Denis Vlasenko · 17 years ago
- a545726 insmod: fix help text to not show options if only 2.6 was selected by Denis Vlasenko · 17 years ago
- d9c6a00 insmod: shorten message text; style fixes by Denis Vlasenko · 17 years ago
- e9b3321 tar: add a comment about previous subtle fix by Denis Vlasenko · 17 years ago
- 86e0a22 tar: strip leading '/' BEFORE memorizing hardlink's name by Denis Vlasenko · 17 years ago
- 46a5306 ash: fix prompt expansion (Natanael Copa <natanael.copa@gmail.com>) by Denis Vlasenko · 17 years ago
- 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago
- a7ce207 wget: get rid of setitimer by Denis Vlasenko · 17 years ago
- 47ddd01 wget: reorder functions, no code changes by Denis Vlasenko · 17 years ago
- 7710563 wget: code shrink, move data out of bss by Denis Vlasenko · 17 years ago
- 06783a5 wget: allow dots in header field names. wget: code shrink by Denis Vlasenko · 17 years ago
- 512a545 inetd: make some fields smaller, move data out of data/bss sections by Denis Vlasenko · 17 years ago
- 2a1d024 run_parts: make it sort executables by name (required by API) by Denis Vlasenko · 17 years ago
- 06b3cc2 make fdisk compile on libc without llseek64 by Denis Vlasenko · 17 years ago
- 32a471e httpd: simplify CGI i/o loop. -200 bytes. by Denis Vlasenko · 17 years ago
- 9a4e08e include libbb.h, not busybox.h by Denis Vlasenko · 17 years ago
- 73f56bb - actually mv microcom.c to miscutils by Bernhard Reutner-Fischer · 17 years ago
- 3a252b8 - add microcom to defconfig by Bernhard Reutner-Fischer · 17 years ago
- 23856ab move microcom to miscutils by Denis Vlasenko · 17 years ago
- f588f70 - remove some trailing whitespace by Bernhard Reutner-Fischer · 17 years ago
- f34e821 microcom: add copyright/license info by Denis Vlasenko · 17 years ago
- 7b70d78 ash: remove erroneously applied patch by Denis Vlasenko · 17 years ago
- f431017 httpd: optional support for partial downloads by Denis Vlasenko · 17 years ago
- bcceb0c ash: s/int/smallint/. -60 bytes. by Denis Vlasenko · 17 years ago
- fc5d159 test: correct confusing placement of "const" by Denis Vlasenko · 17 years ago
- 7076695 microcom: add new applet, this time for real by Denis Vlasenko · 17 years ago
- efd3f38 microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 17 years ago
- 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
- 9b0a439 remove stray 8-bit chars from copyright banner by Denis Vlasenko · 17 years ago
- 27bd8d7 announce 1.7.1 on website by Denis Vlasenko · 17 years ago
- 2535f12 httpd: do not clear environment by Denis Vlasenko · 17 years ago
- 32eb1f6 webpage: add a link to vda's "init must die" page by Denis Vlasenko · 17 years ago
- a9335ea cp: make it a bit closer to POSIX, but still refuse to open and by Denis Vlasenko · 17 years ago
- fa05074 cp: make "cp file /dev/node" special case; explained in comments by Denis Vlasenko · 17 years ago
- 976690a run_shell: code shrink for selinux by Denis Vlasenko · 17 years ago
- a2f6101 setup_environment: code shrink by Denis Vlasenko · 17 years ago
- ac074b3 grep: delete obsolete comment by Denis Vlasenko · 17 years ago
- 04ea11b grep: fix grep -F -e str1 -e str2 (was matching str2 only) by Denis Vlasenko · 17 years ago
- 476b070 style fix, no code changes by Denis Vlasenko · 17 years ago
- bf8fcac open_transformer: fix vda's goofup by Denis Vlasenko · 17 years ago
- 4d7605a top: small fix for command line wrapping by Denis Vlasenko · 17 years ago
- 4c1d88d top: get rid of on-stack variable buffers, use permanent one. by Denis Vlasenko · 17 years ago
- e7c1ad1 top: add sizeof(G) check; fix style by Denis Vlasenko · 17 years ago
- ff6e8e2 top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled, by Denis Vlasenko · 17 years ago
- 9382b38 overload the existing '-q' flag so that if '-l' and '-q' are used by Paul Fox · 17 years ago
- c8d4d2f messages: by popular request allow PATH to be customized at build time by Denis Vlasenko · 17 years ago