summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-09-17Switch device register routine from last match to first match. FixesHugh Graham
2002-09-16Limit buffer cache size to 35% kvm, not 70.Artur Grabowski
2002-09-16give up on putting the sccs[] variable before the version[] string.Theo de Raadt
2002-09-16It's more convinient to spell convinient as ``convenient'', actually.Miod Vallat
2002-09-16Resync siop with NetBSD. Make strong effort to minimizeKenneth R Westerback
2002-09-16Sync (siop device changes).Kenneth R Westerback
2002-09-16Update siop devices to include 1010-66 (66Mhz PCI Ultra3 chip).Kenneth R Westerback
2002-09-15make it at least compile; parts from maurice@amaze.nlTheo de Raadt
2002-09-15Add a license from the author Timo Rossi <trossi@co.jyu.fi>Artur Grabowski
2002-09-15Make compile with -Werror (unused vars warnings)Niklas Hallqvist
2002-09-15Begone.Miod Vallat
2002-09-15Fix color choices to match wsemul_sun requirements.Miod Vallat
2002-09-15Add missing translations for End, Ins and f11-f12, indent the switch a bitFederico G. Schwindt
2002-09-15use mi strlcpy here as wellMichael Shalayeff
2002-09-15check for errors on tod pdc ops. say that bad time is before 82Michael Shalayeff
2002-09-15better alias checking, verified w/ the regressMichael Shalayeff
2002-09-15be more precise on what we save on traps. flush fpu regs in pcb since they ar...Michael Shalayeff
2002-09-15fix for an interrupt happening in the 2 insn window during a syscall, comment...Michael Shalayeff
2002-09-15kill dangling spacesMichael Shalayeff
2002-09-15backout prematureTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-09-15nice printingTheo de Raadt
2002-09-15pcmcia works somewhatTheo de Raadt
2002-09-14regenMichael Shalayeff
2002-09-14new intel i2o raids; requested by deraadt@Michael Shalayeff
2002-09-14recognize AppleKiwiTheo de Raadt
2002-09-14Various fixes and cleanups in the cy driver.Artur Grabowski
2002-09-14spacesTheo de Raadt
2002-09-14syncTheo de Raadt
2002-09-14new intel pci-pci bridgesTheo de Raadt
2002-09-13why was BOOT_CONFIG left out for so long?Theo de Raadt
2002-09-13allow inclusion from C++; ok deraadt@Christian Weisgerber
2002-09-13Paul Mackerras and the Australian National University have worked thingsTheo de Raadt
2002-09-12Support serial console on RAMDISK.Dale Rahn
2002-09-12Change the PMAP_PAGEIDLEZERO api to take the struct vm_page instead of the pa.Artur Grabowski
2002-09-12Change the PMAP_{MAP,UNMAP}_POOLPAGE api to take a vm_page as argumentArtur Grabowski
2002-09-12Fix max packet size check. Noticed by <j@pureftpd.org>. jjbg@ ok.Hakan Olsson
2002-09-12reset want_resched earlier, set curproc after we are done w/ switching, rearr...Michael Shalayeff
2002-09-12give a condition trap own treatment, per millicode; and, oh horror, swap retu...Michael Shalayeff
2002-09-12o break up wi_pci_attach() into device-specific parts for better readabilityTodd C. Miller
2002-09-12- Split out the hardware and software normalization versions of modexp...Jason Wright
2002-09-12configure "next" pointer correctly. from j@pureftpd.orgJun-ichiro itojun Hagino
2002-09-11kill annoying trailing spaces (in hope it fixes /0 for me)Michael Shalayeff
2002-09-11- On reset, disable hardware normalization for 582x and make sure the chip is...Jason Wright
2002-09-11Some early callers of pmap_growkernel call it before vm_page structuresArtur Grabowski
2002-09-11Include zstty.h, so that the NZSTTY check will be correct.Dale Rahn
2002-09-11When freeing the extent, include the page offset, not just the pageDale Rahn
2002-09-11correct argsize for ktrsyscallMichael Shalayeff
2002-09-11provide a convinient reset labelMichael Shalayeff