summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_resource.c
Commit message (Expand)AuthorAgeFilesLines
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+6
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-1/+18
* Fixed types of rtprio(), osetrlimit() and setrlimit(). The args structbde1995-11-111-12/+12
* Fix a sign extension bug that was unleashed by the previous change.bde1995-10-231-3/+9
* Avoid overflow in calcru(). Fixes PR 788.bde1995-10-211-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
* Implement maxprocperuid and maxfilesperproc. They are tunableguido1995-02-201-9/+9
* Don't allow negative limits at all. Convert them to RLIM_INFINITY insteadbde1994-12-061-6/+15
* Add one forgotten u_quad_t typecast in dosetrlimit.ats1994-12-021-2/+2
* The values for setrlimit in the data size and stack size case areats1994-12-011-6/+6
* Cosmetics. related to getting prototypes into view.phk1994-10-101-1/+4
* "idle priority" support. Based on code from Henrik Vestergaard Draboel,dg1994-10-021-34/+45
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-6/+6
* Realtime priority scheduling support.dg1994-09-011-1/+59
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-9/+20
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+476
OpenPOWER on IntegriCloud