aboutsummaryrefslogtreecommitdiff
path: root/coreutils/nice.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* remove bb_printf and the likevda2006-10-261-2/+2
* start_stop_daemon: add -N <nice> compatvda2006-10-081-31/+13
* attempt to regularize atoi mess.vda2006-10-081-1/+1
* rename bb_default_error_retval -> xfunc_error_retvalvda2006-10-031-1/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files.rpjday2006-07-121-14/+1
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-271-1/+0
* just whitespacetimr2006-01-251-1/+1
* Add 'nice' and replace 'renice' with a new implementation.mjn32005-02-131-0/+86