Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-08 | powerhook: call wi_init on resume | Markus Friedl | |
2004-12-08 | add pci powerhooks: save/restore cfg space; with claudio@, ok deraadt@ | Markus Friedl | |
2004-12-08 | sync; ok jfb@ | Ian Darwin | |
2004-12-08 | commented out {e,o}hci@cardbus | Michael Shalayeff | |
2004-12-08 | document pcscp(4) here too, reminded by miod | Martin Reindl | |
2004-12-08 | add pcscp(4) at pci | Martin Reindl | |
ok miod@ | |||
2004-12-08 | Remove code duplication duplication. Use carpdetach() in carp_clone_destroy(). | Ryan Thomas McBride | |
2004-12-08 | add ohci and ehci at cardbus to amd64, i386 and macppc. amd64 remains | David Gwynne | |
disabled for now. from deraadt@ | |||
2004-12-08 | Merge in more fixes from a pre-carpdev diff from Chris Pascoe. | Ryan Thomas McBride | |
2004-12-08 | use ETHER_MAX_LEN | Jonathan Gray | |
ok brad@ | |||
2004-12-08 | Call if_down() in if_clone_destroy(). Based on diff from Chris Pascoe. | Ryan Thomas McBride | |
ok markus@ | |||
2004-12-08 | Tweak interrupt handling code to allow shared interrupts for VIA2 sources. | Miod Vallat | |
This will be necessary shortly. | |||
2004-12-08 | Check if_type in carp_carpdev_state() to make sure we're not | Ryan Thomas McBride | |
dealing with a carp interface. | |||
2004-12-08 | Only map the DAFB video registers in attach, so that other code can map | Miod Vallat | |
the non-video parts. Will be necessary shortly. | |||
2004-12-08 | Have kthread_create_deferred() act immediately once kthread_run_deferred_queue() | Miod Vallat | |
has been invoked; forgotten part of the ``create init earlier'' changes. From NetBSD as well. ok deraadt@ dlg@ | |||
2004-12-08 | avoid resending a directory if it was the last directory sent to the | Jean-Francois Brousseau | |
server | |||
2004-12-08 | use ETHER_MAX_LEN | Brad Smith | |
2004-12-08 | use ETHER_MAX_LEN | Brad Smith | |
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 | 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. |