summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_ioctl.c
AgeCommit message (Collapse)Author
2002-11-06maintain refcnt correctly, ok art@Niklas Hallqvist
2002-03-14First round of __P removal in sysTodd C. Miller
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.
2000-08-29remove duplicate inclusion of sys/ioctl.hBrad Smith
1997-11-04Add SVR4 jioctl stuffNiklas Hallqvist
1996-08-01Merge of NetBSD 0722Niklas Hallqvist
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-12-14update from netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt