- 2584e9b Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless back by Rob Landley · 19 years ago
- 0f0b645 Use ATTRIBUTE_NORETURN as suggested by tito, plus a few in-passing cleanups. by Rob Landley · 19 years ago
- 6389ff1 Patch from tito removing obsolete code. by Rob Landley · 19 years ago
- 5bc3f05 Remove some unused code pointed out by Tito, plus a slightly more graceful by Rob Landley · 19 years ago
- a3e4f38 Style fixes from Denis Vlasenko. by Rob Landley · 19 years ago
- 5f8b5ec Another patch from Denis Vlasenko: by Rob Landley · 19 years ago
- e5b281f From Dennis Vlasenko, Make hdparm smaller: by Rob Landley · 19 years ago
- 2e2d752 Cleanup to hdparm by tito. by Rob Landley · 19 years ago
- 59c6bae just include fcntl.h not sys/fcntl.h by Mike Frysinger · 19 years ago
- f054be1 Rob Sullivan writes: rewrite the regex handling to improve stability by Mike Frysinger · 19 years ago
- 0e6a3e1 Patch from tito to update output of hdparm. by Rob Landley · 19 years ago
- 56fbd21 - return ret so we return something meaningful. by Bernhard Reutner-Fischer · 19 years ago
- a2e9804 From Rob Sullivan: Fix a segfault with searching, plus some cleanups. by Rob Landley · 19 years ago
- 026147a Patch from Tito to fix printing null and make output look like hdparm 6.3. by Rob Landley · 19 years ago
- 20c22e0 just use the stack to kill memleak and return if user didnt give us anything to match by Mike Frysinger · 19 years ago
- bf2d990 use xmalloc, dont hardcode length of string, and get rid of pointless call to memset by Mike Frysinger · 19 years ago
- 00d10a9 uncuddle if statements by Mike Frysinger · 19 years ago
- f284c76 use more boiler plate GPL notices by Mike Frysinger · 19 years ago
- 3a2b103 uncuddle brackets by Mike Frysinger · 19 years ago
- 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
- c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
- d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
- 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 19 years ago
- 9460f66 - tweak visibility of label expected_hwif_error as it's only needed for by Bernhard Reutner-Fischer · 19 years ago
- 061fd0a - make sure that the label expected_hwif_error is visible even when by Bernhard Reutner-Fischer · 19 years ago
- a8e2760 Clarify. by Rob Landley · 19 years ago
- 5139bd9 add public-domain release by Paul Fox · 19 years ago 1_1_0 1_1_1
- 771b186 - commentary typos by Bernhard Reutner-Fischer · 19 years ago
- e1d41b3 fixup style by Mike Frysinger · 19 years ago
- 948a09d dont printf arguments given by user for security sanity by Mike Frysinger · 19 years ago
- df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
- c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 19 years ago
- 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- 688ed0d Patch from Robert P. Day, moving byte order checks to use platform.h macros. by Rob Landley · 19 years ago
- e3ec99d - remove unused lists *-m by Bernhard Reutner-Fischer · 19 years ago
- 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
- 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
- 73804d6 more security: don't start shell code from argv by "Vladimir N. Oleynik" · 19 years ago
- 2fe4eac Cosmetic cleanup from tito. by Rob Landley · 19 years ago
- 0817313 - whitespace cleanup from Tito. by Bernhard Reutner-Fischer · 19 years ago
- 51be57e Convert all the applets from #include to USE(). Had to fix some nonstandard by Rob Landley · 19 years ago
- 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
- d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
- b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
- 73ffd76 removed anoinig warnings by "Vladimir N. Oleynik" · 19 years ago
- dd14ca0 protect potential overflow for x86_64 by "Vladimir N. Oleynik" · 19 years ago
- a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
- 9a58b02 make certain we dereference the pointer as a time_t, esp on x86_64 by Eric Andersen · 19 years ago
- 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
- cd5c15d removed warning "comparison between signed and unsigned". Change very very old code: use int instead short by "Vladimir N. Oleynik" · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
- 24f819f can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
- 1732974 - fix check for group and user, remove some whitespace while at it. by Bernhard Reutner-Fischer · 19 years ago
- ef1f7b5 Ahem. Vladimir checked in a different fix bug didn't close out the bug. by Rob Landley · 19 years ago
- 4b91b88 Less would segfault if it had no tty. (Bug 600.) by Rob Landley · 19 years ago
- 8315cd5 fopen(TTY...) to bb_xfopen(), close bug 600 by "Vladimir N. Oleynik" · 19 years ago
- 2f0a5f9 restore compare_string_array new interface (make broken by landley) by "Vladimir N. Oleynik" · 19 years ago
- 62d7acc - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc. by Bernhard Reutner-Fischer · 19 years ago
- 1b751c8 Rob Sullivan sent in some cleanups, which I beat on slightly. by Rob Landley · 19 years ago
- 1f0262b another more const by "Vladimir N. Oleynik" · 19 years ago
- b4b6d26 data --> code by "Vladimir N. Oleynik" · 19 years ago
- 1ba19d6 Coprolith polishing time: Tito switched devfsd over from CONFIG_ to ENABLE_. by Rob Landley · 19 years ago
- 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
- 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
- 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
- b8fa7e8 quick patch - have removed stranges for me by "Vladimir N. Oleynik" · 19 years ago
- cef737f moved include/bbconfigopts.h from miscutils to to top Makefile before generate .depend. Remove allyesconfig build problem, noticed by Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
- d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
- 8cbaa45 remove duplicate depend, its work for bb_mkdepend by "Vladimir N. Oleynik" · 19 years ago
- 2f01eb1 correct build bbconfig applet, correct previous change by "Vladimir N. Oleynik" · 19 years ago
- 4a5d95d corect build bbconfig applet, Thanks, Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
- bc37480 by "Vladimir N. Oleynik" · 19 years ago
- a0ae6de quick patchs: drop founded memory leak, more libbb, more C-compatibility, size reduction by "Vladimir N. Oleynik" · 19 years ago
- 9ed1094 Bernhard Fischer writes: by Mike Frysinger · 19 years ago
- d57ae8b First cleanup pass, from Rob Sullivan. More to be done... by Rob Landley · 19 years ago
- 8d3c40d more C-compatibily, Thanks Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
- 2b306e9 small change for highlihting flags, more busyboxes: indent, forward declaration, paste BSS by "Vladimir N. Oleynik" · 19 years ago
- 9200e79 New applet "less", from Rob Sullivan. by Rob Landley · 19 years ago
- 23f62fc split libbb: moved xregcomp separatelly for speed up recompile by "Vladimir N. Oleynik" · 19 years ago
- b4f3cff removed strange extern void xregcomp(... from some applets, but declared from libbb.h by "Vladimir N. Oleynik" · 19 years ago
- 658d2cf Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP to by Rob Landley · 19 years ago
- d0c41a8 destroy bug [0000381] by "Vladimir N. Oleynik" · 19 years ago
- 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
- 828548a According to bug #63, crond is unhappy with crontab lines that don't end in a by Rob Landley · 19 years ago
- d00b3a5 Bernhard Fischer provided a mountpoint(1) applet. This is apparently something by Rob Landley · 19 years ago
- 6a6798b Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk by Rob Landley · 19 years ago
- 4240364 commiting: 0000028 03-16-05 patch: new setsid applet 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
- 6f978db eat leading whitespace with preprocessor by Mike Frysinger · 19 years ago
- 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
- 90161c9 Fixup makedevs to handle regular files, and also fix by Eric Andersen · 19 years ago
- 2ada89b a bit more polish by Eric Andersen · 19 years ago
- 54e57da a bit of polish on makedevs by Eric Andersen · 19 years ago
- 1b7058c the makedevs config option was pretty much totally broken by Eric Andersen · 19 years ago
- e8614db Fixup device table based makedevs so it actually works by Eric Andersen · 19 years ago
- 8deb686 Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTMP options by Mike Frysinger · 19 years ago
- 576db48 applets specified as _BB_SUID_ALWAYS in applets.h should also select by Eric Andersen · 19 years ago
- 3d92562 About time to just apply this and kill off the patches by Eric Andersen · 20 years ago