| Commit message (Expand) | Author | Age | Files | Lines |
| * | BDECFLAGS | Bill Fumerola | 2002-02-23 | 1 | -6/+8 |
| * | KNF -> ANSI function declarations | Bill Fumerola | 2002-02-23 | 1 | -6/+3 |
| * | KNF to ANSI function declaration, silence a warning | Bill Fumerola | 2002-02-23 | 1 | -14/+9 |
| * | warning fixes, mostly type matching | Bill Fumerola | 2002-02-23 | 4 | -10/+10 |
| * | convert from KNR to ANSI function declarations | Bill Fumerola | 2002-02-23 | 9 | -114/+92 |
| * | Grrr. Got the wrong date on the last ACPI update. Fix this before | Bruce A. Mah | 2002-02-23 | 2 | -2/+2 |
| * | Updated release note: ACPI 20020207. While I'm here, correct an | Bruce A. Mah | 2002-02-23 | 2 | -4/+4 |
| * | Don't call critical_enter()/critical_exit() around calls to pmap_pvo_enter() | Benno Rice | 2002-02-23 | 3 | -24/+0 |
| * | AcpiOsPrintf and AcpiOsVprintf now return void. | Mike Smith | 2002-02-23 | 1 | -6/+4 |
| * | AcpiOsCallocate is no longer required. | Mike Smith | 2002-02-23 | 1 | -11/+0 |
| * | Match namespace cleanup changes in ACPI CA 20020217 update. | Mike Smith | 2002-02-23 | 5 | -24/+25 |
| * | Add our own private defines for driver debug layers. | Mike Smith | 2002-02-23 | 1 | -7/+18 |
| * | Match namespace cleanup changes in ACPI CA 20020217 update. | Mike Smith | 2002-02-23 | 1 | -46/+72 |
| * | Match namespace cleanup changes in ACPI CA 20020217 update. | Mike Smith | 2002-02-23 | 2 | -60/+68 |
| * | Match namespace cleanup changes in ACPI CA 20020217 update. | Mike Smith | 2002-02-23 | 2 | -38/+74 |
| * | Match namespace cleanup changes in ACPI CA 20020217 update. | Mike Smith | 2002-02-23 | 4 | -16/+16 |
| * | Match namespace cleanup changes in ACPI CA 20020217 update. | Mike Smith | 2002-02-23 | 1 | -38/+44 |
| * | Match namespace cleanup changes in ACPI CA 20020217 update. | Mike Smith | 2002-02-23 | 1 | -34/+15 |
| * | Match namespace cleanup changes in ACPI CA 20020217 update. | Mike Smith | 2002-02-23 | 1 | -125/+78 |
| * | Resolve conflicts arising from the ACPI CA 20020217 import. | Mike Smith | 2002-02-23 | 12 | -513/+586 |
| * | This commit was generated by cvs2svn to compensate for changes in r91116, | Mike Smith | 2002-02-23 | 126 | -7188/+7685 |
| |\ |
|
| | * | Vendor import of the Intel ACPI CA 20020217 drop. | Mike Smith | 2002-02-23 | 138 | -7696/+8266 |
| * | | Add -ffreestanding to CFLAGS. | Jake Burkholder | 2002-02-23 | 1 | -0/+1 |
| * | | Add make variables for fs support and propagate them to CFLAGS. Put | Jake Burkholder | 2002-02-23 | 1 | -9/+21 |
| * | | Fix test for != 0 that should be > 0. | Jake Burkholder | 2002-02-23 | 1 | -1/+1 |
| * | | Check the return values of index() and don't dereference it if its null; | Jake Burkholder | 2002-02-23 | 1 | -2/+8 |
| * | | #if 0 more bootinfo stuff. | Jake Burkholder | 2002-02-23 | 1 | -0/+4 |
| * | | Fix fs support ifdefs. Add tftp support. Add physical and virtual | Jake Burkholder | 2002-02-23 | 1 | -12/+107 |
| * | | Allocate a frame on our initial stack so that it doesn't run off into | Jake Burkholder | 2002-02-23 | 2 | -12/+24 |
| * | | Add OF_claim_virt() and OF_release_phys(). | Jake Burkholder | 2002-02-23 | 2 | -0/+72 |
| * | | Include <machine/metadata.h>. | Jake Burkholder | 2002-02-23 | 1 | -0/+2 |
| * | | The usage of 'newaliases' needs to be after we know for sure that /usr | David E. O'Brien | 2002-02-23 | 8 | -15/+25 |
| * | | Don't echo a comment during make depend. | Jake Burkholder | 2002-02-23 | 1 | -3/+2 |
| * | | Make this compile. | Jake Burkholder | 2002-02-23 | 1 | -1/+1 |
| * | | This commit was generated by cvs2svn to compensate for changes in r91100, | Dag-Erling Smørgrav | 2002-02-23 | 94 | -284/+3860 |
| |\ \ |
|
| | * | | Vendor import of OpenPAM Cantaloupevendor/openpam/CANTALOUPE | Dag-Erling Smørgrav | 2002-02-23 | 94 | -284/+3860 |
| * | | | This commit was generated by cvs2svn to compensate for changes in r91097, | Dag-Erling Smørgrav | 2002-02-23 | 11 | -26/+73 |
| |\| | |
|
| | * | | Vendor import of OpenPAM Caliopsisvendor/openpam/CALIOPSIS | Dag-Erling Smørgrav | 2002-02-23 | 11 | -26/+73 |
| * | | | This commit was generated by cvs2svn to compensate for changes in r91094, | Dag-Erling Smørgrav | 2002-02-23 | 87 | -0/+6867 |
| |\| | |
|
| | * | | Vendor import of OpenPAM Calamitevendor/openpam/CALAMITE | Dag-Erling Smørgrav | 2002-02-23 | 87 | -0/+6867 |
| | / |
|
| * | | Add some DIAGNOSTIC code. | Julian Elischer | 2002-02-22 | 10 | -94/+190 |
| * | | ANSIfy. | Mark Murray | 2002-02-22 | 1 | -1/+1 |
| * | | Fix warnings inspired by lint, a commercial lint and WARNS=4. | Mark Murray | 2002-02-22 | 4 | -21/+20 |
| * | | Fix a boatload of warnings inspired by lint, a commercial lint | Mark Murray | 2002-02-22 | 1 | -16/+14 |
| * | | Warnings fixes. | Mark Murray | 2002-02-22 | 1 | -1/+2 |
| * | | Fix warnings inspired by lint, a commercial lint and WARNS=4. | Mark Murray | 2002-02-22 | 3 | -6/+10 |
| * | | Partially fix (well, work around) warnings inspired by lint, a | Mark Murray | 2002-02-22 | 1 | -2/+2 |
| * | | Fix warnings inspired by lint, a commercial lint and WARNS=4. | Mark Murray | 2002-02-22 | 1 | -2/+3 |
| * | | Warnings fixes inspired by lint, a commercial lint and WARNS=4. | Mark Murray | 2002-02-22 | 1 | -5/+4 |
| * | | Warning fix. Enter into the spirit of getopt(3) a bit more. | Mark Murray | 2002-02-22 | 1 | -0/+2 |