summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update to reflect changed functionality.archie1999-11-192-44/+48
* Remove the address and control field compression functionality of thisarchie1999-11-192-34/+17
* Rename 'struct private' to 'struct ng_xxx_private' to allow gdbarchie1999-11-192-4/+4
* Reenable "umodem", as its build is not broken anymore.green1999-11-191-1/+1
* Cop on a bit and regenerate things correctly.brian1999-11-186-6/+6
* Add usbdevs and friends.n_hibma1999-11-184-0/+820
* Set port_used and mem_used to the resource size instead of 1.nyan1999-11-183-6/+6
* Change the clist reservation from 0 to buffer size.n_hibma1999-11-182-2/+2
* Missed a name change.n_hibma1999-11-181-1/+1
* Sync with sys/isa/sio.c revision up to 1.275.nyan1999-11-182-220/+320
OpenPOWER on IntegriCloud