summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/nice.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zap remaining rcsid.espie2005-08-081-4/+0
| | | | | | Kill old files that are no longer compiled. okay theo
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Make sure our return value is withing the range 20 - -20 (aka NZERO - -NZERO).millert2003-05-191-4/+5
| | | | | We could use an extra call to getpriority() instead but it's faster to just do the bounds check in userland.
* Make nice(3) standards compliant; adapted from patch by Matthias Drochnermillert2002-06-031-3/+6
| | | | While I'm here correct the lies in the manual page.
* use errno.hderaadt1998-05-061-2/+2
|
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+64