Age | Commit message (Expand) | Author |
2010-04-06 | sparc64 has no boot(8) page; from Daniel Dickman | Jason McIntyre |
2010-04-06 | se(4) now fits, for you sickos buying such strange hardware | Theo de Raadt |
2010-04-05 | Make this work properly after the cpu_info indexing change. | Mark Kettenis |
2010-04-05 | Fix indentation. | Mark Kettenis |
2010-04-05 | Be sure to preserve boot code load address and size information when | Miod Vallat |
2010-04-04 | Fix build after spc_scsi_cmd() prototype change. | Miod Vallat |
2010-04-04 | regen | Miod Vallat |
2010-04-04 | OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only the | Miod Vallat |
2010-04-04 | Fix bus_space_{read,write}_raw_region_# operation. | Miod Vallat |
2010-04-03 | Minor reliability fixes: | Miod Vallat |
2010-04-03 | se* cannot fit until I resize the media | Theo de Raadt |
2010-04-03 | add bnx; from brad | Theo de Raadt |
2010-04-02 | Put se(4) onto these ramdisks | Theo de Raadt |
2010-04-02 | SiS 190 ethernet driver ported from FreeBSD by Christopher Zimmermann | Theo de Raadt |
2010-04-02 | For the VT8251 host bridge, only attach the pci bus is non-zero, otherwise | Mark Kettenis |
2010-04-02 | fix an ugly construct | Theo de Raadt |
2010-04-02 | Clear the PG_PMAP_EXE flags whenever writable mappings are created. | Dale Rahn |
2010-04-02 | Remove parent/slave mode of rbus as nothing uses it. | Jonathan Gray |
2010-04-01 | Avoid null pointer dereference. Pointed out by Nick Hudson; variant on his | Mark Kettenis |
2010-04-01 | Don't index cpu_info by apic id, but by device unit number instead. Recent | Mark Kettenis |
2010-04-01 | Allow for multiple CPUs by moving to an array of cpu_info. | Joel Sing |
2010-03-31 | More carefully manage PG_PMAP_EXE bit and cache flushing on pmap_protect | Dale Rahn |
2010-03-31 | Make sure the boundaries of uvm_pglistalloc() calls are set up with low | Miod Vallat |
2010-03-31 | Add bnx firmware on installation media; this causes a media oflow, so | Miod Vallat |
2010-03-31 | if bthub defines are needed by conf.c, they must come from files.bluetooth | Theo de Raadt |
2010-03-31 | fix typo | Theo de Raadt |
2010-03-30 | Add missing bthub device entries on arches that support bluetooth. | Matthieu Herrb |
2010-03-30 | Prevent the apmd/x races for good. | Owain Ainsworth |
2010-03-30 | Since we use a direct mapping for the area where we save a process' floating | Mark Kettenis |
2010-03-30 | We will never condtionalize ficache on PTE_PROT(TLB_EXECUTE) because it | Theo de Raadt |
2010-03-29 | PMAP_CANFAIL for bus_dmamem_map on all other architectures (and some | Owain Ainsworth |
2010-03-28 | Fix user-after-free bug in pmap_remove(). Page table pages are freed as soon | Mark Kettenis |
2010-03-28 | Add envy(4), as found on Tezro; attaches, not tested yet because marco@ doesn't | Miod Vallat |
2010-03-28 | Correctly account devio usage, instead of relying upon unused devio registers | Miod Vallat |
2010-03-28 | Correctly report the R16010 version. | Miod Vallat |
2010-03-28 | Driver for microguru sensor microcontroller found on ABIT motherboards. | Theo de Raadt |
2010-03-28 | Allow a multiprocessor kernel to compile. | Joel Sing |
2010-03-28 | Properly initialize variable instead of just ORing in bits into random garbage. | Mark Kettenis |
2010-03-28 | Remove uninitialized nitems and use npss as $deity intended. | Marco Peereboom |
2010-03-27 | At tl==0 call datafault directly instead of going through winfault. It is | Mark Kettenis |
2010-03-27 | correct the documentation to distinguish cache line purges from | Theo de Raadt |
2010-03-27 | Fix fallout of the scsi_cmd() interface change. | Miod Vallat |
2010-03-27 | aria(4) is an audio driver, but hasn't been compatible with audio(9) | Jacob Meuser |
2010-03-27 | Fix the pageqlock recusion on sun4m. | Owain Ainsworth |
2010-03-27 | Add locking to trap and syscall handlers. | Joel Sing |
2010-03-27 | Similar fix to amd64 and i386 for isa bus_dma. | Owain Ainsworth |
2010-03-27 | in _bus_dmamem_map use PMAP_CANFAIL for mapping in the pages. | Owain Ainsworth |
2010-03-25 | Make the i386 and amd64 bus_dma functions for isa less stupid: | Owain Ainsworth |
2010-03-25 | architectures which expect to hand-count the number of cpus must clear | Theo de Raadt |
2010-03-25 | Add MP lock support for OpenBSD/hppa. | Joel Sing |