Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-01 | lm75 scoring should not show up in verbose | Theo de Raadt | |
2006-11-01 | -.Xr sh 1 , | Jason McIntyre | |
2006-11-01 | some minor adjustments to the options list; | Jason McIntyre | |
2006-11-01 | +.Ex -std ps | Jason McIntyre | |
2006-11-01 | Stop the running timer in case a neighbor is deleted. This fixes a crash | Claudio Jeker | |
found by Martin Boehme. ok michele@ | |||
2006-11-01 | German LK-[24]01 keyboard layout; | Miod Vallat | |
contributed by Sigi Rudzio (sigirudzio ; gmail . com) | |||
2006-11-01 | - no need for double markup | Jason McIntyre | |
- prefer .Sq for single letters | |||
2006-11-01 | give FILES a bit of space; | Jason McIntyre | |
2006-11-01 | note that -L may not be specified with other options; | Jason McIntyre | |
2006-11-01 | simplify synopsis and sync usage(); | Jason McIntyre | |
2006-11-01 | tweaks; | Jason McIntyre | |
2006-11-01 | Use correct error message as return value. OK dlg@ | Claudio Jeker | |
2006-11-01 | Fix copy pasto, use SIGCHLD for the sigchild handler not SIGINT twice. | Claudio Jeker | |
Spotted by janus <at> errornet.de | |||
2006-11-01 | be more directive, assume people really want binary packages, and will | Marc Espie | |
resort to ports as a last resort. Also, unconfuse the part about sudo and make install. | |||
2006-11-01 | sync usage(); ok mcbride | Jason McIntyre | |
2006-11-01 | dont walk the device list looking for our scsibus, it is stashed when we | David Gwynne | |
attach it. | |||
2006-11-01 | whitespace fixes | David Gwynne | |
2006-11-01 | abort bulk-in and bulk-out pipes in zyd_stop() before freeing the | Damien Bergamini | |
Rx/Tx xfer lists. | |||
2006-11-01 | fix firmware fatal errors on re-associations. | Damien Bergamini | |
reported and tested by Marc Winiger and dhartmei@ | |||
2006-11-01 | fix the tx path so it can use more than one scatter gather entry when | David Gwynne | |
sending the packet. this makes it less likely that we'll have to repack fragmented packets for transmission. | |||
2006-11-01 | tidy up the quick reference section; | Jason McIntyre | |
2006-11-01 | tweaks; | Jason McIntyre | |
2006-11-01 | tweaks; | Jason McIntyre | |
2006-11-01 | Sort flags and commands. | Ray Lai | |
Use correct capitalization and punctuation in flag descriptions. Mark up -n flag in description. Help and OK jmc@. | |||
2006-11-01 | regen | Jolan Luff | |
2006-11-01 | BWCT serial | Jolan Luff | |
2006-11-01 | sync | Theo de Raadt | |
2006-11-01 | amd 8111 has an ethernet, but we have never seen anyone use it yet | Theo de Raadt | |
2006-11-01 | Don't overwrite line[strlen(line) - 1] when line is zero-length. | Ray Lai | |
Initial patch by Charles Longeau <chl at tuxfamily dot org>. OK kjell@. | |||
2006-11-01 | Fix range checking for in.dbsz and out.dbsz. | Ray Lai | |
Add range checking for cbsz. Change type in format string to %zd and cast SSIZE_MAX to ssize_t. Fixes PR 5278 submitted by malaler at gmail dot com. OK otto@ and millert@. | |||
2006-11-01 | let the tx completion path clean up by recording which mbuf we're | David Gwynne | |
sending in the tx forward path. gotta love one line fixes... committed over vic | |||
2006-11-01 | vmware frames are slightly short, but that is ok. done with clues from | David Gwynne | |
brad@ | |||
2006-11-01 | fix the barriers in setlladdr. | David Gwynne | |
2006-11-01 | Don't recures ALL the time. | Ryan Thomas McBride | |
2006-11-01 | poll errors should be POLLERR, not some random E value | Ted Unangst | |
from alexandre ratchov. ok claudio | |||
2006-11-01 | Adjust existing ikedel tests for aggressive mode support (we now | Ryan Thomas McBride | |
delete both mainmode and aggressive mode phase 1 transforms) | |||
2006-11-01 | KNF unrelated to previous commit. | Ryan Thomas McBride | |
2006-11-01 | Add support for aggressive mode (from the k2k6 IPsec hackathon). | Ryan Thomas McBride | |
ok hshoexer | |||
2006-11-01 | sync | Theo de Raadt | |
2006-11-01 | Document recursive printing of anchors via -a '*' or -a 'anchor/*'. | Ryan Thomas McBride | |
2006-11-01 | move the declaration of nfsstats from nfs_bio.c to | Thordur I. Bjornsson | |
nfs_subs.c so it gets pulled in for NFSSERVER only kernels. ok deraadt@,krw@ | |||
2006-11-01 | remove redundant null check, ok ryan | Henning Brauer | |
2006-10-31 | Allow a user to recursively print anchors including those without | Ryan Thomas McBride | |
reserved names, if a trailing * is specified in the anchor name. e.g. recursively print the main ruleset: pfctl -a '*' -sr Recursively print the spam anchor: pfctl -a 'spam*' pfctl -a 'spam/*' Also fix a bug which prevented the contents of inline anchors with explicit names from being loaded into the kernel. ok henning@ | |||
2006-10-31 | create a temporary neighbor instead of a permanent one when a request is ↵ | Michele Marchetto | |
received | |||
2006-10-31 | Do not map obio mappings twice. | Miod Vallat | |
2006-10-31 | - Rename a variable to clarify meaning of index. | Brad Smith | |
- Rename RL_[TR]X_DESC_INC() macro to RL_NEXT_[TR]X_DESC() and change them to return rvalues to avoid possible side effects. - Also define RL_NEXT_TXQ() for rl_txq index and use it as well. From tsutsui@NetBSD | |||
2006-10-31 | slightly improve consustency and readability, no functional change | Henning Brauer | |
2006-10-31 | in pfsync_update_tdb, when there is no pfsync interface, we must return | Henning Brauer | |
without trying to free the (in that case nonexistant) tdb mbuf found out the hard way by pedro | |||
2006-10-31 | fill november and december; now every date has an event. | Jasper Lievisse Adriaanse | |
ok mickey | |||
2006-10-31 | Remove -h flag and simplify usage output to one line, like most | Ray Lai | |
other programs. Vote to simplify usage jmc@, OK martin@. |