summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-12-09partially backout prevous commit, it breaks eval of ${a[@]}Otto Moerbeek
2004-12-09add missing line in history section that didn't make it through the firstMartin Reindl
2004-12-08Defer reinitialisation of the RU until after the interrupt handler has hadChristopher Pascoe
2004-12-08get rid of void* pointer arithmetic on buffers so gcc stops complainingJean-Francois Brousseau
2004-12-08complain if we fail to send the log message so the caller doesn'tJean-Francois Brousseau
2004-12-08Fix core dumps for ${@:?word} and ${foo[@]?bar}. With help fromTodd C. Miller
2004-12-08use mkstemp for local diff -r r1 -r r2; ok jfb@Damien Miller
2004-12-08remove the variables that used to make up the signal cache. nothing in atuDavid Gwynne
2004-12-08remove some defines for timeouts that are no longer used thanks to net80211David Gwynne
2004-12-08spl1() -> splsoft(), and minor sync with other m68k trap.c; barely anyMiod Vallat
2004-12-08Silence spurious interrupts unless option DEBUGMiod Vallat
2004-12-08Register serial interrupts on the right sources on AV machines, was brokenMiod Vallat
2004-12-08minor simplification in if () statement from Joris VinkJean-Francois Brousseau
2004-12-08Crank maxusers to 32.Miod Vallat
2004-12-08simplify the handler for Created, Updated, Update-existing and MergedJean-Francois Brousseau
2004-12-08check the return value of a strdup() call and return an error onJean-Francois Brousseau
2004-12-08avoid complaining twice when we fail to load a file, and fix a gccJean-Francois Brousseau
2004-12-08.Xr cvs 1Xavier Santolaria
2004-12-08support for the `Copy-file' responseJean-Francois Brousseau
2004-12-08syncMartin Reindl
2004-12-08rearrange the output loop for file lists in the log message so we don'tJean-Francois Brousseau
2004-12-08add YFLAGS; ok jfb@.Xavier Santolaria
2004-12-08add Mitsubishi Electronics Powerstorm 4D30T graphicsMartin Reindl
2004-12-08and the example needs 'proto tcp' if it specifies a port, also from mpech@Daniel Hartmeier
2004-12-08overload (not overflow) <table>, at least that's what the parser knows.Daniel Hartmeier
2004-12-08add more CFLAGS; ok jfb@.Xavier Santolaria
2004-12-08use two tiny macros for copying fields out to simplify reading; henning@ okMichael Shalayeff
2004-12-08embrace and extend (!) cvs_logmsg_get() so we can now displayJean-Francois Brousseau
2004-12-08* knfPatrick Latifi
2004-12-08fix perlbug 32446: socket on fd 1 gets duped to fd 0 on close(STDIN)+close(ST...Markus Friedl
2004-12-08allow ToS to be set on raw ip socketsHenning Brauer
2004-12-08Move a FREE_LOCK until after a potential continue so we don't tryTodd C. Miller
2004-12-081. allow up to DPD_RETRANS_MAX retransmitted R_U_THERE messages.Markus Friedl
2004-12-08add a small protection to avoid reconnecting to a server to which weJean-Francois Brousseau
2004-12-08NAT/T: replace the isakmpd SA transport with the transport from theMarkus Friedl
2004-12-08uniquely name members of s_fixedpt and l_fixedpt; henning@ okMichael Shalayeff
2004-12-08powerhook: em_init on resumeMarkus Friedl
2004-12-08powerhook: call wi_init on resumeMarkus Friedl
2004-12-08add pci powerhooks: save/restore cfg space; with claudio@, ok deraadt@Markus Friedl
2004-12-08sync; ok jfb@Ian Darwin
2004-12-08commented out {e,o}hci@cardbusMichael Shalayeff
2004-12-08document pcscp(4) here too, reminded by miodMartin Reindl
2004-12-08add pcscp(4) at pciMartin Reindl
2004-12-08Remove code duplication duplication. Use carpdetach() in carp_clone_destroy().Ryan Thomas McBride
2004-12-08add ohci and ehci at cardbus to amd64, i386 and macppc. amd64 remainsDavid Gwynne
2004-12-08Merge in more fixes from a pre-carpdev diff from Chris Pascoe.Ryan Thomas McBride
2004-12-08use ETHER_MAX_LENJonathan Gray
2004-12-08Call if_down() in if_clone_destroy(). Based on diff from Chris Pascoe.Ryan Thomas McBride
2004-12-08Tweak interrupt handling code to allow shared interrupts for VIA2 sources.Miod Vallat
2004-12-08Check if_type in carp_carpdev_state() to make sure we're notRyan Thomas McBride