summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Keep track of the ttes used to map the kernel and pass them to it as loaderjake2002-02-234-35/+126
* Don't call critical_enter()/critical_exit() around calls to pmap_pvo_enter()benno2002-02-233-24/+0
* AcpiOsPrintf and AcpiOsVprintf now return void.msmith2002-02-231-6/+4
* AcpiOsCallocate is no longer required.msmith2002-02-231-11/+0
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-235-24/+25
* Add our own private defines for driver debug layers.msmith2002-02-231-7/+18
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-46/+72
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-232-60/+68
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-232-38/+74
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-234-16/+16
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-38/+44
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-34/+15
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-125/+78
* 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
|\
| * Vendor import of the Intel ACPI CA 20020217 drop.msmith2002-02-23138-7720/+8290
* | Add -ffreestanding to CFLAGS.jake2002-02-231-0/+1
* | Add make variables for fs support and propagate them to CFLAGS. Putjake2002-02-231-9/+21
* | Fix test for != 0 that should be > 0.jake2002-02-231-1/+1
* | Check the return values of index() and don't dereference it if its null;jake2002-02-231-2/+8
* | #if 0 more bootinfo stuff.jake2002-02-231-0/+4
* | Fix fs support ifdefs. Add tftp support. Add physical and virtualjake2002-02-231-12/+107
* | Allocate a frame on our initial stack so that it doesn't run off intojake2002-02-232-12/+24
* | Add OF_claim_virt() and OF_release_phys().jake2002-02-232-0/+72
* | Include <machine/metadata.h>.jake2002-02-231-0/+2
* | Don't echo a comment during make depend.jake2002-02-231-3/+2
* | Make this compile.jake2002-02-231-1/+1
* | Add some DIAGNOSTIC code.julian2002-02-2210-94/+190
* | (Belatedly) add the required EXPORT_SYMS. I'm not sure the list is complete,des2002-02-221-0/+8
* | - Whitespace fixes leftover from previous commit.arr2002-02-221-21/+21
* | - Whitespace fixup left over from previous commit.arr2002-02-221-10/+9
* | Convert p->p_runtime and PCPU(switchtime) to bintime format.phk2002-02-2217-46/+34
* | Use better scaling factor for NTPs correction.phk2002-02-221-1/+7
* | Allow PCI_ALLOW_UNSUPPORTED_IO_RANGE to leave broken setups broken enoughphk2002-02-221-0/+18
* | GC: BIO_ORDERED, various infrastructure dealing with BIO_ORDERED.phk2002-02-225-12/+4
* | GC: BIO_ORDERED going away.phk2002-02-225-30/+4
* | Disksort will not "munge" requests, BIO_ORDERED or not, so removephk2002-02-224-16/+8
* | Replace bowrite() with BUF_WRITE in ufs.phk2002-02-223-20/+3
* | GC: bufqueues are not used under -current, we use bioqueues.phk2002-02-221-47/+0
* | Use make -V VARIABLE | xargs ... to pass argument lists to programluigi2002-02-221-5/+8
* | - Massive style fixup.arr2002-02-221-1268/+1292
* | recovery from new binutils part II: fix the alpha kernel so thatgallatin2002-02-211-1/+1
* | Reorder some of the ioctls and add a few new ones.mjacob2002-02-212-17/+37
* | Add support for iovcnt greater than 1. This should resolve problemsbp2002-02-211-14/+16
* | Remove redundant checks for iovcnt > 1. This should be handled properlybp2002-02-211-7/+7
* | Add unicode related definition for future use. Descibe Samba bug.bp2002-02-212-1/+10
* | Add subfunction definition for future use.bp2002-02-211-0/+1
* | - Add support for Simplified Direct Access Device, mostly forsimokawa2002-02-212-1/+21
* | Reserved one of the spare fields in struct gmon to record the historybde2002-02-211-2/+3
* | Document the hw.physmem kernel environment variable.davidc2002-02-212-0/+8
OpenPOWER on IntegriCloud