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