Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-04 | Change DEBUG conditionals into PMAP_DEBUG; no functional change. | Miod Vallat | |
2005-11-04 | Add an extra flags argument to uvm_io(), to specify whether we want to fix | Miod 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 SYNOPSIS | Jason McIntyre | |
- make the list a bit more interesting (-ohangman) | |||
2005-11-04 | update FILES, with some help from millert@; | Jason McIntyre | |
2005-11-04 | don't bother setting error in em_attach() since it's | Brad Smith | |
not being used anyway. | |||
2005-11-04 | mention Maxxtro UC-232A | Brad Smith | |
From: Marcus Glocker <marcus at nazgul dot ch> | |||
2005-11-04 | - splimp -> splnet | Brad 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 -> splnet | Brad Smith | |
- remove spl's from attach - fix dmesg printing - de-allocate resources on failure to attach | |||
2005-11-04 | upper case the first letter of a sentence; | Jason McIntyre | |
2005-11-04 | document `-cstring' option; | Xavier Santolaria | |
2005-11-04 | remove uneeded debug function. | Jonathan Gray | |
2005-11-04 | - clean up SYNOPSIS | Jason McIntyre | |
- tweak description of -i ok xsa@ | |||
2005-11-04 | The candidate list is a sorted linear list so when changing the cost of | Claudio 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-04 | Move access to RF tranceiver functions to be via callbacks. | Jonathan Gray | |
"looks fine" reyk@ | |||
2005-11-04 | remove useless prototype; ok drahn@ | Uwe Stuehler | |
2005-11-04 | The maximal rate LSA can be updated is all MIN_LS_INTERVAL seconds and not | Claudio Jeker | |
MIN_LS_ARRIVAL. MIN_LS_ARRIVAL is used to limit the rate of incomming updates. | |||
2005-11-04 | Set the vertex timestamp as soon as possible giving ospfd a chance to recover | Claudio Jeker | |
from time jumps. | |||
2005-11-04 | document FETCH_PACKAGES. common work with sturm@ | Marc Espie | |
2005-11-04 | Kill spf_timer in struct ospfd_conf. There is no need for two event structs | Claudio Jeker | |
just use ev for the spf_timer -- ev is unused in the RDE. | |||
2005-11-04 | Use >= instead of == to compare cost with LS_INFINITY. While there fix a typo. | Claudio Jeker | |
2005-11-04 | In the super fast start-up case in recv_db_description() make sure the | Claudio Jeker | |
the 2WAY neighbor event is issued before the interface NBR_CHNG. Fix some comments while there. | |||
2005-11-04 | Remove unused variable link_state in struct nbr. | Claudio Jeker | |
2005-11-04 | Make "interface em0 { }" work again. Reported and OK stevesk@ | Claudio Jeker | |
2005-11-04 | crank pf_state and pf_src_node byte and packet counters to u_in64_t, since | Ryan Thomas McBride | |
we're breaking pfsync compatibility this cycle anyways. Requested by djm@, ok henning@, 'wheee!' deraadt@ | |||
2005-11-04 | kill spaces in usage() to match Reality; | Xavier Santolaria | |
2005-11-04 | Add carp_hash() - hash the ethernet address of the ARP request and use | Ryan 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-04 | only build powernow pieces as appropriate for config'd cpu types | Ted Unangst | |
2005-11-04 | remove hardcoded hash lengths in key exchange code, allowing | Damien Miller | |
implementation of KEX methods with different hashes (e.g. SHA-256); ok markus@ dtucker@ stevesk@ | |||
2005-11-04 | update to lynx2.8.5rel.4; fixes CAN-2005-3120 among other things. | Federico G. Schwindt | |
prompted by naddy@, cloder@ ok. | |||
2005-11-04 | RCS Id tag | Uwe Stuehler | |
2005-11-04 | Pretec Compact WLAN OC-WLBXX-A | Uwe Stuehler | |
2005-11-03 | - Linksys WCF12 is Prism 3; ok jsg@ | Uwe Stuehler | |
- Pretec Compact WLAN OC-WLBXX-A | |||
2005-11-03 | fix indentation and spacing | David Krause | |
2005-11-03 | fix comment | Martin 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-03 | re-implement the bpf "filter drop" option that it actually works. the | Reyk 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 KNF | Niall O'Higgins | |
2005-11-03 | better doc for `-i'; | Xavier Santolaria | |
2005-11-03 | - update comment for checkout_rev() for bitwise flags. | Niall O'Higgins | |
2005-11-03 | output 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-03 | Cache reverse lookups with and without DNS separately; ok markus@ | Darren Tucker | |
2005-11-03 | kludge: avoid creating non-empty files. | Marc Espie | |
I don't like the fix, but it works... | |||
2005-11-03 | exit with 1 if we can't install shit thanks to dependencies issues. | Marc Espie | |
found out by sturm@ | |||
2005-11-03 | revert to 20051009 for now, need to investigate strange behaviour with | Martin Reindl | |
some controllers discussed with otto@ and henning@, first noted by miod@ | |||
2005-11-03 | use splvm() here instead of splimp(). in currently unused MULTIPROCESSOR code. | Brad Smith | |
ok martin@ | |||
2005-11-03 | Don't remove elements inside TAILQ_FOREACH. Change to usual for() | Kenneth R Westerback | |
idiom. | |||
2005-11-02 | change zaurus fifo lenght back to 32 until some issues are sorted out. | Federico G. Schwindt | |
requested by uwe@. |