Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-08-17 | regen | 2 | -5/+5 | ||
2010-08-17 | - TI doesn't mean Texas Intel | 1 | -2/+2 | ||
2010-08-17 | several fixes from netbsd: | 1 | -102/+135 | ||
Coverity CID 1660: Plug memory leaks. Coverity CID 2989: Use the error path to return. Coverity CID 3212: Don't return, goto out in all cases so that cleanup happens. ok otto@ | |||||
2010-08-17 | Make sure fast trap handlers correctly invoke soft interrupts by marking | 5 | -7/+19 | ||
them explicitely pending before triggering the softintr; I am ashamed I did not notice this when changing the soft interrupt code 18 months ago. Noticed by claudio@ and beck@ | |||||
2010-08-17 | MDEXT missed some files (result was they are not listed in the build-time | 13 | -29/+35 | ||
SHA256 file). Issue spotted by claudio. ok miod | |||||
2010-08-17 | Power management for PCI devices. For now just put everything in the D3 | 3 | -30/+79 | ||
(deepest sleep) state upon suspend, and restore power upon resume. ok deraadt@ | |||||
2010-08-16 | Restore initialization of apcicnaddr which got accidentally removed in revision | 1 | -1/+3 | ||
1.5, about 5 years ago. My bad. ok deraadt@ | |||||
2010-08-16 | Make sure we reserve enough room after the kernel image to avoid stomping | 2 | -14/+16 | ||
over the PROM page tables on sun4c; also crank the tape kernel generous size estimate to 4MB; crank version. ok deraadt@ | |||||
2010-08-16 | Netboot description tweaks; spotted by and help krw@ | 1 | -4/+8 | ||
2010-08-16 | djust miniroot disklabel for layout changes caused by fdisk partition | 1 | -2/+2 | ||
alignment changes. ok deraadt@ |