Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary includes | newton | 1999-12-08 | 1 | -5/+0 |
| | | | | Prodded by: phk | ||||
* | Remove unnecessary includes. | newton | 1999-10-17 | 1 | -4/+0 |
| | | | | Submitted by: phk | ||||
* | This is what was "fdfix2.patch," a fix for fd sharing. It's pretty | green | 1999-09-19 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | far-reaching in fd-land, so you'll want to consult the code for changes. The biggest change is that now, you don't use fp->f_ops->fo_foo(fp, bar) but instead fo_foo(fp, bar), which increments and decrements the fp refcount upon entry and exit. Two new calls, fhold() and fdrop(), are provided. Each does what it seems like it should, and if fdrop() brings the refcount to zero, the fd is freed as well. Thanks to peter ("to hell with it, it looks ok to me.") for his review. Thanks to msmith for keeping me from putting locks everywhere :) Reviewed by: peter | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add $Id$ tags | newton | 1999-07-30 | 1 | -0/+2 |
| | |||||
* | Oops - Ripped out a bit of debugging code which will stop certain bits | newton | 1999-01-30 | 1 | -1/+1 |
| | | | | of networking from working for people without DEC Tulip ethernet cards. | ||||
* | Emulator KLD for SysVR4 executables grabbed from NetBSD. | newton | 1999-01-30 | 1 | -0/+174 |
See http://www.freebsd.org/~newton/freebsd-svr4 for limitations, capabilities, history and TO-DO list. |