Age | Commit message (Expand) | Author |
2007-10-19 | Use HDL2CELL when passing an OpenFirmware handle in prom_start_cpu. Makes | Mark Kettenis |
2007-10-19 | remove old-school "cpu%d running" messages from default code paths | Theo de Raadt |
2007-10-19 | regen | Brad Smith |
2007-10-19 | add the Broadcom BCM4328 PCI id. | Brad Smith |
2007-10-18 | Correct tenths of a nanosecond cycle encodings for DDR2, | Jonathan Gray |
2007-10-18 | There is no point for IP addresses on pflog(4) | Marco Pfatschbacher |
2007-10-18 | Initio INIC-941 works as well; ok miod@ | Otto Moerbeek |
2007-10-18 | Don't try to send IPIs to CPUs that aren't running (yet). | Mark Kettenis |
2007-10-18 | avoid splassert, caused by the fact that iha_main() is called | Otto Moerbeek |
2007-10-18 | Correct possible spl problem in buffer cleaning daemon - the buffer cleaning | Bob Beck |
2007-10-18 | ignore fans with >= 0x0fff readings. According to the iic_dump(), it appears | Constantine A. Murenin |
2007-10-18 | Add support for the Moosehead PS/2 controller as found on SGI O2 workstations. | Joel Sing |
2007-10-18 | Make sure interrupts are really enabled at the beginning of proc_trampoline, | Miod Vallat |
2007-10-18 | enter for obj@ building, otherwise dribbles happen | Theo de Raadt |
2007-10-18 | Define a new attribute, pckbcslot, which pckbc and gsckbc provide, and to | Miod Vallat |
2007-10-18 | Check to see if the SPD EEPROM size looks sane (ie < 32K) | Jonathan Gray |
2007-10-18 | Add some first LEDs support. Tested on my cardbus Linksys WPC54G Ver 3. | Marcus Glocker |
2007-10-18 | scsi_done() must be splbio() protected... who did this work for??; ok dlg | Theo de Raadt |
2007-10-18 | Eliminate unnecessary resets when calling the SIOCSIFADDR ioctl. | Brad Smith |
2007-10-18 | No need to include <machine/pte.h> here. | Miod Vallat |
2007-10-18 | Get rid of the silly union for mips pte. No functional change except | Miod Vallat |
2007-10-18 | add missing $OpenBSD$; "of course" deraadt | Constantine A. Murenin |
2007-10-17 | Add the Intel ICH9 chipset. | Brad Smith |
2007-10-17 | Add the Intel ICH9 chipset. | Brad Smith |
2007-10-17 | Add the Intel ICH9 chipset. | Brad Smith |
2007-10-17 | miod says noone needs isa/isavar.h anymore, and i believe him | Theo de Raadt |
2007-10-17 | Use ldx (instead of ld) to load a pointer. | Mark Kettenis |
2007-10-17 | Let other people build sparc64 bsd.mp too. | Mark Kettenis |
2007-10-17 | MULTIPROCESSOR kernels need clock interrupts on secondary CPUs too, so don't | Mark Kettenis |
2007-10-17 | Spin up secondary CPUs on MULTIPROCESSOR kernels. Works on UltraSPARC-III | Mark Kettenis |
2007-10-17 | Do not clean up vers.c as it is not autogenerated anymore. | Hans-Joerg Hoexer |
2007-10-17 | Get proc_trampoline() ready for MULTIPROCESSOR. | Mark Kettenis |
2007-10-17 | Convert MALLOC/FREE to malloc/free. | Hans-Joerg Hoexer |
2007-10-17 | Sanitize debug printf. | Mark Kettenis |
2007-10-17 | Proper TLB flushing for MULTIPROCESSOR kernels. | Mark Kettenis |
2007-10-17 | use TAILQ_FOREACH() where applicable in nfs_timer(); | Thordur I. Bjornsson |
2007-10-17 | add probe for TI TMP401 (untested) | Theo de Raadt |
2007-10-17 | typo | Theo de Raadt |
2007-10-17 | clear the invalid flag for temperature sensors that are no longer invalid; ok... | Constantine A. Murenin |
2007-10-17 | cleanup dmesg | Theo de Raadt |
2007-10-17 | de-abstract and just use splbio() and splx() | Theo de Raadt |
2007-10-17 | more unification between amd64 and i386 (API changes, but we think | Theo de Raadt |
2007-10-17 | use ansi declarations and rename gdt to sc to avoid shadows and follow | Federico G. Schwindt |
2007-10-17 | use ansi declarations and rename gdt to sc to avoid shadows and follow | Federico G. Schwindt |
2007-10-17 | decl variables earlier; pointed out by fgsch | Theo de Raadt |
2007-10-17 | replacement for the pctr codebase that can handle amd64 processors as | Theo de Raadt |
2007-10-17 | some local variables can shadow to decrease kernel stack use, whee | Theo de Raadt |
2007-10-17 | use NULL to point to the response buffer, which avoids confusion; ok fgsch | Theo de Raadt |
2007-10-17 | - Remove a shadow declaration. | Federico G. Schwindt |
2007-10-16 | more remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt |