summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync with sys/isa/fd.c revision 1.168.nyan1999-11-182-40/+2
* Sync with sys/i386/conf/Makefile.i386 revision up to 1.163.nyan1999-11-182-10/+14
* Argh, don't turn the IIR test on unless it's a pccard. These tests messpeter1999-11-182-48/+40
* Hack: comment out the pull-in of src/sys/../share/mk/bsd.kern.mk aspeter1999-11-183-12/+18
* Fix an unused variable warning.peter1999-11-182-2/+0
* If we have found pci devices via pci_cfgopen(), but don't find apeter1999-11-186-0/+84
* remove PCATCH from a tsleep that isn't checked for (avoid infinite loop).alfred1999-11-181-1/+1
* Fix a warning (unused static declaration without MFS_ROOT)peter1999-11-181-0/+2
* Fix a warning.peter1999-11-182-0/+6
* Fix some -Wunused warningspeter1999-11-184-8/+0
* Fix some warnings.peter1999-11-181-2/+5
* Fix a warning.peter1999-11-182-6/+2
* Touch up the make_dev() usage to hopefully make it work and fix warnings.peter1999-11-181-5/+3
* Fix some warnings.peter1999-11-183-6/+6
* Fix a warning and a potential panic if TCPDEBUG is active. (tp ispeter1999-11-181-0/+2
* Fix a warning (unused variable RCSid)peter1999-11-181-1/+1
* Ensure that garbage from the kernel stack does not wind up beingdillon1999-11-183-0/+12
* Only bother converting the stat structure if we intend to return it,dillon1999-11-181-2/+3
* Zap nsiopeter1999-11-181-1/+0
* Sync to latest cardbusdevs fileimp1999-11-182-0/+175
* Merge some typo fixes from dev/sio/sio.c (siostop -> comstop)peter1999-11-182-94/+186
* Raw import of newconfig cardbus code. This is effectively an import,imp1999-11-187-0/+1093
* Initial import of cardbus bridge driver (cbb) from the latestimp1999-11-183-0/+2701
* Add modules for cardbus and the cardbus bridge driver. Files neededimp1999-11-182-0/+34
* Newcard's pccard module. It compiles, but doesn't work. This shouldimp1999-11-181-0/+20
* Remove the non-functional "swap device" userland front-end to thepeter1999-11-183-82/+14
* Hijack old, broken, obsolete, unsupported pcic module for the NEWCARDimp1999-11-181-2/+14
* Remove cdevsw_add() as the make_dev()'s are done in a clone-like fashion.peter1999-11-181-2/+0
* Remove cdevsw_add() - the make_dev() calls are already there.peter1999-11-182-16/+2
* Remove cdevsw_add() - the necessary make_dev() is already there.peter1999-11-181-1/+0
* Remove cdevsw_add() - the necessary make_dev() calls appear to be therepeter1999-11-181-1/+0
* Fix a warning.peter1999-11-181-1/+1
OpenPOWER on IntegriCloud