summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Get rid of MT_RTABLE; multicast routing no longer uses it.fenner1999-01-181-2/+2
* Use dynamic memory allocation instead of mbuf's for multicast routingfenner1999-01-182-103/+86
* Rename igmp's MALLOC; it doesn't have anything to do with multicast routing.fenner1999-01-181-3/+3
* If arpresolve() gets passed a route with a null llinfo, callfenner1999-01-181-2/+2
* Bring a bit closer to the normal form. (In particular, adddt1999-01-171-17/+20
* Replaced by /usr/bin/gensetdefs a few months ago.peter1999-01-173-403/+0
* Use the gensetdefs that is now in /usr/bin, it's a superset of thepeter1999-01-173-45/+27
* Missed a stray LKM #ifdefpeter1999-01-172-10/+16
* Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h.peter1999-01-174-19/+8
* Mountroot could concievably make sense to a KLD though, in the preloadpeter1999-01-172-12/+2
* Remove references to an LKM that isn't built any more.peter1999-01-172-6/+4
* Minor cleanup; no more references to LKM's.peter1999-01-173-11/+5
* Remove the LKM glue since the support (src/lkm) has been gone a while.peter1999-01-171-34/+1
* Remove LKM support, src/lkm that built it is gone and it never worked as anpeter1999-01-171-35/+1
* Clean up the KLD/LKM goop a bit.peter1999-01-177-188/+56
* "fix" long standing aicasm build glitch. The problem was thepeter1999-01-172-4/+4
* Add LKM option so that the remaining code (hopefully) doesn't go stale.peter1999-01-173-3/+21
* Add the lkm modulepeter1999-01-171-2/+2
* World, please meet the kld module called "lkm". If you have an a.outpeter1999-01-171-0/+12
* LKM kernel support becomes optional on "options LKM". (Bear in mindpeter1999-01-172-2/+5
* - Move lkmnosys() to kern_syscall.cpeter1999-01-171-145/+43
* Move lkmnosys() from kern_lkm.c to here.peter1999-01-171-1/+13
* Try and clean up the multiple formal loading support a bit, based onpeter1999-01-171-10/+21
* Fix cut & paste mind-o: the entry for the xl driver should say ethernet,wpaul1999-01-171-3/+3
* Make old syscons work. (New syscons driver for PC98 is still underkato1999-01-172-4/+3
* Retrun EAGAIN if the current video mode is a graphics mode.yokota1999-01-176-12/+12
* - Examine the error code from the screen saver and act accordingly.yokota1999-01-171-18/+28
* Don't forget copying video mode flags to the adapter info. block whenyokota1999-01-171-1/+2
* Sync with sys/i386/isa/wd.c revision 1.186.kato1999-01-171-3/+5
* Removed the #defines of interrupt handlers to NULL. This hack was forbde1999-01-171-60/+1
* Pass the unit number to the DMA cookie lookup routine and use itbde1999-01-173-10/+13
* Fixed a 2-bit error in initializing MWDMA mode for VIA chipsets.bde1999-01-171-3/+2
* Small cosmetic tweak: in rl_rxeof(), use the constant RX_CMD_EMPTY_RXBUFwpaul1999-01-161-3/+3
* Remove the code that manually pads frames to at least 60 bytes;wpaul1999-01-162-13/+3
* Fixed a 1-bit error in initializing UDMA mode for VIA chipsets.bde1999-01-161-2/+2
* Sascha Blank <blank@uni-trier.de> convinced me I was anmjacob1999-01-161-20/+22
* A few small improvements to the bus code:dfr1999-01-162-5/+85
* Add kern_syscalls.cdfr1999-01-161-0/+1
* There are two models of AMD K6-2 Model 8 (c.f. AMD's document), so thekato1999-01-164-54/+56
* Revise sio entries to synchronize with current driver.kato1999-01-162-6/+54
* Fix palette save/load functions.yokota1999-01-161-21/+41
* Sync with sys/i386/isa/wd.c revision up to 1.185.kato1999-01-161-29/+14
* Sync with sys/i386/isa/sio.c revision up to 1.223.kato1999-01-162-4/+10
* Sync with sys/i386/isa/npx.c revision 1.65.kato1999-01-161-12/+1
* Sync with sys/i386/isa/fd.c revision 1.131.kato1999-01-162-12/+26
* Sync with sys/i386/i386/machdep.c revision up to 1.125.kato1999-01-161-3/+16
* Sync with sys/i386/i386/machdep.c revision up to 1.322.kato1999-01-162-2/+16
* Sync with sys/i386/conf/majors.i386 revision up to 1.64.kato1999-01-161-2/+4
* Move the definition of set_origin from logo_saver.c to saver.h.des1999-01-163-7/+5
* Stability fixes:wpaul1999-01-162-24/+47
OpenPOWER on IntegriCloud