summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-05Check the screen number before using it as an index.Uwe Stuehler
"correct" miod@
2005-11-05add or enable lmc(4)Brad Smith
2005-11-05add bus_dma and big endian support.Brad Smith
From NetBSD Thanks to Jason Ackley for testing on i386/amd64/sparc64 with both T1 and T3 cards. "looks ok" dlg@
2005-11-05same fix as Add.pm: make sure we parse the whole package.Marc Espie
2005-11-05-F conflicts does not really exist, so don't document itNikolay Sturm
ok espie@
2005-11-05add init code for BCM5421.Brad Smith
values derived from Linux's sungem_phy driver, same init code also exists in Apple's GMAC driver too.
2005-11-05regenBrad Smith
2005-11-05BCM5421K2 -> BCM54K2Brad Smith
2005-11-05speeling fixDavid Gwynne
2005-11-05Fix leaks in error paths, bz #1109 and #1110 reported by kremenek ATDamien Miller
cs.stanford.edu; ok dtucker@
2005-11-05split from ki2c.cBrad Smith
2005-11-05zap unused var.Federico G. Schwindt
2005-11-05some driver cleanup, ANSI/KNF and more consistency between the drivers.Brad Smith
ok joris@
2005-11-05Don't tempt fate by TAILQ_REMOVE()'ing inside TAILQ_FOREACH(), even ifKenneth R Westerback
we currently return immediately after the remove. Use for() idiom instead of TAILQ_FOREACH. Make clear we are doing a TAILQ_REMOVE() by eliminating wrapper function.
2005-11-05Move displaying rf/pa type to rtw_rf_attach to simplify code.Jonathan Gray
ok reyk@
2005-11-05Eliminate 'Overlapping Command Attempted' errors on non-tagged drives byKenneth R Westerback
a) Ensuring only one command is started at a time on such targets. b) Not fiddling with pSRB fields until it is really going to be started. c) Testing for a pending interrupt before starting to send stuff to the card. Found when testing queue.h stuff.
2005-11-04Change DEBUG conditionals into PMAP_DEBUG; no functional change.Miod Vallat
2005-11-04Add an extra flags argument to uvm_io(), to specify whether we want to fixMiod Vallat
the protection of the memory mapping we're doing I/O on, or if we want to leave them as they are. This should only be necessary for breakpoint insertion in code, so we'll only use it for ptrace requests. Initially from art@ after discussion with kettenis@ millert@ and I, tested by many.
2005-11-04- add a SYNOPSISJason McIntyre
- make the list a bit more interesting (-ohangman)
2005-11-04update FILES, with some help from millert@;Jason McIntyre
2005-11-04don't bother setting error in em_attach() since it'sBrad Smith
not being used anyway.
2005-11-04mention Maxxtro UC-232ABrad Smith
From: Marcus Glocker <marcus at nazgul dot ch>
2005-11-04- splimp -> splnetBrad Smith
- remove spl from attach - fix dmesg printing - de-allocate resources on failure to attach - remove redundant checks just before pci_mapreg_map() - use pci_mapreg_type()
2005-11-04- splimp -> splnetBrad Smith
- remove spl's from attach - fix dmesg printing - de-allocate resources on failure to attach
2005-11-04upper case the first letter of a sentence;Jason McIntyre
2005-11-04document `-cstring' option;Xavier Santolaria
2005-11-04remove uneeded debug function.Jonathan Gray
2005-11-04- clean up SYNOPSISJason McIntyre
- tweak description of -i ok xsa@
2005-11-04The candidate list is a sorted linear list so when changing the cost ofClaudio Jeker
a vertex that is already a candidate it is necessary to remove and insert the candidate otherwise the candidate list is no longer correctly sorted. OK norby@
2005-11-04Move access to RF tranceiver functions to be via callbacks.Jonathan Gray
"looks fine" reyk@
2005-11-04remove useless prototype; ok drahn@Uwe Stuehler
2005-11-04The maximal rate LSA can be updated is all MIN_LS_INTERVAL seconds and notClaudio Jeker
MIN_LS_ARRIVAL. MIN_LS_ARRIVAL is used to limit the rate of incomming updates.
2005-11-04Set the vertex timestamp as soon as possible giving ospfd a chance to recoverClaudio Jeker
from time jumps.
2005-11-04document FETCH_PACKAGES. common work with sturm@Marc Espie
2005-11-04Kill spf_timer in struct ospfd_conf. There is no need for two event structsClaudio Jeker
just use ev for the spf_timer -- ev is unused in the RDE.
2005-11-04Use >= instead of == to compare cost with LS_INFINITY. While there fix a typo.Claudio Jeker
2005-11-04In the super fast start-up case in recv_db_description() make sure theClaudio Jeker
the 2WAY neighbor event is issued before the interface NBR_CHNG. Fix some comments while there.
2005-11-04Remove unused variable link_state in struct nbr.Claudio Jeker
2005-11-04Make "interface em0 { }" work again. Reported and OK stevesk@Claudio Jeker
2005-11-04crank pf_state and pf_src_node byte and packet counters to u_in64_t, sinceRyan Thomas McBride
we're breaking pfsync compatibility this cycle anyways. Requested by djm@, ok henning@, 'wheee!' deraadt@
2005-11-04kill spaces in usage() to match Reality;Xavier Santolaria
2005-11-04Add carp_hash() - hash the ethernet address of the ARP request and useRyan Thomas McBride
the result to determine which carp interface should answer rather than simply using the ip address. Fixes breakage debugged by Matt Bradford <m.bradford@isrc.qut.edu.au> 'just commit' deraadt@
2005-11-04only build powernow pieces as appropriate for config'd cpu typesTed Unangst
2005-11-04remove hardcoded hash lengths in key exchange code, allowingDamien Miller
implementation of KEX methods with different hashes (e.g. SHA-256); ok markus@ dtucker@ stevesk@
2005-11-04update to lynx2.8.5rel.4; fixes CAN-2005-3120 among other things.Federico G. Schwindt
prompted by naddy@, cloder@ ok.
2005-11-04RCS Id tagUwe Stuehler
2005-11-04Pretec Compact WLAN OC-WLBXX-AUwe Stuehler
2005-11-03- Linksys WCF12 is Prism 3; ok jsg@Uwe Stuehler
- Pretec Compact WLAN OC-WLBXX-A
2005-11-03fix indentation and spacingDavid Krause
2005-11-03fix commentMartin Reindl
ok miod@