Date: Sat, 28 Mar 1998 03:51:06 -0800 (PST) From: Peter Dufault <dufault@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/include Makefile limits.h signal.h time.h src/lib/libc/gen sysconf.c src/lib/libc/sys sched_get_priority_max.2 sched_setparam.2 sched_setscheduler.2 sched_yield.2 Makefile.inc src/lib/libc_r Makefile ... Message-ID: <199803281151.DAA08329@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dufault 1998/03/28 03:51:05 PST Modified files: include Makefile limits.h signal.h time.h lib/libc/gen sysconf.c lib/libc/sys Makefile.inc lib/libc_r Makefile share/man/man9 Makefile posix4.9 sys/conf files options sys/i386/conf LINT sys/i386/i386 swtch.s sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c syscalls.master sys/kern init_sysent.c kern_mib.c kern_synch.c syscalls.c syscalls.master vfs_aio.c sys/posix4 aio.h ksched.c mqueue.h posix4.h posix4_mib.c sched.h semaphore.h sys/sys _posix.h aio.h kernel.h mman.h rtprio.h signal.h syscall-hide.h syscall.h syscall.mk sysctl.h sysproto.h unistd.h Added files: lib/libc/sys sched_get_priority_max.2 sched_setparam.2 sched_setscheduler.2 sched_yield.2 sys/posix4 p1003_1b.c Log: Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and _KPOSIX_PRIORITY_SCHEDULING options to work. Changes: Change all "posix4" to "p1003_1b". Misnamed files are left as "posix4" until I'm told if I can simply delete them and add new ones; Add _POSIX_PRIORITY_SCHEDULING system calls for FreeBSD and Linux; Add man pages for _POSIX_PRIORITY_SCHEDULING system calls; Add options to LINT; Minor fixes to P1003_1B code during testing. Revision Changes Path 1.76 +2 -2 src/include/Makefile 1.9 +2 -2 src/include/limits.h 1.8 +2 -8 src/include/signal.h 1.11 +7 -1 src/include/time.h 1.9 +54 -53 src/lib/libc/gen/sysconf.c 1.50 +13 -1 src/lib/libc/sys/Makefile.inc 1.8 +4 -4 src/lib/libc_r/Makefile 1.36 +2 -1 src/share/man/man9/Makefile 1.3 +41 -45 src/share/man/man9/posix4.9 1.132 +3 -2 src/sys/conf/files 1.70 +5 -3 src/sys/conf/options 1.422 +14 -1 src/sys/i386/conf/LINT 1.70 +4 -4 src/sys/i386/i386/swtch.s 1.8 +2 -0 src/sys/i386/linux/linux_proto.h 1.6 +14 -1 src/sys/i386/linux/linux_syscall.h 1.11 +16 -0 src/sys/i386/linux/linux_sysent.c 1.7 +27 -1 src/sys/i386/linux/syscalls.master 1.56 +8 -0 src/sys/kern/init_sysent.c 1.15 +4 -8 src/sys/kern/kern_mib.c 1.52 +4 -1 src/sys/kern/kern_synch.c 1.49 +8 -0 src/sys/kern/syscalls.c 1.49 +12 -1 src/sys/kern/syscalls.master 1.26 +2 -2 src/sys/kern/vfs_aio.c 1.4 +13 -10 src/sys/posix4/aio.h 1.2 +28 -24 src/sys/posix4/ksched.c 1.3 +4 -2 src/sys/posix4/mqueue.h 1.3 +41 -215 src/sys/posix4/posix4.h 1.2 +50 -33 src/sys/posix4/posix4_mib.c 1.2 +1 -2 src/sys/posix4/sched.h 1.4 +4 -2 src/sys/posix4/semaphore.h 1.2 +44 -20 src/sys/sys/_posix.h 1.7 +2 -28 src/sys/sys/aio.h 1.37 +2 -1 src/sys/sys/kernel.h 1.23 +5 -5 src/sys/sys/mman.h 1.7 +2 -2 src/sys/sys/rtprio.h 1.13 +28 -1 src/sys/sys/signal.h 1.43 +8 -0 src/sys/sys/syscall-hide.h 1.47 +9 -1 src/sys/sys/syscall.h 1.2 +9 -1 src/sys/sys/syscall.mk 1.59 +63 -12 src/sys/sys/sysctl.h 1.36 +37 -0 src/sys/sys/sysproto.h 1.17 +7 -10 src/sys/sys/unistd.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803281151.DAA08329>