summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Restore a feature that was present in 5.x and 6.x, and was cleared inglebius2011-12-201-39/+27
* - Cover pfsync callouts deletion with PF_LOCK().glebius2011-12-201-1/+9
* In sys/contrib/ngatm/netnatm/msg/uni_ie.c, use a more appropriate way todim2011-12-151-41/+43
* Return value should be conditional on return value of pfsync_defer_ptr()glebius2011-11-301-2/+2
* Merge ACPICA 20111123.jkim2011-11-28122-1536/+10445
|\
* | 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
OpenPOWER on IntegriCloud