aboutsummaryrefslogtreecommitdiff
path: root/procps/renice.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-021-15/+2
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-271-1/+0
* Add 'nice' and replace 'renice' with a new implementation.mjn32005-02-131-17/+115
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-4/+4
* Major coreutils update.mjn32003-03-191-2/+2
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-1/+1
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+1
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-1/+1
* Use perrorMsg and clean up exit status.kraai2000-12-051-5/+5
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>andersen2000-07-211-0/+53