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
/
common
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-08-30
Allow this to build as an LKM by testing for _KERNEL_OPT before
he
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
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
- Complete exit_group() implementation. We now maintain a list of Linux
manu
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-07
merge FreeBSD timecounters from branch simonb-timecounters
kardel
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-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-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
2005-12-11
merge ktrace-lwp.
christos
2005-12-05
- make settime take timespec.
christos
2005-11-30
Remove the debugging printf left in linux_sys_getrlimit().
rpaulo
2005-11-29
undo linux_sys_exit_group() change _again_ - please do not commit known
jdolecek
2005-11-29
Threads should not send a signal on exit.
manu
2005-11-23
To awake all processes sleeping on a futex, set maximum value to 0x7fffffff
manu
2005-11-23
Remove a debug printf
manu
2005-11-23
- Add Linux tkill and tgkill (partial emulation).
manu
2005-11-11
undo the linux_sys_exit_group() change for now - complete CLONE_THREAD support
jdolecek
2005-11-10
More ipc support for linux; makes oracle work. From chuq and
christos
2005-11-09
Fix build problem
manu
2005-11-09
Improve Linux exit_group emulation by sending a SIGKILL to all other
manu
2005-11-09
Prevent integer overflow in timout calculation.
manu
2005-11-08
Correctly computes futex timeout.
manu
2005-11-07
Include linux_machdep.h so that LINUX_UNAME_ARCH ges defined (fixes
manu
2005-11-05
ifdef out sched_{get|set}affinity for ports that don't use it yet. That
manu
[next]