summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Merge updates from 3.4.26 - 3.4.27.darrenr2002-04-278-65/+115
|
* bring in changes from 3.4.26.darrenr2002-04-2514-160/+338
|
* This commit was generated by cvs2svn to compensate for changes in r95415,darrenr2002-04-251-0/+275
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import IPFilter 3.4.26 kernel sources, including H.323 proxy.darrenr2002-04-251-0/+275
| | | | | | | | | | | | Include the licence file for both IPFilter and the H.323 proxy (from QNX), for convienence.
| * Import IPFilter 3.4.26 kernel sources, including H.323 proxy.darrenr2002-04-2514-186/+378
| | | | | | | | | | Include the licence file for both IPFilter and the H.323 proxy (from QNX), for convienence.
| * Import IPFilter 3.4.25 (last version 3.4.20)darrenr2002-03-1920-869/+2077
| |
* | We don't need ip_ipsec_pxy.c in userland.ru2002-03-261-1/+1
| |
* | fix blockno printf formatting warnings.alfred2002-03-191-4/+6
| |
* | do not include the missing ip_h323_pxy.cdarrenr2002-03-191-1/+0
| |
* | fix conflicts (mostly damn rcs id's) generated by importdarrenr2002-03-1920-854/+2055
| |
* | This file is being removed pending the all clear on its licence by someonedarrenr2002-03-191-275/+0
| | | | | | | | else.
* | This commit was generated by cvs2svn to compensate for changes in r92680,darrenr2002-03-193-0/+676
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import IPFilter 3.4.25 (last version 3.4.20)darrenr2002-03-193-0/+676
| |
| * This commit was manufactured by cvs2svn to create branchcvs2svn2001-09-121-0/+29
| | | | | | | | 'VENDOR-sys-ipfilter'.
| * Import version 3.4.20 of IPFilterdarrenr2001-07-2818-510/+862
| |
| * Update IP Filter kernel sourcedarrenr2001-02-0414-119/+259
| |
| * Import IP filter 3.4.13darrenr2000-10-298-48/+58
| |
| * Import IP Filter 3.4.12 into kernel source treedarrenr2000-10-2614-192/+613
| |
| * Import IP Filter 3.4.9 bits into the kerneldarrenr2000-08-1310-102/+367
| |
| * import ipfilter 3.4.8darrenr2000-07-1913-112/+226
| |
| * Import IP Filter 3.4.4 into the kerneldarrenr2000-05-2420-2519/+6875
| |
| * This commit was manufactured by cvs2svn to create branchcvs2svn1999-12-063-0/+612
| | | | | | | | 'VENDOR-sys-ipfilter'.
* | Remove a couple of stray linuxisms to make this work for FreeBSD/ia64.dfr2002-03-181-6/+2
| |
* | Merge local changes for the 20020308 ACPI CA update.msmith2002-03-163-8/+41
| |
* | This commit was generated by cvs2svn to compensate for changes in r92388,msmith2002-03-1618-50/+112
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import of the 20020308 Intel ACPI CA update.msmith2002-03-1621-58/+153
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r92386,msmith2002-03-161-0/+153
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import of the 20020308 Intel ACPI CA update.msmith2002-03-161-0/+153
| | |
* | | Change two occurrences of HTONS() to use htons().mike2002-02-281-2/+2
| | |
* | | Fix warning (unused variable)peter2002-02-271-1/+0
| | | | | | | | | | | | Submitted by: LINT, -Werror
* | | Move some debugger-only symbols around; this patch didn't make it intomsmith2002-02-243-4/+2
| | | | | | | | | | | | the commit resolution for some reason. Fixes ACPI_DEBUG.
* | | Resolve conflicts arising from the ACPI CA 20020217 import.msmith2002-02-2312-513/+586
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r91116,msmith2002-02-23126-7212/+7709
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import of the Intel ACPI CA 20020217 drop.msmith2002-02-23138-7720/+8290
| | |
* | | Add a helper script used to take an Intel-supplied ACPI CA drop and make itmsmith2002-02-081-0/+42
| | | | | | | | | | | | ready for importing. This should save me from my own over-cleanliness.
* | | Backout inclusion of queue.h since rev 1.38 sys/file.h now has italfred2002-01-148-24/+0
| | | | | | | | | | | | included in the right order.
* | | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.alfred2002-01-138-0/+24
| | | | | | | | | | | | Requested by: jhb
* | | Import this patch to address user concerns.darrenr2002-01-042-2/+2
| | | | | | | | | | | | | | | | | | | | | PR: 27615 Submitted by: Andria Thomas <andria@tovaris.com> Approved by: Me. MFC after: 7 days
* | | Add OS layer ACPI mutex and threading support.iwasaki2001-12-221-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Temporary fix a bug of Intel ACPI CA core code. - Add OS layer ACPI mutex support. This can be disabled by specifying option ACPI_NO_SEMAPHORES. - Add ACPI threading support. Now that we have a dedicate taskqueue for ACPI tasks and more ACPI task threads can be created by specifying option ACPI_MAX_THREADS. - Change acpi_EvaluateIntoBuffer() behavior slightly to reuse given caller's buffer unless AE_BUFFER_OVERFLOW occurs. Also CM battery's evaluations were changed to use acpi_EvaluateIntoBuffer(). - Add new utility function acpi_ConvertBufferToInteger(). - Add simple locking for CM battery and temperature updating. - Fix a minor problem on EC locking. - Make the thermal zone polling rate to be changeable. - Change minor things on AcpiOsSignal(); in ACPI_SIGNAL_FATAL case, entering Debugger is easier to investigate the problem rather than panic.
* | | Fix initialisation of struct nat entry, to solve a panic that occursguido2001-12-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | when reloading a nat table after reboot Submitted by: Arjan de Vet <devet@devet.org> Reviewed by: IP Filter mailing list MFC after: 3 days
* | | Merge local changes.msmith2001-11-289-440/+575
| | | | | | | | | | | | | | | Add a fix for a minor error in the PCI routing table creation handler where the correct size for the buffer is not returned.
* | | This commit was generated by cvs2svn to compensate for changes in r87031,msmith2001-11-2889-3982/+3280
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import of the Intel ACPI CA 20011120 snapshot.msmith2001-11-2897-4422/+3853
| | |
* | | Reference lomac in its new location.green2001-11-1927-6573/+0
| | |
* | | Use appropriaate include path for syscall_gate.hgreen2001-11-191-1/+1
| | |
* | | Fix a license and change $Id$s to $FreeBSD$s.green2001-11-1927-58/+54
| | | | | | | | | | | | Obtained from: DARPA, NAI Labs (CBOSS project)
* | | This commit was generated by cvs2svn to compensate for changes in r86567,green2001-11-1927-0/+6577
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Initial import of the LOMAC (Low-Watermark Mandatory Access Control)green2001-11-1927-0/+6577
| / / | | | | | | | | | | | | | | | module port to FreeBSD. Obtained from: NAI Labsx
* | | Apply a local change to ACPICA.iwasaki2001-11-111-1/+9
| | | | | | | | | | | | | | | Some BIOSes don't set WAK_STS at all, give up waiting for wakeup if we time out.
* | | Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.iwasaki2001-11-061-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add S4BIOS sleep implementation. This will works well if MIB hw.acpi.s4bios is set (and of course BIOS supports it and hibernation is enabled correctly). - Add DSDT overriding support which is submitted by takawata originally. If loader tunable acpi_dsdt_load="YES" and DSDT file is set to acpi_dsdt_name (default DSDT file name is /boot/acpi_dsdt.aml), ACPI CA core loads DSDT from given file rather than BIOS memory block. DSDT file can be generated by iasl in ports/devel/acpicatools/. - Add new files so that we can add our proposed additional code to Intel ACPI CA into these files temporary. They will be removed when similar code is added into ACPI CA officially.
OpenPOWER on IntegriCloud