summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-02-04* merge 'onqueue' and 'running' members of struct usb_task intoJacob Meuser
2011-02-03Initialize stack memory before use. Found with clang.Matthew Dempsky
2011-02-03ip_ttl is u_int8_t, not u_char so adjust sizeof for consistency.Todd C. Miller
2011-02-02For SETVAL and SETALL operations make sure the specified value(s) areFederico G. Schwindt
2011-02-01Add the Toshiba 3G HSDPA MiniCard, found in my Dell Latitude D630.David Coppa
2011-02-01regenDavid Coppa
2011-02-01Add the Toshiba 3G HSDPA MiniCard, found in my Dell Latitude D630.David Coppa
2011-02-01The check for invalid IPv6 fragment size in pf_normalize_ip6() wasAlexander Bluhm
2011-01-30another runTed Unangst
2011-01-30regenTed Unangst
2011-01-30another run device. ok miodTed Unangst
2011-01-30Report the compose key on sun keyboards in raw mode as a different keycodeMiod Vallat
2011-01-29spaces that make my eyes bleed. no binary change.Marco Peereboom
2011-01-29The function m_tag_copy_chain() returned 0 on success and 1 onAlexander Bluhm
2011-01-29Fix two logic errors:Kevin Lo
2011-01-28Replace another m_free() with m_freem() to plug an mbuf leak in mpe_input().Reyk Floeter
2011-01-28Fix another memory leak by replacing m_free() with m_freem() in trunk'sReyk Floeter
2011-01-28Change an m_free() to m_freem() to free the whole mbuf chain and to preventReyk Floeter
2011-01-28make sure that the size of the addresses userland is trying to configureDavid Gwynne
2011-01-28we deal with polled ccbs erroring out properly, we dont have to complainDavid Gwynne
2011-01-28ahci0: timed out 1, active 0, count 0 during pmp probe timeouts should beDavid Gwynne
2011-01-28you use ; to end a statement, not a :.David Gwynne
2011-01-27Fix newlines for error on attach case. with & ok dlg.Darren Tucker
2011-01-27Atom uses the same value for bus clock 200 MHz as Core, thoughJonathan Gray
2011-01-27s/DST/DEST/ to avoid warnings when building RAMDISK kernels, which defineMiod Vallat
2011-01-27while closing the device, don't sleep with the PCATCH flag, otherwiseAlexandre Ratchov
2011-01-26Add port multiplier support, has been in snaps for a while with no reportedDale Rahn
2011-01-26syncKevin Lo
2011-01-26sort previousKevin Lo
2011-01-26syncKevin Lo
2011-01-26Attansic L1D/L2C PCI idsKevin Lo
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2011-01-25Don't ignore copyout() return value in sys_thrsleep().Stefan Sperling
2011-01-25pool is properly spelled pl. makes this one fit in netstat column.Ted Unangst
2011-01-24unbreak 6200 support by forcing Tx/Rx chains masks since ROMDamien Bergamini
2011-01-23Ansify function.Joel Sing
2011-01-23Add support to installboot(8) for installing biosboot(8) and boot(8) onJoel Sing
2011-01-23Factor out block level I/O handling code and correctly handle I/Os thatJoel Sing
2011-01-23Ansify functions.Joel Sing
2011-01-23Spinning up secondary CPUs on an MP kernel results in PDC output on theJoel Sing
2011-01-22Ensure that boot storage area exists and is large enough, beforeJoel Sing
2011-01-22Pf must not scrub packets which will be dropped anyway.Alexander Bluhm
2011-01-21make mpls compile w/o errors when inet6 is not definedMike Belopuhov
2011-01-21syncKevin Lo
2011-01-21Add Atheros F1 and F2 PHYs from FreeBSDKevin Lo
2011-01-21Get rid of the use of goto's within vte_iff funtion; from BradKevin Lo
2011-01-20add IT8721 supportOleg Safiullin
2011-01-20The reason accounting in pf_reassemble() was not correct. ChangeAlexander Bluhm
2011-01-19group filesystems togetherThordur I. Bjornsson
2011-01-19Give pf_normalize_ip() the same 3 way semantics as pf_test().Alexander Bluhm