summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct spelling of 3DNow!.obrien2006-08-011-2/+2
* Remove sio(4) and related options from MI files to amd64, i386marcel2006-07-291-0/+38
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isjhb2006-07-282-2/+2
* Regen for MPSAFE flag removal.jhb2006-07-283-274/+274
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-283-295/+274
* Various fixes to comments in the syscall master files including removingjhb2006-07-281-7/+2
* Unify the checking for lock misbehavior in the various syscall()jhb2006-07-272-12/+26
* Add KTR_SYSC tracing to the syscall() implementations that didn't have itjhb2006-07-271-0/+5
* Add missing ptrace(2) system-call stops to various syscall()jhb2006-07-271-0/+5
* Don't allow MAXMEM or hw.physmem to extend the top of memory if our memoryjhb2006-07-271-7/+7
* Remove a duplicated line.davidxu2006-07-241-1/+0
* Add pmap_clear_write() to the interface between the virtual memoryalc2006-07-201-2/+1
* Now that free_pv_entry() accesses the pmap, call free_pv_entry() inalc2006-07-171-1/+2
* Sync specialreg.h changes between amd64 and i386 with few fixes.jkim2006-07-131-2/+5
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-123-12/+6
* Add two new CPUID bits for AMD CPUs, i. e., SVM and extended APIC register.jkim2006-07-122-2/+4
* Regen.jhb2006-07-113-6/+6
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),jhb2006-07-111-3/+3
* Make the firmware assist driver resident inmjacob2006-07-091-0/+1
* Regen.jhb2006-07-063-4/+4
* - Protect the list of linux ioctl handlers with an sx lock.jhb2006-07-061-1/+1
OpenPOWER on IntegriCloud