rwatson     2008-08-24 21:20:35 UTC

  FreeBSD src repository

  Modified files:
    sys/bsm              audit_kevents.h 
    sys/compat/freebsd32 syscalls.master 
    sys/kern             syscalls.master 
  Log:
  SVN rev 182123 on 2008-08-24 21:20:35Z by rwatson
  
  When MPSAFE ttys were merged, a new BSM audit event identifier was
  allocated for posix_openpt(2).  Unfortunately, that identifier
  conflicts with other events already allocated to other systems in
  OpenBSM.  Assign a new globally unique identifier and conform
  better to the AUE_ event naming scheme.
  
  This is a stopgap until a new OpenBSM import is done with the
  correct identifier, so we'll maintain this as a local diff in svn
  until then.
  
  Discussed with: ed
  Obtained from:  TrustedBSD Project
  
  Revision  Changes    Path
  1.15      +1 -1      src/sys/bsm/audit_kevents.h
  1.104     +1 -1      src/sys/compat/freebsd32/syscalls.master
  1.246     +1 -1      src/sys/kern/syscalls.master
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to