Age | Commit message (Expand) | Author |
2008-03-23 | Fix ovbcopy() operation when copying shorts backwards, similar to sparc | Miod Vallat |
2008-03-23 | Add AGP support for the Intel G33 chipset. | Damien Bergamini |
2008-03-23 | enable andl; ok deraadt | Constantine A. Murenin |
2008-03-23 | andl(4) manual page for Andigilog aSC7611 | Constantine A. Murenin |
2008-03-23 | New andl(4) driver for Andigilog aSC7611 Hardware Monitor. | Constantine A. Murenin |
2008-03-23 | update sensor list; from Geoff Steckel | Theo de Raadt |
2008-03-23 | sync | Theo de Raadt |
2008-03-23 | Use fileno() instead of peeking into FILE *; Paul Stoeber | Theo de Raadt |
2008-03-22 | No point in checking disklabel output for 'disk label corrupted' message | Kenneth R Westerback |
2008-03-22 | Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fd | Kenneth R Westerback |
2008-03-22 | spaces found reading that diff | Theo de Raadt |
2008-03-22 | put in explicit suffix rules, they're needed anyways since $< is only used | Marc Espie |
2008-03-22 | sync | Theo de Raadt |
2008-03-22 | Fix the freeing of two uninitialized strings. OK niallo@ | Todd C. Miller |
2008-03-22 | Reintroduce the cputyp variable, and use it to distinguish between sun4u and | Mark Kettenis |
2008-03-22 | - remove pre-uvm prototype of pmap_page_index() | Jasper Lievisse Adriaanse |
2008-03-22 | Nuke some unused magic. | Tobias Weingartner |
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 |
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 | 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 |
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 |
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 | Make ulimit able to get and set multiple limits in a single invocation | Todd C. Miller |
2008-03-21 | Reset startrow when opening multiple files. Spotted by matthieu@ | Pierre-Yves Ritschard |
2008-03-21 | better handling of chunked encoding, further fixes after extensive testing | Reyk Floeter |