summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-25sync with realityMartin Reindl
2005-05-25BCM5220Brad Smith
2005-05-25regenBrad Smith
2005-05-25I don't know the real name of this PHY on a dc@cardbus I wasBrad Smith
provided by todd@ but it is a Broadcom 10/100 PHY. Based on the description of the BCM5220 from the web-site saying its a very low power PHY then I'll just name this a BCM5220 for now unless I find out otherwise.
2005-05-25repair whichqs race by disabling ints in between check and halt-halt; marco@ ↵Michael Shalayeff
beck@ niklas@ ok
2005-05-25comment typoJason Wright
2005-05-25correctly initialize AD1886.Joris Vink
"go ahead" mickey@
2005-05-25rearrange order of messages sent to the kernelHans-Joerg Hoexer
2005-05-25set incoming flows to "use", outgoing to "require"Hans-Joerg Hoexer
2005-05-25prepare for new sysctl interface, not used yetHans-Joerg Hoexer
2005-05-25add missing detail from IFS exampleJared Yanovich
From PR4220/TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
2005-05-25do not swap srcid/dstid for INOUT rules.Hans-Joerg Hoexer
2005-05-25use bzeroHans-Joerg Hoexer
2005-05-25spellingEsben Norby
2005-05-25typo in define. Found by David Krause.Claudio Jeker
2005-05-25split cvs_admin_file() into the local and remote versions and doJean-Francois Brousseau
some cleanup
2005-05-25assume that a file is modified if its timestamp is lowerJean-Francois Brousseau
than the value found in Entries. This can't really hurt, as the server will simply ignore it if it's not really modified
2005-05-25when importing a file in local mode, add the first two revisionsJean-Francois Brousseau
and set the head to revision 1.1
2005-05-25spelling fixesDavid Krause
2005-05-25whitespaceDavid Krause
2005-05-25spellingDavid Krause
2005-05-25- basic code for rcs_rev_add() and rcs_rev_remove(), does notJean-Francois Brousseau
handle deltatexts yet - fix rcs_head_set() by allocating the head pointer if there was no previous head revision - initialize subnodes list correctly for RCS deltas - fix a crash in rcs_strprint() on NULL strings -
2005-05-25whitespaceDavid Krause
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
and node listing. wicontrol is not supported by net80211 drivers anymore. further improvements will be done. ok dlg@, jsg@
2005-05-25whitespaceDavid Krause
2005-05-25Resample the hinge value on wakeup, prevent 'hung' keyboard on returnDale Rahn
from suspend.
2005-05-25avoid spurious ld evil string func warning, spotted by david@;Damien Miller
feedback & ok avsm@
2005-05-25add cvs_comment_lookup() and a suffix -> comment leader lookup tableJean-Francois Brousseau
to determine the appropriate comment leader for a file
2005-05-25when an interface joins or leaves a group call back into pf so it canHenning Brauer
update the internal tables used for (ifgroup) notation
2005-05-25add the RCS_ERR_ERRNO code to indicate that the actual error code isJean-Francois Brousseau
in errno, fix cvs_errstr() to return the appropriate string, and sprinkle some error setting where appropriate
2005-05-25fix version by adding an init handler which sets the argument countJean-Francois Brousseau
correctly
2005-05-25change some printf()'s to cvs_printf() for the server.Joris Vink
okay jfb@
2005-05-25'1' in buffer-list mode should open the listed buffer in its own windowJason Wright
(ie. it's just like ^M, except for a call to onlywind()).
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
ok dlg@
2005-05-25no need to check cvs_trace before outputting a trace, the log codeJean-Francois Brousseau
does it for us
2005-05-25check the return value of cvs_startcmd() in cvs_req_command() so weJean-Francois Brousseau
send the OK response if it went through, instead of grabbing a random value from the stack
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
dhclient failure. Just check if any inet address was assigned.
2005-05-24Add scaffolding for feature tests that will be used by our include files.Todd C. Miller
Inspired by similar macros in FreeBSD. OK miod@
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
ok mcbride@ henning@
2005-05-24- create the Entries.Static file with 0644 permissions instead of 0400.Joris Vink
- only add the directory entry to the Entry file when it's not already there.