summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-08regenJonathan Gray
2004-12-08Falcom Twist-USB GSM/GPRS modem.Jonathan Gray
From David Coppa <caff at openbeer dot it> with tweaks from me.
2004-12-08Enable jumbo frames on Yukon varients of sk(4).Kenneth R Westerback
ok mcbride@.
2004-12-08Add "'overload' requires 'max-src-conn' or 'max-src-conn-rate'" sanity check,Ryan Thomas McBride
fix some cut-n-paste mayhem in other related checks.
2004-12-08note that the `version' command will also query the remote server'sJean-Francois Brousseau
version if either CVSROOT or the -d flag are specified minor tweaks and ok jmc@
2004-12-08add missing commands;Jason McIntyre
add command aliases; ok jfb@
2004-12-07an other -> another;Jason McIntyre
2004-12-07an other -> another;Jason McIntyre
2004-12-07space between macro arg and punctuation;Jason McIntyre
2004-12-07.Sy -> .Ic;Jason McIntyre
2004-12-07kill unneeded macros;Jason McIntyre
2004-12-07fill in values for EDITOR and VISUAL;Jason McIntyre
2004-12-07all the new shiny open* shitzMichael Shalayeff
2004-12-07remove unsupported paths;Jason McIntyre
from okan demirmen;
2004-12-07sync usage() w/ man page;Jason McIntyre
2004-12-07sync w/ obsd behaviour + tweaks;Jason McIntyre
2004-12-07Tests for max-src-conn, max-src-conn-rate, and overload <foo> flush global.Ryan Thomas McBride
2004-12-07Initail documentation of 'carpdev'.Ryan Thomas McBride
2004-12-07Document 'carpdev'Ryan Thomas McBride
2004-12-07Add the 'carpdev' option, to set the carp devices physical interface.Ryan Thomas McBride
If not specified, the kernel will attempt to select the correct interface by the subnet (this is the current behaviour). ok deraadt@ henning@
2004-12-07Convert carp(4) to behave more like a regular interface, much in the sameRyan Thomas McBride
style as vlan(4). carp interfaces no longer require the physical interface to be on the same subnet as the carp interface, or even that the physical interface has an adress at all, so CARP can now be used on /30 networks. ok deraadt@ henning@
2004-12-07KNFRyan Thomas McBride
2004-12-07we did farts. now we do sperm. we are cutting edge.Henning Brauer
2004-12-07KNFRyan Thomas McBride
2004-12-07prettierBjorn Sandell
ok jmc@
2004-12-07Document cp(1) does not preserve hard links. With and ok jmc@ and millert@Otto Moerbeek
2004-12-07wrap pkg_add usage.Marc Espie
2004-12-07Use df to verify that we are not booted from the altboot before doingTodd C. Miller
the / -> /altroot copy. OK deraadt@
2004-12-07when loading directory info, only close the handle to the Entries fileJean-Francois Brousseau
if it is not NULL. fixes a crash when running commands that have no administrative files to open yet (i.e. import) noticed by and discussed with Joris Vink
2004-12-07KNFRyan Thomas McBride
2004-12-07oups, little FSM error: when we're in CONNECT and get an CON_OPEN eventHenning Brauer
initialize and start the holdtimer, just like when we're in state ACTIVE.
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-12-07avoid a crash when receiving either a Created, Updated, Update-existingJean-Francois Brousseau
or Merged response by reopening the Entries file correctly before making modifications to it Fixes a SIGSEGV reported by Joris Vink and djm@
2004-12-07Document why not to set optind = 0. Inspired by and OK jfb@Todd C. Miller
2004-12-07convert to mdoc;Jason McIntyre
2004-12-07postpone check of conflicts until we have a packing-list.Marc Espie
this was an optimisation, but it doesn't make much sense: not checking the packing-list first means we don't see some errors in case of conflicts. And having the packing-list simplifies the check-for-update operation.
2004-12-07do like the manpage says, don't add a @name if we already got one.Marc Espie
should please aaron@
2004-12-07advancing argv twice doesn't make it better.Marc Espie
okay otto@.
2004-12-07regenJonathan Gray
2004-12-07Add some Belkin RTL8180 devices, one from NetBSD.Jonathan Gray
2004-12-07and don't lose the documentation for 'flush global'Daniel Hartmeier
2004-12-07re-commit mcbride@'s 'flush global', this time without the breakage inDaniel Hartmeier
pfvar.h. builds kernel and userland.
2004-12-07note that -a is the default if no params given;Jason McIntyre
`interface' is now optional;
2004-12-07tweaks;Jason McIntyre
2004-12-07real backoutTheo de Raadt
2004-12-07oops, incomplete backoutTheo de Raadt
2004-12-07tree does not compile, spotted by dlg (not obvious how to fix)Theo de Raadt
---- Change the default for 'overload <table> flush' to flush only states from the offending source created by the rule. 'flush global' flushes all states originating from the offending source. ABI change, requires kernel and pfctl to be in sync. ok deraadt@ henning@ dhartmei@
2004-12-07Remove uneeded bpfdesc.h include.Jonathan Gray
ok mcbride@
2004-12-07add missing parts for support of .cvsrcJean-Francois Brousseau
tested, tweaked by and ok djm@
2004-12-07Cleanup. Rename some defines, add wp_lite_set_te1_cfg()Ryan Thomas McBride
(used to change LBO and T1/E1 clock configurations) ok deraadt@