summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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@
2005-11-03- fix error message printed when pci_mapreg_map() fails.Brad Smith
- initialize error to 0 in pcn_ioctl().
2005-11-03re-implement the bpf "filter drop" option that it actually works. theReyk Floeter
bpf FILDROP interface exists for about one year but the required interface to the drivers was missing - so it was useless. this new approach based on a design by henning@ uses a new mbuf flag to mark filtered packets and to drop them in the generic network stack input routines (like ether_input). for example; after some additional testing, this could be used by dhclient to filter everything except DHCP packets (track tech@ for a corresponding dhclient diff). the "filter dropped" packets won't reach the network stack. so it's probably some kind of a very basic application layer packet filter ;). ok canacar@, discussed with henning@ and others
2005-11-03- minor KNFNiall O'Higgins
2005-11-03better doc for `-i';Xavier Santolaria
2005-11-03- update comment for checkout_rev() for bitwise flags.Niall O'Higgins
2005-11-03output tweaks;Xavier Santolaria
2005-11-03- document `-M' option properly.Niall O'Higgins
2005-11-03- sync checkout_usage();Niall O'Higgins
2005-11-03- implement `-M' option.Niall O'Higgins
2005-11-03Cache reverse lookups with and without DNS separately; ok markus@Darren Tucker
2005-11-03kludge: avoid creating non-empty files.Marc Espie
I don't like the fix, but it works...
2005-11-03exit with 1 if we can't install shit thanks to dependencies issues.Marc Espie
found out by sturm@
2005-11-03revert to 20051009 for now, need to investigate strange behaviour withMartin Reindl
some controllers discussed with otto@ and henning@, first noted by miod@
2005-11-03use splvm() here instead of splimp(). in currently unused MULTIPROCESSOR code.Brad Smith
ok martin@
2005-11-03Don't remove elements inside TAILQ_FOREACH. Change to usual for()Kenneth R Westerback
idiom.
2005-11-02change zaurus fifo lenght back to 32 until some issues are sorted out.Federico G. Schwindt
requested by uwe@.