summaryrefslogtreecommitdiff
path: root/procps/renice.c
Commit message (Expand)AuthorAgeFilesLines
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-3/+4
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-271-1/+2
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-171-15/+11
* start_stop_daemon: add -N <nice> compatDenis Vlasenko2006-10-081-31/+24
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-10/+8
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-15/+2
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* Add 'nice' and replace 'renice' with a new implementation.Manuel Novoa III2005-02-131-17/+115
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-4/+4
* Major coreutils update.Manuel Novoa III2003-03-191-2/+2
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+1
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-1/+1
* Use perrorMsg and clean up exit status.Matt Kraai2000-12-051-5/+5
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>Eric Andersen2000-07-211-0/+53