Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-27 | Split ruleset manipulation functions out into pf_ruleset.c to allow them to | Ryan Thomas McBride | |
be imported into pfctl. This is a precursor to separating ruleset parsing from loading in pfctl, and tons of good things will come from it. 2 minor changes aside from cut-n-paste and #define portability magic: - instead of defining the global pf_main_ruleset, define pf_main_anchor (which contains the pf_main_ruleset) - allow pf_find_or_create_ruleset() to return the pf_main_ruleset if it's passed an empty anchor name. ok henning dhartmei | |||
2006-10-27 | udcf(4) degraded the sensor status from OK to WARNING on the first receiption | Marc Balmer | |
error, which is to fast as this does not give ntpd the opportunity to use the sensor value. If we decode a valid time information, it has to be available to applications for some minimal time. I choose a value of 5 minutes. If we do not receive any new valid time information during this period, the sensor will be degraded to WARNING, and after another fifteen minutes it will be further degraded to CRITICAL. "makes sense to me" henning@, "sure" deraadt@ | |||
2006-10-27 | Partially revert 1.33 the range calculation change for bandit | Gordon Willem Klok | |
unfourtunately breaks some machines found the hard way by xsa@ and mbalmer@. ok mbalmer@ | |||
2006-10-27 | regen | Brad Smith | |
2006-10-27 | add the NVIDIA GeForce 6100 nForce 430 and some more MCP61 devices. | Brad Smith | |
2006-10-26 | Set Rx early threshold and Tx DMA thesholds. | Brad Smith | |
From Linux via FreeBSD | |||
2006-10-26 | Fix this by commiting the proper revision of the bge_encap() diff. | Brad Smith | |
2006-10-26 | bge_encap(): | Brad Smith | |
- Move TX ring full sanity check further up and check the number of DMA segments from the DMA map, instead of counting the DMA segments in the for loop and breaking out later. - Unload the DMA map if encountering an error condition. Tested by brad@ sturm@ wilfried@ | |||
2006-10-26 | fix fxp(4) so that it will reset the link when you change the speed... This | Brad Smith | |
will fix a problem where you boot w/ the default of autoselect, but then set the speed to 100/full, the switch will keep the autoselect/100/full negotiation... This will continue to work till someone resets the switch or unplugs the cable resulting in the switch failing to autoneg and falling back to 100/half, causing a hard to track down duplex mismatch.. From nCircle Network Security, Inc. via FreeBSD Tested by ckuethe@, pedro@, brad@, craig at creative dot com dot au | |||
2006-10-26 | typos; from bret lambert | Jason McIntyre | |
2006-10-26 | Driver for the AMD Geode LX series processor security block. | Tom Cosgrove | |
Currently just uses the RNG; AES support to be added later. ok deraadt@ | |||
2006-10-26 | Move from a switch based baud rate selection to range checking | Jonathan Gray | |
based selection as hardware is not limited to fixed rates. Suggested by deraadt | |||
2006-10-26 | Driver for MosChip MCS7703 based USB Serial devices. | Jonathan Gray | |
Support for hardware flow control not yet implemented. | |||
2006-10-26 | regen | Jonathan Gray | |
2006-10-26 | MosChip serial & Ethernet | Jonathan Gray | |
2006-10-26 | do the minimal initialization of the firmware so that ASF always | Brad Smith | |
works. From ambrisko@FreeBSD | |||
2006-10-25 | Don't convert buffer/field output to integer | Jordan Hargrave | |
Caused problems with strings/index on some systems | |||
2006-10-25 | added deref/index for integer types | Jordan Hargrave | |
2006-10-25 | Resort some functions, tiny cleanup. | Marcus Glocker | |
ok claudio@ | |||
2006-10-25 | Make sure we actually flush the I-TLB on UltraSPARC-III by doing it from | Mark Kettenis | |
the primary context instead of the secondary context. ok miod@ | |||
2006-10-25 | pr5274 fix localhost dos with oversized values | Ted Unangst | |
ok deraadt | |||
2006-10-25 | Ooops, forgot to add radio mtap includes. | Marcus Glocker | |
2006-10-25 | allow up to 16 pflog interfaces, ok mcbride | Henning Brauer | |
2006-10-25 | add a "u_int8_t logif" to struct pfrule to select to which pflog interface | Henning Brauer | |
logs go. ok mcbride | |||
2006-10-25 | Add ramdisk hooks portion. | Dale Rahn | |
2006-10-25 | replace a few more instances of hand rolled code with the | Brad Smith | |
LIST_FOREACH macro. | |||
2006-10-25 | Ramdisk kernel generated from GENERIC | Dale Rahn | |
2006-10-25 | make majors reflect reality. | Dale Rahn | |
2006-10-24 | Condense get functions into a single function. This is ahead of retrieving | Marco Peereboom | |
remaining threshold values. ok jordan | |||
2006-10-24 | remove useless chunks of code that do nothing, since endian adjustments | Brad Smith | |
only have to be made for little endian architectures. | |||
2006-10-24 | KNF | Marco Peereboom | |
2006-10-24 | Work around PR 5268 by printing "bad string" instead of panicing. There is | Marco Peereboom | |
no meanigful way of calling aml_die so we need to isolate these machines instead. ok jordan | |||
2006-10-24 | Fix RX DMA handling; until now the card stopped receiving interrupts | Marcus Glocker | |
after it went one time through the RX ring (256 descriptors). Also reset RX rings correctly after ifconfig down / up. "COMMIT IT!!!" claudio@ | |||
2006-10-24 | Hook brand new trace function into ddb. Now users can send useful traces | Marco Peereboom | |
without enabling acpi debug. Usage "machine acpi trace". ok jordan | |||
2006-10-24 | Added stack trace to aml_die+acpidebug | Jordan Hargrave | |
ok marco@ | |||
2006-10-24 | Fix indentation to not imply, that USB_ATTACH_ERROR_RETURN | Moritz Jodeit | |
is an argument of printf(). No binary change. | |||
2006-10-23 | - remove the TODO comments at the top. | Brad Smith | |
- add the VLAN headers. | |||
2006-10-23 | Move towards winter. | Miod Vallat | |
2006-10-23 | Correctly invoke sh_clock_init() [merge error] | Miod Vallat | |
2006-10-23 | Reduced memory allocations for temporary values | Jordan Hargrave | |
2006-10-23 | Attach shb before shpcic, to get us a clock earlier. | Miod Vallat | |
2006-10-23 | Do not match on non-shpcic config stanza. | Miod Vallat | |
2006-10-23 | Do not panic on a ddb invocation with curproc == NULL, and don't try to | Miod Vallat | |
userret() either on return. | |||
2006-10-23 | Add interrupt name, however need to determine if the passed parameter is safe | Dale Rahn | |
to store or might be on the stack. | |||
2006-10-23 | remove detach() function. this is not hotplug and this is dead code. | Damien Bergamini | |
2006-10-23 | make sure wpi_iter_func() is called at splnet. | Damien Bergamini | |
simplify wpi_dma_contig_alloc(). various cosmetic tweaks while i'm here. | |||
2006-10-23 | simplify zyd_read_eeprom(). | Damien Bergamini | |
2006-10-23 | turn link led off when returning to the S_INIT state. | Damien Bergamini | |
implement fast channel switching for monitor mode. | |||
2006-10-23 | make the pflog interface clonable. | Henning Brauer | |
for now, only allow pflog0 to be created. keep an array of ifps to the pflog interfaces with the unit # as index for fast access. if pflog0 does not exist, no logging is done (just like if it is down). on machines without pf enabled, this makes the pflog0 interface go away, on machines with pf, rc sets up pflog0 and starts pflogd, no change there. idea old (pf2k4 or c2k5?), hacked at the hack.lu 2006 conference, ryan ok | |||
2006-10-23 | fix control message length check, needs CMSG_ALIGN() | Henning Brauer | |
reported by ryo@nerv.org to netbsd, noticed by miod, ok millert |