summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-04-21better include the cvs_sendfile() req in the conditional statement soXavier Santolaria
2005-04-21add checks for files still physically present that should be removed;Xavier Santolaria
2005-04-21Correctly handle allocations of size 1 at an extent boundary; from NetBSD.Miod Vallat
2005-04-21Add a regression test for the extent subroutines; from NetBSD.Miod Vallat
2005-04-21Make the non-_KERNEL compilation usable again, in order to add a regress test.Miod Vallat
2005-04-21avoid looping on failed tty or /dev/console writes and just drop the messageDamien Miller
2005-04-21snprintf error handling, ok beck cloderTheo de Raadt
2005-04-21spelling typo in comment;Jason McIntyre
2005-04-21document bktr ioctls;Jason McIntyre
2005-04-21Move i2c open/close from callers into zaudio_standby. Fixes an error path.Christopher Pascoe
2005-04-21Catch failed hook_establish call immediately, rather than misbehaving andChristopher Pascoe
2005-04-21solbourne againMichael Shalayeff
2005-04-21If the SMM driver had enabled ownership change interrupts, re-enable themChristopher Pascoe
2005-04-21don't allocate a pty when -n flag (/dev/null stdin) is set, patch fromDamien Miller
2005-04-21- remove section on pf "quick" rules: this is not the place to describeJason McIntyre
2005-04-21attempt to describe "button" behaviour betterDavid Gwynne
2005-04-21kill SPD section: it is neither relevant nor helpful here;Jason McIntyre
2005-04-21fix the synopsis so it shows a functional config. ok uwe@David Gwynne
2005-04-21Preserve any configuration data that may have been set by SMM/BIOS overChristopher Pascoe
2005-04-21this is not the correct place to ref options(4);Jason McIntyre
2005-04-21add a section on testing the vpn is working;Jason McIntyre
2005-04-21Avoid the "tcsetattr: Interrupted system call" fatal error whenOtto Moerbeek
2005-04-21handle return value of snprintf correctlyHans-Joerg Hoexer
2005-04-21Relocate debugging printf so it describes the right thing.Christopher Pascoe
2005-04-21Fix inverted logic when testing for successful SMM handover.Christopher Pascoe
2005-04-21o if the mac address cannot be read, just fail and disestablish theFederico G. Schwindt
2005-04-21clean dmesg outputTheo de Raadt
2005-04-21OpenSSH doesn't ever look at the $HOME environment variable, so don't sayDamien Miller
2005-04-21avoid infinite recursion on redirects; From NetBSD but limit set to 10.Federico G. Schwindt
2005-04-21mention how to middle or right-click; ok dlg@Damien Miller
2005-04-21print out fpu ctx switches countMichael Shalayeff
2005-04-21count fpu lazy context switches; deraadt@ okMichael Shalayeff
2005-04-21* fix the tag command's synopsisJean-Francois Brousseau
2005-04-21list pgup, pgdown, home and endDavid Gwynne
2005-04-21provide pgup, pgdown, home and end by using fn with the arrow keys.David Gwynne
2005-04-21-bceTheo de Raadt
2005-04-21Rather than try to fix b2n_print and b2n_snprint, which are not used, sendChad Loder
2005-04-21Regen/sync.Kenneth R Westerback
2005-04-21no need to check for 0, it copes, spotted by beckTheo de Raadt
2005-04-21Regen/sync.Kenneth R Westerback
2005-04-21correct idion for snprintf failure handling; ok cloderTheo de Raadt
2005-04-21Add a couple more wskbd's to i386 and amd64 'ramdisk)' cases so kbd(8)Kenneth R Westerback
2005-04-21spacingTheo de Raadt
2005-04-21unused variable n; ok cloderTheo de Raadt
2005-04-21bail out early, skip snprintf, if buflen is 0; ok cloderTheo de Raadt
2005-04-21correct idiom for snprintf failure handling; ok beckTheo de Raadt
2005-04-21make code prettier so we can tell it is safe when we read it; ok beck cloderTheo de Raadt
2005-04-21vsnprintf careful handling of -1; ok beckTheo de Raadt
2005-04-21be more careful about snprintf return value; ok beck cloderTheo de Raadt
2005-04-20actually error out when we would overflow by using the return value fromBob Beck