- 16d3e4e - add applet taskset to set/retrieve the CPU affinity of a process by Bernhard Reutner-Fischer · 19 years ago
- ea93f8a Tito writes: this patch fixes two potential bugs with the -i -I flags that could be reset during option parsing by Mike Frysinger · 19 years ago
- 0753f4a Callers to identify() converted the endianness of the buffer. So did by Rob Landley · 19 years ago
- 8e640a1 use vfork() instead of vork() since the only thing we do is execve() an app after fork (allows time to work on no-mmu) by Mike Frysinger · 19 years ago
- 5084c78 - remove superfluous call of stack_machine(0) upon exit. by Bernhard Reutner-Fischer · 19 years ago
- 5f6d67b - no need to have timer_duration in the data section. by Bernhard Reutner-Fischer · 19 years ago
- b1312c9 - use bb_msg_write_error in 3 places - whitespace by Bernhard Reutner-Fischer · 19 years ago
- c89982d - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
- 0620841 Patch from Tito to remove long options from hdparm. by Rob Landley · 19 years ago
- c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 19 years ago
- a6e131d Size reductions, mostly switching things to use libbb functions. by Rob Landley · 19 years ago
- bba7f08 Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values by Rob Landley · 19 years ago
- 81dab2c Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits by Rob Landley · 19 years ago
- 8fba99f Move portability stuff to platform.h, and clean up adjtimex.c a bit while by Rob Landley · 19 years ago
- 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
- 95a040f - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit: by Bernhard Reutner-Fischer · 19 years ago
- b21d23b - provide fallback defines for non-linux by Bernhard Reutner-Fischer · 19 years ago
- 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 19 years ago
- 781e42d - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). by Bernhard Reutner-Fischer · 19 years ago
- 314c739 Yann E. MORIN. writes: by Mike Frysinger · 19 years ago
- 69d863b And fix the error I just introduced. :) by Rob Landley · 19 years ago
- 5a2997d Remove pointless #define. by Rob Landley · 19 years ago
- ade7f95 Patch from Tito: by Rob Landley · 19 years ago
- c020f5f New version of nohup that's much smaller, less paranoid, consistent, by Rob Landley · 19 years ago
- ef21629 - silence warning about no return in function returning non-void by Bernhard Reutner-Fischer · 19 years ago
- b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
- 4ae2f51 Patch from tito to replace shared memory usage with mlock(), slightly tweaked by Rob Landley · 19 years ago
- a85a63f - fix invalid mode by Bernhard Reutner-Fischer · 19 years ago
- adde798 Largeish cleanup patch from Tito, mostly if statement therapy. by Rob Landley · 19 years ago
- 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
- e929238 typecast bbig to kill format warnings by Mike Frysinger · 19 years ago
- 1980256 The if() is cheaper than the extra function parameter. According to make by Rob Landley · 19 years ago
- 20deab0 Cleanup patch from tito. by Rob Landley · 19 years ago
- 39cf645 Patch from Dennis Vlasenko resetting values that get reused. by Rob Landley · 19 years ago
- 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