Date: Wed, 4 Mar 1998 02:27:02 -0800 (PST) From: Peter Dufault <dufault@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/etc/mtree BSD.include.dist src/include Makefile limits.h signal.h src/lib/libc/gen sysconf.c src/share/man/man9 posix4.9 Makefile src/sys/conf files options src/sys/i386/i386 swtch.s src/sys/kern kern_mib.c kern_resource.c kern_synch.c ... Message-ID: <199803041027.CAA12854@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dufault 1998/03/04 02:27:01 PST
Modified files:
etc/mtree BSD.include.dist
include Makefile limits.h signal.h
lib/libc/gen sysconf.c
share/man/man9 Makefile
sys/conf files options
sys/sys mman.h proc.h rtprio.h sysctl.h time.h
unistd.h
sys/vm vm_glue.c
Added files:
share/man/man9 posix4.9
sys/posix4 aio.h ksched.c mqueue.h posix4.h
posix4_mib.c sched.h semaphore.h
Log:
Reviewed by: msmith, bde long ago
POSIX.4 headers and sysctl variables. Nothing should change
unless POSIX4 is defined or _POSIX_VERSION is set to 199309.
Revision Changes Path
1.16 +3 -1 src/etc/mtree/BSD.include.dist
1.73 +14 -3 src/include/Makefile
1.6 +17 -1 src/include/limits.h
1.5 +5 -0 src/include/signal.h
1.7 +107 -0 src/lib/libc/gen/sysconf.c
1.35 +2 -2 src/share/man/man9/Makefile
1.126 +2 -0 src/sys/conf/files
1.64 +4 -1 src/sys/conf/options
1.21 +22 -4 src/sys/sys/mman.h
1.55 +2 -1 src/sys/sys/proc.h
1.5 +20 -1 src/sys/sys/rtprio.h
1.58 +11 -1 src/sys/sys/sysctl.h
1.20 +7 -1 src/sys/sys/time.h
1.15 +86 -1 src/sys/sys/unistd.h
1.75 +2 -2 src/sys/vm/vm_glue.c
Modified files:
sys/i386/i386 swtch.s
Log:
Reviewed by: msmith, bde long ago
Fix for RTPRIO scheduler to eliminate invalid context switches.
Revision Changes Path
1.69 +13 -3 src/sys/i386/i386/swtch.s
Modified files:
sys/kern kern_mib.c kern_resource.c kern_synch.c
Log:
Reviewed by: msmith, bde long ago
Fix for RTPRIO scheduler to eliminate invalid context switches.
POSIX.4 headers and sysctl variables. Nothing should change
unless POSIX4 is defined or _POSIX_VERSION is set to 199309.
Revision Changes Path
1.14 +8 -1 src/sys/kern/kern_mib.c
1.33 +5 -2 src/sys/kern/kern_resource.c
1.48 +31 -11 src/sys/kern/kern_synch.c
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?199803041027.CAA12854>
