Age | Commit message (Expand) | Author |
2008-06-15 | Don't bypass partition bounds check for RAW_PART. We now guarantee that | Kenneth R Westerback |
2008-06-15 | Ensure that when using the ACPI tables the RVO field is initialized from the ... | Gordon Willem Klok |
2008-06-14 | Add amdmsr(4), a driver to access model specific registers on AMD CPUs. | Marc Balmer |
2008-06-14 | Mask the upper 56 bits of the rx ports when reading them, pckbd_input() will | Miod Vallat |
2008-06-14 | Correctly calculate wired_count of pages on i386. Now, pmap->pm_stats is only | Hans-Joerg Hoexer |
2008-06-14 | defininig NATIVE_EXEC_ELF is mandatory on ELF platforms. | Miod Vallat |
2008-06-14 | A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO) | Michael Knudsen |
2008-06-14 | Add cmp(4) here too. | Mark Kettenis |
2008-06-13 | Add some missing $OpenBSD$ tags. | Kenneth R Westerback |
2008-06-13 | Detect if Intel's Safer Mode Extensions (SMX) are present, | Jonathan Gray |
2008-06-12 | Add ral(4) at cardbus(4). | Mark Kettenis |
2008-06-12 | Add ep(4) at pcmcia(4). | Mark Kettenis |
2008-06-12 | Add xl(4) add cardbus(4). | Mark Kettenis |
2008-06-12 | Add re(4) add cardbus(4). | Mark Kettenis |
2008-06-12 | Add malo(4) at pcmcia(4). | Mark Kettenis |
2008-06-12 | enable uvideo(4) video(4) | Robert Nagy |
2008-06-12 | Enable /dev/video* for all USB capable archs. MAKEDEV bits will follow | Marcus Glocker |
2008-06-12 | theo says: enable, enable, enable uvideo(4) | Robert Nagy |
2008-06-12 | wdc(4) at pcmcia(4) | Mark Kettenis |
2008-06-12 | Enable com(4) at pcmcia(4). | Mark Kettenis |
2008-06-12 | Add dc(4) at cardbus(4). | Mark Kettenis |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-11 | When reading a GPIO pin, first determine if it is programmed for input | Marc Balmer |
2008-06-11 | Fix GART enabling by using segment end address instead of total | Tobias Weingartner |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |
2008-06-11 | actually unbreak RAMDISK. double plus minus cookie for me | Peter Hessler |
2008-06-11 | unbreak RAMDISK | Peter Hessler |
2008-06-11 | Synchronize the MTRR API with i386, and enable | Peter Hessler |
2008-06-11 | Match the Altera EBus found on the Tadpole SPARCLE. | Mark Kettenis |
2008-06-11 | Use the prom address to map clock(4) at ebus(4) if available. | Mark Kettenis |
2008-06-10 | Rename pmap_remove_all() to pmap_remove_page(). | Miod Vallat |
2008-06-10 | Fix buffer cache pending read statistics by ensuring we can identify | Bob Beck |
2008-06-10 | use the defines, not magic constants. ok kettenis@ | Dale Rahn |
2008-06-10 | Make get_npcus() walk the device tree to figure out the number of CPUs | Mark Kettenis |
2008-06-10 | Add /dev/video* for amd64. | Marcus Glocker |
2008-06-10 | All your memory belong to us. This has been in snaps for a while, | Tobias Weingartner |
2008-06-10 | Add cmp(4), a dummy driver to make attaching CMT cpus easier. | Mark Kettenis |
2008-06-09 | Remove fillw(). Bonus points if you do not remember what it was used for. | Miod Vallat |
2008-06-09 | Sparc64 MMUs have an address hole, too, and the pmap implementation we | Miod Vallat |
2008-06-09 | Create a real holp by using uvm_map() with UVM_FLAG_HOLE in pmap_remove_holes(). | Miod Vallat |
2008-06-09 | Don't use u_int to store a 64-bit address. Found with help from miod@. | Mark Kettenis |
2008-06-09 | Place manuals in the MD directories; from pierre.riteau@gmail | Theo de Raadt |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller |
2008-06-08 | Make sure to cnpollc(1)/cnpollc(0) around cngetc() or getsn() calls. | Miod Vallat |
2008-06-08 | Change boot() logic, to match what other platforms do and avoid duplicating | Miod Vallat |
2008-06-08 | alpha/conf/RAMDISK | Theo de Raadt |
2008-06-08 | Make serial console on non-primary ports work to on i386. | Mark Kettenis |
2008-06-08 | put the PCF_FREQ codes into the clock | Theo de Raadt |
2008-06-08 | Make UltraSPARC-IV work. | Mark Kettenis |
2008-06-07 | add a disabled com4 device for a Fujitsu Stylistic Touchscreen | Robert Nagy |