aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Patch from Erik Hovland, via Tito.landley2006-06-081-2/+2
* Some day, maybe gcc will be able to optimize out static functions that arelandley2006-06-081-1/+2
* initial support for no-mmu systemsvapier2006-06-071-0/+4
* hint at where the Magic comes fromvapier2006-06-071-1/+1
* - do away with the comment that noted that the current implementationaldot2006-06-071-1/+1
* Fix from Tito to read from stdin only when it's not a tty.landley2006-06-071-3/+3
* Consolidate devfs garbage and mark it as obsolete.landley2006-06-071-2/+16
* - add applet taskset to set/retrieve the CPU affinity of a processaldot2006-06-073-0/+74
* Tito writes: this patch fixes two potential bugs with the -i -I flags that co...vapier2006-06-071-2/+2
* Callers to identify() converted the endianness of the buffer. So didlandley2006-06-071-16/+16
* use vfork() instead of vork() since the only thing we do is execve() an app a...vapier2006-06-061-1/+1
* - remove superfluous call of stack_machine(0) upon exit.aldot2006-06-031-1/+0
* - no need to have timer_duration in the data section.aldot2006-06-031-7/+4
* - use bb_msg_write_error in 3 placesaldot2006-06-031-368/+346
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-0317-24/+22
* Patch from Tito to remove long options from hdparm.landley2006-05-312-25/+11
* - s/defined(__uClinux__)/BB_NOMMU/aldot2006-05-311-3/+3
* Size reductions, mostly switching things to use libbb functions.landley2006-05-291-1/+1
* Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts valueslandley2006-05-291-7/+5
* Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bitslandley2006-05-281-4/+4
* Move portability stuff to platform.h, and clean up adjtimex.c a bit whilelandley2006-05-271-58/+3
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-274-4/+0
* - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit:aldot2006-05-271-1/+1
* - provide fallback defines for non-linuxaldot2006-05-261-0/+14
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!aldot2006-05-261-1/+1
* - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes).aldot2006-05-261-2/+6
* Yann E. MORIN. writes:vapier2006-05-261-1/+1
* And fix the error I just introduced. :)landley2006-05-251-1/+1
* Remove pointless #define.landley2006-05-251-4/+1
* Patch from Tito:landley2006-05-251-168/+123
* New version of nohup that's much smaller, less paranoid, consistent,landley2006-05-211-15/+0
* - silence warning about no return in function returning non-voidaldot2006-05-202-25/+29
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-191-8/+0
* Patch from tito to replace shared memory usage with mlock(), slightly tweakedlandley2006-05-191-24/+10
* - fix invalid modealdot2006-05-191-1/+1
* Largeish cleanup patch from Tito, mostly if statement therapy.landley2006-05-161-534/+350
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier2006-05-131-1/+1
* typecast bbig to kill format warningsvapier2006-05-111-3/+3
* The if() is cheaper than the extra function parameter. According to makelandley2006-05-081-26/+26
* Cleanup patch from tito.landley2006-05-071-379/+158
* Patch from Dennis Vlasenko resetting values that get reused.landley2006-05-051-5/+18
* Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless backlandley2006-05-031-12/+4
* Use ATTRIBUTE_NORETURN as suggested by tito, plus a few in-passing cleanups.landley2006-05-031-16/+13
* Patch from tito removing obsolete code.landley2006-05-011-142/+11
* Remove some unused code pointed out by Tito, plus a slightly more gracefullandley2006-04-291-35/+7
* Style fixes from Denis Vlasenko.landley2006-04-291-147/+146
* Another patch from Denis Vlasenko:landley2006-04-291-48/+42
* From Dennis Vlasenko, Make hdparm smaller:landley2006-04-291-73/+49
* Cleanup to hdparm by tito.landley2006-04-291-12/+11
* just include fcntl.h not sys/fcntl.hvapier2006-04-291-1/+1