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
/
netbsd32
/
netbsd32_select.c
Age
Commit message (
Expand
)
Author
2019-09-20
Validate usec ranges in netbsd32___select50()
kamil
2010-04-23
Replace M_IOV and some malloc(9)s with kmem(9), and while there:
rmind
2009-11-11
- selcommon/pollcommon: drop redundant l argument.
rmind
2009-03-29
Move the internal poll/select related API's to use timespec instead
christos
2009-01-11
merge christos-time_t
christos
2008-05-29
remove clause #3 from my license where there are no other
mrg
2007-12-20
Convert all the system call entry points from:
dsl
2007-12-08
ANSIfy most of the function definitions in sys/compat (but not ndis).
dsl
2007-03-18
Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx).
dsl
2007-03-16
remove all the double (and triple) casts used to convert 32bit userspace
dsl
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2005-12-11
merge ktrace-lwp.
christos
2005-08-19
Fix lossage I created with the 64 bit ino_t change.
christos
2005-07-09
Implement pselect(2) and pollts(2).
cube
2005-07-09
Make netbsd32_select() use selcommon() instead of a gross copy/paste of
cube
2003-10-26
Don't do the tsleep dance if timo is 0; simplify the code.
christos
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-10-23
In preparation for COMPAT_NETBSD32 on SH-5:
scw
2001-11-13
add RCSIDs (including regeneration of files as appropriate)
lukem
2001-02-08
split up netbsd32_netbsd.c into 9 new files, leaving only those syscalls that
mrg