Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-08 | regen | Jonathan Gray | |
2004-12-08 | Falcom Twist-USB GSM/GPRS modem. | Jonathan Gray | |
From David Coppa <caff at openbeer dot it> with tweaks from me. | |||
2004-12-08 | Enable jumbo frames on Yukon varients of sk(4). | Kenneth R Westerback | |
ok mcbride@. | |||
2004-12-08 | Add "'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-08 | note that the `version' command will also query the remote server's | Jean-Francois Brousseau | |
version if either CVSROOT or the -d flag are specified minor tweaks and ok jmc@ | |||
2004-12-08 | add missing commands; | Jason McIntyre | |
add command aliases; ok jfb@ | |||
2004-12-07 | an other -> another; | Jason McIntyre | |
2004-12-07 | an other -> another; | Jason McIntyre | |
2004-12-07 | space between macro arg and punctuation; | Jason McIntyre | |
2004-12-07 | .Sy -> .Ic; | Jason McIntyre | |
2004-12-07 | kill unneeded macros; | Jason McIntyre | |
2004-12-07 | fill in values for EDITOR and VISUAL; | Jason McIntyre | |
2004-12-07 | all the new shiny open* shitz | Michael Shalayeff | |
2004-12-07 | remove unsupported paths; | Jason McIntyre | |
from okan demirmen; | |||
2004-12-07 | sync usage() w/ man page; | Jason McIntyre | |
2004-12-07 | sync w/ obsd behaviour + tweaks; | Jason McIntyre | |
2004-12-07 | Tests for max-src-conn, max-src-conn-rate, and overload <foo> flush global. | Ryan Thomas McBride | |
2004-12-07 | Initail documentation of 'carpdev'. | Ryan Thomas McBride | |
2004-12-07 | Document 'carpdev' | Ryan Thomas McBride | |
2004-12-07 | Add 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-07 | Convert carp(4) to behave more like a regular interface, much in the same | Ryan 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-07 | KNF | Ryan Thomas McBride | |
2004-12-07 | we did farts. now we do sperm. we are cutting edge. | Henning Brauer | |
2004-12-07 | KNF | Ryan Thomas McBride | |
2004-12-07 | prettier | Bjorn Sandell | |
ok jmc@ | |||
2004-12-07 | Document cp(1) does not preserve hard links. With and ok jmc@ and millert@ | Otto Moerbeek | |
2004-12-07 | wrap pkg_add usage. | Marc Espie | |
2004-12-07 | Use df to verify that we are not booted from the altboot before doing | Todd C. Miller | |
the / -> /altroot copy. OK deraadt@ | |||
2004-12-07 | when loading directory info, only close the handle to the Entries file | Jean-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-07 | KNF | Ryan Thomas McBride | |
2004-12-07 | oups, little FSM error: when we're in CONNECT and get an CON_OPEN event | Henning Brauer | |
initialize and start the holdtimer, just like when we're in state ACTIVE. | |||
2004-12-07 | less whitespace, more pretty. ok jfb | Ted Unangst | |
2004-12-07 | avoid a crash when receiving either a Created, Updated, Update-existing | Jean-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-07 | Document why not to set optind = 0. Inspired by and OK jfb@ | Todd C. Miller | |
2004-12-07 | convert to mdoc; | Jason McIntyre | |
2004-12-07 | postpone 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-07 | do like the manpage says, don't add a @name if we already got one. | Marc Espie | |
should please aaron@ | |||
2004-12-07 | advancing argv twice doesn't make it better. | Marc Espie | |
okay otto@. | |||
2004-12-07 | regen | Jonathan Gray | |
2004-12-07 | Add some Belkin RTL8180 devices, one from NetBSD. | Jonathan Gray | |
2004-12-07 | and don't lose the documentation for 'flush global' | Daniel Hartmeier | |
2004-12-07 | re-commit mcbride@'s 'flush global', this time without the breakage in | Daniel Hartmeier | |
pfvar.h. builds kernel and userland. | |||
2004-12-07 | note that -a is the default if no params given; | Jason McIntyre | |
`interface' is now optional; | |||
2004-12-07 | tweaks; | Jason McIntyre | |
2004-12-07 | real backout | Theo de Raadt | |
2004-12-07 | oops, incomplete backout | Theo de Raadt | |
2004-12-07 | tree 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-07 | Remove uneeded bpfdesc.h include. | Jonathan Gray | |
ok mcbride@ | |||
2004-12-07 | add missing parts for support of .cvsrc | Jean-Francois Brousseau | |
tested, tweaked by and ok djm@ | |||
2004-12-07 | Cleanup. Rename some defines, add wp_lite_set_te1_cfg() | Ryan Thomas McBride | |
(used to change LBO and T1/E1 clock configurations) ok deraadt@ |