aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Expand the field width for subtypes. We had already overflowed itJulian Elischer1999-11-241-3/+5
* Change the prototype of the strto* routines to make the secondArchie Cobbs1999-11-2419-37/+40
* Only emit the ``wrong ifa'' message if the matching interfaceBrian Somers1999-11-231-3/+5
* Add ipfilter kld and wire it in.Guido van Rooij1999-11-233-2/+197
* Get rid of useless osreldate include for KLD/LKM modules (sys/param.hGuido van Rooij1999-11-231-2/+0
* Add kernel parts of revived ipfilter (3.3.3.)Guido van Rooij1999-11-2324-10/+10821
* Even better then using %fs:0 in our locked synchronizing instruction,Matthew Dillon1999-11-231-5/+6
* Add in required instruction serialization prior to releasing theMatthew Dillon1999-11-231-1/+20
* Add .ORDER which is needed for the previous commit to work with -jN.Marcel Moolenaar1999-11-231-0/+1
* Add machine-specific include path to ficl's sysdep.h. Wishes I hadDaniel C. Sobral1999-11-231-1/+1
* Revert ill-considered simplification in 1.13.Daniel C. Sobral1999-11-231-8/+11
* Improve Makefile by using .PATH.Daniel C. Sobral1999-11-231-2/+4
* Improve on ficl port to alpha.Daniel C. Sobral1999-11-235-462/+7
* (Hopefully) make all necessary changes for ficl to support alpha.Daniel C. Sobral1999-11-235-6/+18
* vnode_if.sh makes both vnode_if.c and vnode_if.h. Add vnode_if.c toMarcel Moolenaar1999-11-231-1/+1
* Correct the following error: vm_map_pageable() on a COW'ed (post-fork)Alan Cox1999-11-231-4/+5
* Removed IPSEC and IPV6FIREWALL because they are not ready yet.Yoshinobu Inoue1999-11-2310-14/+0
* Fix a confusion between osigcontext and ucontext_t in the previous commit.Brian Feldman1999-11-232-12/+32
* Temporaly re-enable IPSEC and IPV6FIREWALL to make the kernel buildableYoshinobu Inoue1999-11-231-0/+2
* fix panic for large writes in non-blocking modeCameron Grant1999-11-221-3/+6
* fix mixer to return properly scaled valuesCameron Grant1999-11-221-0/+3
* Add pcm entries for the alpha too, since they were taken out ofPeter Wemm1999-11-222-0/+12
* Update the Alpha makefile to be more in line with the x86 version. ItPeter Wemm1999-11-225-199/+183
* Isolate the swapdev_vp "not quite" vnode in the only source file whichPoul-Henning Kamp1999-11-222-35/+11
* Use %ll instead of %q as gcc moans bitterly about it.Peter Wemm1999-11-222-2/+2
* Isolate the swapdev_vp "not quite" vnode in the only source file whichPoul-Henning Kamp1999-11-221-2/+0
* Zap some latent problems hidden by differences between KERNEL and _KERNEL.Peter Wemm1999-11-226-37/+4
* Fix some bugs in user-end output and add a reference to the originalNick Hibma1999-11-221-5/+9
* Feh, kind of went wrong the previous commit. dev should child (in someNick Hibma1999-11-222-10/+10
* Add MOUSE_MSC_MAXBUTTON and MOUSE_IF_USB.Nick Hibma1999-11-221-0/+2
* Allow a DMA channel of 0. This gets the on-board mss audio device workingAndrew Gallatin1999-11-221-1/+1
* Temporaly remove IPSEC and IPV6FIREWALL related options because they are notYoshinobu Inoue1999-11-221-8/+0
* move INET6 option from GENERIC to LINT.Yoshinobu Inoue1999-11-225-2/+3
* Convert various pieces of code to use vn_isdisk() rather than checkingPoul-Henning Kamp1999-11-2210-50/+27
* Comment out the newmidi stuff.Seigo Tanimura1999-11-221-0/+4
* Add vnode_if.c to CLEANFILES.Brian Feldman1999-11-221-1/+1
* Change a CLEANFILES misspelling to get miibus_if.h removed.Brian Feldman1999-11-221-1/+1
* Make this compile (remove vnode_if.c from SRCS) and clean properlyBrian Feldman1999-11-221-2/+2
* Add the descriptions of the bridge drivers for Sound Blaster, GUSSeigo Tanimura1999-11-223-0/+30
* - Introduce the bridge drivers for Sound Blaser, GUS and CrystalSeigo Tanimura1999-11-223-4/+14
* - Introduce the bridge drivers for Sound Blaser, GUS and CrystalSeigo Tanimura1999-11-2212-64/+8620
* nm_srtt and nm_sdrtt are arrays[4]. Remove explicit initializationMatthew Dillon1999-11-223-9/+9
* Add comments on what it the USB modules are. Add the usb module.Nick Hibma1999-11-221-5/+8
* Clean up the Makefiles, make them consistent with the others and removeNick Hibma1999-11-227-42/+33
* Add the usb module and move the USB related modules into the generic sectionNick Hibma1999-11-221-1/+2
* USB is loadable as a module as well.Nick Hibma1999-11-221-0/+56
* Move the pretty printing of the description for USB controllers toNick Hibma1999-11-223-6/+42
* Remove some bogus bus methods peter added. We are hardly doingNick Hibma1999-11-224-24/+4
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-2266-223/+21626
* Document the requirement for root privileges.Julian Elischer1999-11-212-2/+6