Age | Commit message (Expand) | Author |
2008-05-01 | The built-in frame buffer in models 362 and 382 actually comes in different | Miod Vallat |
2008-05-01 | Don't forget to bus_space_unmap() after probing for a com chip. | Miod Vallat |
2008-05-01 | spl0() is not your friend, use splx() instead. | Miod Vallat |
2008-05-01 | Implement a nop IPI to signal other CPUs. | Mark Kettenis |
2008-04-30 | regen | Brad Smith |
2008-04-30 | Add the id for the Marvell 88E3016 10/100 PHY | Brad Smith |
2008-04-30 | regen | Brad Smith |
2008-04-30 | Add E1000 PCI ids for another ICH9 variant, ICH10's and 82574L. | Brad Smith |
2008-04-30 | * add xetcXX.tgz support to sysmerge and handle binary files | Antoine Jacoutot |
2008-04-30 | Spacing. | Mark Kettenis |
2008-04-30 | don't stop both play and record in envy_halt_input() ad envy_halt_output() | Alexandre Ratchov |
2008-04-30 | Fix typo in last commit. | Mark Kettenis |
2008-04-30 | Initialize randseed to 1. | Mark Kettenis |
2008-04-30 | add two missing prototypes. | Federico G. Schwindt |
2008-04-30 | fix serial console handling on amd64. currently only glass console ever | David Gwynne |
2008-04-30 | Correct MPLS output of route -n show. | Esben Norby |
2008-04-30 | default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by | Damien Miller |
2008-04-30 | Drop all MPLS packets when MPLS is not enabled. | Esben Norby |
2008-04-29 | Remove duplicate psignal(3) and sys_siglist definitions. signal.h | Kurt Miller |
2008-04-29 | Make sure sys_signame and sys_siglist are wrapped in __BEGIN_DECLS. | Mark Kettenis |
2008-04-29 | Attempt to locate an ELF header and symbol table directly after the kernel. | Joel Sing |
2008-04-29 | Change sis_chip_map() to use pci_find_device() as the original | Jonathan Gray |
2008-04-29 | garbage collect two unused fields in struct mm_master; ok markus@ | Otto Moerbeek |
2008-04-29 | sync | Theo de Raadt |
2008-04-29 | simplify a sentence; | Jason McIntyre |
2008-04-29 | enable km(4); ok deraadt | Constantine A. Murenin |
2008-04-29 | km(4) manual page | Constantine A. Murenin |
2008-04-29 | New km(4) driver for AMD Family 10h Processors (Phenom, Opteron Barcelona etc); | Constantine A. Murenin |
2008-04-29 | remove noise, (debug print). | Dale Rahn |
2008-04-29 | PIR is not defined to be a writable register, do not use it. | Dale Rahn |
2008-04-29 | Spin up secondary CPUs on more systems. | Dale Rahn |
2008-04-29 | spillstk and ddbstk need to be per cpu. Found by kettenis@ | Dale Rahn |
2008-04-28 | Convert IPL_TTY into IPL_SOFTTTY when establishing soft interruptsi, like we | Mark Kettenis |
2008-04-28 | Do not alter mode parameter in vesafb_set_mode(), since we might ask for a | Miod Vallat |
2008-04-28 | Rename IPL_SOFTSERIAL to IPL_SOFTTTY. Sprinkle some KNF while I'm there. | Mark Kettenis |
2008-04-28 | Rename IPL_SOFTSERIAL to IPL_SOFTTY and rename the associated symbols. | Mark Kettenis |
2008-04-28 | Teach sysctl about mpls. | Esben Norby |
2008-04-28 | It is now possible to enter static MPLS routes into the kernel. | Esben Norby |
2008-04-28 | Add the ATI SB700 and NVIDIA MCP7B chipsets. | Brad Smith |
2008-04-28 | Sync PCI ids. | Brad Smith |
2008-04-28 | regen | Brad Smith |
2008-04-28 | Add the VIA PT894 Northbridge PCI ids. | Brad Smith |
2008-04-28 | tweak previous; | Jason McIntyre |
2008-04-28 | regen | Brad Smith |
2008-04-28 | - Add another Transmeta Northbridge PCI id | Brad Smith |
2008-04-28 | regen | Brad Smith |
2008-04-28 | Add SiS 662 PCI id. | Brad Smith |
2008-04-28 | regen | Brad Smith |
2008-04-28 | Add Intel I/OAT PCI ids. | Brad Smith |
2008-04-28 | plug three leaks, one reported and fixed by Andreas Gunnarsson in PR 5802, | Otto Moerbeek |