History log of /csrg-svn/sys/kern/kern_resource.c (Results 1 – 25 of 68)
Revision Date Author Comments
# 68311 14-Feb-1995 cgd

new argument passing conventions. minor type size cleanup.


# 68171 09-Jan-1995 cgd

return types, 64-bit changes: ioctl cmd -> u_long, casts, etc.


# 67732 22-Aug-1994 mckusick

use new queue.h data structures


# 65771 21-Jan-1994 bostic

add USL's copyright notice


# 65081 10-Dec-1993 mckusick

proper error return from setpriority()


# 64577 23-Sep-1993 bostic

changes for 4.4BSD-Lite requested by USL


# 64407 05-Sep-1993 bostic

Cleanups for 4.4BSD-Lite


# 63176 10-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright


# 60411 25-May-1993 mckusick

__{g,s}etrlimit => {g,s}etrlimit


# 60105 17-May-1993 mckusick

truncate, ftruncate, getrlimit, setrlimit become COMPAT_43


# 59614 01-May-1993 mckusick

add limits on maxproc


# 58775 23-Mar-1993 mckusick

limit maximum file descriptors to maxfiles (from torek)


# 56517 11-Oct-1992 bostic

make kernel includes standard


# 54935 10-Jul-1992 torek

ANSIfy syscall args


# 54815 08-Jul-1992 torek

must add current time fraction in calcru if doing curproc;
fix typo (missing unary &)


# 54783 08-Jul-1992 torek

volatile poison; new rusage calculation


# 54345 23-Jun-1992 mckusick

merge in changes for Sparc


# 53761 31-May-1992 mckusick

new 64-bit versions of get/setrlimit


# 53644 20-May-1992 bostic

fencepost error in ruadd; from Pace Willisson (pace@blitz.com)


# 52952 15-Mar-1992 mckusick

do not set soft limit higher than new hard limit (net2/sys/8)


# 52496 14-Feb-1992 torek

fix race in use of copied limit structure


# 49594 09-May-1991 bostic

new copyright; att/bsd/shared


# 49282 07-May-1991 hibler

new stack limit implementation: when changing limits
protect/unprotect the affected areas


# 48419 20-Apr-1991 karels

set the new limit copy, not the old!


# 47541 17-Mar-1991 karels

more-or-less working with new proc & user structs
move limits into plimit struct, copy with limcopy


123