Date: Wed, 7 Aug 2002 21:50:36 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile ulimit.h src/lib/libc/gen Makefile.inc ulimit.3 ulimit.c src/lib/libc/sys getrlimit.2 Message-ID: <200208080450.g784oblf037973@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2002/08/07 21:50:36 PDT
Modified files:
include Makefile
lib/libc/gen Makefile.inc
lib/libc/sys getrlimit.2
Added files:
include ulimit.h
lib/libc/gen ulimit.3 ulimit.c
Log:
Implement POSIX.1-2001 (XSI)'s ulimit(3).
Submitted by: Kyle Martin <mkm@ieee.org>
Revision Changes Path
1.175 +2 -1 src/include/Makefile
1.1 +37 -0 src/include/ulimit.h (new)
1.94 +3 -3 src/lib/libc/gen/Makefile.inc
1.1 +100 -0 src/lib/libc/gen/ulimit.3 (new)
1.1 +68 -0 src/lib/libc/gen/ulimit.c (new)
1.16 +2 -1 src/lib/libc/sys/getrlimit.2
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208080450.g784oblf037973>
