summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-02-17Disable sbt and ubt devices. The bluetooth code will sometimes sleep whileMiod Vallat
2011-02-17if changing the default speaker connection, be sure it's both aJacob Meuser
2011-02-17allow interfaces other than slaves of the union interface to be theJacob Meuser
2011-02-17the number of widget connections isn't necessarily the same as theJacob Meuser
2011-02-16allow users to enable access to the /dev/crypto, but keep it turned offMike Belopuhov
2011-02-15Initialize sc_iot early enough to avoid a crash when the hardware monitorMiod Vallat
2011-02-15A vnd buf doesn't only go through the vnd bufq but also the bufqThordur I. Bjornsson
2011-02-15Add workaround for BCM5906 A0/1/2 controller silicon bug. WhenRobert Nagy
2011-02-15Do not compile statistics counters code if defined(SMALL_KERNEL). Makes i386Miod Vallat
2011-02-15bus_dmamap_sync() freshly initialized Rx descriptors before flipping the bitMark Kettenis
2011-02-15Copy pasto in comment. Fix by brad@ OK dlg@Claudio Jeker
2011-02-15move us to real 4.9Theo de Raadt
2011-02-14free mbuf in failure case. fix for pr6562. ok claudio.Ted Unangst
2011-02-14Add missing byte-order swap to pf_match_addr_range. Without this, rulesStuart Henderson
2011-02-13Unbreak userland as well, since bpf_filter.c is also used in libpcap.Can Erkin Acar
2011-02-13Do not compile statistics counters code if defined(SMALL_KERNEL). Makes i386Miod Vallat
2011-02-12Unbreak previous commit by adding the proper header file.Can Erkin Acar
2011-02-12Clear the filter memory area before using it. Leaving it uninitialized mayCan Erkin Acar
2011-02-11Regenerate.Paul Irofti
2011-02-11Add linux_mprotect() syscall. Okay otto@.Paul Irofti
2011-02-11Port over a fix from Chris Wilson to poke the 855GM GWB/HIC bit.Marco Pfatschbacher
2011-02-11In ip_forward() free the mbuf chain mcopy with m_freem() insteadAlexander Bluhm
2011-02-10now that usb_wait_task() is back, bring back recently revertedJacob Meuser
2011-02-10Regenerate.Paul Irofti
2011-02-10Add time related syscalls clock_gettime() and clock_getres().Paul Irofti
2011-02-09bring back changes in usb.c revision 1.73Jacob Meuser
2011-02-09revert usb.c to r1.72, and all subsequent changes that depend on it.Jacob Meuser
2011-02-06cap the max size of the eeprom to 16k, as per the linux and freebsdDavid Gwynne
2011-02-06pf_translate() may be called from pflog_packet(). Make sure thatAlexander Bluhm
2011-02-06pf_test() and pf_test6() drop IPv4-ICMP6 and IPv6-ICMP packets. DoAlexander Bluhm
2011-02-05* use usb_ref_{incr,decr,wait}() to avoid detaching the driver while aJacob Meuser
2011-02-05When a packet with an unusual protocol number got rewritten, theAlexander Bluhm
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