summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Catch up with some proc/procsig locking improvements that were made to thepeter2004-02-211-6/+2
* Device megapatch 4/6:phk2004-02-211-1/+2
* Checkpoint the NOTES I was working on.obrien2004-02-191-152/+114
* I forgot to add the NO_MODULES override for NOTESpeter2004-02-081-0/+3
* Remove the badsw* INVARIANTS checks. The events that this attemptspeter2004-02-061-96/+10
* Turn of ath since it causes a link failure without the hal till sam'speter2004-02-061-1/+1
* Rename cn_unavailable to cnunavailable for little more consistency.kan2004-02-051-2/+2
* Eliminate global cons_unavailable flag and replace it by the statuskan2004-02-051-2/+2
* Don't cast a pointer to an int that isn't big enough.peter2004-02-051-1/+1
* Fix long/int printf format problems exposed by PMAP_DIAGNOSTICpeter2004-02-051-7/+7
* Checkpoint a NOTES file I had as of Nov 23rd. It doesn't quite compilepeter2004-02-041-0/+419
* Remove a device that will compile fine, isn't 64-bit clean.obrien2004-02-021-1/+0
* GRR. MFi386: white space spampeter2004-01-301-49/+49
* Merge some more changes from i386.peter2004-01-304-10/+46
* Re-add debug register support.peter2004-01-291-19/+218
* Re-add user_dbreg_trap() for debug register supportpeter2004-01-292-0/+20
* Take another shot at the invariants calls to __panic. They hadn't beenpeter2004-01-291-17/+73
* deal with dbregs for fork etcpeter2004-01-281-17/+25
* Un-stub the hardware debug register stuff.peter2004-01-281-33/+3
* Export PCB_DR* symbolspeter2004-01-281-5/+7
* We can simplify a lot of things now that we don't have to worry aboutpeter2004-01-282-43/+9
* Add dbreg struct definitions for /proc/*/dbregs and a place to store thepeter2004-01-282-3/+23
* Re-add debug register functionspeter2004-01-281-2/+129
* MFi386: mp_topology().peter2004-01-283-1/+46
* MFi386: add THERMTRIP msr valuespeter2004-01-281-0/+3
* Diff reduction with i386peter2004-01-281-4/+12
* MFi386: change an outb to a DELAY()peter2004-01-281-1/+1
* MFi386 revision 1.230alc2004-01-251-1/+0
* - Recruit some new ULE users by making it the default scheduler in GENERIC.jeff2004-01-241-1/+1
* Add PFIL_HOOKS to the GENERIC kernel configuration, primarily sonectar2004-01-241-0/+1
* Unbreak amd64: Rename calls from panic to __panicpeter2004-01-231-3/+3
* remove elan_mmcr, I'm not sure I understand what it did here in thephk2004-01-171-1/+0
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mnectar2004-01-091-1/+2
* Remove `static' prototype from header file.nectar2004-01-061-1/+0
* Use i8259A register defines from shared header sys/dev/ic/i8259.h insteadjhb2004-01-062-53/+4
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-032-20/+20
* - Use pagezero() instead of bzero() in pmap_pinit(). (pagezero() is muchalc2004-01-011-6/+1
* Track three new sendfile-related statistics:silby2003-12-281-0/+1
* Move the declaration of sfbufspeak and sfbufsused to mbuf.h,silby2003-12-281-2/+1
* Track current and peak sfbuf usage, export the values via sysctl.silby2003-12-271-0/+4
* GC the unused <machine/kse.h> file.peter2003-12-241-42/+0
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-231-2/+17
* - Significantly reduce the number of preallocated pv entries inalc2003-12-221-14/+1
* Since we have additional kernel virtual address space, allow the bufferalc2003-12-201-1/+1
* MFi386: remove APIC_IRQ* defines that are no longer used.peter2003-12-111-32/+0
* MFi386: (jhb): Deal with MAXCPU etc correctlypeter2003-12-112-4/+4
* Add just enough of i386/include/pcvt_ioctl.h to amd64/include/pcvt_ioctl.hobrien2003-12-101-0/+109
* Use the ACPI-CA definitions for the various APIC tables instead of ournjl2003-12-091-59/+55
* Increase VM_KMEM_SIZE_MAX from 200MB to 400MB.alc2003-12-071-1/+1
* Reconfigure the runq macros to use the 64 bit ffs/bsf routines insteadpeter2003-12-061-5/+5
OpenPOWER on IntegriCloud