cvs commit: src/sys/sys acct.h buf.h buf2.h callout.h cons.h disk.h disklabel.h diskslice.h domain.h errno.h event.h eventhandler.h exec.h fcntl.h filedesc.h imgact.h imgact_aout.h imgact_elf.h inflate.h ioccom.h ipc.h jail.h kernel.h kthread.h ...

Robert Garrett rob at crater.dragonflybsd.org
Wed Aug 20 00:31:55 PDT 2003


rob         2003/08/20 00:31:23 PDT

  Modified files:
    sys/sys              acct.h buf.h buf2.h callout.h cons.h 
                         disk.h disklabel.h diskslice.h domain.h 
                         errno.h event.h eventhandler.h exec.h 
                         fcntl.h filedesc.h imgact.h imgact_aout.h 
                         imgact_elf.h inflate.h ioccom.h ipc.h 
                         jail.h kernel.h kthread.h ktrace.h 
                         libkern.h link_aout.h link_elf.h lock.h 
                         lockf.h malloc.h md5.h mman.h mount.h 
                         msg.h msgbuf.h namei.h nlist_aout.h 
                         param.h poll.h proc.h protosw.h ptrace.h 
                         queue.h resource.h resourcevar.h rtprio.h 
                         select.h sem.h shm.h signal.h signalvar.h 
                         socket.h socketvar.h soundcard.h stat.h 
                         syscall-hide.h syscall.h syscall.mk 
                         sysctl.h sysent.h syslog.h sysproto.h 
                         systm.h sysunion.h termios.h thread.h 
                         time.h timeb.h timepps.h times.h timex.h 
                         tprintf.h tty.h types.h ucred.h uio.h 
                         un.h user.h utsname.h vnode.h wait.h 
  Log:
  __P() != wanted, begin removal, in order to preserve white space this needs
  to be done by hand, as I accidently killed a source tree that I had gotten
  this far on. I'm committing this now, LINT and GENERIC both build with
  these changes, there are many more to come.
  
  Revision  Changes    Path
  1.3       +2 -2      src/sys/sys/acct.h
  1.7       +57 -57    src/sys/sys/buf.h
  1.6       +5 -5      src/sys/sys/buf2.h
  1.3       +5 -5      src/sys/sys/callout.h
  1.3       +14 -14    src/sys/sys/cons.h
  1.4       +5 -5      src/sys/sys/disk.h
  1.3       +13 -13    src/sys/sys/disklabel.h
  1.3       +15 -15    src/sys/sys/diskslice.h
  1.3       +5 -5      src/sys/sys/domain.h
  1.4       +1 -1      src/sys/sys/errno.h
  1.4       +7 -7      src/sys/sys/event.h
  1.3       +2 -2      src/sys/sys/eventhandler.h
  1.3       +6 -6      src/sys/sys/exec.h
  1.3       +5 -5      src/sys/sys/fcntl.h
  1.5       +22 -22    src/sys/sys/filedesc.h
  1.3       +5 -5      src/sys/sys/imgact.h
  1.3       +2 -2      src/sys/sys/imgact_aout.h
  1.3       +8 -8      src/sys/sys/imgact_elf.h
  1.3       +4 -4      src/sys/sys/inflate.h
  1.3       +2 -2      src/sys/sys/ioccom.h
  1.3       +3 -3      src/sys/sys/ipc.h
  1.3       +2 -2      src/sys/sys/jail.h
  1.4       +6 -6      src/sys/sys/kernel.h
  1.6       +10 -10    src/sys/sys/kthread.h
  1.4       +9 -9      src/sys/sys/ktrace.h
  1.3       +20 -20    src/sys/sys/libkern.h
  1.3       +9 -9      src/sys/sys/link_aout.h
  1.3       +9 -9      src/sys/sys/link_elf.h
  1.6       +9 -9      src/sys/sys/lock.h
  1.3       +4 -4      src/sys/sys/lockf.h
  1.5       +13 -13    src/sys/sys/malloc.h
  1.3       +2 -2      src/sys/sys/md5.h
  1.3       +14 -14    src/sys/sys/mman.h
  1.6       +80 -80    src/sys/sys/mount.h
  1.3       +6 -6      src/sys/sys/msg.h
  1.3       +2 -2      src/sys/sys/msgbuf.h
  1.5       +8 -8      src/sys/sys/namei.h
  1.3       +2 -2      src/sys/sys/nlist_aout.h
  1.6       +1 -1      src/sys/sys/param.h
  1.3       +2 -2      src/sys/sys/poll.h
  1.29      +40 -40    src/sys/sys/proc.h
  1.4       +54 -54    src/sys/sys/protosw.h
  1.4       +7 -7      src/sys/sys/ptrace.h
  1.3       +3 -3      src/sys/sys/queue.h
  1.4       +6 -6      src/sys/sys/resource.h
  1.3       +15 -15    src/sys/sys/resourcevar.h
  1.4       +2 -2      src/sys/sys/rtprio.h
  1.4       +3 -3      src/sys/sys/select.h
  1.3       +6 -6      src/sys/sys/sem.h
  1.4       +7 -7      src/sys/sys/shm.h
  1.3       +7 -7      src/sys/sys/signal.h
  1.5       +18 -18    src/sys/sys/signalvar.h
  1.3       +21 -21    src/sys/sys/socket.h
  1.4       +84 -84    src/sys/sys/socketvar.h
  1.3       +2 -2      src/sys/sys/soundcard.h
  1.3       +12 -12    src/sys/sys/stat.h
  1.8       +0 -0      src/sys/sys/syscall-hide.h
  1.8       +0 -0      src/sys/sys/syscall.h
  1.8       +0 -0      src/sys/sys/syscall.mk
  1.6       +4 -4      src/sys/sys/sysctl.h
  1.5       +14 -14    src/sys/sys/sysent.h
  1.3       +6 -6      src/sys/sys/syslog.h
  1.8       +269 -269  src/sys/sys/sysproto.h
  1.13      +143 -143  src/sys/sys/systm.h
  1.5       +0 -0      src/sys/sys/sysunion.h
  1.3       +13 -13    src/sys/sys/termios.h
  1.29      +1 -1      src/sys/sys/thread.h
  1.4       +29 -29    src/sys/sys/time.h
  1.3       +2 -2      src/sys/sys/timeb.h
  1.3       +5 -5      src/sys/sys/timepps.h
  1.3       +2 -2      src/sys/sys/times.h
  1.3       +4 -4      src/sys/sys/timex.h
  1.3       +4 -4      src/sys/sys/tprintf.h
  1.5       +48 -48    src/sys/sys/tty.h
  1.4       +4 -4      src/sys/sys/types.h
  1.6       +11 -11    src/sys/sys/ucred.h
  1.4       +7 -7      src/sys/sys/uio.h
  1.4       +7 -7      src/sys/sys/un.h
  1.11      +2 -2      src/sys/sys/user.h
  1.3       +2 -2      src/sys/sys/utsname.h
  1.7       +87 -87    src/sys/sys/vnode.h
  1.3       +5 -5      src/sys/sys/wait.h






More information about the Commits mailing list