summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use (temporarily) cdevsw_add() so we can change from DEV_DRIVER_MODULE()peter1999-11-081-1/+2
* Use cdevsw_add() (temporarily) to avoid DEV_DRIVER_MODULE(), since thepeter1999-11-082-2/+4
* Use DEVICE_MODULE() directly instead of DEV_DRIVER_MODULE. psm.c usespeter1999-11-082-2/+2
* Use cdevsw_add() explicitly as a workaround for DEV_DRIVER_MODULE().peter1999-11-082-3/+8
* No need to use DEV_DRIVER_MODULE() since the bktr driver calls make_dev().peter1999-11-081-1/+1
* Don't let drivers that use DEV_DRIVER_MODULE() compile as they won'tpeter1999-11-081-0/+6
* ulpt.c and ums.c already uses make_dev(), so there's no need to use thepeter1999-11-082-4/+2
* Don't indirect via devsw_module_handler() for DEV_MODULE() routines, havepeter1999-11-082-12/+4
* A hack basically.. We have a bunch of code that used to callpeter1999-11-081-1/+8
* Explain why Warner is right, and I am wrong, in the removing of thesef1999-11-082-0/+28
* Update for fileops.fo_stat() addition. Note, this would panic ifpeter1999-11-082-4/+6
* Update the stream socket fileops table to match fo_stat() additions.peter1999-11-081-1/+1
* Use fo_stat() rather than Yet Another duplication of kern_descrip.c's statpeter1999-11-082-30/+2
* Add a vnode fo_stat() entry point.peter1999-11-081-1/+13
* Update socket file type for fo_stat(). soo_stat() becomes a fileopspeter1999-11-082-5/+7
* Update pipe code for fo_stat() entry point - pipe_stat() is now no longerpeter1999-11-082-9/+9
* Use fo_stat() rather than duplicating knowledge of file type internalspeter1999-11-081-59/+16
* Create a fileops fo_stat() entry point. This will enable collectionpeter1999-11-081-0/+19
* Update to better reflect reality.archie1999-11-082-36/+32
* Add missing documentation for the two control messages supportedarchie1999-11-082-2/+16
* Add some more clarification.archie1999-11-082-16/+70
* Fix crash when trying to duplicate a NULL meta.archie1999-11-081-9/+12
* Get rid of the 'sync2' hook, which was a hack. Instead, justarchie1999-11-082-53/+52
* Add support for the IFF_MULTICAST flag. There's notarchie1999-11-081-1/+3
* Remove unused declarations.alc1999-11-081-4/+0
* Remove unused #include's.alc1999-11-074-5/+0
* Use vop_panic() instead of spec_badop().phk1999-11-072-46/+22
* Make vop_panic() a little more informative.phk1999-11-071-1/+3
* Simplify and de-bogotify check for raw disk.phk1999-11-071-31/+15
* Patch got this one wrong, we want to check securelevel in open()phk1999-11-072-10/+10
* Remove the iskmemdev() function. Make it the responsibility of the mem.cphk1999-11-078-56/+18
* Remove the devsw magic from DEV_MODULE()phk1999-11-077-29/+23
* Add the ata driver to the compiled in targets.sos1999-11-073-54/+84
* Make an incredibly stupid change because Warner threatened to do it andsef1999-11-072-2/+0
* The functions declared by this header file no longer exist.alc1999-11-073-42/+0
* Fix the advisory file locking by restoring previous ordering in closef()/green1999-11-071-8/+10
* Stop nroff from complaining about the freeBSD version..julian1999-11-0722-58/+110
* Undo rev 1.10, which took out TH_FIN from the CLOSING state. Thisjlemon1999-11-071-1/+1
* Be more accepting about the format of node IDs.julian1999-11-071-2/+2
* Conserve stereo mode in ioctl SNDCTL_DSP_SETFMT.tanimura1999-11-072-6/+6
* add in actual getenv_quad functionmjacob1999-11-071-1/+17
* add in getenv_quad functionmjacob1999-11-071-0/+1
* Change spaces to tabs where appropriateeivind1999-11-061-25/+25
* Options cleanup.eivind1999-11-0610-174/+135
* Bring the man page for netgraph socket nodes up to date.julian1999-11-062-6/+72
* Turn on the pppoe node modulejulian1999-11-061-2/+2
* Move a structure Netstat needs back out to ng_socketvar.h (yech)julian1999-11-062-18/+3
* Fix IRQ allocation bug on controllers using a shared interrupt.sos1999-11-067-78/+149
* Put a lock on the disk structure while we open to avoid races.phk1999-11-062-4/+20
* Clean up a couple of initialisations in order to suppress a correctmsmith1999-11-062-4/+8
OpenPOWER on IntegriCloud