- aa7a888 kbd_mode: new applet by Loïc Grenié <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
- 85ff862 mkswap: selinux support by KaiGai Kohei <kaigai@ak.jp.nec.com> by Denis Vlasenko · 17 years ago
- 1a7afb4 paing: make -I ethN work too (-I addr already worked) by Denis Vlasenko · 17 years ago
- fcc5696 unzip: add a comment explaining why we don't die by Denis Vlasenko · 17 years ago
- bc7c5d0 unzip: fix endianness bugs by Denis Vlasenko · 17 years ago
- 34cd7af httpd: free big buffer after use; improve grep-ability of 'headers' variable by Denis Vlasenko · 17 years ago
- f74194e xatonum.h: add comment by Denis Vlasenko · 17 years ago
- 0363078 more of usage text fixes wrt long options by Denis Vlasenko · 17 years ago
- 73e5ed2 exclude --longopts from usage texts if those are disabled by Denis Vlasenko · 17 years ago
- 740eae0 snv add setsebool by Denis Vlasenko · 17 years ago
- e87b868 telnetd: make sure telnetd -K exits if child dies by Denis Vlasenko · 17 years ago
- 9e23767 telnetd: trivial optimization by Denis Vlasenko · 17 years ago
- 0de37e1 ash: use fdprintf, not dprintf. *: trailing whitespace removed by Denis Vlasenko · 17 years ago
- 31acd1b bzip2: more of code shrink by Denis Vlasenko · 17 years ago
- 16e74b7 another fix for build failure found by randomconfig by Denis Vlasenko · 17 years ago
- aff3a30 even more fixes from randomconfig runs by Denis Vlasenko · 17 years ago
- 5576136 fixes revealed by randomconfig run by Denis Vlasenko · 17 years ago
- 23c8128 telnetd: fix comment by Denis Vlasenko · 17 years ago
- f472b23 telnetd: code shrink suggested by Ralf Friedl <Ralf.Friedl@online.de> by Denis Vlasenko · 17 years ago
- 686b0ef bzip2: move state pointer to the offset 0 (smaller code) by Denis Vlasenko · 17 years ago
- 008eda2 bzip2: make -s equivalent to -2 (compatible with standard bzip2) by Denis Vlasenko · 17 years ago
- 2450c45 telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistence by Denis Vlasenko · 17 years ago
- 10916c5 telnetd: document bug in remove_iacs. reinstate band-aid by Denis Vlasenko · 17 years ago
- 59d7c43 telnetd: some simplifications and better error hadling. by Denis Vlasenko · 17 years ago
- d898b86 bzip2: update help text by Denis Vlasenko · 17 years ago
- b6ccd32 bzip2: implement -1..-9 command line flags by Denis Vlasenko · 17 years ago
- 6a9154b bzip2: eliminate some divisions by Denis Vlasenko · 17 years ago
- 3f5fdc7 remove trailing whitespace by Denis Vlasenko · 17 years ago
- be03937 setsebool: new applet (Yuichi Nakamura <ynakam@hitachisoft.jp>) by Denis Vlasenko · 17 years ago
- 4a45756 httpd: fix bug where we were trying to read more POSTDATA than content-length by Denis Vlasenko · 17 years ago
- 9435993 bzip2: code size shrink by Denis Vlasenko · 17 years ago
- be5a7b9 bzip2: remove files which are not used anymore by Denis Vlasenko · 17 years ago
- ef3aabe bzip2: size reduction, to just below 9k. by Denis Vlasenko · 17 years ago
- 77f1ec1 bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides by Denis Vlasenko · 17 years ago
- 11c23d7 whitespace/style fix by Denis Vlasenko · 17 years ago
- 8add068 mt: eliminate vector of structures with pointers (bad for libbusybox). by Denis Vlasenko · 17 years ago
- 2ea8c40 stty: incorporate strings into struct instead of keeping pointers there. by Denis Vlasenko · 17 years ago
- 4f95e5a vi: don't wait 50 ms before reading ESC sequences by Denis Vlasenko · 17 years ago
- f9566d8 trim too verbose help texts by Denis Vlasenko · 17 years ago
- 15cb4a4 fix a problem with two different applet_name's by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 8d82cf7 add -fpic to CC flags when we build libbusybox (14% smaller .so) by Denis Vlasenko · 17 years ago
- 52a4388 bunzip: small code shrink and consmetics by Denis Vlasenko · 17 years ago
- db60bcf ip tunnel parameter parsing fix by Jean Wolter <jw5@os.inf.tu-dresden.de> by Denis Vlasenko · 17 years ago
- 724d196 Move applets/applet.c into libbb, allows to get rid of --whole-archive by Denis Vlasenko · 17 years ago
- 82d38da get rid of global "struct bb_applet *current_applet" by Denis Vlasenko · 17 years ago
- 141750e trylink: s/strip/$STRIP/g by Denis Vlasenko · 17 years ago
- 88ce274 typo fix in help text by Denis Vlasenko · 17 years ago
- 42e4182 trylink: trivial cleanup by Denis Vlasenko · 17 years ago
- 01f3b2c trylink: reformat link flags for readability by Denis Vlasenko · 17 years ago
- d19b87e trylink: remove useless redirects, add missing error checks by Denis Vlasenko · 17 years ago
- 8d755ad trylink: trivial fixes by Denis Vlasenko · 17 years ago
- e9fd69c make "individual applets" build less noisy. by Denis Vlasenko · 17 years ago
- d419a9f whitespace fix by Denis Vlasenko · 17 years ago
- ac7d0e3 add libbb/appletlib.c by Denis Vlasenko · 17 years ago
- 642a52d make --help work for "individual applets" too. by Denis Vlasenko · 17 years ago
- d62fd84 libbusybox: move (possibly compressed) help stuff into libbusybox. by Denis Vlasenko · 17 years ago
- 7930bcf trim too verbose help messages by Denis Vlasenko · 17 years ago
- 5037b21 website: "BusyBox Weekly News" didn't really work, remove link by Denis Vlasenko · 17 years ago
- 4177022 ash: revert "cat | jobs" fix, it causes more problems than good by Denis Vlasenko · 17 years ago
- f545be0 reviving libbusybox, adding CONFIG_INDIVIDUAL part 4 by Denis Vlasenko · 17 years ago
- def8898 reviving libbusybox, adding CONFIG_INDIVIDUAL part 3 by Denis Vlasenko · 17 years ago
- 76a6b23 reviving libbusybox, adding CONFIG_INDIVIDUAL part 2 by Denis Vlasenko · 17 years ago
- 3240474 reviving libbusybox, adding CONFIG_INDIVIDUAL part 1 by Denis Vlasenko · 17 years ago
- e747f62 - mark TODO: use index_in_str_array() by Bernhard Reutner-Fischer · 17 years ago
- 339936b chpst: fix whitespace damage by Denis Vlasenko · 17 years ago
- 23e3e25 chpst: stop using data/bss by Denis Vlasenko · 17 years ago
- 91e5203 stat: code shrink; stop using bss; stop using strncat incorrectly by Denis Vlasenko · 17 years ago
- 91e80c2 delete now unused check_header_gzip.c sum: do not use uintmax needlessly by Denis Vlasenko · 17 years ago
- 226002e tail: sizeof(buf) is sizeof(char*)! must be BUFSIZ by Denis Vlasenko · 17 years ago
- d21f596 add tests for gunzip by Denis Vlasenko · 17 years ago
- 5dd8a03 gunzip: support concatenated gz files. by Denis Vlasenko · 17 years ago
- 368a12e tail: work correctly on /proc files (Kazuo TAKADA <kztakada@sm.sony.co.jp>) by Denis Vlasenko · 17 years ago
- ebeaea0 logger: fix a problem of losing all argv except first by Denis Vlasenko · 17 years ago
- d24d5c8 - ditch 2 bytes by Bernhard Reutner-Fischer · 17 years ago
- feb7ae7 printf("%s\n") -> puts() by Denis Vlasenko · 17 years ago
- 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