summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2002-07-18s/0/NULL in pointer comparisonJason Wright
2002-07-18make reserved pages for the pv_pool variable on physmem (should pool get prel...Michael Shalayeff
2002-07-18move kernel higher.Michael Shalayeff
2002-07-18make it compile by removing unused local varsMichael Shalayeff
2002-07-18Match compatible sab82532Jason Wright
2002-07-18another name, 'parallel'Jason Wright
2002-07-18another prom name, 'audio'Jason Wright
2002-07-17I don't know why this breaks things for me when sshd starts on sparc64.Artur Grabowski
2002-07-17when bailing out from attach, -- pretend to be nice and place a backslashanMichael Shalayeff
2002-07-17be consistant w/ NBPG vs PAGE_SIZEMichael Shalayeff
2002-07-17No newline in panic messagesMiod Vallat
2002-07-17Don't dereference freed memory.Artur Grabowski
2002-07-17Missing splx, and rearrange a bit.Jason Wright
2002-07-17DTIMEXP is not a fatal error, deal with it.Jason Wright
2002-07-16minor formatting.Artur Grabowski
2002-07-16Fix typo which prevents diagnostic test from working; enami@netbsd.orgTodd C. Miller
2002-07-16ack my employerJason Wright
2002-07-16Two fixes from sam@errno.com:Jason Wright
2002-07-16correct memset arguments; from Moritz Jodeit <moritz@jodeit.org> via PR/2822.Federico G. Schwindt
2002-07-16Add support for DES and 3DES singleton operationsJason Wright
2002-07-16- Add bus_dmamap_sync() in appropriate places for EAJason Wright
2002-07-16remove prototypes that now live in if_wivar.h.Federico G. Schwindt