summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-16spacesTheo de Raadt
2006-03-16Fix for PR 4966: Only disregard bit 27 of MSR_EBL_CR_POWERON forDimitry Andric
2006-03-16Turn EXTENT_ALIGN into an inline function; shaves about 50 to 100 bytesMiod Vallat
2006-03-16Comment out tekram_sync_table and only degine {,dt_}scf_period[] forMiod Vallat
2006-03-16In sys_mincore(), pass a size in bytes, not pages, to uvm_vslock() andMiod Vallat
2006-03-16Move lmc_system_errors[] so that there is only one instance of it in theMiod Vallat
2006-03-16some clarifications on the AGP supportTheo de Raadt
2006-03-16Move the agpgart handling code to a separate file.Matthieu Herrb
2006-03-16Document the APGIOC_XXX ioctls and associated structures.Dimitry Andric
2006-03-16Fix bug that was uncovered by adding correct prototypes andMoritz Jodeit
2006-03-16first pass of cleanup of this mess; ok dhillTheo de Raadt
2006-03-16error message fix; respect -q too. Ok ray@.Xavier Santolaria
2006-03-16KNF. No binary change.Claudio Jeker
2006-03-16Consistency, one Lord of the Rings entry not marked "(LOTR)"Ryan Thomas McBride
2006-03-16Try to display errormessage even if remout == -1Bjorn Sandell
2006-03-16Switch tun(4) from encapsualting packets into a long mbuf chain over to useClaudio Jeker
2006-03-16typo.Alexandre Anriot
2006-03-16zap more unused variables.Xavier Santolaria
2006-03-16add missing {} so everything gets reached.Xavier Santolaria
2006-03-16kill two unused variables.Xavier Santolaria
2006-03-16ventical -> verticalMiod Vallat
2006-03-16Make ifstated handle config reloads after a parse error. Fixes PR5051Ryan Thomas McBride
2006-03-16Error out of ifstate.conf parsing instead of dumping core in operationRyan Thomas McBride
2006-03-16Kill useless arguments to libevent *_set() functions.Ryan Thomas McBride
2006-03-16Add RFC4419 (Diffie-Hellman group exchange KEX) to the list of SSH RFCsDamien Miller
2006-03-16Follow exit() with /* NOTREACHED*/ for lint.Ray Lai
2006-03-16Currently co(1) overwrites files that the current user doesn't haveRay Lai
2006-03-16Quiet, please.Ray Lai
2006-03-16Simplify rcs_statfile() by having it call rcs_choosefile().Ray Lai
2006-03-16remove useless powernow cruft from dmesg. we're interested in theDavid Gwynne
2006-03-16if the link is down with a card using a fibre interface then show aBrad Smith
2006-03-16dont leak memory when we fail to find any valid states.David Gwynne
2006-03-16display the possible speedstep values like we do on intel chips.David Gwynne
2006-03-16if the link is down then show a media status of none.Brad Smith
2006-03-16tidy up a bit.Brad Smith
2006-03-16clean up the od(1) usage form, it was ugly with a capital uTheo de Raadt
2006-03-16sortTheo de Raadt
2006-03-15Handle ^C correctly, morph it to escape key so the inputPeter Valchev
2006-03-15Still allow ddb.console and ddb.panic to be raised if securelevel <= 0;Miod Vallat
2006-03-15bits of my tree commited by Matthieu by mistake.Miod Vallat
2006-03-15add exp & sortOtto Moerbeek
2006-03-15Simple exp(3) and expf(3) regression test for +Inf and -InfOtto Moerbeek
2006-03-15use sysctl_int_lower() for the aperture variable. This lets root closeTheo de Raadt
2006-03-15- remove unused function cvs_putchar()Niall O'Higgins
2006-03-15- zap filename arg in rcsdiff_rev() since its not used.Niall O'Higgins
2006-03-15mention machdep.allowaperture can be loweredTheo de Raadt
2006-03-15use sysctl_int_lower() for the aperture variable. This lets root closeTheo de Raadt
2006-03-15use sysctl_int_lower (old code had the negative bug)Theo de Raadt
2006-03-15add sysctl_int_lower(). This can read, but can only write to a kernelTheo de Raadt
2006-03-15ask for log message when it's not specified, got broken in xsa's previousJoris Vink