NetBSD/sys/compat/linux
ad 77e0b2120f Patch up sysctl locking:
- Lock processes, credentials, filehead etc correctly.
- Acquire a read hold on sysctl_treelock if only doing a query.
- Don't wire down the output buffer. It doesn't work correctly and the code
  regularly does long term sleeps with it held - it's not worth it.
- Don't hold locks other than sysctl_lock while doing copyout().
- Drop sysctl_lock while doing copyout / allocating memory in a few places.
- Don't take kernel_lock for sysctl.
- Fix a number of bugs spotted along the way
2008-01-07 16:12:52 +00:00
..
arch Use the new names (_REG_RFLAGS and _REG_RSP) for the indexes of __gregs[] 2008-01-05 19:11:53 +00:00
common Patch up sysctl locking: 2008-01-07 16:12:52 +00:00
files.linux merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
linux_syscall.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
linux_syscallargs.h s/i386/__i386__/. 2008-01-01 17:40:22 +00:00
linux_syscalls.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
Makefile.inc merge ktrace-lwp. 2005-12-11 12:16:03 +00:00