summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-01lm75 scoring should not show up in verboseTheo de Raadt
2006-11-01-.Xr sh 1 ,Jason McIntyre
2006-11-01some minor adjustments to the options list;Jason McIntyre
2006-11-01+.Ex -std psJason McIntyre
2006-11-01Stop the running timer in case a neighbor is deleted. This fixes a crashClaudio Jeker
found by Martin Boehme. ok michele@
2006-11-01German LK-[24]01 keyboard layout;Miod Vallat
contributed by Sigi Rudzio (sigirudzio ; gmail . com)
2006-11-01- no need for double markupJason McIntyre
- prefer .Sq for single letters
2006-11-01give FILES a bit of space;Jason McIntyre
2006-11-01note that -L may not be specified with other options;Jason McIntyre
2006-11-01simplify synopsis and sync usage();Jason McIntyre
2006-11-01tweaks;Jason McIntyre
2006-11-01Use correct error message as return value. OK dlg@Claudio Jeker
2006-11-01Fix copy pasto, use SIGCHLD for the sigchild handler not SIGINT twice.Claudio Jeker
Spotted by janus <at> errornet.de
2006-11-01be more directive, assume people really want binary packages, and willMarc Espie
resort to ports as a last resort. Also, unconfuse the part about sudo and make install.
2006-11-01sync usage(); ok mcbrideJason McIntyre
2006-11-01dont walk the device list looking for our scsibus, it is stashed when weDavid Gwynne
attach it.
2006-11-01whitespace fixesDavid Gwynne
2006-11-01abort bulk-in and bulk-out pipes in zyd_stop() before freeing theDamien Bergamini
Rx/Tx xfer lists.
2006-11-01fix firmware fatal errors on re-associations.Damien Bergamini
reported and tested by Marc Winiger and dhartmei@
2006-11-01fix the tx path so it can use more than one scatter gather entry whenDavid Gwynne
sending the packet. this makes it less likely that we'll have to repack fragmented packets for transmission.
2006-11-01tidy up the quick reference section;Jason McIntyre
2006-11-01tweaks;Jason McIntyre
2006-11-01tweaks;Jason McIntyre
2006-11-01Sort 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-01regenJolan Luff
2006-11-01BWCT serialJolan Luff
2006-11-01syncTheo de Raadt
2006-11-01amd 8111 has an ethernet, but we have never seen anyone use it yetTheo de Raadt
2006-11-01Don'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-01Fix 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-01let the tx completion path clean up by recording which mbuf we'reDavid Gwynne
sending in the tx forward path. gotta love one line fixes... committed over vic
2006-11-01vmware frames are slightly short, but that is ok. done with clues fromDavid Gwynne
brad@
2006-11-01fix the barriers in setlladdr.David Gwynne
2006-11-01Don't recures ALL the time.Ryan Thomas McBride
2006-11-01poll errors should be POLLERR, not some random E valueTed Unangst
from alexandre ratchov. ok claudio
2006-11-01Adjust existing ikedel tests for aggressive mode support (we nowRyan Thomas McBride
delete both mainmode and aggressive mode phase 1 transforms)
2006-11-01KNF unrelated to previous commit.Ryan Thomas McBride
2006-11-01Add support for aggressive mode (from the k2k6 IPsec hackathon).Ryan Thomas McBride
ok hshoexer
2006-11-01syncTheo de Raadt
2006-11-01Document recursive printing of anchors via -a '*' or -a 'anchor/*'.Ryan Thomas McBride
2006-11-01move the declaration of nfsstats from nfs_bio.c toThordur I. Bjornsson
nfs_subs.c so it gets pulled in for NFSSERVER only kernels. ok deraadt@,krw@
2006-11-01remove redundant null check, ok ryanHenning Brauer
2006-10-31Allow a user to recursively print anchors including those withoutRyan 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-31create a temporary neighbor instead of a permanent one when a request is ↵Michele Marchetto
received
2006-10-31Do 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-31slightly improve consustency and readability, no functional changeHenning Brauer
2006-10-31in pfsync_update_tdb, when there is no pfsync interface, we must returnHenning Brauer
without trying to free the (in that case nonexistant) tdb mbuf found out the hard way by pedro
2006-10-31fill november and december; now every date has an event.Jasper Lievisse Adriaanse
ok mickey
2006-10-31Remove -h flag and simplify usage output to one line, like mostRay Lai
other programs. Vote to simplify usage jmc@, OK martin@.