summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Add "disabled" hints to all of the uncommon ISA devices that are injhb2002-12-051-0/+12
* Hold the page queues lock around calls to pmap_remove().alc2002-12-041-0/+2
* Use the correct value when writing the Day Of Week byte in the CMOS.phk2002-12-042-2/+2
* Avoid recursive acquisition of the page queues lock in pmap_unuse_pt().alc2002-12-031-1/+3
* Align the FPU state in the ucontext and sigcontext to 16 bytesdeischen2002-12-026-29/+45
* Hold the page queues lock when calling pmap_unwire_pte_hold() oralc2002-12-021-3/+10
* Assert that the page queues lock is held in pmap_changebit()alc2002-12-011-2/+2
* Assert that the page queues lock is held in pmap_page_exists_quick().alc2002-11-301-1/+1
* Assert that the page queues lock is held in pmap_remove_pages().alc2002-11-251-1/+1
* Add page queues locking to vunmapbuf(); reduce differences with respectalc2002-11-241-3/+3
* Add `if (!cold)' checkings for functions which is called via SYSINIT.iwasaki2002-11-241-0/+3
* - Assert that the page queues lock is held in pmap_remove_all().alc2002-11-231-10/+4
* Under certain circumstances, we were calling kmem_free() frommux2002-11-221-9/+17
* *sigh*. It seems that in the ACPICA code, Intel defines its own APIC_IOjhb2002-11-211-1/+1
* Regenerate after adding syscalls.deischen2002-11-163-4/+13
* Add *context() syscalls to ia64 32-bit compatability table as requesteddeischen2002-11-161-0/+3
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-165-17/+11
* MFp4:imp2002-11-141-1/+1
* Recognize the Serverworks CIOB30 host to pci bridge.peter2002-11-131-0/+5
* Loader tunable 'machdep.disable_mtrrs'.mdodd2002-11-131-1/+7
* Move pmap_collect() out of the machine-dependent code, rename italc2002-11-131-31/+1
* - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit()alc2002-11-111-3/+5
* Add a new loader tunable, hw.hasbrokenint12, to indicate that BIOSiwasaki2002-11-091-46/+78
* Print real / avail memory in megabytes rather than kilobytes.des2002-11-091-4/+4
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagestmm2002-11-071-37/+0
* Properly parenthesize the DBREG_DRX macro's variables to allow foralfred2002-11-071-1/+1
* Simplify and optimize pmap_object_init_pt(). More specifically,alc2002-11-071-65/+32
* 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code,davidxu2002-11-075-11/+14
* Remove what was a temporary bogus assignment of bits of siginfo_t, as it doesjmallett2002-11-061-4/+0
* Fix typo. ioport_rid should be irq_rid.davidxu2002-11-052-2/+2
* Sync to src/sys/kern/syscalls.masterrwatson2002-11-021-1/+1
* MFp4:imp2002-11-021-10/+34
* Use 0xffffffff instead of -1 for id to compare against.imp2002-11-021-10/+11
* Note that the sched_lock protects md_ldt of struct mdproc.jhb2002-10-251-1/+1
* Finish fixing the 5.x FPU code for dealing with signal handlers.peter2002-10-252-0/+2
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-258-32/+363
* Change method to determine base memory size.iwasaki2002-10-251-43/+55
* Use the correct values for LDBL_*. Libc doesn't completely supportimp2002-10-251-9/+10
* Extract out KSE specific code from machine specific codejulian2002-10-241-38/+2
* No need for pmtimer hint anymore.jhb2002-10-221-1/+0
* Change the definition of the debugging registers to be an array, sophk2002-10-203-58/+55
* Remove a boatload of '&' which are surplus to the requirements.phk2002-10-202-82/+82
* Revert last commit, there actually was a -1 waaaaay down in pcireg_cfgread().phk2002-10-201-0/+2
* Hide inline assembly if lint is defined.phk2002-10-202-2/+2
* "id" is never going to be -1 when it is unsigned.phk2002-10-201-2/+0
* Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat)peter2002-10-191-0/+3
* Grab 416/417 real estate before I get burned while testing again.peter2002-10-191-0/+2
* Add a placeholder for the execve_mac() system call, similar to SELinux'srwatson2002-10-191-0/+1
* Add two hooks to signal module load and module unload to MD code.marcel2002-10-191-0/+14
* Permits UFS ACLs to be used with the GENERIC kernel. Due to recentrwatson2002-10-191-0/+1
OpenPOWER on IntegriCloud