Age | Commit message (Expand) | Author |
2010-04-15 | two missing splx in error path; ok drahn | Theo de Raadt |
2010-04-15 | Add some missing splx()'s (and missing simple_unlock() no-ops) in pmap error | Mark Kettenis |
2010-04-15 | Turn DIO_INHOLE() into a function, returning the next select code to probe at; | Miod Vallat |
2010-04-15 | Let sgc(4) attach on models 362 and 382 - recent documents uploaded to | Miod Vallat |
2010-04-15 | Match the interleaving scheme used on dual-PIMM capable IP35 systems (i.e. | Miod Vallat |
2010-04-15 | Print both the tx and the rx interrup vector numbers instead of the tx number | Mark Kettenis |
2010-04-15 | Allow multiple xbow to attach, to attach devices on multiple node systems. | Miod Vallat |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-04-11 | Make gcc4 happy. From NetBSD. Probably reported to me before by jsg@ or | Mark Kettenis |
2010-04-10 | Make this compile with gcc4. Cleanup some debug code while I'm there. | Mark Kettenis |
2010-04-10 | pmap_extract() does the equivalent of vtophys if pmap_kernel(), so instead of | Owain Ainsworth |
2010-04-10 | The statement c != '\0' != 0 doesn't make an awful lot of sense, so drop the | Mark Kettenis |
2010-04-09 | - add and enable pgs(4), a driver for the Programmers Switch found on | Jasper Lievisse Adriaanse |
2010-04-09 | Prevent an interrupt from causing recursion while holding the pmap hash lock, | Dale Rahn |
2010-04-09 | - don't use memset() where we should use bzero() | Jasper Lievisse Adriaanse |
2010-04-08 | Since we only start doing tlb shootdowns after setting the CPUF_RUNNING flag, | Mark Kettenis |
2010-04-08 | Fill in the bus_dma_sync for intagp to use clflush instead of wbinvd() | Owain Ainsworth |
2010-04-08 | On amd64, move the bus_dma buftype stuff that is only used by sg_dma | Owain Ainsworth |
2010-04-07 | Correctly initialize cursor attribute when this display is a console device; | Miod Vallat |
2010-04-07 | Make suspend/resume work on MP machines (running an MP kernel). Joint work | Mark Kettenis |
2010-04-06 | Split the device_register() code responsible for boot path recognition into | Miod Vallat |
2010-04-06 | Obtain struct sgi_device_location for the console input and output devices, | Miod Vallat |
2010-04-06 | Add more KL grovelling routines: one routine to enumerate on all nodes, | Miod Vallat |
2010-04-06 | Introduce struct sgi_device_location to carry enough information to uniquely | Miod Vallat |
2010-04-06 | Provide WIDGET_ID_FOO() macros to extract parts of the ID register value, | Miod Vallat |
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 |