summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
...
* | Adjust a few old checks to use __FreeBSD_version macro tormh2011-11-242-3/+3
* | Add missing PF_UNLOCK in pf_testkevlo2011-10-301-1/+5
* | Utilize new IF_DEQUEUE_ALL(ifq, m) macro in pfsyncintr() to reduceglebius2011-10-271-5/+6
* | Merge several fixes to bulk update processing from OpenBSD. Mergedglebius2011-10-231-27/+44
* | Fix indentation, no code changed.glebius2011-10-231-2/+2
* | - Fix a bad typo (FreeBSD specific) in pfsync_bulk_update(). Insteadglebius2011-10-231-3/+3
* | Fix from r226623 is not sufficient to close all races in pfsync(4).glebius2011-10-231-40/+59
* | Absense of M_WAITOK in malloc flags for UMA doesn'tglebius2011-10-231-1/+1
* | Correct flag for uma_zalloc() is M_WAITOK. M_WAIT is an old andglebius2011-10-231-1/+1
* | Fix a race: we should update sc_len before dropping the pf lock, otherwise aglebius2011-10-211-3/+1
* | In FreeBSD ip_output() expects ip_len and ip_off in host byte orderglebius2011-10-211-0/+8
* | Fix recursive pf locking leading to panics. Splatter PF_LOCK_ASSERT()sbz2011-10-191-20/+22
* | De-virtualize the pf_task_mtx lock. At the current state of pf lockingbz2011-10-192-20/+14
* | Adjust the PF_ASSERT() macro to what we usually use in the network stack:bz2011-10-194-16/+18
* | In the non-FreeBSD case we do not expect PF_LOCK and friends to do anything.bz2011-10-191-13/+4
* | Pseudo interfaces should go at SI_SUB_PSEUDO. However at leastbz2011-10-193-4/+4
* | Fix an obvious locking bug where we would lock again rather than unlock.bz2011-10-191-1/+1
* | Fix a bug when NPFSYNC > 0 that on FreeBSD we would always returnbz2011-10-191-2/+2
* | Fix indentation in a loop and a tiny maze of #ifdefs for just thebz2011-10-191-27/+27
* | Use the correct byte order for the ip_divert(4) mbuf tag port metabz2011-08-251-1/+2
* | Fix build failure without BPF.pluknet2011-08-171-1/+1
* | Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-2817-5717/+9003
* | Add _mbuf() variants of various inpcb-related interfaces, including lookup,rwatson2011-06-041-0/+8
* | Merge ACPICA 20110527.jkim2011-05-3114-83/+658
* | Remove some further INET related symbols from pf to allow the modulebz2011-05-313-1/+14
* | Decompose the current single inpcbinfo lock into two locks:rwatson2011-05-301-17/+14
* | Make pf compile without INET support by adding #ifdef INETs andbz2011-04-273-4/+16
* | Add firmware images for the 6000 series g2a and g2b adapters.bschmidt2011-04-202-0/+15961
* | Update iwn(4) firmware blobs:bschmidt2011-04-206-20335/+20265
* | Re-merge with ACPICA vendor source.jkim2011-04-154-76/+75
* | Merge ACPICA 20110413.jkim2011-04-1545-1166/+1947
|\ \ | |/
* | Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-071-2/+3
* | Merge ACPICA 20110316.jkim2011-03-1716-69/+610
* | o) Clean up FPA pools on module unload.jmallett2011-03-161-0/+13
* | Deprecate tsc_present as the last of its real consumers finally disappeared.jkim2011-03-151-3/+5
* | Add a tunable "machdep.disable_tsc" to turn off TSC. Specifically, it turnsjkim2011-03-111-2/+2
* | Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becausejkim2011-03-101-5/+6
* | Remove alpha reminiscence from altq.jkim2011-03-101-47/+2
* | Consistently add TSC support for amd64.jkim2011-03-101-6/+7
* | Remove support for FreeBSD 4.x and below.jkim2011-03-1010-57/+8
* | Merge ACPICA 20110211.jkim2011-02-1247-5483/+7125
|\ \ | |/
* | Correct bogus initialization. It should be noted that this changecsjp2011-01-141-1/+1
* | Merge ACPICA 20110112. Switch to BSD/GPLv2 dual license[1].jkim2011-01-13236-24796/+8855
|\ \ | |/
* | o) Expand the CIU driver to be aware of newly-allocated parts of the IRQ range.jmallett2011-01-103-7/+78
* | Update firmware for wpi(4) from version 2.14.4 to 15.32.2.9.bschmidt2010-12-193-2629/+2637
* | o) Add support for the Lanner MR-321X/MR-325, which is just a modified MR-320.jmallett2010-12-164-1/+16
* | Merge ACPICA 20101209.jkim2010-12-1530-1357/+1786
|\ \ | |/
* | Merge Cavium Octeon SDK 2.0 Simple Executive; this brings some fixes and newjmallett2010-11-28259-126603/+278322
* | o) Recognize the Lanner MR-730.jmallett2010-11-083-3/+21
* | Merge ACPICA 20101013.jkim2010-10-1330-502/+904
|\ \ | |/
OpenPOWER on IntegriCloud