summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Guard against freeing NULL if vfs_mountroot_try is called with NULLmsmith1999-11-052-4/+8
* KAME related header files additions and merges.shin1999-11-0526-46/+1515
* Remove calls to alpha_register_pci_scsi(). After Mike's recent bootgallatin1999-11-053-16/+0
* Add a forgotten source file.roberto1999-11-051-1/+1
* Expand the sscanf buffer to 32 bytes to make room for the expandedmsmith1999-11-052-2/+2
* Add the option for a socket node to shut down when the last hookjulian1999-11-053-65/+63
* Remove an unnecessary alignment check from osigreturn and sigreturn. (Thealc1999-11-041-7/+2
* Allow vfs names to include the digits 0-9 as well as the letters a-z.msmith1999-11-042-2/+2
* Sync with sys/i386/isa/spkr.c revision 1.44.nyan1999-11-041-0/+1
* Fix the atomic arithmetic primitives for address where (p&7) >= 4.dfr1999-11-041-24/+24
* Eliminate two useracc(..., VM_PROT_READ) calls that immediately precedealc1999-11-041-8/+4
* Re-implement the handing of RB_CDROM in a machine-independant fashion.msmith1999-11-042-0/+48
* now that a map's base addr is 64-bits, the alpha multi-hose hack needsgallatin1999-11-032-8/+8
* Fix bug in BIOCGETIF ioctl() where it would return a bogus interfacearchie1999-11-031-24/+8
OpenPOWER on IntegriCloud