- 4cee66d Dont unlink when testing ! by Glenn L McGrath · 21 years ago
- 97e2426 "staywithu" writes: by Eric Andersen · 21 years ago
- 2e9c257 Implement a minimalist 'last' which allows the LEAF project to by Eric Andersen · 21 years ago
- 92fb939 Kent Robotti noted that mt.c uses "rewind" not "rew" by Eric Andersen · 21 years ago
- 0a57a79 Patch from Steven Scholz: by Eric Andersen · 21 years ago
- 546f21a Remove code that too agressively disabled inlines by Eric Andersen · 21 years ago
- 2a18689 Bruno Randolf writes: by Eric Andersen · 21 years ago
- 4052051 Patch from vodz to update httpd usage by Eric Andersen · 21 years ago
- 35e643b last_patch95 from vodz: by Eric Andersen · 21 years ago
- a501d0f Remove the update utility, that is only relevant to older 2.0.x kernels by Eric Andersen · 21 years ago
- 85e5e72 Remove remaining libc5 support code by Eric Andersen · 21 years ago
- 725db19 Very minor rdate updates by Eric Andersen · 21 years ago
- cde8f53 Paul Mundt <lethal@linux-sh.org> writes: by Eric Andersen · 21 years ago
- 592ebd5 Patch from Paul Mundt: by Eric Andersen · 21 years ago
- 3443bd7 Matteo Croce submitted a hdparm applet. by Eric Andersen · 21 years ago
- 335816b Fix a silly typo by Eric Andersen · 21 years ago
- cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
- f890f9d This declaration no longer needs to hide when using dmalloc by Eric Andersen · 21 years ago
- 01c3d40 Add the fdformat utility, based on a patch from Kent Robotti, by Eric Andersen · 21 years ago
- bccb315 Fix stupid unterminated parenthesis by Eric Andersen · 21 years ago
- 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
- a3bb3e6 Geir Thomassen wrote, regarding networking/httpd.c line 1358 by Eric Andersen · 21 years ago
- 655d814 New applet: patch, applies a unified diff by Glenn L McGrath · 21 years ago
- f0f754a Based on a tinylogin patch from Philip Blundell, add several by Eric Andersen · 21 years ago
- c9e7024 Add prototype update missing from last_patch89. Fix screwy formatting in cut. by Eric Andersen · 22 years ago
- 8876fb2 last_patch89 from vodz: by Eric Andersen · 22 years ago
- dfce353 Fix rpm usage msg by Eric Andersen · 22 years ago
- 2483343 Vodz, last_patch_88 by Glenn L McGrath · 22 years ago
- 82ab3d7 Make all syscall declarations use the syscall() function by Eric Andersen · 22 years ago
- 393183d Vodz, last_patch_86 by Glenn L McGrath · 22 years ago
- 49e74ef Add some missing lines for getty, patch by Steven Scholz by Glenn L McGrath · 22 years ago
- 1e11c34 minit, a Minimal init system. by Glenn L McGrath · 22 years ago
- f01b805 New applet, fold by Glenn L McGrath · 22 years ago
- c91ce57 Config option to create an fgrep alias by Glenn L McGrath · 22 years ago
- 4baef0c Minor cleanups. Document the cmp -l option. by Manuel Novoa III · 22 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- a9c6bc4 Define bb_xgetlarg as a standard interface for extracting by Eric Andersen · 22 years ago
- ae0f1e7 New applet sha1sum by Glenn L McGrath · 22 years ago
- 4a4c677 Patch from Bastian Blank by Glenn L McGrath · 22 years ago
- 18d8a3b udhcpc is supposed to be in /sbin, not /usr/sbin/ by Eric Andersen · 22 years ago
- 06e9565 New applet, inetd, make httpd features more configurable, update authors, last_patch_80 by Glenn L McGrath · 22 years ago
- a88cb50 Patch from mathuria, compatability with solaris by Glenn L McGrath · 22 years ago
- 853c494 A patch from John F. Kelly to add in a utility for configuring by Eric Andersen · 22 years ago
- 97d86f2 Apply patch from Ghozlane Toumi to add -inum support to find. by Eric Andersen · 22 years ago
- be65c35 Patch from Artem Egorkine to support the -m option by Eric Andersen · 22 years ago
- 9e5d6c0 run telnet from inetd, present login prompt if login is configured, by Glenn L McGrath · 22 years ago
- 2e51a14 New test mode that allows run_parts to fail silently if the directory by Glenn L McGrath · 22 years ago
- a9adef0 Dont use getopt_long, minor usage changes, patch by Nick Fedchik by Glenn L McGrath · 22 years ago
- f2ba45e Compile option to avoid using /usr directory, patch by Bastian Blank by Glenn L McGrath · 22 years ago
- 147a3ca Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank by Glenn L McGrath · 22 years ago
- e0716ba Fixup addgroup help text by Eric Andersen · 22 years ago
- b4a1baa Correct some init issues, update email address, last_patch78 by Vladimir by Glenn L McGrath · 22 years ago
- d66370c Option to allow ifupdown use ip commands instead of ifconfig, add flush by Glenn L McGrath · 22 years ago
- 9e59841 arping applet by Nick Fedchik by Glenn L McGrath · 22 years ago
- 58c708a New applet: httpd, by Glenn Engel by Glenn L McGrath · 22 years ago
- 87444ef Add usage for tar -j and -z by Glenn L McGrath · 22 years ago
- cf93274 rmmod -a removed modules recursively by Tim Riker · 22 years ago
- 25fe94f Merge copyfd and copy_file_chunk by Glenn L McGrath · 22 years ago
- 02d7cbf New applets, ftpget and ftpput by Glenn L McGrath · 22 years ago
- f03c933 New applet, nameif by Nick Fedchik and myself. by Glenn L McGrath · 22 years ago
- 9130c85 full usage cleanup for udhcp by Glenn L McGrath · 22 years ago
- 6d07432 Support the o, f and p options, patch by Magnus M�rtensson by Glenn L McGrath · 22 years ago
- b72a735 rpm applet by Laurence Anderson by Glenn L McGrath · 22 years ago
- 62fae30 Realpath applet by Glenn L McGrath · 22 years ago
- 66125c8 Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). by Glenn L McGrath · 22 years ago
- f0a360e Usage for klogd -c by Glenn L McGrath · 22 years ago
- b963875 Move compare_string_array to libbb by Glenn L McGrath · 22 years ago
- f112daa Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank by Glenn L McGrath · 22 years ago
- 062c74f last_patch_68 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
- 441e7ef fdisk applet by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
- efe7889 Headers for the read_gz changes by Glenn L McGrath · 22 years ago
- 545106f Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown. by Glenn L McGrath · 22 years ago
- 8f0722a Move readlink, mktemp, run-parts and which to a new debianutils dir. by Glenn L McGrath · 22 years ago
- c11986d ipcalc applet by Stephan Linz and Jordan Crouse by Glenn L McGrath · 22 years ago
- f57674e Rewrite of xargs by Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
- 5a7ec22 last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru> by Glenn L McGrath · 22 years ago
- 9a2d272 IP applet by Bastian Blank <waldi@debian.org> by Glenn L McGrath · 22 years ago
- 021fa7d debian compatable ifup and ifdown commands by Glenn L McGrath · 22 years ago
- 1713a11 Fix a stupid typo by Eric Andersen · 22 years ago
- ef5e8f8 Implement a small strings applet by Eric Andersen · 22 years ago
- 0288c8e typo in udhcpc help by Russ Dill · 22 years ago
- 7f2a953 Fail silently if a partial tar header is read as tar.bz2 is leaving trailing junk (not sure why), add some missing files by Glenn L McGrath · 22 years ago
- 18bbca1 enable .tar.bz2 for dpkg-deb by Glenn L McGrath · 22 years ago
- 8e94098 Change filter paramaters, filters can be more powefull now by Glenn L McGrath · 22 years ago
- 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
- 6ab32eb Move data_extract_all_prefix to dpkg, its only used there. by Glenn L McGrath · 22 years ago
- 60bce49 Move bunzip2 idecompression code to libunarchive by Glenn L McGrath · 22 years ago
- bf1cc8b Make uncompress a seperate applet so it doesnt pull in all the gunzip code by Glenn L McGrath · 22 years ago
- 5e02c67 vodz forgot to include the suid field by Eric Andersen · 22 years ago
- fe5b1a9 Apply patch from bug #1278 -- fix usage message for the by Eric Andersen · 22 years ago
- 72e1212 vodz writes: by Eric Andersen · 22 years ago
- f6f7bfb last_patch63 from vodz: add in crond and crontab applets by Eric Andersen · 22 years ago
- 44608e9 Patch last_pach62 from vodz. This patch moves all the /proc parsing by Eric Andersen · 22 years ago
- 61b7904 Update dpkg to use new unarchive code by Glenn L McGrath · 22 years ago
- c5c1a8a Fix exclude/include problem by Glenn L McGrath · 22 years ago
- 61fb489 added full udhcp integration by Russ Dill · 22 years ago
- e0f5500 Fix init docs by Eric Andersen · 22 years ago
- 08a7220 last_patch58 from vodz: by Eric Andersen · 22 years ago
- 02e6ba9 Vodz' last_patch57: Hi, Erik. by Eric Andersen · 22 years ago
- 2e41d0c Fix compress support and prevent a segfault by Glenn L McGrath · 22 years ago