- 475820c last_patch_124 from Vodz, fix an ash bug when alt-1 was pressed, debian by Glenn L McGrath · 21 years ago
- 8d44178 Check one and only one of start, stop are given. by Glenn L McGrath · 21 years ago
- 85c5152 Vodz, last_patch_123, patch have new version getopt_ulflags. by Glenn L McGrath · 21 years ago
- a1e4a0e Patch from Atsushi Nemoto, recent MIPS kernel headers by Glenn L McGrath · 21 years ago
- ee82906 Patch by Richard Kojedzinszky, when using END at end of lines it was by Glenn L McGrath · 21 years ago
- eaf5bc0 Redo getconfigent, save 150 bytes, still small memory leak when by Glenn L McGrath · 21 years ago
- 348672d Patch from Tito, reduce size, merge functions that are only used once. by Glenn L McGrath · 21 years ago
- 15eb39c Stephane Billiart writes: by Eric Andersen · 21 years ago
- 53766c4 Fix up a couple of bugs i introduced in yesterdays cleanup. by Glenn L McGrath · 21 years ago
- 65b6d8b Fix a bug where `ls -le` would print the time twice. by Glenn L McGrath · 21 years ago
- 792cae5 Use bb_getopt_ulflags, save 200-300 bytes by Glenn L McGrath · 21 years ago
- 58a2e0e Patch from Leif Lindholm (slightly modified by me), to fix http by Glenn L McGrath · 21 years ago
- 036dbaa Modify bb_lookup_port to allow the protocol to be specified, allowing by Glenn L McGrath · 21 years ago
- b03be7f Patch from Arthur Othieno, clarify common options between dpkg and dpkg-deb by Glenn L McGrath · 21 years ago
- a277e02 The functions setconfig, enter and bump_nofile were only called once, marge them into the calling by Glenn L McGrath · 21 years ago
- ff6ec8a Use 1 line for function name and return value, by Glenn L McGrath · 21 years ago
- 3e77b4e Remove some defined statements by Glenn L McGrath · 21 years ago
- c3b134f Changed #define names for common features (superficial) by Glenn L McGrath · 21 years ago
- 2faf306 Use bb_get_chomped_line_from_file by Glenn L McGrath · 21 years ago
- 16f94a6 Minor updates from linux 2.6.1 by Eric Andersen · 21 years ago
- 17b4a20 Patch by Tito, reduce size of deallocvt, also make the usage message by Glenn L McGrath · 21 years ago
- 6728596 Vodz last_patch_122, Check $PATH at runtime to fix tab completion by Glenn L McGrath · 21 years ago
- 6a78631 Patch by Tito, use bb_xgetlarg, reduce size by Glenn L McGrath · 21 years ago
- 1cda715 Fix a bug where mount could check the wrong device. st_rdev is the correct by Eric Andersen · 21 years ago
- 7c87b67 Patch from Bastian Blank, allow the buildtime to be overriden with a by Glenn L McGrath · 21 years ago
- 7662062 Vodz last_patch_121, syncing with dash_0.4.19, reduce code size. by Glenn L McGrath · 21 years ago
- dfb6211 Patch by Tito, remove some unneeded variables to save some space. by Glenn L McGrath · 21 years ago
- 447bc2d Patch from Matt Kraai to fix debian bug #227081 by Glenn L McGrath · 21 years ago
- 716ccb2 whitespace cleanup by Eric Andersen · 21 years ago
- 8e2f74f Woody Suwalski writes: by Eric Andersen · 21 years ago
- 95f75a3 Patch from Bastian Blank to fix debian bug #226722, test case:
by Glenn L McGrath · 21 years ago
- 1f28b90 Use bb_getopt_ulflags, save 100 bytes and strict argument checking. by Glenn L McGrath · 21 years ago
- 9d65ab2 Woody Suwalski writes: by Eric Andersen · 21 years ago
- 66e21fd Fix broken #else by Eric Andersen · 21 years ago
- ab77806 Use bb_getopt_ulflags, save 150 bytes. by Glenn L McGrath · 21 years ago
- 6cb3bc0 Use bb_getopt_ulflags, simplify some logic, saves some bytes. by Glenn L McGrath · 21 years ago
- 08ca752 Fix usage with libraries, skip symbol table. by Glenn L McGrath · 21 years ago
- 930453b Use bb_getopt_ulflags, saves some space, better argument checking. by Glenn L McGrath · 21 years ago
- 40ec4ae by Rob Landley · 21 years ago
- 3b25185 Declare dependencies of command line editing in the build system by Glenn L McGrath · 21 years ago
- ffa28d1 fixes from Selwyn Tang by Eric Andersen · 21 years ago
- 8f3eb1d Add some details on exactly how to comply with the GPL -Erik by Eric Andersen · 21 years ago
- a43facc Sync to waldi's subversion archive by Glenn L McGrath · 21 years ago
- 5c9f0d0 Fix debian bug #215612, insmod should be silent on request by Glenn L McGrath · 21 years ago
- cfc0ad4 Batch from Bastian Blank to fix debian bug #216435; by Glenn L McGrath · 21 years ago
- 7f48a95 Update example slightly by Eric Andersen · 21 years ago
- 7b253f8 ws, show date setting format by Tim Riker · 21 years ago
- f980bd5 Fix a bug of mine, identified by Stephane Billiart by Glenn L McGrath · 21 years ago
- 6caa073 it should work even if you don't assign a pidfile by Russ Dill · 21 years ago
- ce91c8a Isolate code better for unused options, config option to enable long by Glenn L McGrath · 21 years ago
- ab82154 Vodz last_patch120, more busybox integration, saves 330 Bytes. Tested. by Glenn L McGrath · 21 years ago
- 3b1a744 re-indent by Eric Andersen · 21 years ago
- d242e49 fix a long standing underallocation bug by Russ Dill · 21 years ago
- a899263 move debugging to safe place (before vfork) by Russ Dill · 21 years ago
- b905028 Patch from Ned Ludd, solar at gentoo dot org: by Eric Andersen · 21 years ago
- 5089534 match changes made to cmdedit by Eric Andersen · 21 years ago
- d10f36f Match changes made to cmdedit by Eric Andersen · 21 years ago
- 3a5ed56 fix broken formatting by Eric Andersen · 21 years ago
- 9cccc18 don't mess up errno by Eric Andersen · 21 years ago
- 27bb790 Cmdedit update from Vladimir N. Oleynik (vodz) by Eric Andersen · 21 years ago
- a6beeb6 Show the news by default by Eric Andersen · 21 years ago
- f0da28c Prepare for release by Eric Andersen · 21 years ago
- 52a3c27 Patch from Matt Kraai: by Eric Andersen · 21 years ago
- b89fcd4 Fix compile error, the indenting really needs to be fixed here by Glenn L McGrath · 21 years ago
- 334dc65 Fix a bug of mine where extracting files to stdout would extract to by Glenn L McGrath · 21 years ago
- a120c32 Bump version by Eric Andersen · 21 years ago
- 67ff3a1 Don't hose up perms for files that happen to have symlinks by Eric Andersen · 21 years ago
- 0933a92 bother. It seems I can't read. by Eric Andersen · 21 years ago
- f295b5a doh! by Eric Andersen · 21 years ago
- 8f3bc4c New applet, rx, by Christopher Hoover by Glenn L McGrath · 21 years ago
- a8d82fe Try to accomodate systems that do not define PAGE_SHIFT by Eric Andersen · 21 years ago
- b868f55 Eradicate all references to loadacm by Eric Andersen · 21 years ago
- 08573e0 Kill off the loadacm applet. It is unused, unmaintained by Eric Andersen · 21 years ago
- 02e0355 Use bb_xopen by Glenn L McGrath · 21 years ago
- 236e93d Allow recieving file to stdout, sending files from stdin, use the '-' by Glenn L McGrath · 21 years ago
- f62ea20 Use low level file descriptors to match bb_copyfd_eof by Glenn L McGrath · 21 years ago
- 266c1f5 display the port number number correctly, other minor optimisations by Glenn L McGrath · 21 years ago
- ffccf6e Change interface to bb_lookup_host, dont try and set port inside this by Glenn L McGrath · 21 years ago
- 03d8091 Patch from Woody Suwalski: by Eric Andersen · 21 years ago
- 514aeab Use getopt_ulflags by Glenn L McGrath · 21 years ago
- 28c111e Allow escaped 8 bit characters in bb_opt_complementaly by Glenn L McGrath · 21 years ago
- d4a5e25 Patch from Fillod Stephane: by Eric Andersen · 21 years ago
- 3752d33 Patch from Fillod Stephane: by Eric Andersen · 21 years ago
- 89f10bc Patch from Fillod Stephane: by Eric Andersen · 21 years ago
- 769a3ef Patch from Stephane Billiart: by Eric Andersen · 21 years ago
- f18bd89 Tito writes: by Eric Andersen · 21 years ago
- 1a773a6 Manousaridis Angelos writes: by Eric Andersen · 21 years ago
- 658f8b1 Manousaridis Angelos writes: by Eric Andersen · 21 years ago
- b8d2cd4 don't use kernel headers by Eric Andersen · 21 years ago
- b51eb26 Use getopt_ulflags by Glenn L McGrath · 21 years ago
- 07d2f40 vodz noticed we need to cast things back to an unsigned long by Eric Andersen · 21 years ago
- 850b05f Fix a bug preventing use of escaped characters that use the signed bit by Glenn L McGrath · 21 years ago
- f796700 rename __getgrent so that it doesn't conflict with some libc's by Russ Dill · 21 years ago
- 4e864a3 Finish remerging busybox udhcp and udhcp. Some cleanups as well. by Russ Dill · 21 years ago
- e304956 clean up some bad, bad formatting by Russ Dill · 21 years ago
- 76729b8 include headers with prototypes to make sure prototypes match by Russ Dill · 21 years ago
- 5f46f1c remove reference to missing header file which is breaking the build by Eric Andersen · 21 years ago
- b627c54 Using vlock also requires libcrypt by Eric Andersen · 21 years ago
- 6b3f757 revert removal of define by Russ Dill · 21 years ago
- 4040d3d forgotten include by Russ Dill · 21 years ago