summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* The at_exit and at_fork functions currently use a 'roll your own'phk1999-11-192-61/+54
* Revert previous commit now that 'acfcomp' has been removed fromarchie1999-11-191-1/+0
* Add a field archie forgot to merge in from out sources.julian1999-11-191-1/+2
* Optimize two cases in the MP locking code. First, it is not necessarydillon1999-11-199-125/+85
* Properly attribute interrupt time on alpha. Previously, interrupt timegallatin1999-11-193-5/+6
* Make the event creation workn_hibma1999-11-191-16/+26
* fix braino.. line misplaced.julian1999-11-193-3/+3
* Loose ad_sleep, its of no use anymore.sos1999-11-191-13/+0
* Rename es1370.c to es137x.c and merge in the patches to supportroger1999-11-192-34/+780
* Module name is cardbus, not pccard.imp1999-11-191-1/+1
* Use 'struct ng_xxx_private' instead of 'struct private' to help gdbarchie1999-11-191-2/+2
* Fix bug where hook pointers were not getting updated on disconnection.archie1999-11-192-8/+38
* Move misplaced #define.archie1999-11-191-1/+3
* Add some safety using KASSERT() and splnet().archie1999-11-191-12/+18
* Use KASSERT() instead of old #ifdef DIAGNOSTICS.archie1999-11-191-14/+22
* protect some more operations with splimp() under Netgraph.julian1999-11-196-18/+18
* Update references.archie1999-11-191-12/+16
* Miscellaneous edits.archie1999-11-192-42/+50
* Add reference to ng_pppoe(8).archie1999-11-192-0/+2
OpenPOWER on IntegriCloud