summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* resource_list_{alloc,release}() takes a struct resource_list * as itsmdodd1999-11-061-3/+4
* The unit of sndstat is fixed to zero.tanimura1999-11-062-2/+2
* Fix several bugs found in the first bit of testing.archie1999-11-062-35/+53
* Fix the style of some options.obrien1999-11-051-3/+3
* Style lint LINT.obrien1999-11-053-588/+591
* Change some wdX entries from "disk" to "device". These got missed in theobrien1999-11-053-12/+12
* Style sync with GENERIC.obrien1999-11-051-12/+14
* Re-add this till I can fix netstat to not need it.julian1999-11-051-0/+63
OpenPOWER on IntegriCloud