summaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/nsalloc.c
Commit message (Collapse)AuthorAgeFilesLines
* flatten acpica vendor areaAndriy Gapon2009-05-191-628/+0
| | | | | | | | | | | do it for current ('dist') and previous versions; disable keywords expansion at the same time Reviewed by: attilio Approved by: rpaulo Notes: svn path=/vendor-sys/acpica/dist/; revision=192384
* Vendor import of Intel ACPI-CA 20070320Jung-uk Kim2007-03-221-117/+47
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=167802
* Vendor import of Intel ACPI-CA 20051021vendor/acpica/20051021Jung-uk Kim2005-11-011-131/+27
| | | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=151937 svn path=/vendor-sys/acpica/20051021/; revision=151939; tag=vendor/acpica/20051021
* Vendor import of Intel ACPI-CA 20041119 with system includes fixups.vendor/acpica/20041119sysincDavid E. O'Brien2005-10-241-2/+2
| | | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=151600 svn path=/vendor-sys/acpica/20041119sysinc/; revision=151602; tag=vendor/acpica/20041119sysinc
* Vendor import of Intel ACPI-CA 20041119Mark Santcroos2004-12-011-6/+6
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=138287
* Vendor import of Intel ACPI-CA 20040514.Nate Lawson2004-05-251-3/+3
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=129684
* Import of Intel ACPI-CA 20040311.Nate Lawson2004-03-181-4/+5
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=127175
* Vendor import of ACPICA 20040220Nate Lawson2004-02-281-2/+2
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=126372
* Import ACPI-CA 20031203Nate Lawson2003-12-091-4/+5
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=123315
* ACPICA import from the 0619 dist.Nate Lawson2003-07-131-2/+2
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=117521
* Revert to using TABLE_ID_DSDT as the default. It looks like the dynamicNate Lawson2003-05-281-2/+2
| | | | | | | | | | | ID allocation is not there yet. This fixes a few warnings about \_OS_ not being found and an S3 freeze for one user. Re-staticize AcpiNsRemoveReference() since it is not needed elsewhere. Approved by: re (scottl) Notes: svn path=/vendor-sys/acpica/dist/; revision=115367
* Fix false AE_NOT_FOUND messages, reported in NetBSD port-i386/20897.Nate Lawson2003-05-271-4/+42
| | | | | | | | | | | | | | | NetBSD dsmethod.c rev 1.7 Fix parent-child loop problem Fix a reference count problem that may cause unexpected memory free Intel 20030512 ACPICA drop (nsalloc.c) Approved by: re (jhb) Obtained from: NetBSD, Intel Reported by: mbr, kochi AT netbsd.org Notes: svn path=/vendor-sys/acpica/dist/; revision=115351
* Import of Intel ACPI 20030228 vendor distributionNate Lawson2003-04-291-6/+6
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=114237
* Vendor import of the Intel ACPI CA 20021118 drop.Mitsuru IWASAKI2002-11-271-50/+128
| | | | | | | Approved by: re Notes: svn path=/vendor-sys/acpica/dist/; revision=107325
* Vendor import of the Intel ACPI CA 20020611 drop.Mitsuru IWASAKI2002-07-091-9/+8
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=99679
* Vendor import of the Intel ACPI CA 200200404 drop.Mitsuru IWASAKI2002-06-301-4/+4
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=99146
* Vendor import of the Intel ACPI CA 20020217 drop.Mike Smith2002-02-231-45/+57
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=91116
* Vendor import of the Intel ACPI CA 20011120 snapshot.Mike Smith2001-11-281-16/+9
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=87031
* Import the Intel ACPI CA 20011018 snapshotMike Smith2001-10-311-69/+41
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=85756
* Import of the Intel ACPI CA 20010920 snapshot.Mike Smith2001-10-041-11/+7
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=84491
* Vendor-branch import of the Intel ACPI CA 20010831 snapshot.Mike Smith2001-09-071-22/+18
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=83174
* Vendor import of the Intel ACPI CA 20010816 update.Mike Smith2001-08-261-8/+8
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=82367
* Vendor import of the Intel ACPI CA 20010717 snapshot.Mike Smith2001-07-211-6/+4
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=80062
* Import the 20010518 Intel ACPI CA release. Note that Intel's directory layoutMike Smith2001-05-291-24/+14
| | | | | | | | keeps changing, so to reduce repository thrash everything has been moved into a single directory. (repo copy involved) Notes: svn path=/vendor-sys/acpica/dist/; revision=77424
* Update to the 20010125 ACPI CA snapshot.Mike Smith2001-01-311-2/+2
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=71867
* Update to the Intel 20001215 ACPI CA snapshot.Mike Smith2000-12-211-3/+3
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=70243
* Update to the 20001201 ACPI CA snapshot.Mike Smith2000-12-081-2/+2
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=69746
* Update to the 20001115 Intel ACPI CA snapshot.Mike Smith2000-12-011-2/+2
| | | | Notes: svn path=/vendor-sys/acpica/dist/; revision=69450
* Initial import of the Intel-maintained ACPI Component Architecture. ThisMike Smith2000-10-281-0/+728
is Intel's reference implementation of the core operating-system ACPI support. (This import is on the vendor branch.) Notes: svn path=/vendor-sys/acpica/dist/; revision=67754