Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2009 19:35:06 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/sys Symbol.map src/sys/compat/freebsd32 syscalls.master src/sys/kern makesyscalls.sh syscalls.master src/sys/sys sysent.h
Message-ID:  <200907241937.n6OJbo8W060118@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-07-24 19:35:06 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    lib/libc/sys         Symbol.map 
    sys/compat/freebsd32 syscalls.master 
    sys/kern             makesyscalls.sh syscalls.master 
    sys/sys              sysent.h 
  Log:
  SVN rev 195854 on 2009-07-24 19:35:06Z by jhb
  
  MFC: Several cleanups to the syscall tables:
  - Add explicit prototypes for lkmnosys() and lkmressys() in <sys/sysent.h>
    and remove hacks for those routines from makesyscalls.sh.
  - Change the LKM syscall entries in the freebsd32 table to use lkmnosys
    rather than nosys.
  - Use NOPROTO for __syscall() to remove more magic logic from
    makesyscalls.sh.
  - Retire the unused nfsclnt() system call and mark it as UNIMPL rather than
    NOIMPL.
  - Remove the NOIMPL system call type.
  - Allow multiple flags in the type system call type field.  Use this to
    retire CPT_NOA.
  - Update the comment descriptions for COMPAT[45] system calls in various
    generated files.
  - Update comments in syscalls.master.
  - Include defintions for audit identifiers for compat system calls in
    <sys/sysproto.h>.
  
  Revision   Changes    Path
  1.9.2.7    +0 -3      src/lib/libc/sys/Symbol.map
  1.91.2.12  +19 -16    src/sys/compat/freebsd32/syscalls.master
  1.68.2.3   +71 -56    src/sys/kern/makesyscalls.sh
  1.233.2.6  +13 -10    src/sys/kern/syscalls.master
  1.55.2.2   +6 -0      src/sys/sys/sysent.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907241937.n6OJbo8W060118>