Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur 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-07-17 | use pool allocator for knotes, adapted from lukem@netbsd, okay art@ | Niels Provos | |
2001-05-14 | Add a fo_stat member to struct fileops. Used soon. | Artur Grabowski | |
Also add a stat function for kqueue from FreeBSD. | |||
2001-03-01 | port kqueue changes from freebsd, plus all required openbsd glue. | Niels Provos | |
okay deraadt@, millert@ from jlemon@freebsd.org: extend kqueue down to the device layer, backwards compatible approach suggested by peter@freebsd.org | |||
2000-11-21 | support for kernel events on vnodes, from jlemon@freebsd.org, okay art@ | Niels Provos | |
2000-11-18 | better permission check; okay art@, millert@ | Niels Provos | |
2000-11-17 | calculate timeouts correctly, simpler. | Niels Provos | |
2000-11-17 | correct timersub | Niels Provos | |
2000-11-16 | rcsid; fix comment; lots of bad tabs and spaces | Michael Shalayeff | |
2000-11-16 | support kernel event queues, from FreeBSD by Jonathan Lemon, | Niels Provos | |
okay art@, millert@ |