| Commit message (Expand) | Author | Age | Files | Lines |
* | Various cleanups. | phk | 1999-11-08 | 2 | -54/+28 |
* | simplify check for device. | phk | 1999-11-08 | 2 | -2/+2 |
* | - Removed SC_VIDEO_DEBUG. It is broken and useless now. | yokota | 1999-11-08 | 8 | -29/+0 |
* | Zap DEV_DRIVER_MODULE(). The New world order is that drivers create their | peter | 1999-11-08 | 1 | -16/+0 |
* | Zap devsw_module_handler(). | peter | 1999-11-08 | 3 | -14/+0 |
* | Use cdevsw_add() explicitly and DRIVER_MODULE(). | peter | 1999-11-08 | 1 | -1/+2 |
* | Call id_drvinit() from attach, not probe as the OS hasn't necessarily | peter | 1999-11-08 | 1 | -2/+2 |
* | Take a shot at using cdevsw_add() to get it working again. This really | peter | 1999-11-08 | 1 | -1/+3 |
* | Use cdevsw_add() until the rest of the devices are created with make_dev() | peter | 1999-11-08 | 2 | -2/+4 |
* | Use DRIVER_MODULE(), apm.c already takes care of it's devices with | peter | 1999-11-08 | 2 | -2/+2 |
* | Rename remove_dev() to destroy_dev(). | phk | 1999-11-08 | 6 | -16/+16 |
* | Use (temporarily) cdevsw_add() so we can change from DEV_DRIVER_MODULE() | peter | 1999-11-08 | 1 | -1/+2 |
* | Use cdevsw_add() (temporarily) to avoid DEV_DRIVER_MODULE(), since the | peter | 1999-11-08 | 2 | -2/+4 |
* | Use DEVICE_MODULE() directly instead of DEV_DRIVER_MODULE. psm.c uses | peter | 1999-11-08 | 2 | -2/+2 |
* | Use cdevsw_add() explicitly as a workaround for DEV_DRIVER_MODULE(). | peter | 1999-11-08 | 2 | -3/+8 |
* | No need to use DEV_DRIVER_MODULE() since the bktr driver calls make_dev(). | peter | 1999-11-08 | 1 | -1/+1 |
* | Don't let drivers that use DEV_DRIVER_MODULE() compile as they won't | peter | 1999-11-08 | 1 | -0/+6 |
* | ulpt.c and ums.c already uses make_dev(), so there's no need to use the | peter | 1999-11-08 | 2 | -4/+2 |
* | Don't indirect via devsw_module_handler() for DEV_MODULE() routines, have | peter | 1999-11-08 | 2 | -12/+4 |
* | A hack basically.. We have a bunch of code that used to call | peter | 1999-11-08 | 1 | -1/+8 |
* | Explain why Warner is right, and I am wrong, in the removing of the | sef | 1999-11-08 | 2 | -0/+28 |
* | Update for fileops.fo_stat() addition. Note, this would panic if | peter | 1999-11-08 | 2 | -4/+6 |
* | Update the stream socket fileops table to match fo_stat() additions. | peter | 1999-11-08 | 1 | -1/+1 |
* | Use fo_stat() rather than Yet Another duplication of kern_descrip.c's stat | peter | 1999-11-08 | 2 | -30/+2 |
* | Add a vnode fo_stat() entry point. | peter | 1999-11-08 | 1 | -1/+13 |
* | Update socket file type for fo_stat(). soo_stat() becomes a fileops | peter | 1999-11-08 | 2 | -5/+7 |
* | Update pipe code for fo_stat() entry point - pipe_stat() is now no longer | peter | 1999-11-08 | 2 | -9/+9 |
* | Use fo_stat() rather than duplicating knowledge of file type internals | peter | 1999-11-08 | 1 | -59/+16 |
* | Create a fileops fo_stat() entry point. This will enable collection | peter | 1999-11-08 | 1 | -0/+19 |
* | Update to better reflect reality. | archie | 1999-11-08 | 2 | -36/+32 |
* | Add missing documentation for the two control messages supported | archie | 1999-11-08 | 2 | -2/+16 |
* | Add some more clarification. | archie | 1999-11-08 | 2 | -16/+70 |
* | Fix crash when trying to duplicate a NULL meta. | archie | 1999-11-08 | 1 | -9/+12 |
* | Get rid of the 'sync2' hook, which was a hack. Instead, just | archie | 1999-11-08 | 2 | -53/+52 |
* | Add support for the IFF_MULTICAST flag. There's not | archie | 1999-11-08 | 1 | -1/+3 |
* | Remove unused declarations. | alc | 1999-11-08 | 1 | -4/+0 |
* | Remove unused #include's. | alc | 1999-11-07 | 4 | -5/+0 |
* | Use vop_panic() instead of spec_badop(). | phk | 1999-11-07 | 2 | -46/+22 |
* | Make vop_panic() a little more informative. | phk | 1999-11-07 | 1 | -1/+3 |
* | Simplify and de-bogotify check for raw disk. | phk | 1999-11-07 | 1 | -31/+15 |
* | Patch got this one wrong, we want to check securelevel in open() | phk | 1999-11-07 | 2 | -10/+10 |
* | Remove the iskmemdev() function. Make it the responsibility of the mem.c | phk | 1999-11-07 | 8 | -56/+18 |
* | Remove the devsw magic from DEV_MODULE() | phk | 1999-11-07 | 7 | -29/+23 |
* | Add the ata driver to the compiled in targets. | sos | 1999-11-07 | 3 | -54/+84 |
* | Make an incredibly stupid change because Warner threatened to do it and | sef | 1999-11-07 | 2 | -2/+0 |
* | The functions declared by this header file no longer exist. | alc | 1999-11-07 | 3 | -42/+0 |
* | Fix the advisory file locking by restoring previous ordering in closef()/ | green | 1999-11-07 | 1 | -8/+10 |
* | Stop nroff from complaining about the freeBSD version.. | julian | 1999-11-07 | 22 | -58/+110 |
* | Undo rev 1.10, which took out TH_FIN from the CLOSING state. This | jlemon | 1999-11-07 | 1 | -1/+1 |
* | Be more accepting about the format of node IDs. | julian | 1999-11-07 | 1 | -2/+2 |