Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-04 | Redo debugging mechanism to something less loud and more useful. | Marco Peereboom | |
Shaves 22k of the kernel. ok krw | |||
2006-02-04 | s/amd1032cloneprobe/adm1032cloneprobe/g | Mark Kettenis | |
2006-02-04 | fix clearing of h/w csum flags in all but the first fragment | Damien Bergamini | |
2006-02-04 | Adapt for the fact that Xorg now used standard loadable modules. | Mark Kettenis | |
ok david@ | |||
2006-02-04 | Document the new special community part "neighbor-as". OK henning@ | Claudio Jeker | |
2006-02-04 | update comment for ral | Damien Bergamini | |
no devices added or removed | |||
2006-02-04 | fix a copy/paste in a comment. | Damien Bergamini | |
2006-02-04 | silently discard f/w notifications that are unknown (fixes spurious | Damien Bergamini | |
"unknown notification 15" in logs with latest firmware) | |||
2006-02-04 | handle link state change interrupts but do nothing for now | Damien Bergamini | |
2006-02-04 | - add support for multicast filters. | Damien Bergamini | |
- fix setting of if_capabilities flags for chips supporting checksum offload. - fix dmesg output in case we can't establish the intr handler. - fix a call to bus_dmamap_unload() in nfe_encap(). | |||
2006-02-04 | Don't link libmilter against libldap and liblber if WANT_LDAP is defined | Marc Balmer | |
in /etc/mk.conf. Fixes PR 4928 ok millert | |||
2006-02-04 | - document that svnd0 must not be configured when making release | Jason McIntyre | |
- tidy up the whole para whilst here based on pr #5006, from francisco; help from mbalmer | |||
2006-02-04 | When ACPI_ENABLED wasn't set but the devices were it had an unknown variable. | Marco Peereboom | |
Pointed out by ian@. | |||
2006-02-03 | Rewrote aml parser yet again... | Jordan Hargrave | |
Fixed bus_space_map for i386/amd64 Added _BST and _BIF to acpibat to get status/info ok marco@ | |||
2006-02-03 | Restore patch from rev 1.9 of macppc/dev/ams.c that got lost in code | Matthieu Herrb | |
factorization: prevent ADB devices other than mices from generating "extended" protocol events. ok miod@ | |||
2006-02-03 | If the aspath gets copied because it is modified use the copy for filter | Claudio Jeker | |
matching. With this it is possible to make later filters depend on previous filter changes -- e.g. via community attributes. | |||
2006-02-03 | Consistency fix. Use ${} instead of $() for variables. | Bernd Ahlers | |
ok millert@ | |||
2006-02-03 | Back out i915 changes; they broke some i810-based machines. | Todd C. Miller | |
2006-02-03 | Doh! Fix stupid copy paste error. Setting the community type to the AS instead | Claudio Jeker | |
of the more obvious type produces really funny errors and gives you some happy hours of debugging. | |||
2006-02-03 | Fix off by one ocurring if ^W immediate follows ^S; testing marc@; | Otto Moerbeek | |
ok kjell@; PR 4991 | |||
2006-02-03 | override authentication tag as well; ok hshoexer@ | Christian Weisgerber | |
2006-02-03 | Cleanup and "simplify" iso checksum implementation. OK norby@ | Claudio Jeker | |
2006-02-03 | add some more Intel PIIX IDE controllers.. | Brad Smith | |
- 82372FB Ultra66 - 82371FB and 82371MX Non-UDMA capable ok grange@ | |||
2006-02-03 | First simple regression tests for invalid rules | Hans-Joerg Hoexer | |
2006-02-03 | adopt to recent changes | Hans-Joerg Hoexer | |
2006-02-03 | Implement interrupt mapping according to the OFW Interrupt Mapping recommended | Mark Kettenis | |
practice. tested by many, ok drahn@ | |||
2006-02-03 | regen | Brad Smith | |
2006-02-03 | add Intel 82372FB IDE | Brad Smith | |
2006-02-03 | add Intel 82451NX (PIIX4) and 82801DBL (ICH4-L). | Brad Smith | |
ok grange@ jsg@ | |||
2006-02-03 | jump to the allmulti target in pcn_set_filter() if the IFF_ALLMULTI flag | Brad Smith | |
is set. | |||
2006-02-03 | regen | Brad Smith | |
2006-02-02 | add a bunch of vendor id's and device id's | Brad Smith | |
Most of this is from xsa@ | |||
2006-02-02 | make an exposed printf for debugging a debug printf and add a few commas | Brad Smith | |
in the dmesg printing to make the dmesg entry look a little nicer. ok mickey@ | |||
2006-02-02 | Call bge_setmulti() if IFF_ALLMULTI is set. | Brad Smith | |
From ru FreeBSD | |||
2006-02-02 | Be less verbose about DR/BDR selection this seems to be rock solid now. | Claudio Jeker | |
OK norby@ | |||
2006-02-02 | Optimize bge_rxeof() & bge_txeof(): return immediately if there are no packets | Brad Smith | |
to process. From oleg FreeBSD | |||
2006-02-02 | In interactive mode force newline between left and right sets in the "e b" | Claudio Jeker | |
command. OK tedu@ | |||
2006-02-02 | zap md_list_empty, found by lint. | Esben Norby | |
ok claudio@ | |||
2006-02-02 | zap cand_list_empty, found by lint. | Esben Norby | |
ok claudio@ | |||
2006-02-02 | Two fixes: generate default main mode config when using PSK, added missing | Hans-Joerg Hoexer | |
force (with naddy@) ok reyk@ naddy@ | |||
2006-02-02 | Small cleanup to avoid gotos, from Andrey Matveev. | Hans-Joerg Hoexer | |
ok moritz@ | |||
2006-02-02 | Implement new special community "neighbor-as". neighbor-as is expanded on | Claudio Jeker | |
the fly to the remote AS of the current neighbor. This can be used to simplify rulesets in a dramatic way -- going from a script based nightmare down to a handfull rules. jajajaja henning@ | |||
2006-02-02 | Set rtm_index to the correct interface index for RTM_ADD and RTM_CHANGE. | Claudio Jeker | |
bgpd and ospfd use this information to track the availability of a route. Discussed with dlg@, OK henning@ | |||
2006-02-02 | Use alternate PCI DMA control register settings for PCI Express-based | Brad Smith | |
Broadcom Gigabit Ethernet interfaces. From jonathan NetBSD and based on the Broadcom Linux driver. Tested by a few end-users. | |||
2006-02-02 | Backout lcd_suspend on lid close, found to cause crashes. | Dale Rahn | |
requested by jolan, prodded by bob. | |||
2006-02-01 | Simplify expression code. Patch from markus@. | Marco Pfatschbacher | |
ok mcbride@ | |||
2006-02-01 | Run external tests synchronous at state changes and | Marco Pfatschbacher | |
call adjust_external_expressions() which updates the expressions for all states. Address similar state caching problems for external tests as in previous commit. Don't ignore set-state actions if they are happening right after a state change. (Based on a patch from Holger Mikolon). ok markus@, testing sturm@, ok mcbride@. | |||
2006-02-01 | If we reenter a state, it still has the old link state values cached. | Marco Pfatschbacher | |
Therefore, if it enters a state without calling scan_ifstate() (e.g. through an external-test) ifstated will do the wrong thing (tm). Change scan_ifstate() to first walk over all states and update the expressions _before_ they are evaluated. Help and ok markus@, testing sturm@, ok mcbride@. | |||
2006-02-01 | remove obsolete code; from Ray Lai in PR 4998; ok tedu@ beck@ | Otto Moerbeek | |
2006-02-01 | spf_calc should only do what the name says - calculate the spf tree. | Esben Norby | |
ok claudio@ |