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