Age | Commit message (Expand) | Author |
2008-03-22 | Simplify cpu_switchto() such that it doesn't need to know the number of | Mark Kettenis |
2008-03-22 | Remove TRAPS_USE_IG code. | Mark Kettenis |
2008-03-22 | Quick comment fixups. | Tobias Weingartner |
2008-03-22 | Split out the code that sets the TSB registers and call it from | Mark Kettenis |
2008-03-22 | Use ASI_BLK_P instead of ASI_BLK_COMMIT_P when saving floating point | Mark Kettenis |
2008-03-22 | remove unused fields from envy_softc structure, no functional change | Alexandre Ratchov |
2008-03-22 | add audio(4) driver the ability to use different block sizes for play and | Alexandre Ratchov |
2008-03-22 | Switch to our initial stack after switching over to our own trap table. This | Mark Kettenis |
2008-03-22 | when setting the block size, use the scale factor only once in | Alexandre Ratchov |
2008-03-22 | Add a bunch of uslcom devices found in the Linux driver. | Jonathan Gray |
2008-03-22 | regen | Jonathan Gray |
2008-03-22 | Add a bunch of uslcom devices found in the Linux driver. | Jonathan Gray |
2008-03-21 | Add defines for 1Gbps/2.5Gbps fiber interfaces. | Brad Smith |
2008-03-21 | Pass the MIIF_HAVEFIBER flag along to mii_attach() for MII based fiber | Brad Smith |
2008-03-21 | Fix typo/pasto in commented out debug printf(). sc_dv -> sc_dev. | Kenneth R Westerback |
2008-03-21 | outputs.master.mute, inputs.dac.mute, record.volume.mute and record.source | Alexandre Ratchov |
2008-03-21 | USB Floppies are umass devices so we always use the default 63/255 | Kenneth R Westerback |
2008-03-21 | add wireless drivers which need firmware; if someone upgrades the firmware | Theo de Raadt |
2008-03-21 | SMALL_KERNEL, NO_PROPOLICE; from brad | Theo de Raadt |
2008-03-21 | crank maxusers on some architectures | Theo de Raadt |
2008-03-21 | add wireless drivers which need firmware; if someone upgrades the firmware | Theo de Raadt |
2008-03-21 | Do not attach vgafb if not the console device, since the PROM will not have | Miod Vallat |
2008-03-21 | regen | Miod Vallat |
2008-03-21 | Add option WSKBD_NO_INTL_LAYOUTS to prevent inclusion of international | Miod Vallat |
2008-03-21 | Some additional changes to deal with the ICH8 and ICH9 chipsets. | Brad Smith |
2008-03-20 | VLAN tag info must be inserted into all descriptors of a multi-descriptor | Brad Smith |
2008-03-20 | An overoptimization in r1.15 introduced an evil race, back it out. For some | Miod Vallat |
2008-03-20 | we now have a higher count of kernel threads on many machines, so crank | Theo de Raadt |
2008-03-20 | Introduce GET_CPUINFO_VA(), GET_CPCB() and GET_CURPROC() macros to get | Mark Kettenis |
2008-03-20 | regen | Brad Smith |
2008-03-20 | Add some NVIDIA MCP7B PCI IDs. | Brad Smith |
2008-03-20 | add the Silan vendor ID and some product IDs. | Brad Smith |
2008-03-20 | Add the PLX 8524 24 lane PCIe switch. | Brad Smith |
2008-03-20 | Rearrange some VIA entries so they're in numerical order by PCI id. | Brad Smith |
2008-03-20 | Fix whitespace. | Mark Kettenis |
2008-03-20 | Adapt maximum MTU permitted on pppoe(4) interfaces to the MTU of the | Brad Smith |
2008-03-20 | let maxusers go much higher | Theo de Raadt |
2008-03-20 | Bring isa/fd.c into line with sparc/sparc64 fd code and prepare all | Kenneth R Westerback |
2008-03-19 | enable fins(4) | Theo de Raadt |
2008-03-19 | Establish per-cpu locked mappings for `struct cpuinfo' through the PROM as | Mark Kettenis |
2008-03-19 | add probe for Andigilog aSC7611; discussed with deraadt | Constantine A. Murenin |
2008-03-19 | Use PROM calls to enter locked kernel text and data mappings into the TLB. | Mark Kettenis |
2008-03-19 | Add prom_itlb_load() and prom_dtlb_load(). | Mark Kettenis |
2008-03-19 | Driver for Fintek F71805F LPC sensor based on lm78 driver code; | Theo de Raadt |
2008-03-19 | Make sure we pass the right argument to isp_wdog() when setting timeouts. | Mark Kettenis |
2008-03-19 | label all interfaces we netboot from in group "netboot", in a MI fashion | Theo de Raadt |
2008-03-18 | Don't use ph after the m_pulldown() calls because the mbuf chain could be | Claudio Jeker |
2008-03-18 | Don't use MBUFLOCK() for ifqueue protection use the correct splnet() dance | Claudio Jeker |
2008-03-18 | Get rid of some dead wood. | Mark Kettenis |
2008-03-18 | Clear PSL_D when entering signal handlers; pointed out by dfly people; | Mark Kettenis |