summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_stream.c
AgeCommit message (Collapse)Author
2011-07-04remove all the compat svr4 filesTed Unangst
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@.
2003-11-23check for too-small length in stream debug codeAnil Madhavapeddy
discussed with grange@ tedu@
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-14More FREF/FRELE fixesPeter Valchev
2002-02-13More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl ↵Artur Grabowski
functions in sys/compat are left.
2001-10-26 - every new fd created by falloc() is marked as larval and should not be usedArtur Grabowski
any anyone. Every caller of falloc matures the fd when it's usable. - Since every lookup in the fd table must now check this flag and all of them do the same thing, move all the necessary checks into a function - fd_getfile.
2001-10-02Values coming from userland should be bounds checked, even if we put themConstantine Sapuntzakis
there just a couple calls ago. Thanks to Ken Ashcraft of Stanford for finding this bug.
2001-04-18Declare undeclared variable in #ifdef DEBUG_SVR4Niklas Hallqvist
2000-08-30additional range checking; From: NetBSDBrad Smith
1998-02-09More missing type changes; pointed out by deraadt@OpenBSD.orgThorsten Lockert
1997-09-11sync with netbsd; missing SCARG() macrosTheo de Raadt
1997-08-07O_ASYNC handling from NetBSD...Niklas Hallqvist
1997-02-13Merge of NetBSD 970211Niklas Hallqvist
1996-08-01Merge of NetBSD 0722Niklas Hallqvist
1996-05-22Fix OGETUDATA for Solaris-2.3 (From Greg Hudson)Theo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-17Good fixes and changes from latest Net.Michael Shalayeff
1996-02-26From NetBSD: update to 960217 sourcesNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt