Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-27 | stupid me, of course these MD macros need to be converted to MI macros | Martin Reindl | |
as well | |||
2005-10-27 | apparently 8235 has 8 pci lines too (ommited from the docs); tested by jolan@ | Michael Shalayeff | |
2005-10-27 | make sure ppsratecheck() returns 0 if maxpps is 0; | Markus Friedl | |
from alexander bluhm; ok deraadt | |||
2005-10-27 | Basic support for attaching states from pfsync to the correct rules. | Ryan Thomas McBride | |
Applies only to rules in the main ruleset (not anchors) if the ruleset checksum matches. Necessary to fix the following for pfsync'd states: - per-rule limits on number of states - altq - rule-based settings such as timeouts More work to do re: nat rules, src-nodes, etc. NOTE: This is modifies the pfsync header and version number. Tools which process pfsync packets must be recompiled, and firewalls with different versions will not sync. ok mpf@ henning@ dhartmei@ | |||
2005-10-27 | - __sparc__ -> __sparc64__ | Brad Smith | |
- unmap resources allocated by pci_mapreg_map() on failure to attach - fixup PCI interrupt string printing and surrounding code to be more consistent with other drivers | |||
2005-10-27 | em kind of works now (not under heavy nfs load); ok brad | Theo de Raadt | |
2005-10-26 | - enable siop(4) in RAMDISK_CD on amd64. | Niall O'Higgins | |
ok deraadt@ | |||
2005-10-26 | add vt8233 and vt8235 (at least 8235 verified in docs) | Michael Shalayeff | |
2005-10-26 | reverse 8237 check to only match 8237 | Michael Shalayeff | |
2005-10-26 | add missing bus_dmamap_sync()'s, much closer to working on hppa | Brad Smith | |
though it still falls over with NFS builds. From: FreeBSD ok deraadt@ | |||
2005-10-26 | add via 8237 back, works now | Henning Brauer | |
2005-10-26 | in set_trigger only touch triggers not whole routing crap | Michael Shalayeff | |
2005-10-26 | fix 8237 trigger mask | Michael Shalayeff | |
2005-10-26 | revert 82801FBM SATA controller back to being configured as an IDE controller | Brad Smith | |
until someone can figure out why it works on some systems and not on others. | |||
2005-10-26 | Add basic handler for MCE and MCA. Written mostly by toby@ and commiting for | Marco Peereboom | |
toby@ per his request. ok marco@ | |||
2005-10-26 | regen | Brad Smith | |
2005-10-26 | fix some Intel chipset names. | Brad Smith | |
2005-10-26 | use the MI atop() macro for alpha and mips | Martin Reindl | |
2005-10-26 | Mach-macro wipeout | Martin Reindl | |
'do it' deraadt@ | |||
2005-10-26 | goodbye more Mach macros | Martin Reindl | |
help toby, ok deraadt@ | |||
2005-10-26 | no more hppa_round_page() and hppa_trunc_page() macros | Martin Reindl | |
ok mickey@ | |||
2005-10-26 | add an i2s framework, which can be reused in new audio drivers | Joris Vink | |
for macppc, as most modern Apple machines have i2s-based audio. also let snapper use i2s.c right away; tested by Antoine Jacoutot, drahn@ and kettenis@ "yes, commit!" drahn@, ok kettenis@ | |||
2005-10-26 | missing name for KERN_CPTIME2; from form@ | Michael Shalayeff | |
2005-10-26 | sync | Theo de Raadt | |
2005-10-26 | oops | Theo de Raadt | |
2005-10-26 | sync | Theo de Raadt | |
2005-10-26 | new digi puc; bsw71@mail.ru | Theo de Raadt | |
2005-10-26 | regen | Brad Smith | |
2005-10-26 | add Compaq iLO controllers | Brad Smith | |
2005-10-26 | Adapt art(4) to the new link state handling done by sppp(4). | Claudio Jeker | |
Now blinkenlights realy work like a charm -- OK cHDLC reports always linkstate active but that is a problem inside sppp(4). | |||
2005-10-26 | Instead of using arc4random() to modulate the TCP isn, call tcp_rndiss_next() | Ryan Thomas McBride | |
and calculate the modulator. This ensures that modulated initial sequence numbers have the same properties regarding separation and non-repetition as those generated by our TCP stack. ok markus@ frantzen@ | |||
2005-10-26 | typo | Michael Shalayeff | |
2005-10-25 | Make ffs_fserr() a macro, okay deraadt@ | Pedro Martelletto | |
2005-10-25 | Correctly remove elements from a pagedep dirrem list. | Pedro Martelletto | |
Issued noted and fix okay'd by otto@. | |||
2005-10-25 | kill unused definition, okay krw@, millert@ | Pedro Martelletto | |
2005-10-25 | dont' -> don't in comments; | Jason McIntyre | |
from ray lai; | |||
2005-10-25 | re-enable IPv6 on the macppc RAMDISK. | Brad Smith | |
ok deraadt@ | |||
2005-10-25 | mtag in pf_route is now only used for IPSEC, so #ifdef it | Henning Brauer | |
From: Mike Belopuhov <mkb@crypt.org.ru> | |||
2005-10-25 | Some uvm problem is being exposed with the more strict macros. Revert until | Otto Moerbeek | |
we've found out what's causing the panics. | |||
2005-10-24 | add Intel 6300ESB | Brad Smith | |
Thanks to Sébastien Taylor <staylor at gridworx dot ca> for testing. | |||
2005-10-24 | Revamp interrupt handling in em(4) driver: | Brad Smith | |
o Do not mask the RX overrun interrupt. o Rewrite em_intr(): - Axe EM_MAX_INTR. - Cycle acknowledging interrupts and processing packets until zero interrupt cause register is read. - If RX overrun comes in log this fact. From glebius FreeBSD ok krw@ beck@ | |||
2005-10-24 | Partly backout. NOLIST, used in LISTs is probably interfering. requested by | Otto Moerbeek | |
deraadt@ | |||
2005-10-24 | Conditionalize singler-step code on PTRACE. | Mark Kettenis | |
ok miod@ | |||
2005-10-24 | Factorize db_interface code between luna88k and mvme88k, removing dead code | Miod Vallat | |
in the process; the arch-agnostic code keeps the ability for a specific machine to define its own machine commands, such as "machine prom" for mvme88k, in addition to the ``regular'' m88k machine commands. | |||
2005-10-24 | Mach-macro free | Martin Reindl | |
2005-10-24 | Remove panic if polling thread can not be created. | Marco Peereboom | |
ok jordan@ | |||
2005-10-24 | don't touch via 8237 for now, until it is fixed. | Henning Brauer | |
what mickey committed is obviosuly NOT what I tested, since that worked. | |||
2005-10-24 | Remove redundant duplicate packet length check. | Ryan Thomas McBride | |
ok mpf@ | |||
2005-10-24 | fix compilation for KGDB; looked by miod@. | Federico G. Schwindt | |
2005-10-24 | change read/write callbacks to use a void * instead of struct rtw_regs. | Reyk Floeter | |
why? rtw uses the smc93cx6 EEPROM and a separate diff will allow accessing it without depending on the bus_space_* functions. this is required for the RTL8187L. discussed with jsg@ |