Age | Commit message (Expand) | Author |
2009-08-29 | Remove unused getdevunit(), only sparc and sparc64 have a need for it. | Miod Vallat |
2009-08-27 | Harmless sizeof ptr bug in ppc_check_procid(); ok drahn@ kettenis@ | Miod Vallat |
2009-08-25 | In bmac_init(), invoke bmac_transmit_packet() with the correct packet size | Miod Vallat |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
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-12 | Apple is hopelessly inconsistent with their firmware, so some machines have | Mark Kettenis |
2009-08-12 | Add support for the "Slots Power" sensor on the PowerMac9,1. | Mark Kettenis |
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-11 | The PowerMac9,1 has 4 sensors on its smu(4), so increase the maximum number. | Mark Kettenis |
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 | 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-07-21 | Change the rbus md_space_{map,unmap} signature to take a rbus_tag_t instead | Miod Vallat |
2009-06-24 | for the isp(4) driver, invert the meaning of the options which pull | Theo de Raadt |
2009-06-20 | 4.6-BETA | 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-13 | The bounds was not always being properly updated | Theo de Raadt |
2009-06-09 | Disable xlights for now, since the rapid periodic interrupts it generates | 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-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-06-02 | Reintroduce the macppc interrupt subsystem rewrite. Several bugs have | Dale Rahn |
2009-06-02 | A piece of an upcoming diff was on the same line, revert that portion | Dale Rahn |
2009-06-02 | add CRYPTO to macppc RAMDISK | Todd T. Fries |
2009-06-01 | no point in calling curcpu() when ci is already set. ok miod@ | Dale Rahn |
2009-06-01 | Enable zyd in more places now we know it is endian safe. | Jonathan Gray |
2009-05-31 | Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with | Miod Vallat |
2009-05-16 | Enable udl(4) by default for amd64, i386, and macppc. | Marcus Glocker |
2009-05-14 | udl(4) works on macppc, too. Disabled in GENERIC by default. | Marcus Glocker |
2009-05-03 | Get rid of pci_addr_fixup machinery; set up the appropriate extents and pass | Mark Kettenis |
2009-04-28 | put vlan support onto these media | Theo de Raadt |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2009-04-19 | Count number of cpus found (potentially not attached) and store that | Theo de Raadt |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-03-29 | bzero pci attach args | Mark Kettenis |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-03-08 | Add support for Geyser2 devices from NetBSD and fix some Geyser1 devices that | Robert Nagy |
2009-03-07 | When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do not | Miod Vallat |
2009-03-01 | Don't let an mmio area replace the frame buffer if they are the same size. | Mark Kettenis |
2009-02-26 | Add a two new ioctls to the apm(4) interface. | Owain Ainsworth |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |