Age | Commit message (Expand) | Author |
2005-12-01 | Get rid of PMAP_NULL and xx_ENTRY_NULL and simply use NULL when necessary. | Miod Vallat |
2005-12-01 | Do not depend on MAX_CPUS being 4. | Miod Vallat |
2005-12-01 | fix #endif crud | Theo de Raadt |
2005-12-01 | shrink code size by sharing some printf code, no change in how it works | Theo de Raadt |
2005-11-30 | format string mishandling | Theo de Raadt |
2005-11-30 | add a sensor type for drive status and hook esm up with it. | David Gwynne |
2005-11-30 | reorder slightly | David Gwynne |
2005-11-30 | determine the status of fan, volt, and temp sensors by reading the | David Gwynne |
2005-11-29 | backout miod's change because he did not compile libc. | Theo de Raadt |
2005-11-28 | correct attach() output | Theo de Raadt |
2005-11-28 | no need for printf; man page should describe functionality | Theo de Raadt |
2005-11-28 | Maintain an interrupt depth counter for CLKF_INTR to be correct. | Miod Vallat |
2005-11-28 | Switch to per-process AST flags and clean AST-related codepaths; speeds up | Miod Vallat |
2005-11-28 | spacing | Theo de Raadt |
2005-11-28 | Added dlg@ watchdog code for enabling ESM2 watchdog timer | Jordan Hargrave |
2005-11-28 | Remove older-than-gramps poor man's assym.h defines; .S files do not even need | Miod Vallat |
2005-11-28 | Leftovers from picatimes. | Miod Vallat |
2005-11-28 | Fixed Motherbobrd typo | Jordan Hargrave |
2005-11-28 | Added sysids for PowerVault/PowerApp ESM2 systems | Jordan Hargrave |
2005-11-28 | use atop(), remove last traces of Mach macros from hppa and hppa64 | Martin Reindl |
2005-11-28 | probe before match; ok jordan marco | Theo de Raadt |
2005-11-28 | another dangling semicolon from Matthias Bauer | Michael Shalayeff |
2005-11-28 | - consistently use x86_round_pdr() allowing us to remove the superfluous | Martin Reindl |
2005-11-27 | Hide a few things from _LOCORE. | Miod Vallat |
2005-11-27 | Get rid of the `len' locator for VME devices, since mappings have a page | Miod Vallat |
2005-11-27 | Nuke autoconf.h commons. | Miod Vallat |
2005-11-27 | ISOXXX/ISO-XXX -> ISO XXX | Jason McIntyre |
2005-11-27 | In the core of the idle loop, be sure to invoke spl0 more than once to | Miod Vallat |
2005-11-26 | Frequency scaling for IBM 970FX. | Mark Kettenis |
2005-11-26 | some cleanup from gordon | Ted Unangst |
2005-11-25 | Get rid of BROKEN_MMU_MASK, unnecessary now that bus_dmamap_sync() behaves | Miod Vallat |
2005-11-25 | Replace utterly wrong bus_dmamap_sync() with a much better version. | Miod Vallat |
2005-11-25 | Let the cache synchronization and invalidation functions report whether | Miod Vallat |
2005-11-25 | Prefer vaddr_t and paddr_t types, instead of void * and heavy casts. | Miod Vallat |
2005-11-25 | Need an explicit cast for atop() now. | Miod Vallat |
2005-11-25 | We don't have a va mapping in match() so don't bother trying to use badvaddr() | Miod Vallat |
2005-11-25 | explicitly cast caddr_t to vaddr_t | Michael Shalayeff |
2005-11-25 | Remove $ on access to cpuid_level: we want to get the value of the | Tom Cosgrove |
2005-11-25 | splimp -> splhigh in setroot()/rootconf(). | Brad Smith |
2005-11-24 | Prefer vaddr_t and paddr_t types in device softc, instead of void * and | Miod Vallat |
2005-11-24 | Peek at the correct location in badpaddr() - how could this go unnoticed before? | Miod Vallat |
2005-11-24 | Remove unnecessary cast in an atop() construct. | Miod Vallat |
2005-11-24 | enable esm | David Gwynne |
2005-11-24 | remove __GNUC_PREREQ__(2, 96) block because lint pukes; idea for solution fro... | Theo de Raadt |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto |
2005-11-24 | #if 0 doesnt belong here | David Gwynne |
2005-11-24 | repair indent that cvs has scrwed make it extra confusing | Michael Shalayeff |
2005-11-24 | print something out when we hit unsupported devices. hopefully we can | David Gwynne |
2005-11-24 | white space fixes | David Gwynne |