summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-23Fix ovbcopy() operation when copying shorts backwards, similar to sparcMiod Vallat
2008-03-23Add AGP support for the Intel G33 chipset.Damien Bergamini
2008-03-23enable andl; ok deraadtConstantine A. Murenin
2008-03-23andl(4) manual page for Andigilog aSC7611Constantine A. Murenin
2008-03-23New andl(4) driver for Andigilog aSC7611 Hardware Monitor.Constantine A. Murenin
2008-03-23update sensor list; from Geoff SteckelTheo de Raadt
2008-03-23syncTheo de Raadt
2008-03-23Use fileno() instead of peeking into FILE *; Paul StoeberTheo de Raadt
2008-03-22No point in checking disklabel output for 'disk label corrupted' messageKenneth R Westerback
2008-03-22Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fdKenneth R Westerback
2008-03-22spaces found reading that diffTheo de Raadt
2008-03-22put in explicit suffix rules, they're needed anyways since $< is only usedMarc Espie
2008-03-22syncTheo de Raadt
2008-03-22Fix the freeing of two uninitialized strings. OK niallo@Todd C. Miller
2008-03-22Reintroduce the cputyp variable, and use it to distinguish between sun4u andMark Kettenis
2008-03-22- remove pre-uvm prototype of pmap_page_index()Jasper Lievisse Adriaanse
2008-03-22Nuke some unused magic.Tobias Weingartner
2008-03-22flag constant values should be UL, spotted by deraadt@Otto Moerbeek
2008-03-22move statvfs.c to gen, since it is not a syscall; ok deraadt@Otto Moerbeek
2008-03-22overdue statvfs man pageOtto Moerbeek
2008-03-22Simplify cpu_switchto() such that it doesn't need to know the number ofMark Kettenis
2008-03-22Remove TRAPS_USE_IG code.Mark Kettenis
2008-03-22Quick comment fixups.Tobias Weingartner
2008-03-22Split out the code that sets the TSB registers and call it fromMark Kettenis
2008-03-22Use ASI_BLK_P instead of ASI_BLK_COMMIT_P when saving floating pointMark Kettenis
2008-03-22remove unused fields from envy_softc structure, no functional changeAlexandre Ratchov
2008-03-22add audio(4) driver the ability to use different block sizes for play andAlexandre Ratchov
2008-03-22Switch to our initial stack after switching over to our own trap table. ThisMark Kettenis
2008-03-22Get rid of 3 extra leading spaces. ok deraadt@Matthieu Herrb
2008-03-22Mention that softreconfig is on by default. From Matthew DempskyClaudio Jeker
2008-03-22when setting the block size, use the scale factor only once inAlexandre Ratchov
2008-03-22Add a bunch of uslcom devices found in the Linux driver.Jonathan Gray
2008-03-22regenJonathan Gray
2008-03-22Add a bunch of uslcom devices found in the Linux driver.Jonathan Gray
2008-03-22R.I.P. Arthur C. ClarkeStuart Henderson
2008-03-21Add defines for 1Gbps/2.5Gbps fiber interfaces.Brad Smith
2008-03-21Pass the MIIF_HAVEFIBER flag along to mii_attach() for MII based fiberBrad Smith
2008-03-21Fix typo/pasto in commented out debug printf(). sc_dv -> sc_dev.Kenneth R Westerback
2008-03-21outputs.master.mute, inputs.dac.mute, record.volume.mute and record.sourceAlexandre Ratchov
2008-03-21USB Floppies are umass devices so we always use the default 63/255Kenneth R Westerback
2008-03-21add wireless drivers which need firmware; if someone upgrades the firmwareTheo de Raadt
2008-03-21SMALL_KERNEL, NO_PROPOLICE; from bradTheo de Raadt
2008-03-21crank maxusers on some architecturesTheo de Raadt
2008-03-21add wireless drivers which need firmware; if someone upgrades the firmwareTheo de Raadt
2008-03-21Do not attach vgafb if not the console device, since the PROM will not haveMiod Vallat
2008-03-21regenMiod Vallat
2008-03-21Add option WSKBD_NO_INTL_LAYOUTS to prevent inclusion of internationalMiod Vallat
2008-03-21Make ulimit able to get and set multiple limits in a single invocationTodd C. Miller
2008-03-21Reset startrow when opening multiple files. Spotted by matthieu@Pierre-Yves Ritschard
2008-03-21better handling of chunked encoding, further fixes after extensive testingReyk Floeter