summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move to a uniform '\ooo' (VIS_OCTAL) encoding for special characters.jkoshy1999-01-181-2/+2
* Style police, inline ifs.billf1999-01-181-14/+12
* Only start vinum if vinum_slices variable is non-emptygrog1999-01-181-2/+2
* Add Portuguese keymaps.yokota1999-01-184-2/+262
* Correct Hungarian keymap file names.yokota1999-01-181-2/+4
* Fix some symbol keys, accented chars, and capslock state flags.yokota1999-01-181-11/+11
* revoke(2) is supported on regular files under current. Change wordingjkoshy1999-01-181-6/+5
* Use the correct type for uid and gid in struct passwd. Document it.des1999-01-182-4/+4
* Get rid of MT_RTABLE; multicast routing no longer uses it.fenner1999-01-181-2/+2
* Don't use ip_mrtproto to determine whether multicast routing is infenner1999-01-183-83/+32
* 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
* Install <sys/aio.h> as <aio.h>.dt1999-01-171-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
* Remove stray </a> html markers left in last commit.imp1999-01-171-4/+4
* Make old syscons work. (New syscons driver for PC98 is still underkato1999-01-172-4/+3
* enviornment -> environmentjseger1999-01-171-2/+2
* 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
* Back out the last commit; it broke things.markm1999-01-173-12/+12
* 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
* Add hooks for starting vinum at boot time. Set the variablegrog1999-01-172-2/+12
* Add a new option for pkg_add, -r.billf1999-01-172-5/+67
* More floppy size adjustments - I thought I'd already committed these, whoops!jkh1999-01-166-2/+12
* 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
OpenPOWER on IntegriCloud