summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-17Better (maybe even comprehensible) message about volume header and bootOtto Moerbeek
2006-03-17rlog_strsplit() -> cvs_strsplit() and move it to util.c so it can be reusedXavier Santolaria
2006-03-17fix a few off-by-ones; from NetBSD; ok deraadt@Otto Moerbeek
2006-03-17Use ssize_t in appropriate places.Ray Lai
2006-03-17Remove unused variables len and i, change `end' to size_t type.Ray Lai
2006-03-17rev 1.77Brad Smith
2006-03-17In m_pulldown avoid a prepend to the next mbuf in the chain if the resultBrad Smith
2006-03-16- checkout_rev() can fail, in which case we want a non-zero exit code.Niall O'Higgins
2006-03-16Get rid of specific softc structure for pci host bridges, as it is neverMiod Vallat
2006-03-16Get rid of redundant check in tcasicmatch() - we will only request "tcasic"Miod Vallat
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