Age | Commit message (Expand) | 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 |
2004-12-08 | Defer reinitialisation of the RU until after the interrupt handler has had | Christopher Pascoe |
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 |
2004-12-08 | Fix core dumps for ${@:?word} and ${foo[@]?bar}. With help from | Todd C. Miller |
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 |
2004-12-08 | remove some defines for timeouts that are no longer used thanks to net80211 | David Gwynne |
2004-12-08 | spl1() -> splsoft(), and minor sync with other m68k trap.c; barely any | Miod Vallat |
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 |
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 |
2004-12-08 | check the return value of a strdup() call and return an error on | Jean-Francois Brousseau |
2004-12-08 | avoid complaining twice when we fail to load a file, and fix a gcc | Jean-Francois Brousseau |
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 |
2004-12-08 | add YFLAGS; ok jfb@. | Xavier Santolaria |
2004-12-08 | add Mitsubishi Electronics Powerstorm 4D30T graphics | Martin Reindl |
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 |
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 |
2004-12-08 | * knf | Patrick Latifi |
2004-12-08 | fix perlbug 32446: socket on fd 1 gets duped to fd 0 on close(STDIN)+close(ST... | Markus Friedl |
2004-12-08 | allow ToS to be set on raw ip sockets | Henning Brauer |
2004-12-08 | Move a FREE_LOCK until after a potential continue so we don't try | Todd C. Miller |
2004-12-08 | 1. allow up to DPD_RETRANS_MAX retransmitted R_U_THERE messages. | Markus Friedl |
2004-12-08 | add a small protection to avoid reconnecting to a server to which we | Jean-Francois Brousseau |
2004-12-08 | NAT/T: replace the isakmpd SA transport with the transport from the | Markus Friedl |
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 |
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 |
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 |
2004-12-08 | Call if_down() in if_clone_destroy(). Based on diff from Chris Pascoe. | Ryan Thomas McBride |
2004-12-08 | Tweak interrupt handling code to allow shared interrupts for VIA2 sources. | Miod Vallat |
2004-12-08 | Check if_type in carp_carpdev_state() to make sure we're not | Ryan Thomas McBride |