Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2004-12-08 | remove some defines for timeouts that are no longer used thanks to net80211 | 1 | -11/+3 | ||
from daan vreeken | |||||
2004-12-08 | spl1() -> splsoft(), and minor sync with other m68k trap.c; barely any | 1 | -6/+11 | ||
functional change. | |||||
2004-12-08 | Silence spurious interrupts unless option DEBUG | 1 | -1/+9 | ||
2004-12-08 | Register serial interrupts on the right sources on AV machines, was broken | 1 | -3/+3 | ||
after the interrupt code change; from NetBSD. | |||||
2004-12-08 | minor simplification in if () statement from Joris Vink | 1 | -3/+2 | ||
2004-12-08 | Crank maxusers to 32. | 1 | -2/+2 | ||
2004-12-08 | simplify the handler for Created, Updated, Update-existing and Merged | 1 | -16/+22 | ||
and close the Entries file handle when we are done modifying it. this fixes a leak and syncs the contents on disk so the revisions and dates get updated properly | |||||
2004-12-08 | check the return value of a strdup() call and return an error on | 1 | -1/+7 | ||
failure from Joris Vink | |||||
2004-12-08 | avoid complaining twice when we fail to load a file, and fix a gcc | 1 | -7/+6 | ||
warning | |||||
2004-12-08 | .Xr cvs 1 | 1 | -1/+2 | ||
2004-12-08 | support for the `Copy-file' response | 2 | -3/+31 | ||
2004-12-08 | sync | 2 | -2/+7 | ||
2004-12-08 | rearrange the output loop for file lists in the log message so we don't | 1 | -2/+3 | ||
have blank lines or extra delimiters in some cases spotted by and discussed with Joris Vink | |||||
2004-12-08 | add YFLAGS; ok jfb@. | 1 | -1/+2 | ||
2004-12-08 | add Mitsubishi Electronics Powerstorm 4D30T graphics | 1 | -1/+2 | ||
ok deraadt@ | |||||
2004-12-08 | and the example needs 'proto tcp' if it specifies a port, also from mpech@ | 1 | -2/+2 | ||
2004-12-08 | overload (not overflow) <table>, at least that's what the parser knows. | 1 | -4/+4 | ||
found by mpech@ | |||||
2004-12-08 | add more CFLAGS; ok jfb@. | 2 | -2/+6 | ||
2004-12-08 | use two tiny macros for copying fields out to simplify reading; henning@ ok | 1 | -71/+40 | ||
2004-12-08 | embrace and extend (!) cvs_logmsg_get() so we can now display | 3 | -34/+52 | ||
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@. |