Age | Commit message (Expand) | Author |
2009-08-25 | Add missing $OpenBSD$ tag. | Mark Kettenis |
2009-08-25 | Initialize flattened device tree support if a tree was passed by the firmware. | Mark Kettenis |
2009-08-25 | Save the (potential) address of the flattened device tree. Make sure we don't | Mark Kettenis |
2009-08-25 | Set up bus tag for mmio. Create extents corresponding to the bus tags and | Mark Kettenis |
2009-08-25 | Add parser for 'Flattened Device Tree' which was introduced in | Dariusz Swiderski |
2009-08-24 | Specify proper size for device softc. | Mark Kettenis |
2009-08-24 | Glue to deal with the retarded way the CF slots are wired up on the RB600. | Mark Kettenis |
2009-08-24 | Add missing ehci dependency. | Mark Kettenis |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-08-18 | Disable address translation. Necessary on the RB600 where the firmware starts | Mark Kettenis |
2009-08-17 | fix readdpmelabel() declaration since the definition was changed | Dariusz Swiderski |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-08-13 | wire vscsi up to a cdev | David Gwynne |
2009-08-13 | - set DV_IFNET, instead of DV_NULL | Jasper Lievisse Adriaanse |
2009-08-11 | Do not bother initializing bufpages in the md code if the computation is | Miod Vallat |
2009-08-11 | With the SysV memory allocation changes, allocsys() doesn't do anything | Miod Vallat |
2009-08-09 | Introduce option DDB_STRUCT. Kernels compiled with this option (except on | Miod Vallat |
2009-08-09 | No need to clean genassym{.,o} during `make clean', genassym.sh does this | Miod Vallat |
2009-08-09 | MCLGETI() will now allocate a mbuf header if it is not provided, thus | Theo de Raadt |
2009-08-09 | Rototill system V message queues. | Bret Lambert |
2009-08-02 | Dynamic buffer cache support - a re-commit of what was backed out | Bob Beck |
2009-07-30 | Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), only | Miod Vallat |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-06-19 | They're DPME partitions, not DPMI partitions. | Kenneth R Westerback |
2009-06-15 | Back out all the buffer cache changes I committed during c2k9. This reverts t... | Bob Beck |
2009-06-14 | Don't mess with the bounds in the lp if *partoffp is non-NULL, since this | Theo de Raadt |
2009-06-09 | backout interrupt diff until it the next round of fixes | Theo de Raadt |
2009-06-05 | Clamp the ending bound to the size of the disk. This makes disklabel -A | Theo de Raadt |
2009-06-04 | Recycle four ancient fields in the disklabel structure, replacing them with | Theo de Raadt |
2009-06-03 | add kern.bufcachepercent sysctl to allow adjusting the buffer cache | Bob Beck |
2009-06-02 | Somehow this change didn't get committed with the rest of the powepc interrupt | Dale Rahn |
2009-06-02 | Reintroduce the macppc interrupt subsystem rewrite. Several bugs have | Dale Rahn |
2009-05-31 | Add support for udl in socppc. ok @miod and @kettenis | Mats O Jansson |
2009-05-31 | Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with | Miod Vallat |
2009-05-21 | The only value that d_npartitions should have is MAXPARTITIONS. | Kenneth R Westerback |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-03-30 | bzero pci attach args | Mark Kettenis |
2009-03-07 | When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do not | Miod Vallat |
2009-02-22 | Replace bcmp in while loop with check of ac_multirangecnt. | Mark Kettenis |
2009-02-18 | - add and enable zyd(4) | Jasper Lievisse Adriaanse |
2009-02-17 | Declare cpu_model as an array instead of a pointer; makes sysctl hw.model | Mark Kettenis |
2009-02-17 | - increase the delays in tsec_mii_{read,write}reg() , makes my n1200 happier | Jasper Lievisse Adriaanse |
2009-02-17 | Remove debug printf. | Mark Kettenis |
2009-02-10 | remove run(4) from some RAMDISK | Damien Bergamini |
2009-02-10 | enable run(4) everywhere where ural(4) and rum(4) are enabled. | Damien Bergamini |
2009-01-31 | Rename loadpoint to loadaddr and add to usage(). | Alexander Yurchenko |
2009-01-30 | Set mbuf watermarks. | Mark Kettenis |
2009-01-30 | Deal with running out of receive buffers. | Mark Kettenis |
2009-01-30 | Properly clean out our rings when we down the interface. | Mark Kettenis |