aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix some -Wunused warningsPeter Wemm1999-11-184-8/+0
* Fix some warnings.Peter Wemm1999-11-181-2/+5
* Fix a warning.Peter Wemm1999-11-182-6/+2
* Touch up the make_dev() usage to hopefully make it work and fix warnings.Peter Wemm1999-11-181-5/+3
* Fix some warnings.Peter Wemm1999-11-183-6/+6
* Fix a warning and a potential panic if TCPDEBUG is active. (tp isPeter Wemm1999-11-181-0/+2
* Fix a warning (unused variable RCSid)Peter Wemm1999-11-181-1/+1
* Ensure that garbage from the kernel stack does not wind up beingMatthew Dillon1999-11-183-0/+12
* Only bother converting the stat structure if we intend to return it,Matthew Dillon1999-11-181-2/+3
* Zap nsioPeter Wemm1999-11-181-1/+0
* Sync to latest cardbusdevs fileWarner Losh1999-11-182-0/+175
* Merge some typo fixes from dev/sio/sio.c (siostop -> comstop)Peter Wemm1999-11-182-94/+186
* Raw import of newconfig cardbus code. This is effectively an import,Warner Losh1999-11-187-0/+1093
* Initial import of cardbus bridge driver (cbb) from the latestWarner Losh1999-11-183-0/+2701
* Add modules for cardbus and the cardbus bridge driver. Files neededWarner Losh1999-11-182-0/+34
* Newcard's pccard module. It compiles, but doesn't work. This shouldWarner Losh1999-11-181-0/+20
* Remove the non-functional "swap device" userland front-end to thePeter Wemm1999-11-183-82/+14
* Hijack old, broken, obsolete, unsupported pcic module for the NEWCARDWarner Losh1999-11-181-2/+14
* Remove cdevsw_add() as the make_dev()'s are done in a clone-like fashion.Peter Wemm1999-11-181-2/+0
* Remove cdevsw_add() - the make_dev() calls are already there.Peter Wemm1999-11-182-16/+2
* Remove cdevsw_add() - the necessary make_dev() is already there.Peter Wemm1999-11-181-1/+0
* Remove cdevsw_add() - the necessary make_dev() calls appear to be therePeter Wemm1999-11-181-1/+0
* Fix a warning.Peter Wemm1999-11-181-1/+1
* 'const'ify a bunch of pointers in the resource_*() functions for accessingPeter Wemm1999-11-182-22/+28
* Convert smb to use make_dev() rather than cdevsw_add(). This stops thePeter Wemm1999-11-181-1/+3
* Convert iic to use make_dev() rather than cdevsw_add(). This stops thePeter Wemm1999-11-181-1/+3
* Tidy up a few loose ends in the fifo setup code.Peter Wemm1999-11-182-40/+2
* For now, disable umodem module building, because it doesn't. Don'tBrian Feldman1999-11-181-1/+1
* Move Alpha conflicting entries (98,99) to 135,136. Renumber the zscPeter Wemm1999-11-182-4/+3
* fix up a whitespace screwup I made.Julian Elischer1999-11-181-2/+2
* o Remove #if XXX from around the probe code.Warner Losh1999-11-172-51/+43
* Change the name of the modules from <name>_mod to <name>Nick Hibma1999-11-178-12/+7
* Synchronisation with NetBSD as of 1999/11/16:Nick Hibma1999-11-1730-2159/+2901
* "b_unused1" was.Poul-Henning Kamp1999-11-172-6/+4
* Do timeouts in terms of hzPoul-Henning Kamp1999-11-171-1/+1
* Make proc/*/cmdline use the cached argv if available.Poul-Henning Kamp1999-11-172-42/+62
* The function `procfs_getattr()' in procfs doesn't set the value ofPoul-Henning Kamp1999-11-172-0/+4
* modfind(char *) -> modfind(const char *)Brian Somers1999-11-172-2/+2
* The logic for blackhole processing does not free mbufs if thePoul-Henning Kamp1999-11-171-0/+2
* When allocating a new PKTHDR mbuf, always set m->m_pkthdr.rcvif = NULL.Archie Cobbs1999-11-173-2/+4
* Fix a couple of boo-boos in the last delta.Matt Jacob1999-11-171-13/+15
* Add e_stats (p->p_stats, from struct user->u_stats) to eproc so it'sPeter Wemm1999-11-172-1/+4
* Make "-mpreferred-stack-boundary=2" the default on the i386.David E. O'Brien1999-11-171-0/+13
* Fix for 11815 (at mount time do a throwaway read of the front of theMatt Jacob1999-11-171-131/+321
* Get rid of some trailing commas in enumerated types that cause gcc toKenneth D. Merry1999-11-172-6/+6
* Convert the xpt, pass, pt and target drivers to use the newKenneth D. Merry1999-11-174-18/+27
* Remove -O from CFLAGSNick Hibma1999-11-177-7/+9
* Add option NETGRAPH_KSOCKET.Archie Cobbs1999-11-161-0/+1
* Add option NETGRAPH_KSOCKET.Archie Cobbs1999-11-164-0/+4
* Add reference to new netgraph node type "ksocket".Archie Cobbs1999-11-163-4/+6