summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* fix panic for large writes in non-blocking modecg1999-11-221-3/+6
* fix mixer to return properly scaled valuescg1999-11-221-0/+3
* Add pcm entries for the alpha too, since they were taken out ofpeter1999-11-222-0/+12
* Update the Alpha makefile to be more in line with the x86 version. Itpeter1999-11-225-199/+183
* Isolate the swapdev_vp "not quite" vnode in the only source file whichphk1999-11-222-35/+11
* Use %ll instead of %q as gcc moans bitterly about it.peter1999-11-222-2/+2
* Isolate the swapdev_vp "not quite" vnode in the only source file whichphk1999-11-221-2/+0
* Zap some latent problems hidden by differences between KERNEL and _KERNEL.peter1999-11-226-37/+4
* Fix some bugs in user-end output and add a reference to the originaln_hibma1999-11-221-5/+9
* Feh, kind of went wrong the previous commit. dev should child (in somen_hibma1999-11-222-10/+10
* Add MOUSE_MSC_MAXBUTTON and MOUSE_IF_USB.n_hibma1999-11-221-0/+2
* Allow a DMA channel of 0. This gets the on-board mss audio device workinggallatin1999-11-221-1/+1
* Temporaly remove IPSEC and IPV6FIREWALL related options because they are notshin1999-11-221-8/+0
* move INET6 option from GENERIC to LINT.shin1999-11-225-2/+3
* Convert various pieces of code to use vn_isdisk() rather than checkingphk1999-11-2210-50/+27
* Comment out the newmidi stuff.tanimura1999-11-221-0/+4
* Add vnode_if.c to CLEANFILES.green1999-11-221-1/+1
* Change a CLEANFILES misspelling to get miibus_if.h removed.green1999-11-221-1/+1
* Make this compile (remove vnode_if.c from SRCS) and clean properlygreen1999-11-221-2/+2
* Add the descriptions of the bridge drivers for Sound Blaster, GUStanimura1999-11-223-0/+30
* - Introduce the bridge drivers for Sound Blaser, GUS and Crystaltanimura1999-11-223-4/+14
* - Introduce the bridge drivers for Sound Blaser, GUS and Crystaltanimura1999-11-2212-64/+8620
* nm_srtt and nm_sdrtt are arrays[4]. Remove explicit initializationdillon1999-11-223-9/+9
* Add comments on what it the USB modules are. Add the usb module.n_hibma1999-11-221-5/+8
* Clean up the Makefiles, make them consistent with the others and removen_hibma1999-11-227-42/+33
* Add the usb module and move the USB related modules into the generic sectionn_hibma1999-11-221-1/+2
* USB is loadable as a module as well.n_hibma1999-11-221-0/+56
* Move the pretty printing of the description for USB controllers ton_hibma1999-11-223-6/+42
* Remove some bogus bus methods peter added. We are hardly doingn_hibma1999-11-224-24/+4
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-2266-223/+21626
* Document the requirement for root privileges.julian1999-11-212-2/+6
* oops cut-n-paste errorjulian1999-11-211-1/+1
* It's time to only allow root to manipulate netgraph nodes.julian1999-11-211-0/+2
* Hopefully the last patch from Brian to get server side PPPoE working.julian1999-11-211-4/+2
* Don't clear the SA_FLAG_TAPE_LOCKED prior to callingmjacob1999-11-211-13/+16
* Add make_dev functions. Tested with only one changer (sigh- all my othersmjacob1999-11-211-3/+7
* Introduce the new functionphk1999-11-2119-55/+48
* Addition of new fields to the usb_devinfo struct to enable the newn_hibma1999-11-213-13/+26
* Revoke the vnodes on detach. This avoids the crashes people have seenn_hibma1999-11-214-17/+48
* Enclosed the arguments of binary and in brackets.n_hibma1999-11-211-5/+7
* fix for -fno-builtincg1999-11-213-4/+6
* Add text for Rendition Verite V1000 and V2000 video cards.bp1999-11-211-0/+9
* Remove race condition under SMP.bp1999-11-212-4/+16
* These files have been repo-copied to dev/sound/* (making way for pcmpeter1999-11-2128-11278/+0
* Moved useracc() to top of sigreturn as to avoid panicpho1999-11-212-8/+8
* s/p_cred->pc_ucred/p_ucred/gphk1999-11-2117-20/+20
* Document new feature (support for write(2) when 1 hook attached).julian1999-11-212-0/+20
* Fixes from brian. With some changes from me.julian1999-11-213-43/+74
* If vfs_mountroot_try() isn't given a path to try mounting, return a silentmsmith1999-11-212-2/+2
* Tempt fate and stop index from converting a const char * into a char *.peter1999-11-214-22/+48
OpenPOWER on IntegriCloud