Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-22 | flag constant values should be UL, spotted by deraadt@ | Otto Moerbeek | |
2008-03-22 | move statvfs.c to gen, since it is not a syscall; ok deraadt@ | Otto Moerbeek | |
2008-03-22 | overdue statvfs man page | Otto Moerbeek | |
2008-03-22 | Simplify cpu_switchto() such that it doesn't need to know the number of | Mark Kettenis | |
register windows provided by the hardware; this number is not readily available on sun4v. This removes the optimization that skips flushing register windows if a process exits. We can add that back later if it turns out to make a significant impact. | |||
2008-03-22 | Remove TRAPS_USE_IG code. | Mark Kettenis | |
2008-03-22 | Quick comment fixups. | Tobias Weingartner | |
ok deraadt@, kettenis@, brad@, marco@ | |||
2008-03-22 | Split out the code that sets the TSB registers and call it from | Mark Kettenis | |
pmap_bootstrap_cpu(). | |||
2008-03-22 | Use ASI_BLK_P instead of ASI_BLK_COMMIT_P when saving floating point | Mark Kettenis | |
registers. UltraSPARC T1 doesn't support ASI_BLK_COMMIT_P, and I can't see why this code needs commit force. | |||
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 | |
record modes. This makes possible to have blocks of the same duration if the play and record formats are different. The API change is backward compatible, so it shouldn't be noticed by current audio ports. ok jakemsr | |||
2008-03-22 | Switch to our initial stack after switching over to our own trap table. This | Mark Kettenis | |
removes the need to lock the stack (and cpuinfo) into the TLB on sun4v. | |||
2008-03-22 | Get rid of 3 extra leading spaces. ok deraadt@ | Matthieu Herrb | |
2008-03-22 | Mention that softreconfig is on by default. From Matthew Dempsky | Claudio Jeker | |
2008-03-22 | when setting the block size, use the scale factor only once in | Alexandre Ratchov | |
audiosetinfo(), so the block size don't get scaled twice. Also fix the formula used in audiosetinfo(). ok jakemsr | |||
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-22 | R.I.P. Arthur C. Clarke | Stuart Henderson | |
ok oga. | |||
2008-03-21 | Add defines for 1Gbps/2.5Gbps fiber interfaces. | Brad Smith | |
From FreeBSD | |||
2008-03-21 | Pass the MIIF_HAVEFIBER flag along to mii_attach() for MII based fiber | Brad Smith | |
adapters. Tested by brad@ and johan@ to ensure flow control is still working for copper adapters. | |||
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 | |
are already initialized in ac97.c, we dont need to set them here too. ok jakemsr | |||
2008-03-21 | USB Floppies are umass devices so we always use the default 63/255 | Kenneth R Westerback | |
geometry. But 63 * 255 > 2880 and the cylinder count becomes 0. So if we end up with a valid disksize but 0 cylinders, set heads = cylinders = 1 and sectors-per-track = disksize. | |||
2008-03-21 | add wireless drivers which need firmware; if someone upgrades the firmware | Theo de Raadt | |
may in fact be there already, so it is OK, same as i386 from espie | |||
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 | |
may in fact be there already, so it is OK from espie | |||
2008-03-21 | Do not attach vgafb if not the console device, since the PROM will not have | Miod Vallat | |
initialized the device in this case. | |||
2008-03-21 | regen | Miod Vallat | |
2008-03-21 | Add option WSKBD_NO_INTL_LAYOUTS to prevent inclusion of international | Miod Vallat | |
keyboard layouts, instead of having SMALL_KERNEL imply this on alpha. No functional change. ok deraadt@ | |||
2008-03-21 | Make ulimit able to get and set multiple limits in a single invocation | Todd C. Miller | |
like bash and zsh do. Requested by espie@, OK deraadt@ | |||
2008-03-21 | Reset startrow when opening multiple files. Spotted by matthieu@ | Pierre-Yves Ritschard | |
ok, kjell@, matthieu@ | |||
2008-03-21 | better handling of chunked encoding, further fixes after extensive testing | Reyk Floeter | |
2008-03-21 | Some additional changes to deal with the ICH8 and ICH9 chipsets. | Brad Smith | |
Some bits from FreeBSD Tested by Mike Belopuhov <mkb at crypt dot org dot ru>, Henry Precheur <henry at precheur dot org>, Alexander Hall <alexander at beard dot se>, Matthew L. Shobe <mshobe at gmail dot com> | |||
2008-03-20 | VLAN tag info must be inserted into all descriptors of a multi-descriptor | Brad Smith | |
packet transmission. From NetBSD Fixes PR 5655. Tested by Panagiotis Efstratiou <slasher at ee dot auth dot gr>, brad@ and sthen@ | |||
2008-03-20 | An overoptimization in r1.15 introduced an evil race, back it out. For some | Miod Vallat | |
reason this would have been blatant on sparc on motorola, one more proof mips is the ante${DEITY} yet fun to live with. | |||
2008-03-20 | we now have a higher count of kernel threads on many machines, so crank | Theo de Raadt | |
the base amount in NPROC to 30; ok miod | |||
2008-03-20 | handle the case that the Content-Length HTTP header may be 0 | Reyk Floeter | |
2008-03-20 | Introduce GET_CPUINFO_VA(), GET_CPCB() and GET_CURPROC() macros to get | Mark Kettenis | |
some important members of 'struct cpuinfo'. Preparation for sun4v. | |||
2008-03-20 | regen | Brad Smith | |
2008-03-20 | Add some NVIDIA MCP7B PCI IDs. | Brad Smith | |
From Peer Chen @ NVIDIA via LKML. ok sthen@ | |||
2008-03-20 | add the Silan vendor ID and some product IDs. | Brad Smith | |
From DragonFly ok sthen@ | |||
2008-03-20 | Add the PLX 8524 24 lane PCIe switch. | Brad Smith | |
ok sthen@ | |||
2008-03-20 | Rearrange some VIA entries so they're in numerical order by PCI id. | Brad Smith | |
ok sthen@ | |||
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 | |
connected Ethernet/VLAN interface. From NetBSD Tested by brad@ sthen@ ok canacar@ | |||
2008-03-20 | let maxusers go much higher | Theo de Raadt | |
2008-03-20 | Add single line descriptions for the -B and -c flags. | Todd C. Miller | |
2008-03-20 | tweak previous; | Jason McIntyre | |
2008-03-20 | Update usage in help file. | Todd C. Miller | |