Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If you use sys/param.h, you don't need sys/types.h | 2017-09-08 | 1 | -2/+1 | |
| | |||||
* | Replace snprintf(foo, sizeof foo, "%s", ...) with strlcpy. ok deraadt@ krw@ | 2010-11-11 | 1 | -3/+2 | |
| | |||||
* | Print names we get from the prom within double quotes. | 2008-01-17 | 1 | -2/+2 | |
| | | | | ok marco@ | ||||
* | Remove some junk. | 2008-01-03 | 1 | -10/+2 | |
| | |||||
* | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | 2007-09-17 | 1 | -3/+2 | |
| | | | | | MALLOC/FREE, etc. Just adding M_ZERO to malloc() and deleting an immediately adjacent bzero(). | ||||
* | Add mmap for upa(4). Makes the X wsfb(4) driver actually work instead of | 2007-03-05 | 1 | -6/+40 | |
| | | | | | | crashing the machine on UltraSPARC-III machines with creator(4) framebuffers. ok jason@, tsi@ | ||||
* | nuke terms 3 & 4 | 2003-06-02 | 1 | -6/+1 | |
| | |||||
* | Add support for the Sun Enterprise 450 | 2003-02-17 | 1 | -33/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | Reduce the size of a GENERIC kernel by ~190k Remove the nasty pointer/bus_space_handle_t casts Adds debug bus_space code including the ability to trace bus operations (it actually works now). The following rules are now followed (and verfified by the debug code): 1. A "bus_space_handle_t" may only be used with the "bus_space_tag_t" that created it. 2. Only "bus_space_map()" may create "bus_space_handle_t"s. 3. A "bus_space_handle_t" may not be modified after it has been created (other than being destroyed by "bus_space_unmap()"). Thanks to help from mcbride, marc, jason, drahn, to anyone that might have slipped my mind at the moment. ok jason@, deraadt@ | ||||
* | remove call to debugger | 2002-06-11 | 1 | -2/+1 | |
| | |||||
* | UPA driver for the Blade1000 | 2002-06-11 | 1 | -0/+226 | |