summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* - Remove SCHED_ULE from GENERIC to better avoid foot-shooting bysimon2006-10-051-1/+0
* Move some declaration of 32-bit signal structures into filedavidxu2006-10-051-21/+5
* PR:jb2006-10-041-25/+0
* Use utc_offset() where applicable, and hide the internals of itphk2006-10-021-2/+2
* Second part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-022-23/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-024-3/+3
* Extend comment explaining why code is conditional at !defined(SCHED_ULE).sobomax2006-09-271-0/+4
* Since ULE doesn't honor hlt_cpus_mask don't compile code that preventssobomax2006-09-271-1/+1
* Added COMPAT_FREEBSD6 option.ru2006-09-261-0/+1
* Stop reloading %fs and %gs, since it causes the base address fromdavidxu2006-09-231-4/+0
* Update the ipmi(4) driver:jhb2006-09-221-0/+2
* Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoleteskan2006-09-211-1/+1
* Correct 'interrupt interrupt' -> 'interrupt' in the comment.wkoszek2006-09-201-1/+1
* Make cpu_set_upcall_kse() and cpu_set_user_tls() work for 32bit process.davidxu2006-09-171-0/+43
* Add a new ddb command 'show lapic' to dump details about the local APICjhb2006-09-111-0/+70
* Actually hook up the IPI_INVLCACHE IDT vectors backingjhb2006-09-111-1/+4
* - Fix rman_manage_region() to be a lot more intelligent. It now checksjhb2006-09-111-11/+3
* Change futex lock from mutex to sx. Make futex_get atomic (protected by thenetchild2006-09-091-3/+3
* Use a single constant to define the sizes of the physmap[], phys_avail[],jhb2006-09-071-4/+4
* Unbreak in the case when device apic is compiled into non-SMP kernel.sobomax2006-09-061-0/+2
* The FreeBSD by default "disables" hyper-threading cores, by not schedulingsobomax2006-09-051-0/+10
* MFi386 parts of rev 1.55 (modulo real MD parts):netchild2006-08-281-9/+10
* Implement casuword32, compare and set user integer, thank Marcel Moolenarrdavidxu2006-08-281-0/+28
* regennetchild2006-08-273-5/+6
* Add the linux statfs64 call. This allows Tivoli backup to proceed a littlenetchild2006-08-272-2/+1
* Emulate what vfork does instead of using it in linux_vfork. This waynetchild2006-08-251-1/+12
* Sync the MI parts for amd64 with i386 and remove the corresponding specialnetchild2006-08-201-3/+89
* Get rid of some nested includes.netchild2006-08-191-4/+0
* Move some stuff into headers where they belong.netchild2006-08-171-2/+0
* Initialize the emul sx-lock.netchild2006-08-171-0/+1
* Change xorq back to xorl.davidxu2006-08-161-1/+1
* Style fixes to comments.netchild2006-08-162-5/+10
* Backout revision 1.117, xorl and xorq have same result, but xorq needsdavidxu2006-08-151-2/+2
* Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlierjhb2006-08-151-0/+234
* - Remove unused sysvec variables from various syscalls.conf.jhb2006-08-152-1942/+1
* Initialize the eventhandlers, mutexes and sx locks.netchild2006-08-151-0/+26
* add autogenerated systrace_args stuff for dtracenetchild2006-08-151-0/+1941
* Add the linux 2.6.x stuff (not used by default!):netchild2006-08-154-19/+112
* regennetchild2006-08-153-326/+362
* Because fuword on AMD64 returns 64bit long integer -1 on fault, cleardavidxu2006-08-151-1/+1
* Add new syscalls in the linuxolator (only used when the sysctlnetchild2006-08-151-14/+16
* Eliminate an unnecessary initialization from trap_pfault() that alsoalc2006-08-141-1/+1
* Don't try to preserve PAT bits in pmap_enter(). We currently on pages thatjhb2006-08-141-4/+0
* It's not entirely obvious that PGEX_I must be zero if no-execute is neitheralc2006-08-141-2/+2
* First pass at allowing memory to be mapped using cache modes other thanjhb2006-08-113-9/+230
* Add some more errno mappings (bsd -> linux) and a comment about the status..netchild2006-08-101-1/+6
* Pass VM_PROT_EXECUTE to vm_fault() instead of VM_PROT_READ if the pagealc2006-08-081-0/+6
* Eliminate the acquisition and release of the page queues lock around a callalc2006-08-061-2/+1
* Define the additional page fault error codes that are implemented by amd64.alc2006-08-021-0/+2
* Complete the transition from pmap_page_protect() to pmap_remove_write().alc2006-08-011-18/+1
OpenPOWER on IntegriCloud