Age | Commit message (Expand) | Author |
2005-04-22 | test event priorities. | Brad Smith |
2005-04-22 | remove whitespace | Brad Smith |
2005-04-22 | update to libevent 1.0c; keep local changes | Brad Smith |
2005-04-22 | update to libevent 1.0c; keep local changes | Brad Smith |
2005-04-22 | Pass -Wall, complete prototypes, some KNF; no functional change. | Miod Vallat |
2005-04-22 | Do not trigger (valid) DIAGNOSTIC complaints with an incorrect test. | Miod Vallat |
2005-04-22 | Use REGRESS_TARGETS. | Miod Vallat |
2005-04-21 | remove (now obsolete) handling of IFT_PROPVIRTUAL/bridge*. tested by camield@ | Jun-ichiro itojun Hagino |
2005-04-21 | careful strlcpy and snprintf return handling; ok pedro beck | Theo de Raadt |
2005-04-21 | scan the next mode if nothing has been found. this is necessary if the | Reyk Floeter |
2005-04-21 | fix strlcpy abuse in pax - this commit turns potential overflows into | Bob Beck |
2005-04-21 | Create disk device before attempting to disklabel it. Don't keep a | Kenneth R Westerback |
2005-04-21 | install some forgotten man pages | Bjorn Sandell |
2005-04-21 | let the `cvs remove' command work with no file(s) specified as args; | Xavier Santolaria |
2005-04-21 | correct strlcpy abuse, and always check for NULL return from find_buffer | Bob Beck |
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 |