summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Merge local changes, add new files and remove obsoleted ones.msmith2001-10-315-66/+62
| |
* | This commit was generated by cvs2svn to compensate for changes in r85756,msmith2001-10-3177-2680/+2132
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import the Intel ACPI CA 20011018 snapshotmsmith2001-10-3182-2746/+2194
| |
* | This commit was generated by cvs2svn to compensate for changes in r85754,msmith2001-10-314-0/+2439
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import the Intel ACPI CA 20011018 snapshotmsmith2001-10-314-0/+2439
| |
| * Actually delete this file; aborting 'cvs delete -f' has unexpeted results...msmith2001-10-051-195/+0
| |
| * Kill a couple of files off the vendor branch, as suggested by ru.msmith2001-10-051-190/+0
| |
* | Remove file obsoleted by the 20010920 snapshot.msmith2001-10-041-195/+0
| |
* | Merge our local patches into the 20010920 snapshot. Note that themsmith2001-10-044-274/+174
| | | | | | | | | | | | "implicit return" hack in psparse.c was resubmitted by Iwasaki-san. Submitted by: iwasaki
* | This commit was generated by cvs2svn to compensate for changes in r84493,msmith2001-10-041-0/+424
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of the Intel ACPI CA 20010920 snapshot.msmith2001-10-041-0/+424
| |
* | This commit was generated by cvs2svn to compensate for changes in r84491,msmith2001-10-0476-1769/+2140
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of the Intel ACPI CA 20010920 snapshot.msmith2001-10-0480-2036/+2304
| |
* | IPFilter munges multicast address packets on the loopback interface.darrenr2001-09-121-1/+1
| | | | | | | | | | | | Submitted by: Frank Zolf Approved by: jkh MFC after: 0
* | Add IPFLITER.LICENCE to the kernel (requested by rwatson)darrenr2001-09-121-0/+29
| |
* | KSE Milestone 2julian2001-09-123-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Note ALL MODULES MUST BE RECOMPILED make the kernel aware that there are smaller units of scheduling than the process. (but only allow one thread per process at this time). This is functionally equivalent to teh previousl -current except that there is a thread associated with each process. Sorry john! (your next MFC will be a doosie!) Reviewed by: peter@freebsd.org, dillon@freebsd.org X-MFC after: ha ha ha ha
* | Merge our local branch changes with the 20010831 snapshot.msmith2001-09-074-173/+140
| |
* | This commit was generated by cvs2svn to compensate for changes in r83174,msmith2001-09-07108-2219/+1852
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor-branch import of the Intel ACPI CA 20010831 snapshot.msmith2001-09-07112-2392/+1992
| |
* | Nuke the Windows platform defines; we don't need them.msmith2001-08-261-190/+0
| |
* | Merge local changes.msmith2001-08-264-84/+50
| |
* | This commit was generated by cvs2svn to compensate for changes in r82367,msmith2001-08-2692-2345/+2351
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of the Intel ACPI CA 20010816 update.msmith2001-08-2696-2429/+2401
| |
* | fix import/merge related code problemsdarrenr2001-07-301-6/+3
| |
* | fix conflicts created by importdarrenr2001-07-2818-475/+829
| |
* | This commit was generated by cvs2svn to compensate for changes in r80357,peter2001-07-251-2/+4
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Commit the hwsleep.c patch for suspend/resume onto the vendor branch.peter2001-07-251-2/+4
| | | | | | | | | | | | This has supposedly been incorporated into the Intel code already, so this will get cleanly replaced with the "official" version when it is next imported and will not cause any conflicts or hiccups.
* | Merge local changes with the ACPI CA 20010717 import.msmith2001-07-215-114/+80
| |
* | This commit was generated by cvs2svn to compensate for changes in r80062,msmith2001-07-2177-1287/+1240
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of the Intel ACPI CA 20010717 snapshot.msmith2001-07-2182-1401/+1320
| |
* | This commit was generated by cvs2svn to compensate for changes in r80060,msmith2001-07-211-0/+190
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of the Intel ACPI CA 20010717 snapshot.msmith2001-07-211-0/+190
| |
* | We haven't had AcpiSetSystemSleepState for a while now, clean out themsmith2001-07-201-3/+0
| | | | | | | | prototype.
* | Merge FreeBSD-specific changes.msmith2001-06-293-2/+14
| |
* | This commit was generated by cvs2svn to compensate for changes in r78986,msmith2001-06-2916-362/+715
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud