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