summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-07-23prevent double free in some error conditions; from xs@kittenz.orgNiels Provos
2002-07-23Don't use a magic constantJason Wright
2002-07-23Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and otherDale Rahn
2002-07-23Turn READ/WRITE into function calls (driver was getting too bloated withJason Wright
2002-07-23Use the proper cardbus_conf_read() rather than pci (in a cardbus driver).Dale Rahn
2002-07-23only break in ddb if the kernel has been mappedMichael Shalayeff
2002-07-23print page protection w/ bits in dump_tableMichael Shalayeff
2002-07-23Now that sparc64 implements reverse splassert, it make senseArtur Grabowski
2002-07-23Fix yet another braino.Artur Grabowski
2002-07-23Please tell me what crack I've been smoking when I did that.Artur Grabowski
2002-07-23Define __HAVE_SPLASSERT on architectures that support splassert.Artur Grabowski
2002-07-23Define IPL_NONEArtur Grabowski
2002-07-23When handling an interrupt record the interrupt level we're handlingArtur Grabowski
2002-07-22uninitialized variable; pointed out by sam@errno.comJason Wright
2002-07-22add seqnr to message from kernel, userland needs to quote correct seqnr.Niels Provos
2002-07-21Map stack pages without VM_PROT_EXECUTE. Notice that right now thisArtur Grabowski
2002-07-21Flip on the LEDs on a 7811 when each of the rings is active (and turn themJason Wright
2002-07-21Support OS selectable halt action on the VAXstation 4000's.Hugh Graham
2002-07-21Deal with the fact that one of the 7811 revisions cannot correctly handleJason Wright
2002-07-21cleanup, mostly 'if 0'ed code removal.Dale Rahn
2002-07-21on itlb miss say type is VM_PROT_EXECUTE, per art@s suggestionMichael Shalayeff
2002-07-21Attempt to distinguish 4000 700A from 4000 705A. Results are so farHugh Graham
2002-07-21Vector 0x0 doesn't seem to be useful, so ignore it for now.Hugh Graham
2002-07-21- Deal with the fact that nsp2k's bridge can't deal with burst read/writeJason Wright
2002-07-21remove unsued variables.Artur Grabowski
2002-07-21two more missing systrace_lockJun-ichiro itojun Hagino
2002-07-21need systrace_lock/unlock around lockmgr lock operation. provos okJun-ichiro itojun Hagino
2002-07-20Remove unused variables.Artur Grabowski
2002-07-20remove unused extern decl (commented out). sync w/kameJun-ichiro itojun Hagino
2002-07-20unconfuse indentation.Artur Grabowski
2002-07-20typoArtur Grabowski
2002-07-20Only add a pmap_physseg if MD code defines __HAVE_PMAP_PHYSSEG.Artur Grabowski
2002-07-20duplicate define.Artur Grabowski
2002-07-20define __HAVE_PMAP_PHYSSEGArtur Grabowski
2002-07-20Always HWREF. Don't have it as an option because the slow-slow versionArtur Grabowski
2002-07-20Instead of copying out the signal trampoline on top of the stack, createArtur Grabowski
2002-07-20Add flags 0x00 to fdFederico G. Schwindt
2002-07-20If we call siop_intr manually, make sure it's protected by splbio.Artur Grabowski
2002-07-20comment clarification. niels okJun-ichiro itojun Hagino
2002-07-19a few more comments and debugs, other cosmetic stuffMichael Shalayeff
2002-07-19do not use broken tsc on geode and broken latch on ns geodes; testing by markus@Michael Shalayeff
2002-07-19Define an IPL_VM and mark IPL_IMP as "not to be used".Artur Grabowski
2002-07-19minor KNFJun-ichiro itojun Hagino
2002-07-19whitespaceJun-ichiro itojun Hagino
2002-07-19tabifyJun-ichiro itojun Hagino
2002-07-19give sparc64 the normal STACKGAPLEN (512), this allows systrace(4) to workJason Wright
2002-07-18regenMichael Shalayeff
2002-07-18emulex lp8000Michael Shalayeff
2002-07-18- Add support for both of the schizo iommu's(There is an iommu per pbm)Jason Wright
2002-07-18if such an occasion occures that hpmc_dump() returns -- just summon the globa...Michael Shalayeff