On Sun, Mar 16, 2008 at 04:27:44PM +, Roman Divacky wrote:
> rdivacky2008-03-16 16:27:44 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/i386/linux syscalls.master
> Log:
> Implement sched_setaffinity and get_setaffinity using
> real cpu affinity setting prim
rdivacky2008-03-16 16:27:44 UTC
FreeBSD src repository
Modified files:
sys/i386/linux syscalls.master
Log:
Implement sched_setaffinity and get_setaffinity using
real cpu affinity setting primitives.
Reviewed by:jeff
Approved by:kib (mentor)
Revision C
netchild2007-07-08 12:22:16 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/i386/linux syscalls.master
Log:
MFC (5a of X):
- linuxulator mmap handling
Compile tested by: scf (i386, as part of a mega-MFC-patch)
Tested by:
rwatson 2006-09-21 16:18:33 UTC
FreeBSD src repository
Modified files:
sys/i386/linux syscalls.master
Log:
Use AUE_CREAT instead of AUE_O_CREAT for linux_creat().
Obtained from: TrustedBSD Project
Revision ChangesPath
1.80 +1 -1 src/sys/i386/linu
rwatson 2006-09-21 16:12:58 UTC
FreeBSD src repository
Modified files:
sys/i386/linux syscalls.master
Log:
Use AUE_GETDIRENTRIES instead of AUE_O_GETDENTS and AUE_NULL for a number
of directory reading system calls.
Respell a mis-spelled event name.
Clean up whi
rwatson 2006-02-06 01:40:30 UTC
FreeBSD src repository
Modified files:
sys/i386/linux syscalls.master
Log:
Assign audit event identifiers to Linux i386 system calls.
Obtained from: TrustedBSD Project
Revision ChangesPath
1.63 +177 -169 src/sys/i386/l