Date: Tue, 19 Mar 2002 12:18:46 -0800 (PST) From: Alfred Perlstein <alfred@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys acct.h acl.h bio.h buf.h callout.h conf.h cons.h disk.h disklabel.h diskslice.h domain.h errno.h event.h eventhandler.h exec.h fcntl.h file.h filedesc.h imgact.h imgact_aout.h imgact_elf.h inflate.h interrupt.h ioccom.h ipc.h ... Message-ID: <200203192018.g2JKIk602939@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2002/03/19 12:18:46 PST
Modified files:
sys/sys acct.h acl.h bio.h buf.h callout.h conf.h
cons.h disk.h disklabel.h diskslice.h
domain.h errno.h event.h eventhandler.h
exec.h fcntl.h file.h filedesc.h imgact.h
imgact_aout.h imgact_elf.h inflate.h
interrupt.h ioccom.h ipc.h jail.h
kernel.h kthread.h ktrace.h libkern.h
lockf.h lockmgr.h malloc.h md5.h mman.h
mount.h msg.h msgbuf.h namei.h param.h
poll.h proc.h protosw.h queue.h
regression.h resource.h resourcevar.h
rtprio.h selinfo.h sem.h shm.h signal.h
signalvar.h socket.h socketvar.h
soundcard.h stat.h sysctl.h sysent.h
syslog.h sysproto.h systm.h termios.h
time.h timeb.h timepps.h times.h timetc.h
timex.h tty.h types.h uio.h un.h user.h
vnode.h wait.h
Log:
Remove __P
Revision Changes Path
1.15 +2 -2 src/sys/sys/acct.h
1.23 +5 -5 src/sys/sys/acl.h
1.111 +9 -9 src/sys/sys/bio.h
1.129 +59 -60 src/sys/sys/buf.h
1.24 +5 -5 src/sys/sys/callout.h
1.142 +46 -48 src/sys/sys/conf.h
1.28 +7 -7 src/sys/sys/cons.h
1.19 +5 -5 src/sys/sys/disk.h
1.69 +15 -15 src/sys/sys/disklabel.h
1.42 +15 -15 src/sys/sys/diskslice.h
1.17 +5 -5 src/sys/sys/domain.h
1.20 +1 -1 src/sys/sys/errno.h
1.18 +6 -6 src/sys/sys/event.h
1.18 +3 -3 src/sys/sys/eventhandler.h
1.27 +6 -6 src/sys/sys/exec.h
1.13 +4 -4 src/sys/sys/fcntl.h
1.42 +35 -35 src/sys/sys/file.h
1.38 +19 -19 src/sys/sys/filedesc.h
1.26 +4 -4 src/sys/sys/imgact.h
1.17 +1 -1 src/sys/sys/imgact_aout.h
1.22 +8 -8 src/sys/sys/imgact_elf.h
1.12 +4 -4 src/sys/sys/inflate.h
1.22 +11 -11 src/sys/sys/interrupt.h
1.10 +2 -2 src/sys/sys/ioccom.h
1.20 +2 -2 src/sys/sys/ipc.h
1.16 +10 -10 src/sys/sys/jail.h
1.101 +6 -6 src/sys/sys/kernel.h
1.7 +10 -10 src/sys/sys/kthread.h
1.24 +9 -9 src/sys/sys/ktrace.h
1.29 +22 -22 src/sys/sys/libkern.h
1.15 +4 -4 src/sys/sys/lockf.h
1.32 +10 -10 src/sys/sys/lockmgr.h
1.57 +12 -12 src/sys/sys/malloc.h
1.15 +2 -2 src/sys/sys/md5.h
1.32 +14 -14 src/sys/sys/mman.h
1.120 +85 -85 src/sys/sys/mount.h
1.12 +6 -6 src/sys/sys/msg.h
1.17 +2 -2 src/sys/sys/msgbuf.h
1.35 +7 -7 src/sys/sys/namei.h
1.119 +4 -4 src/sys/sys/param.h
1.10 +1 -1 src/sys/sys/poll.h
1.209 +2 -2 src/sys/sys/proc.h
1.37 +42 -46 src/sys/sys/protosw.h
1.46 +2 -2 src/sys/sys/queue.h
1.2 +2 -2 src/sys/sys/regression.h
1.17 +7 -7 src/sys/sys/resource.h
1.27 +15 -15 src/sys/sys/resourcevar.h
1.13 +1 -1 src/sys/sys/rtprio.h
1.15 +2 -2 src/sys/sys/selinfo.h
1.25 +6 -6 src/sys/sys/sem.h
1.17 +7 -7 src/sys/sys/shm.h
1.30 +5 -6 src/sys/sys/signal.h
1.47 +15 -15 src/sys/sys/signalvar.h
1.59 +19 -19 src/sys/sys/socket.h
1.70 +84 -84 src/sys/sys/socketvar.h
1.38 +2 -2 src/sys/sys/soundcard.h
1.23 +11 -11 src/sys/sys/stat.h
1.103 +3 -3 src/sys/sys/sysctl.h
1.36 +14 -14 src/sys/sys/sysent.h
1.22 +6 -6 src/sys/sys/syslog.h
1.96 +285 -285 src/sys/sys/sysproto.h
1.164 +109 -109 src/sys/sys/systm.h
1.18 +13 -13 src/sys/sys/termios.h
1.51 +21 -21 src/sys/sys/time.h
1.8 +1 -1 src/sys/sys/timeb.h
1.13 +5 -5 src/sys/sys/timepps.h
1.7 +2 -2 src/sys/sys/times.h
1.47 +6 -6 src/sys/sys/timetc.h
1.15 +4 -4 src/sys/sys/timex.h
1.64 +49 -49 src/sys/sys/tty.h
1.56 +4 -4 src/sys/sys/types.h
1.17 +10 -10 src/sys/sys/uio.h
1.22 +8 -8 src/sys/sys/un.h
1.47 +1 -1 src/sys/sys/user.h
1.173 +109 -109 src/sys/sys/vnode.h
1.12 +5 -5 src/sys/sys/wait.h
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?200203192018.g2JKIk602939>
