Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-25 | sync with reality | Martin Reindl | |
2005-05-25 | BCM5220 | Brad Smith | |
2005-05-25 | regen | Brad Smith | |
2005-05-25 | I don't know the real name of this PHY on a dc@cardbus I was | Brad 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-25 | repair whichqs race by disabling ints in between check and halt-halt; marco@ ↵ | Michael Shalayeff | |
beck@ niklas@ ok | |||
2005-05-25 | comment typo | Jason Wright | |
2005-05-25 | correctly initialize AD1886. | Joris Vink | |
"go ahead" mickey@ | |||
2005-05-25 | rearrange order of messages sent to the kernel | Hans-Joerg Hoexer | |
2005-05-25 | set incoming flows to "use", outgoing to "require" | Hans-Joerg Hoexer | |
2005-05-25 | prepare for new sysctl interface, not used yet | Hans-Joerg Hoexer | |
2005-05-25 | add missing detail from IFS example | Jared Yanovich | |
From PR4220/TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> | |||
2005-05-25 | do not swap srcid/dstid for INOUT rules. | Hans-Joerg Hoexer | |
2005-05-25 | use bzero | Hans-Joerg Hoexer | |
2005-05-25 | spelling | Esben Norby | |
2005-05-25 | typo in define. Found by David Krause. | Claudio Jeker | |
2005-05-25 | split cvs_admin_file() into the local and remote versions and do | Jean-Francois Brousseau | |
some cleanup | |||
2005-05-25 | assume that a file is modified if its timestamp is lower | Jean-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-25 | when importing a file in local mode, add the first two revisions | Jean-Francois Brousseau | |
and set the head to revision 1.1 | |||
2005-05-25 | spelling fixes | David Krause | |
2005-05-25 | whitespace | David Krause | |
2005-05-25 | spelling | David Krause | |
2005-05-25 | - basic code for rcs_rev_add() and rcs_rev_remove(), does not | Jean-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-25 | whitespace | David Krause | |
2005-05-25 | the the | David Krause | |
2005-05-25 | in tulip_reset() remove a useless printf and check flags before resetting | Martin Reindl | |
2005-05-25 | Schedule a soft interrupt, not a timeout, in the hard rx interrupt handler. | Miod Vallat | |
2005-05-25 | add ifconfig -M option to replace wicontrol -L and -l for ap scanning | Reyk Floeter | |
and node listing. wicontrol is not supported by net80211 drivers anymore. further improvements will be done. ok dlg@, jsg@ | |||
2005-05-25 | whitespace | David Krause | |
2005-05-25 | Resample the hinge value on wakeup, prevent 'hung' keyboard on return | Dale Rahn | |
from suspend. | |||
2005-05-25 | avoid spurious ld evil string func warning, spotted by david@; | Damien Miller | |
feedback & ok avsm@ | |||
2005-05-25 | add cvs_comment_lookup() and a suffix -> comment leader lookup table | Jean-Francois Brousseau | |
to determine the appropriate comment leader for a file | |||
2005-05-25 | when an interface joins or leaves a group call back into pf so it can | Henning Brauer | |
update the internal tables used for (ifgroup) notation | |||
2005-05-25 | add the RCS_ERR_ERRNO code to indicate that the actual error code is | Jean-Francois Brousseau | |
in errno, fix cvs_errstr() to return the appropriate string, and sprinkle some error setting where appropriate | |||
2005-05-25 | fix version by adding an init handler which sets the argument count | Jean-Francois Brousseau | |
correctly | |||
2005-05-25 | change 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 window | Jason Wright | |
(ie. it's just like ^M, except for a call to onlywind()). | |||
2005-05-25 | aesctr and null support | Markus Friedl | |
2005-05-25 | AESCTR support for ESP (RFC 3686); ok hshoexer | Markus Friedl | |
2005-05-25 | bye bye | Theo de Raadt | |
2005-05-25 | Minor wordink fix | Christopher Pascoe | |
ok dlg@ | |||
2005-05-25 | no need to check cvs_trace before outputting a trace, the log code | Jean-Francois Brousseau | |
does it for us | |||
2005-05-25 | check the return value of cvs_startcmd() in cvs_req_command() so we | Jean-Francois Brousseau | |
send the OK response if it went through, instead of grabbing a random value from the stack | |||
2005-05-25 | SIZE and RES are not always in kbytes | Jared Yanovich | |
2005-05-24 | Checking for the address '0.0.0.0' no longer works as test for | Kenneth R Westerback | |
dhclient failure. Just check if any inet address was assigned. | |||
2005-05-24 | Add 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-24 | add pci ints routing table entry struct | Michael Shalayeff | |
2005-05-24 | -ansi considered harmful, even in comments | Todd C. Miller | |
2005-05-24 | Remove -ansi as that means expose only C89 interfaces. | Todd C. Miller | |
2005-05-24 | Identify 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. |