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