summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make two simplifications to pmap_ts_referenced(): Eliminate an unnecessaryalc2006-07-061-5/+3
* pmap_clear_ptes() is already convoluted. This will worsen with thealc2006-07-051-28/+49
* Temporarily remove SCHED_CORE, it seems I have so many works can do now,davidxu2006-07-051-1/+0
* Correct an error in the new pmap_collect(), thus only affecting HEAD.alc2006-07-021-1/+1
* Tidy up pmap_ts_referenced(): Eliminate excessive white space. Eliminatealc2006-07-011-11/+1
* Eliminate the remaining uses of "register".alc2006-07-011-27/+13
* Regen.jhb2006-06-273-4/+4
* - Add a kern_semctl() helper function for __semctl(). It accepts a pointerjhb2006-06-271-1/+1
* Regen.jhb2006-06-273-6/+6
* - Expand the scope of Giant some in mount(2) to protect the vfsp structurejhb2006-06-271-3/+3
* Correct a very old and very obscure bug: vmspace_fork() callsalc2006-06-271-3/+4
* Add a pure open source nForce Ethernet driver, under BSDL.obrien2006-06-261-0/+2
* Backed out the change by request from rwatson.babkin2006-06-261-1/+0
* Regen.jhb2006-06-263-4/+4
* linux_brk() is MPSAFE.jhb2006-06-261-1/+1
* Eliminate a comment that became stale after revision 1.540.alc2006-06-251-6/+2
* The common UID/GID space implementation. It has been discussed on -archbabkin2006-06-251-0/+1
* Commit the DUMMY stuff (printing messages for missing syscalls) for amd64 too.netchild2006-06-211-0/+56
* Change get_pv_entry() such that the call to vm_page_alloc() specifiesalc2006-06-201-21/+15
* regen after change to syscalls.masternetchild2006-06-203-61/+341
* Switch to using the DUMMY infrastructure instead of UNIMPL for the newnetchild2006-06-201-58/+58
* We no longer need to disable interrupts in MD trap machineryyar2006-06-201-8/+2
* Add variable cpu_mxcsr_mask to save valid bits of mxcsr register.davidxu2006-06-191-0/+1
OpenPOWER on IntegriCloud