Age | Commit message (Expand) | Author |
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 |
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-02-08 | Move to 4.5-BETA | Miod Vallat |
2009-02-01 | Revert 1.28, rumoured to cause problems on some machines. | Miod Vallat |
2009-01-29 | Some of the latest macppc laptops with no adb subsystem at all, spontaneously | Miod Vallat |
2009-01-25 | Remove /dev/drum and related code. | Miod Vallat |
2009-01-22 | Make bus_mem_add_mapping() return ENOMEM if we fail to allocate kva instead | Mark Kettenis |
2009-01-20 | add softraid | Todd T. Fries |
2009-01-11 | Fix a sed bug in the makefile's depend target. | Paul Irofti |
2009-01-11 | Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n) | Bret Lambert |
2009-01-10 | Add support for the volume buttons and for the eject button found | Robert Nagy |
2009-01-06 | - add and enable ipgphy(4) everywhere there's a stge(4) entry. | Jasper Lievisse Adriaanse |
2008-12-21 | just attach cpu0, not cpu*, ok kettenis | Theo de Raadt |
2008-12-01 | terse is good, more readable; please commit deraadt@ | Todd T. Fries |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-26 | Enable Bluetooth (btd and btctl are not hooked into the build yet) | Uwe Stuehler |
2008-11-25 | Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started. | Kenneth R Westerback |
2008-11-24 | Import btsco(4) from NetBSD to work on it | Uwe Stuehler |
2008-11-22 | cpu_unidle for macppc | Artur Grabowski |
2008-11-21 | back out the new interrupt subsystem because some little bug still lurks in t... | Theo de Raadt |
2008-11-08 | Get rid of va-ppc.h. | Mark Kettenis |
2008-11-07 | different fix for pr5883 than proposed by the submitter, found when glancing | Todd T. Fries |
2008-11-06 | input and volume twiddles | Todd T. Fries |
2008-11-05 | return an error when trying to get stereo values from a mono | Jacob Meuser |
2008-11-05 | since mmclose() is only called once for the final close, | Matthieu Herrb |
2008-11-05 | * use uint8_t instead of int to hold the value of an 8-bit register. | Jacob Meuser |
2008-11-04 | missing setipl in the 'busy processing soft interrupts state' | Dale Rahn |