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
/
common
Age
Commit message (
Expand
)
Author
2007-06-17
Call semctl1() directly, not via stackgap and compat_14_sys___semctl().
dsl
2007-06-17
Expose semid_ds14_to_native() to otherparts of the system.
dsl
2007-06-16
Modify the (recently added) compat_sigaltstack() #define to take the
dsl
2007-06-03
Add a #define that expands to the compat wrapper for sigaltstack1().
dsl
2007-06-02
Reduce difference between compat_ifconf() and ifconf():
enami
2007-06-01
Split sys_bind() and sys_connect() so that compat code can use common code
dsl
2007-05-30
Move the nasty ifdefs in one place. Requested by ad and dyoung.
christos
2007-05-29
wrap the whole function in COMPAT_40
christos
2007-05-29
Add a sockaddr_storage member to "struct ifreq" maintaining backwards
christos
2007-05-12
There is no need to use the stackgap for get/setrlimit.
dsl
2007-05-07
Split sys_wait4() so that compat code can fiddle with the returned 'status'
dsl
2007-04-30
Rework compat stat() and statvfs() code so that it no longer uses the stackgap.
dsl
2007-04-30
Split the statvfs functions so that the 'work' is done to a kernel buffer
dsl
2007-04-26
Pass the emulation root string into namei() from emul_find_interp() so that
dsl
2007-04-22
Change the way that emulations locate files within the emulation root to
dsl
2007-03-10
Update all the compat stuff to not use the 'stackgap' for processing
dsl
2007-03-10
Use the support routines from kern_syscalls.c instead of rolling our own code.
dsl
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-15
Count the number of CPUs at boot and stash in 'ncpu'. Eventually should
ad
2007-02-09
Merge newlock2 to head.
ad
2007-01-29
Remove more duplicate headers.
hubertf
2007-01-04
Consistent usage of KAUTH_GENERIC_ISSUSER.
elad
2006-11-24
s/existance/existence/, from Zafer.
wiz
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-11-14
Clean some KAUTH_GENERIC_ISSUSER usage in compat code.
elad
2006-10-12
- sprinkle __unused on function decls.
christos
2006-08-04
compat_30_sys_getfh: check the size of filehandle. remove an unnecessary cast.
yamt
2006-08-04
some filehandle syscall related changes.
yamt
2006-07-31
Make filehandles opaque to userland
martin
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-07-14
make this compile again.
christos
2006-07-13
sys_getfh -> compot_30_sys_getfh
pavel
2006-07-13
compat_30_sys_getfh: s/fhandle_t/struct compat_30_fhandle/ (fix overrun.)
yamt
2006-07-13
Fix alignement problems for fhandle_t, exposed by gcc4.1.
martin
2006-06-30
-fix for previous: don't malloc() with spinlock held
drochner
2006-06-26
version the socket(2) syscall. for compat30 socket, we use
mrg
2006-06-12
stack police: don't allocate statvfs on the stack.
christos
2006-05-14
integrate kauth.
elad
2006-05-04
fhstat needs to be versioned too (for ino_t). Pointed out by Izumi Tsutsui
christos
2006-03-07
Clean up fallout proc_is_traced_p() change:
thorpej
2006-03-05
cleanup more SET/CLR/ISSET lossage
christos
2006-03-01
merge yamt-uio_vmspace branch.
yamt
2005-12-11
merge ktrace-lwp.
christos
2005-11-27
Overhaul how TTY line disciplines are handled:
thorpej
2005-11-11
Move more compat stuff from sys.
christos
2005-11-10
These two really don't need the new header.
christos
2005-11-10
Include new compat header.
christos
2005-09-24
factor out some of the osockaddr, omsghdr code.
christos
2005-09-13
compat code reorg.
christos
2005-08-19
compat_30_sys_getdents: netbsd 1.2 -> 3.0 in comments/messages.
yamt
[next]