Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2004-12-08 | embrace and extend (!) cvs_logmsg_get() so we can now display | 1 | -8/+8 | ||
information based on its availability and have separate sections for the Added, Modified and Removed file lists. this will allow us to use the same call for add, commit, import and possibly others Original patch by Joris Vink, some rework from me for the other sections | |||||
2004-12-08 | * knf | 1 | -7/+11 | ||
* M_WAITOK -> M_NOWAIT * FREE() only when necessary * join_multicast6 for ip6 addresses mcbride ok | |||||
2004-12-08 | fix perlbug 32446: socket on fd 1 gets duped to fd 0 on close(STDIN)+close(STDOUT); | 1 | -0/+7 | ||
from Steffen Ullrich at genua.de; ok millert@ | |||||
2004-12-08 | allow ToS to be set on raw ip sockets | 1 | -2/+2 | ||
From: "Esben Norby (ST/LMD)" <esben.norby@ericsson.com> ok hshoexer markus millert | |||||
2004-12-08 | Move a FREE_LOCK until after a potential continue so we don't try | 1 | -2/+2 | ||
to free the lock twice. Doesn't actually make any difference for us (no .o file diff) since the code block that contains the continue is currently commented out but it makes sense to fix this now so if/when that code is enabled we don't get bitten. From FreeBSD, ok pedro@. | |||||
2004-12-08 | 1. allow up to DPD_RETRANS_MAX retransmitted R_U_THERE messages. | 2 | -4/+15 | ||
2. reset dpd_failcount when switching to DPD_TIMER_NORMAL. 3. ignore DPD timeouts on SAs that are marked SA_FLAG_REPLACED. ok hshoexer, ho | |||||
2004-12-08 | add a small protection to avoid reconnecting to a server to which we | 2 | -2/+18 | ||
are already connected. instead, cvs will print a notice. | |||||
2004-12-08 | NAT/T: replace the isakmpd SA transport with the transport from the | 1 | -1/+16 | ||
message (only during phase 1). this avoids DPD messages to the 'wrong' port. ok hshoexer | |||||
2004-12-08 | uniquely name members of s_fixedpt and l_fixedpt; henning@ ok | 5 | -72/+72 | ||
2004-12-08 | powerhook: em_init on resume | 2 | -3/+20 | ||
2004-12-08 | powerhook: call wi_init on resume | 1 | -2/+24 | ||
2004-12-08 | add pci powerhooks: save/restore cfg space; with claudio@, ok deraadt@ | 1 | -11/+79 | ||
2004-12-08 | sync; ok jfb@ | 1 | -9/+6 | ||
2004-12-08 | commented out {e,o}hci@cardbus | 2 | -4/+8 | ||
2004-12-08 | document pcscp(4) here too, reminded by miod | 1 | -1/+5 | ||
2004-12-08 | add pcscp(4) at pci | 2 | -2/+6 | ||
ok miod@ | |||||
2004-12-08 | Remove code duplication duplication. Use carpdetach() in carp_clone_destroy(). | 1 | -19/+3 | ||
2004-12-08 | add ohci and ehci at cardbus to amd64, i386 and macppc. amd64 remains | 6 | -12/+24 | ||
disabled for now. from deraadt@ | |||||
2004-12-08 | Merge in more fixes from a pre-carpdev diff from Chris Pascoe. | 1 | -7/+5 | ||
2004-12-08 | use ETHER_MAX_LEN | 1 | -3/+3 | ||
ok brad@ | |||||
2004-12-08 | Call if_down() in if_clone_destroy(). Based on diff from Chris Pascoe. | 1 | -1/+8 | ||
ok markus@ | |||||
2004-12-08 | Tweak interrupt handling code to allow shared interrupts for VIA2 sources. | 8 | -87/+139 | ||
This will be necessary shortly. | |||||
2004-12-08 | Check if_type in carp_carpdev_state() to make sure we're not | 4 | -10/+15 | ||
dealing with a carp interface. | |||||
2004-12-08 | Only map the DAFB video registers in attach, so that other code can map | 1 | -5/+5 | ||
the non-video parts. Will be necessary shortly. | |||||
2004-12-08 | Have kthread_create_deferred() act immediately once kthread_run_deferred_queue() | 1 | -2/+12 | ||
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 | 1 | -3/+13 | ||
server | |||||
2004-12-08 | use ETHER_MAX_LEN | 2 | -4/+4 | ||
2004-12-08 | Falcom Twist-USB GSM/GPRS modem. | 2 | -2/+18 | ||
From David Coppa <caff at openbeer dot it> with tweaks from me. | |||||
2004-12-08 | regen | 2 | -4/+20 | ||
2004-12-08 | Falcom Twist-USB GSM/GPRS modem. | 1 | -1/+5 | ||
From David Coppa <caff at openbeer dot it> with tweaks from me. | |||||
2004-12-08 | Enable jumbo frames on Yukon varients of sk(4). | 1 | -2/+3 | ||
ok mcbride@. | |||||
2004-12-08 | Add "'overload' requires 'max-src-conn' or 'max-src-conn-rate'" sanity check, | 1 | -3/+9 | ||
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 | 1 | -3/+7 | ||
version if either CVSROOT or the -d flag are specified minor tweaks and ok jmc@ | |||||
2004-12-08 | add missing commands; | 1 | -1/+108 | ||
add command aliases; ok jfb@ | |||||
2004-12-07 | an other -> another; | 2 | -4/+4 | ||
2004-12-07 | space between macro arg and punctuation; | 1 | -2/+2 | ||
2004-12-07 | .Sy -> .Ic; | 1 | -15/+15 | ||
2004-12-07 | kill unneeded macros; | 1 | -4/+1 | ||
2004-12-07 | fill in values for EDITOR and VISUAL; | 1 | -1/+9 | ||
2004-12-07 | all the new shiny open* shitz | 1 | -1/+4 | ||
2004-12-07 | remove unsupported paths; | 1 | -7/+4 | ||
from okan demirmen; | |||||
2004-12-07 | sync usage() w/ man page; | 1 | -7/+7 | ||
2004-12-07 | sync w/ obsd behaviour + tweaks; | 1 | -82/+93 | ||
2004-12-07 | Tests for max-src-conn, max-src-conn-rate, and overload <foo> flush global. | 5 | -3/+119 | ||
2004-12-07 | Initail documentation of 'carpdev'. | 1 | -1/+8 | ||
2004-12-07 | Document 'carpdev' | 1 | -3/+13 | ||
2004-12-07 | Add the 'carpdev' option, to set the carp devices physical interface. | 1 | -5/+44 | ||
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 | 9 | -366/+662 | ||
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 | 1 | -26/+34 | ||
2004-12-07 | we did farts. now we do sperm. we are cutting edge. | 1 | -2/+3 | ||