summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-25the theDavid Krause
2005-05-25in tulip_reset() remove a useless printf and check flags before resettingMartin Reindl
2005-05-25Schedule a soft interrupt, not a timeout, in the hard rx interrupt handler.Miod Vallat
2005-05-25add ifconfig -M option to replace wicontrol -L and -l for ap scanningReyk Floeter
2005-05-25whitespaceDavid Krause
2005-05-25Resample the hinge value on wakeup, prevent 'hung' keyboard on returnDale Rahn
2005-05-25avoid spurious ld evil string func warning, spotted by david@;Damien Miller
2005-05-25add cvs_comment_lookup() and a suffix -> comment leader lookup tableJean-Francois Brousseau
2005-05-25when an interface joins or leaves a group call back into pf so it canHenning Brauer
2005-05-25add the RCS_ERR_ERRNO code to indicate that the actual error code isJean-Francois Brousseau
2005-05-25fix version by adding an init handler which sets the argument countJean-Francois Brousseau
2005-05-25change some printf()'s to cvs_printf() for the server.Joris Vink
2005-05-25'1' in buffer-list mode should open the listed buffer in its own windowJason Wright
2005-05-25aesctr and null supportMarkus Friedl
2005-05-25AESCTR support for ESP (RFC 3686); ok hshoexerMarkus Friedl
2005-05-25bye byeTheo de Raadt
2005-05-25Minor wordink fixChristopher Pascoe
2005-05-25no need to check cvs_trace before outputting a trace, the log codeJean-Francois Brousseau
2005-05-25check the return value of cvs_startcmd() in cvs_req_command() so weJean-Francois Brousseau
2005-05-25SIZE and RES are not always in kbytesJared Yanovich
2005-05-24Checking for the address '0.0.0.0' no longer works as test forKenneth R Westerback
2005-05-24Add scaffolding for feature tests that will be used by our include files.Todd C. Miller
2005-05-24add pci ints routing table entry structMichael Shalayeff
2005-05-24-ansi considered harmful, even in commentsTodd C. Miller
2005-05-24Remove -ansi as that means expose only C89 interfaces.Todd C. Miller
2005-05-24Identify states that will not be synchronised in pfctl -vvss output.Christopher Pascoe
2005-05-24- create the Entries.Static file with 0644 permissions instead of 0400.Joris Vink
2005-05-24-ansi means only expose ANSI interfaces which is not something we want...Todd C. Miller
2005-05-24don't fail on mkdir(2) when errno is EEXIST in cvs_file_create().Joris Vink
2005-05-24ath_hal_rx_monitor should be used for link state monitoring instead ofReyk Floeter
2005-05-24Only redistribute networks if the interface they depend on is actuallyClaudio Jeker
2005-05-24Set ifindex for all kernel routes. This makes it very easy to track theClaudio Jeker
2005-05-24fix minor ouput glitch, by using strtonum instead of strtol.Moritz Jodeit
2005-05-24byeUwe Stuehler
2005-05-24add a new field to vm_space and use it to track the number of anonTed Unangst
2005-05-24An lsa with age == MAX_AGE is always different and needs to be merged.Claudio Jeker
2005-05-24When processing the flex_geometry page, don't use a reduced_geometryKenneth R Westerback
2005-05-24printf(s) -> printf("%s", s)Uwe Stuehler
2005-05-24Fix format string.Claudio Jeker
2005-05-24bump to version 2.08, addingUwe Stuehler
2005-05-24Be more specific on what we redistribute. OK norby@Claudio Jeker
2005-05-24Do not assume anything about the calling frame in the inline assemblyMiod Vallat
2005-05-24serial console supportUwe Stuehler
2005-05-24Switch atomicio to a simpler interface which returns size_t and usesAnil Madhavapeddy
2005-05-24fix links targetUwe Stuehler
2005-05-24ifa->ifa_addr can be NULL in some cases, pt out by Kurt RoeckxHenning Brauer
2005-05-24.Cd and .Xr's for zaurusUwe Stuehler
2005-05-24- simplify cvs_mkadmin().Joris Vink
2005-05-24no more telnetd, ba@bsws.deHenning Brauer
2005-05-24crank up MAXCCB to 250 for cards that can handle it. ok mickey@Marco Peereboom