summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-01-24Add a driver for keyboards on com (ns16550 clones) as found on the AXi, etc.Jason Wright
2002-01-24Fix a few typosArtur Grabowski
2002-01-24Remove the ms (mainly at zs) stuffJason Wright
2002-01-24prettyJason Wright
2002-01-24Don't need ms.h (or SUNKBD/SUNMS)Jason Wright
2002-01-24More cleaningJason Wright
2002-01-24Save the interrupt cookies and fix the printfs for failure.Jason Wright
2002-01-23copy*str() fixes for vax. Also includes some fixes from NetBSD PR #7838.Miod Vallat
2002-01-23recognize athlon model 6 and model 7; from netbsdMichael Shalayeff
2002-01-23disable pmtu for ipsec when the sysctl says so; bug report cjkim2000@yahoo.comNiels Provos
2002-01-23Convert to pool; based on changes NetBSDTodd C. Miller
2002-01-23fix a bug in az_find and make az_staet() more readable; from Vladimir Popov <...Michael Shalayeff
2002-01-23handle split input/output devices (from NetBSD)Jason Wright
2002-01-23copy*str() sanity fixes for sparc.Miod Vallat
2002-01-23compatability -> compatibility.Federico G. Schwindt
2002-01-23bktr may have radioMichael Shalayeff
2002-01-23allow attaching radio on bktr; from netbsd w/ fixes from Vladimir Popov <jumb...Michael Shalayeff
2002-01-23regenMichael Shalayeff
2002-01-23sb audigy w/ fw; from Maxim Tsyplakov <tm@oganer.net>Michael Shalayeff
2002-01-23move mb_map allocation to mbinit()Artur Grabowski
2002-01-23move definition of mb_map from zillions of machdep.c to uipc_mbuf.cArtur Grabowski
2002-01-23Back out part of last commit, it causes memory to be freed prematurelyTodd C. Miller
2002-01-23Add defn for MIPS reset register and use it.Jason Wright
2002-01-23Allocate rusage, pgrp, ucred and session with pool.Artur Grabowski
2002-01-23Use sparc64 fpu_extern.h not sparc.Jason Wright
2002-01-23Use the size of the cmd dmamap when syncing the scsi command, not data size.Per Fogelstrom
2002-01-23GC some malloc types.Artur Grabowski
2002-01-23oops, make the kgdb var's non-staticEric Jackson
2002-01-23declare a few var's extern for KGDBEric Jackson
2002-01-23allow this to compile with KGDBEric Jackson
2002-01-23add midi and sequencer devicesEric Jackson
2002-01-23enable spkr, isabeep devicesEric Jackson
2002-01-23move cdev_spkr_init() to conf.h for use by other arch'sEric Jackson
2002-01-23add support for AlphaPC 64.Eric Jackson
2002-01-23Kill PR_FREEHEADER, not used anymore and confusing.Artur Grabowski
2002-01-23minor cleanup I just happened to do when in this area.Artur Grabowski
2002-01-23It looks like there has been one crack smoking and a few cut and pastes.Artur Grabowski
2002-01-23we dont have getprogname()Eric Jackson
2002-01-23Pool deals fairly well with physical memory shortage, but it doesn't dealArtur Grabowski
2002-01-22call osf1_exec_ecoff_hook for osf1 bin'sEric Jackson
2002-01-22be realistic about what we supportEric Jackson
2002-01-22add fd to nam2blkEric Jackson
2002-01-22dup wi_pcmcia_attach(); from maurice@amaze.nlMichael Shalayeff
2002-01-21these are very old and out of date, new info is on the web nowEric Jackson
2002-01-21Argh, correctly handle the maxlen == 0 case.Miod Vallat
2002-01-21Always clear the destination string in copyinstr() on error, unless we faultedMiod Vallat
2002-01-21Always clear the destination string in copyinstr() on error, unless we faultedMiod Vallat
2002-01-21Mount points must fit in MNAMELEN, not MAXPATHLEN so use copyinstr()Todd C. Miller
2002-01-21syncNathan Binkert
2002-01-21Another pci->ohci chipNathan Binkert