summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* document new ISP config optionsmjacob1999-11-213-6/+42
* Clean up stupidity in the isp_handle_other_response function- indexesmjacob1999-11-211-119/+169
* Add storage/access for a default WWN. A miscellaneous tweak or two.mjacob1999-11-211-3/+3
* Add a isp_getrqentry inline function (that is, find the next availablemjacob1999-11-211-0/+24
* Fix some includes for when we (eventually) get target mode working again.mjacob1999-11-211-54/+77
* Put *back* the f/w, this time with a BSD style licence as approvedmjacob1999-11-211-6/+25220
* Add in new Qlogic isp config options:mjacob1999-11-211-0/+7
* Fix dmasetup functions to have 16 bit queue indices. Get the chip revisionmjacob1999-11-212-56/+80
* Revert peter's commit to remove cdevsw_add() - it was a bit prematurejkh1999-11-211-0/+2
* s/Brige/Bridge/.kuriyama1999-11-212-8/+8
* Teach the md driver to use preloaded files of type "md_image".phk1999-11-201-68/+128
* Minor tweak: the subsystem device ID code for the quad port 62044 cardwpaul1999-11-204-4/+14
* A process should be able to examine itself.sef1999-11-202-4/+6
* changes for the new location of pcmcg1999-11-201-14/+14
* repo-copied to make way for newmidi, this commit updates include pathscg1999-11-2017-33/+33
* We do not have ffs_checkexp, so remove the prototypeeivind1999-11-201-2/+0
* Fix VOP_MKNOD for loss of WILLRELE. I don't know how I could have missedeivind1999-11-202-14/+2
* Allow NULL for startp and/or countp in bus_get_resource() so that you canpeter1999-11-204-8/+16
* Get rid of calls to vfinddev() by ripping out code for vnode typephk1999-11-201-26/+0
* Get rid of calls to vfinddev() by doing like specfs.phk1999-11-201-15/+7
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-2019-76/+68
* I forgot to remove the "NCARD == 0" hacks that kept this drivermdodd1999-11-202-8/+0
* Latest incremental efforts on newcard:imp1999-11-203-54/+90
* Kill unneeded #includes. They were left over from the short period ofimp1999-11-202-10/+0
* Kill unneeded includesimp1999-11-203-8/+0
* Vnode was left referenced in the case if ELF image is broken.bp1999-11-201-1/+3
* Conditionalise unwanted chattyness.jkh1999-11-191-1/+2
* Optimize two cases in the MP locking code. First, it is not necessarydillon1999-11-191-3/+2
* Use LIST_FOREACH to traverse the allproc list.phk1999-11-193-8/+7
OpenPOWER on IntegriCloud