Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-09 | partially backout prevous commit, it breaks eval of ${a[@]} | Otto Moerbeek | |
2004-12-09 | add missing line in history section that didn't make it through the first | Martin Reindl | |
syncing round pointed out by Dries Schellekens <gwyllion at ulyssis dot org> | |||
2004-12-08 | Defer reinitialisation of the RU until after the interrupt handler has had | Christopher Pascoe | |
a chance to process all pending packets, otherwise the chip may overwrite their mbuf clusters after we have freed them. Eliminates a race that can cause random pool corruption when reconfiguring an interface under heavy network load. ok brad@ mcbride@ beck@ deraadt@ dlg@ | |||
2004-12-08 | get rid of void* pointer arithmetic on buffers so gcc stops complaining | Jean-Francois Brousseau | |
2004-12-08 | complain if we fail to send the log message so the caller doesn't | Jean-Francois Brousseau | |
have to | |||
2004-12-08 | Fix core dumps for ${@:?word} and ${foo[@]?bar}. With help from | Todd C. Miller | |
and OK otto@. Closes PR 4023. | |||
2004-12-08 | use mkstemp for local diff -r r1 -r r2; ok jfb@ | Damien Miller | |
2004-12-08 | remove the variables that used to make up the signal cache. nothing in atu | David Gwynne | |
is using this now. from daan vreeken | |||
2004-12-08 | remove some defines for timeouts that are no longer used thanks to net80211 | David Gwynne | |
from daan vreeken | |||
2004-12-08 | spl1() -> splsoft(), and minor sync with other m68k trap.c; barely any | Miod Vallat | |
functional change. | |||
2004-12-08 | Silence spurious interrupts unless option DEBUG | Miod Vallat | |
2004-12-08 | Register serial interrupts on the right sources on AV machines, was broken | Miod Vallat | |
after the interrupt code change; from NetBSD. | |||
2004-12-08 | minor simplification in if () statement from Joris Vink | Jean-Francois Brousseau | |
2004-12-08 | Crank maxusers to 32. | Miod Vallat | |
2004-12-08 | simplify the handler for Created, Updated, Update-existing and Merged | Jean-Francois Brousseau | |
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 | Jean-Francois Brousseau | |
failure from Joris Vink | |||
2004-12-08 | avoid complaining twice when we fail to load a file, and fix a gcc | Jean-Francois Brousseau | |
warning | |||
2004-12-08 | .Xr cvs 1 | Xavier Santolaria | |
2004-12-08 | support for the `Copy-file' response | Jean-Francois Brousseau | |
2004-12-08 | sync | Martin Reindl | |
2004-12-08 | rearrange the output loop for file lists in the log message so we don't | Jean-Francois Brousseau | |
have blank lines or extra delimiters in some cases spotted by and discussed with Joris Vink | |||
2004-12-08 | add YFLAGS; ok jfb@. | Xavier Santolaria | |
2004-12-08 | add Mitsubishi Electronics Powerstorm 4D30T graphics | Martin Reindl | |
ok deraadt@ | |||
2004-12-08 | and the example needs 'proto tcp' if it specifies a port, also from mpech@ | Daniel Hartmeier | |
2004-12-08 | overload (not overflow) <table>, at least that's what the parser knows. | Daniel Hartmeier | |
found by mpech@ | |||
2004-12-08 | add more CFLAGS; ok jfb@. | Xavier Santolaria | |
2004-12-08 | use two tiny macros for copying fields out to simplify reading; henning@ ok | Michael Shalayeff | |
2004-12-08 | embrace and extend (!) cvs_logmsg_get() so we can now display | Jean-Francois Brousseau | |
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 | Patrick Latifi | |
* 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 ↵ | Markus Friedl | |
close(STDIN)+close(STDOUT); from Steffen Ullrich at genua.de; ok millert@ | |||
2004-12-08 | allow ToS to be set on raw ip sockets | Henning Brauer | |
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 | Todd C. Miller | |
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. | Markus Friedl | |
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 | Jean-Francois Brousseau | |
are already connected. instead, cvs will print a notice. | |||
2004-12-08 | NAT/T: replace the isakmpd SA transport with the transport from the | Markus Friedl | |
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 | Michael Shalayeff | |
2004-12-08 | powerhook: em_init on resume | Markus Friedl | |
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. |