index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
compat
/
linux
Age
Commit message (
Expand
)
Author
2006-09-02
comment out impossible code
christos
2006-09-02
fix incomplete initializer
christos
2006-09-01
When calling PTRACE from an LKM, use sysent[SYS_ptrace].sy_call in case
matt
2006-09-01
Regen.
matt
2006-09-01
Don't conditionalize *sys_ptrace. The lack of sys_ptrace will be dealt
matt
2006-08-30
Allow this to build as an LKM by testing for _KERNEL_OPT before
he
2006-08-30
Regen
matt
2006-08-30
Update to deal with options PTRACE
matt
2006-08-24
The return value for Linux shmat on amd64 does not suffer the same horrible
manu
2006-08-23
move #ifdef up a few lines to prevent unused variable warning/error
dogcow
2006-08-23
Use VALID_R15_PSR() to check the context we're restoring in
bjh21
2006-08-23
1) Complete Linux exit_group() emulation
manu
2006-08-07
Add a new signature test for linux probe function. We look for a .debuglink
manu
2006-07-24
typo
manu
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-07-09
If the user process requests a non null timeout, make sure we do not turn
manu
2006-06-27
Use the new socket call for Linux and SVR4, because those systems (at
pavel
2006-06-26
version the socket(2) syscall. for compat30 socket, we use
mrg
2006-06-26
Do not implement exit_group() the right way on platforms that do not
manu
2006-06-25
Regen
manu
2006-06-25
- Complete exit_group() implementation. We now maintain a list of Linux
manu
2006-06-13
Regenerate after fixing the getpriority syscall definition.
he
2006-06-13
We need the argument structure for the getpriority syscall defined, so
he
2006-06-13
change 20 to NZERO; pointed out by mrg.
christos
2006-06-12
don't allocate a crapload of struct's on the stack. Use a couple of unions
christos
2006-06-10
PR/33671: Nicolas Joly: Add a getpriority syscall to account for the fact
christos
2006-06-10
regen
christos
2006-06-10
linux getpriority is off-by-20 so use our own function.
christos
2006-06-07
merge FreeBSD timecounters from branch simonb-timecounters
kardel
2006-05-15
include kauth.h for kauth_cred_getgid.
yamt
2006-05-15
include kauth.h for kauth_authorize_generic.
yamt
2006-05-15
include kauth.h for kauth_cred_geteuid, etc.
yamt
2006-05-15
include kauth.h for kauth_cred_getegid, etc.
yamt
2006-05-15
include kauth.h for kauth_cred_geteuid.
yamt
2006-05-14
integrate kauth.
elad
2006-05-14
XXX: GCC uninitialized
christos
2006-05-12
use socklen_t when talking to the NetBSD side of things
mrg
2006-05-11
cleanup user.h.
yamt
2006-05-10
don't allocate struct statvfs on stack as it's too large.
yamt
2006-03-27
Use __arraycount().
dyoung
2006-03-17
Fix Coverity issues 2321 and 2320. Make sure to free allocated memory.
erh
2006-03-08
Rework Linux sysctl()-emulation, so that on amd64, we return the same
jonathan
2006-03-06
Remove SET/CLR/ISSET definitions.
thorpej
2006-03-01
merge yamt-uio_vmspace branch.
yamt
2006-02-16
Change "inline" back to "__inline" in .h files -- C99 is still too
perry
2006-02-15
- Move the BSD to Linux and Linux to BSD termio/termios conversion functions
manu
2006-02-09
make linux emulation compile on i386 again.
dogcow
2006-02-09
Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so
manu
2006-01-31
linux_sys_mremap: validate flags.
yamt
2006-01-21
implement compat_linux mremap.
yamt
[next]