cvs commit: src/sys/kern makesyscalls.sh

Peter Wemm peter at FreeBSD.org
Wed Jul 4 22:38:29 UTC 2007


peter       2007-07-04 22:38:28 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             makesyscalls.sh 
  Log:
  Add support for COMPAT6 syscalls.
  
  Also, change the visibility of compat syscalls a slightly.  Compat
  syscalls were missing from 'syscalls.h' entirely.  This additionally adds
  them with their compat prefix.  eg: SYS_freebsd6_mmap.
  
  Also, the syscalls.c names strings have different prefixes to differentiate
  syscalls. Instead of several "old.mmap" strings, there will now be a
  "compat.mmap" and "compat6.mmap" etc.  Before, both would have had the
  same "old.mmap" label.
  
  Approved by:  re
  
  Revision  Changes    Path
  1.68      +42 -9     src/sys/kern/makesyscalls.sh


More information about the cvs-src mailing list