summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-02-27Do not check the link state when installing a route. This bit was missing inClaudio Jeker
2009-02-27fix quick reuse of tcp states.Henning Brauer
2009-02-27fix mbuf problems and simplify code, well spotted and input byJoerg Goltermann
2009-02-270x3 is not really a good number for bit flags. Should fix the LogitechMarcus Glocker
2009-02-27Rework nmi handling to handle ``complex'' NMI faster, and return as fast asMiod Vallat
2009-02-27Be a bin more paranoid in m88410_inval() in the operation complete check.Miod Vallat
2009-02-27set interrupt moderation timer for tx; otherwise interrupt always for txKevin Lo
2009-02-26If acx_attach() fails, print the reason why it is failing.Stefan Sperling
2009-02-26Fix PR6089, "panic in acx_detach upon card eject".Stefan Sperling
2009-02-26fix tree break with two missing charsTodd T. Fries
2009-02-26declare builds from around here to be 4.5 instead of 4.5-beta, though itTheo de Raadt
2009-02-26Add a two new ioctls to the apm(4) interface.Owain Ainsworth
2009-02-26bulk updates are sent from a timeout which walks over the state tree andDavid Gwynne
2009-02-26fix the multicast code; tested by sthen@Kevin Lo
2009-02-25Fix up multicast support, from brad.Jonathan Gray
2009-02-25On full mask revision 2 or later default toJonathan Gray
2009-02-25enable ale(4) on both i386 and amd64Kevin Lo
2009-02-25add Atheros AR8121/AR8113/AR8114 Ethernet controller(also known as L1E).Kevin Lo
2009-02-24restore the parsing of incoming tdb update messages. this was disabledDavid Gwynne
2009-02-24Disable rt_if_track() for now. This causes the rtfree panic seen in PR6043Claudio Jeker
2009-02-24The original SiS chips seem to have an bug that marks VLAN tagged packetsClaudio Jeker
2009-02-24match new cpuid stuff from i386; by jsgTheo de Raadt
2009-02-24Add support for hardware acceleration to gbe(4). This provides an acceleratedJoel Sing
2009-02-24move AnyDATA ADU-E100H to umsm(4) from ubsa(4) as it uses msm chipset.Yojiro Uo
2009-02-24back out est.c 1.8 and bring acpicpu.c all the way back to 1.47 because ofTheo de Raadt
2009-02-24Backout a backout because noone knows what the hell the backout is aTheo de Raadt
2009-02-24request a bulk update when the pfsync if configuration is changed via anDavid Gwynne
2009-02-23dont put pfsync packets on the wire if no syncdev is specified. issuesDavid Gwynne
2009-02-23When jumping out of the interrupt handler early, clear conditions we knowMiod Vallat
2009-02-23regenJonathan Gray
2009-02-23Match on the SAS1078DE which appears to be used in at least theJonathan Gray
2009-02-23- fix test for IPv4 checksumKevin Lo
2009-02-22Replace bcmp in while loop with check of ac_multirangecnt.Mark Kettenis
2009-02-22On machines with less than 16MB of physical memory, reduce the lower boundMiod Vallat
2009-02-22Don't enforce a minimum size for nkmempages by default; if the computedMiod Vallat
2009-02-22In icmp6_mtudisc_update make sure that the requested MTU is not less thenClaudio Jeker
2009-02-22Make Yukon-2 FE+ (88E8040, 88E8042) work.Mark Kettenis
2009-02-22Make 88E3016 actually work.Mark Kettenis
2009-02-22Untested FB-DIMM decoding adapted from changes made to NetBSDJonathan Gray
2009-02-22fix PR 6082: do not create more fd's than will fit in the message onOtto Moerbeek
2009-02-21dma_cachectl() bye-bye.Miod Vallat
2009-02-21No need to use special copy{from,to}buf for MVME376, the board's buffersMiod Vallat
2009-02-21Previous delay() fix broke 1x2 boards. Make sure delay() works on themMiod Vallat
2009-02-21Move part of the mp lock logic into per-cpu callbacks; on MVME197DP we needMiod Vallat
2009-02-21Get rid of 88110 nmi stacks. This was a good idea, but I outsmarted myselfMiod Vallat
2009-02-21overzealous cut/paste; found by Vladimir Kirillov <proger@uaoug.org.ua>Marco Peereboom
2009-02-21Fix a kernel crash for bulk devices when closing the video stream;Marcus Glocker
2009-02-20This should get me nominated for the ``stupidest bug of the year'' award.Miod Vallat
2009-02-20When looping to process external interrupts, do not complain (and panic)Miod Vallat
2009-02-20atomic_{set,clear}bits_int were not safe enough on 88110 systems, as theyMiod Vallat