- 7a8f679 Bug system entry #1 says that when busybox doesn't have swapoff, by Rob Landley · 19 years ago
- 9a64314 Amir Shalem found some bugs in the new mount code; unknown options didn't get by Rob Landley · 19 years ago
- cc8885f Dirk Clemens pointed out how easy it is to support bzip2 compression, since we by Rob Landley · 19 years ago
- de55987 point to busybox.net by Eric Andersen · 19 years ago
- d9f7165 Dumb little hack, "make sizes". Try it. by Rob Landley · 19 years ago
- ddddb94 make sure __NF_sysfs exists before trying to use it by Mike Frysinger · 19 years ago
- 038b076 some portability fixes by rmh in Bug 395 by Mike Frysinger · 19 years ago
- e1d9633 Bernhard Fischer submitted a couple of Makefile patches: by Rob Landley · 19 years ago
- a937640 Remove something we did, not that I'm doing something, and add something we by Rob Landley · 19 years ago
- f4c684a When compiling with FEATURE_MTAB_SUPPORT disabled, the call to erase_mtab() by Rob Landley · 19 years ago
- 6417564 Two FEATURE_CLEAN_UP patches from Shaun Jackman, closing filehandles. by Rob Landley · 19 years ago
- d00b3a5 Bernhard Fischer provided a mountpoint(1) applet. This is apparently something by Rob Landley · 19 years ago
- fc3f048 Announce busybox 1.01. by Rob Landley · 19 years ago
- b8d0046 Tito (among others) writes: previous patch was wrong, please stop screwing things up by Mike Frysinger · 19 years ago
- 4306bb1 When doing 'make release' nuke the .svn directories, not the by Eric Andersen · 19 years ago
- 6ebbc74 the () around isspace actually matters by Mike Frysinger · 19 years ago
- 1eef0c4 Bernhard Fischer says: use xmalloc() instead of malloc() by Mike Frysinger · 19 years ago
- 7122498 Bernhard Fischer says: fix comment typo by Mike Frysinger · 19 years ago
- c8e2de6 Bernhard Fischer writes: fix devfsd usage by Mike Frysinger · 19 years ago
- de5fd23 If we goto singlemount, do _not_ try to continue through the loop we jumped by Rob Landley · 19 years ago
- 23246f3 Patch from Stephane Billiart to improve ash error message. by Rob Landley · 19 years ago
- 6e98521 Stephane Billiart noticed that the return code of the new mount was horked. by Rob Landley · 19 years ago
- 58a651b Very minor tweak to tail. by Rob Landley · 19 years ago
- f9bd87b make sure distclean punts include/bbconfigopts.h by Mike Frysinger · 19 years ago
- 6a6798b Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk by Rob Landley · 19 years ago
- 0b62158 implemented a builtin echo command in ash. moved the guts of the by Paul Fox · 19 years ago
- 3f11b1b commiting: 0000025: vi-editing mode for ash by Paul Fox · 19 years ago
- 8eeb655 applying jim bauer's patch to eliminate modprobe's dependency by Paul Fox · 19 years ago
- 157e807 In bb_config.h, replace AUTOCONF_INCLUDED guard with the more reasonable and by Rob Landley · 19 years ago
- ff3a61b Do not define 'AUTOCONF_INCLUDED' by Eric Andersen · 19 years ago
- 4240364 commiting: 0000028 03-16-05 patch: new setsid applet by Paul Fox · 19 years ago
- f1dbd4a fix bbconfigopts.h depend by Mike Frysinger · 19 years ago
- fcafa4b screw around with whitespace by Mike Frysinger · 19 years ago
- b831753 commiting: by Paul Fox · 19 years ago
- 156dc41 commiting patch from bug 71: by Paul Fox · 19 years ago
- fc2256a applying patch for bug 72: by Paul Fox · 19 years ago
- 41a72ec applying patch from bug 24: by Paul Fox · 19 years ago
- 79c142d new config display applet, from bug 46. i've changed the name by Paul Fox · 19 years ago
- a39bba3 allow suppression of default client-id. fixes bug 000037. allows by Paul Fox · 19 years ago
- 9d6e083 patch by pkj in Bug 3 to not export all make variables by Mike Frysinger · 19 years ago
- d84a35f patch by apgo in Bug 345 to not use ether_hostton() with uClibc by Mike Frysinger · 19 years ago
- 15ca586 patch by srowe in Bug 359 to fix fgrep aliasing by Mike Frysinger · 19 years ago
- 66c37d1 typecast to int by Mike Frysinger · 19 years ago
- 2e3054f use socklen_t instead of size_t with socket related functions by Mike Frysinger · 19 years ago
- 1c1655a move -s from LDFLAGS to STRIPCMD by Mike Frysinger · 19 years ago
- 7e64db2 use defines instead of const integers by Mike Frysinger · 19 years ago
- e11ff71 shrink the flag setting by reversing the operation by Mike Frysinger · 19 years ago
- 6f978db eat leading whitespace with preprocessor by Mike Frysinger · 19 years ago
- 08c2036 replace for loops with one function call by Mike Frysinger · 19 years ago
- de7f9b7 Ahem: add new faq entry to list at top of FAQ.html by Rob Landley · 19 years ago
- c7a3e1b Fix "nm --size-sort" on the busybox binary and document how to make it work. by Rob Landley · 19 years ago
- e70aa9d only declare do_swap if we need it by Mike Frysinger · 19 years ago
- 223b887 touchup syntax by Mike Frysinger · 19 years ago
- 198ea3c cleanup the error message so we dont use glibcism of %m and cast a pointer to an int (bad on 64bit arches) by Mike Frysinger · 19 years ago
- f28c7ec cleanup syntax by Mike Frysinger · 19 years ago
- 0d3ca72 tell people to ignore the dups/e0 warnings by Mike Frysinger · 19 years ago
- cc428da punt unused variable by Mike Frysinger · 19 years ago
- d6a2d41 tell people to ignore the save_name warning by Mike Frysinger · 19 years ago
- 14445fd in order to make sure the INET6 prototypes are exported, we would have to include the libbb.h header file ... but then we have to worry about including too early/etc... by Mike Frysinger · 19 years ago
- b953134 apgo in Bug 322 writes: kill off CONFIG_FEATURE_MTAB_FILENAME by Mike Frysinger · 19 years ago
- 6902455 rename the accept/reject names since accept overrides the accept() socket function by Mike Frysinger · 19 years ago
- f7eaf5a apgo in Bug 351 says: punt parse_version_number since it is no longer used by Mike Frysinger · 19 years ago
- bb9a0ad commiting fix from: 0000353: [PATCH] start-stop-daemon -q is not quiet by Paul Fox · 19 years ago
- b3b756d further refine check_gcc usage so it is only called the bare min number of times by Mike Frysinger · 19 years ago
- c99e2c5 dont output anything when running in silent mode by Mike Frysinger · 19 years ago
- 088ee41 From Rich Paul: by Rob Landley · 19 years ago
- ef8f423 Erik pointed out that in the last try at the #ifdef cleanup by Rob Landley · 19 years ago
- e5ba382 move the ifdef to after libbb.h include, so it can do some good. by Paul Fox · 19 years ago
- 193c8c7 #ifdef reduction infrastructure, based on an argument between Shaun Jackman, by Rob Landley · 19 years ago
- 77804ce The change in getty.c in Busybox 1.01 caused the /etc/issue file to not by Eric Andersen · 19 years ago
- 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
- 6fafa5a 2005-04-05 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
- 03e827a 2005-03-19 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
- dbc049f remove unused variable ret as reported by apgo in Bug 350 and touchup syntax along the way by Mike Frysinger · 19 years ago
- 6e05312 no longer used as reported by apgo in Bug 348 by Mike Frysinger · 19 years ago
- 726b2cb just punt all the f_frsize crap since not all linux headers support it Bug 346 by Mike Frysinger · 19 years ago
- 1429017 ifdef all of loop.c with CONFIG_FEATURE_MOUNT_LOOP. won't by Paul Fox · 19 years ago
- 37dd624 applying fix for: by Paul Fox · 19 years ago
- 7b86134 remove duplicate check against chaddr. by Paul Fox · 19 years ago
- 8de331d revert 10881, and refix by changing "if (vallen)" to "if (val)". this by Paul Fox · 19 years ago
- 0840b76 applying fixes from: 0000142: unzip enhancements by Paul Fox · 19 years ago
- f2ddc05 applying fix for: 0000026: poor man's "scriptable" telnet by Paul Fox · 19 years ago
- 1d4c88c applying fix for: 0000271: [PATCH] tftp -g fails if a TFTP_ACK is lost by Paul Fox · 19 years ago
- 4905434 applying fix for: by Paul Fox · 19 years ago
- 982d35f applying fix for: by Paul Fox · 19 years ago
- 94ff9f1 applying fix for: by Paul Fox · 19 years ago
- 6f267f0 applying fix for: 0000261: Unsafe empty env var export in ash by Paul Fox · 19 years ago
- 01f6798 applying fix for: 0000260: udhcpc doesn't validate client hardware address by Paul Fox · 19 years ago
- 379ac89 applying patch from: 0000227: sort use wrong type for getopt return variable by Paul Fox · 19 years ago
- 5dc0cee applying fix for: 0000203: 'ip route flush cache' not implemented by Paul Fox · 19 years ago
- 77ee523 applying fix for: 0000185: httpd infinite loop when piping to CGI script by Paul Fox · 19 years ago
- 54690dc applyinf fix for: by Paul Fox · 19 years ago
- c3850c8 applying fix from: by Paul Fox · 19 years ago
- 27cbffd applying fix for: by Paul Fox · 19 years ago
- 18433aa applying fix for: by Paul Fox · 19 years ago
- 2806940 much more concise fix for bug #45. just align the packet... by Paul Fox · 19 years ago
- 3c12ff7 If /tmp and /home were different partitions, then "mv /tmp/file /home/file" by Rob Landley · 19 years ago
- c337d29 applying fix for: by Paul Fox · 19 years ago
- 146e83a applying fix from: by Paul Fox · 19 years ago
- 127adc5 applying fix from; by Paul Fox · 19 years ago