summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-03-13Force a new search for an SA if the latched one is deleted.Angelos D. Keromytis
2001-03-12syncTheo de Raadt
2001-03-12insert maestro namesTheo de Raadt
2001-03-12This file isn't used anymore.Miod Vallat
2001-03-12Simplify vmapbuf by moving the vm_map_pmap computation off loop (inspiredMiod Vallat
2001-03-12Remove dead code related to soft interrupts.Miod Vallat
2001-03-12Remove dead code related to soft interrupts.Miod Vallat
2001-03-12/dev/ksyms support.Miod Vallat
2001-03-12/dev/ksyms support.Miod Vallat
2001-03-12/dev/ksyms support.Miod Vallat
2001-03-12Omega is now VAX_BTYP_1301. Also add an STYP for 4000 600.Hugh Graham
2001-03-12Initial code for UVM. not tested yet...Steve Murphree
2001-03-12syncAaron Campbell
2001-03-12Nvidia GeForce2 UltraAaron Campbell
2001-03-12syncAaron Campbell
2001-03-12Another TI FireWire host controller.Aaron Campbell
2001-03-12Add support for reading the MAC address from the APC CMOS RAM in theAaron Campbell
2001-03-12Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.Aaron Campbell
2001-03-12add nsphyterJason Wright
2001-03-12syncJason Wright
2001-03-12add i82562E[MT]Jason Wright
2001-03-11make those loops time-bound, space policeMichael Shalayeff
2001-03-11Remove debugging print from last commit.Dale Rahn
2001-03-11Code for devices that read/write to an IEEE 802.3u MII bus using theAaron Campbell
2001-03-10Support the DOZE low power mode on the appropriate processors.Dale Rahn
2001-03-10First support for 53c1010 chip. This enables support up to U2W forKenneth R Westerback
2001-03-09fix comment,Grigoriy Orlov
2001-03-09locking typo.Artur Grabowski
2001-03-09On alpha, we want to memory map. ok mjacob@Nathan Binkert
2001-03-09Remove random trailing whitespace.Artur Grabowski
2001-03-09missing twe_unlock for failed get_ccb() for i/o scsi cmd, which was impossibl...Michael Shalayeff
2001-03-09give some dadaical credits and disable debuggingMichael Shalayeff
2001-03-09Add Belgian keymap for wscons; addresses PR/1592 from TDeval@PrimeOBJ.COM.Aaron Campbell
2001-03-09regenArtur Grabowski
2001-03-09Add mlockall and munlockall (dummy for the old vm system).Artur Grabowski
2001-03-09Remove two unnecessary splx(). This was missed somewhere along the way, sinceAaron Campbell
2001-03-09More syncing to NetBSD.Artur Grabowski
2001-03-09enable in kernel configs at 42%Michael Shalayeff
2001-03-09seems to work; rush because of cvs's battery at 73% nowMichael Shalayeff
2001-03-09proper irq printout (like other busses)Michael Shalayeff
2001-03-09differentiate fifo overrun errorsMichael Shalayeff
2001-03-09kernel will compile with -Werror. Added intr.hSteve Murphree
2001-03-09Protect protypes, certain macros, and inlines from userland. Checked userlandsmart
2001-03-09PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they j...Theo de Raadt
2001-03-09Move nanosleep() proto to from sys/time.h to time.h where it belongs.Todd C. Miller
2001-03-08Include <machine/asm_macro.h>, reorder include files list.Miod Vallat
2001-03-08Define ff1() as a one-liner assembly inline, rather than a function inMiod Vallat
2001-03-08Forgot to add this file yesterday, as part of the new include files,Miod Vallat
2001-03-08Replace thread_wakeup() with wakeup(). It is defined in vm_extern.h as asmart
2001-03-08indentationArtur Grabowski