Age | Commit message (Expand) | Author |
2008-01-20 | Add temperature sensor. | Mark Kettenis |
2008-01-19 | Simplify CLKF_INTR by making it look at the saved interrupt level, | Mark Kettenis |
2008-01-19 | When I say commented out, I should comment it out before comitting. | Mark Kettenis |
2008-01-19 | Add commented out entry for environ(4). | Mark Kettenis |
2008-01-19 | Make host bridges provide their own implementation of pci_conf_read() and | Mark Kettenis |
2008-01-18 | Print consoleness the canonical way. | Mark Kettenis |
2008-01-18 | Add environ(4). | Mark Kettenis |
2008-01-18 | First attempt to write a driver for the environment device found on | Mark Kettenis |
2008-01-17 | Print names we get from the prom within double quotes. | Mark Kettenis |
2008-01-16 | Simplify spilling register windows into the pcb by storing the stack pointer | Mark Kettenis |
2008-01-15 | Make sabtty(4) adopt the speed configured in OpenFirmware when it is the | Mark Kettenis |
2008-01-15 | Enable umbg(4). | Marc Balmer |
2008-01-12 | Don't steal a register window in ipi_save_fpstate; it could have bad | Mark Kettenis |
2008-01-10 | instead of showing { love }, fix the macro do use the do { ... } while (0) co... | Theo de Raadt |
2008-01-10 | Fix {} | Marco Peereboom |
2008-01-10 | Fix spello | Marco Peereboom |
2008-01-08 | Be uniform with console message from other devices | Theo de Raadt |
2008-01-08 | the rsc-console on the v880 operates at 115200, not the 9600 we think we | David Gwynne |
2008-01-06 | Add STICK_INT. | Mark Kettenis |
2008-01-04 | Prevent sign-extension when setting ASI in %tstate. | Mark Kettenis |
2008-01-03 | Fix debug code. | Mark Kettenis |
2008-01-03 | Add an explicit clobber to prevent gcc from reordering instructions around | Miod Vallat |
2008-01-03 | Remove redundant extenr declaration. | Mark Kettenis |
2008-01-03 | Don't depend on evil (struct psycho_pbm *) cast. | Mark Kettenis |
2008-01-03 | Remove some junk. | Mark Kettenis |
2008-01-03 | Make slowtrap check the real stack pointer instead of whatever is in %g6. | Mark Kettenis |
2008-01-01 | Implement an MP-safe rw_cas() based upon the casx instruction; ok kettenis@ | Miod Vallat |
2007-12-26 | Use the TSTATE_xxx constants instead of (PSTATE_xxx << TSTATE_PSTATE_SHIFT) | Miod Vallat |
2007-12-23 | In pmap_dumpmmu(), account for the fact that we use 4MB mappings for text and | Mark Kettenis |
2007-12-23 | Remove DMMU_MISS_2; it's identical to DMMU_MISS. | Mark Kettenis |
2007-12-22 | Replace _bus_dmamap_load() with an implementation based on | Mark Kettenis |
2007-12-21 | Don't use getpropstring to get the CPU model name; it's evil. Instead, rely on | Mark Kettenis |
2007-12-16 | Correctly count number of segments in _bus_dmamap_load(). Initialize ds_addr | Mark Kettenis |
2007-12-15 | move some iommu_dvmamap_validate_map()'s into DEBUG instead of DIAGNOSTIC, to | Theo de Raadt |
2007-12-14 | Remove a lot of symbols from the namespace, otherwise sys/sysctl.h and | Theo de Raadt |
2007-12-07 | unify a function name compared to other busses | Theo de Raadt |
2007-12-05 | use mutexes to protect the iommu's extent map and the streaming buffer, | Theo de Raadt |
2007-12-05 | Remove some 32-bit compatibility code in pseg_get(). | Mark Kettenis |
2007-11-30 | Define NORMAL_C_NOP everywhere. | Miod Vallat |
2007-11-28 | Garbage collect sparc_cas() and sparc_casx(). We have equivalent functions | Mark Kettenis |
2007-11-28 | Don't complain about removing wired pages; this is expected to happen with | Mark Kettenis |
2007-11-28 | Give UltraSPARC-IV CPUs a chance again to attach on GENERIC. | Mark Kettenis |
2007-11-28 | Use cas/casx instead of casa/casxa. | Mark Kettenis |
2007-11-27 | Like i386 and amd64 - make the __mp_lock not spin at splhigh. | Mark Kettenis |
2007-11-27 | intr_disable() returns an u_int64_t. | Mark Kettenis |
2007-11-26 | Move the implementation of __mp_lock (biglock) into machine dependent | Artur Grabowski |
2007-11-26 | few more dribbles of LIBKERN cleanup | Theo de Raadt |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-11-25 | Get rid of the kernel 'libcompat' framework, and instead use conf/files to | Theo de Raadt |
2007-11-25 | Give the CarBus side of CardBus-PCI bridges a bus number, since OpenFirmware | Mark Kettenis |