summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Use MAXPATHLEN rather than the size of an extern array when copying themdf2011-03-101-1/+1
* Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq becausejkim2011-03-103-6/+7
* Add a small change to the comment in the GENRIC config files that include udbpjulian2011-03-091-1/+1
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-082-4/+2
* Remove dead code.dchagin2011-03-071-2/+0
* Make a change to the implementation of the direct map to improve performancealc2011-03-021-28/+27
* Continue to introduce Capsicum capability mode:rwatson2011-03-011-0/+29
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-2/+0
* To avoid excessive code duplication create wrapper for fill regsdchagin2011-02-163-32/+9
* For realtime signals fill the sigval value.dchagin2011-02-151-0/+1
* Sort include files in the alphabetical order.dchagin2011-02-131-1/+1
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.dchagin2011-02-122-242/+1
* In preparation for moving linux_clone() to a MI pathdchagin2011-02-122-1/+12
* In preparation for moving linux_clone () to a MI pathdchagin2011-02-121-40/+46
* Regen for r218610.dchagin2011-02-123-4/+4
* The fourth argument of linux_clone is a pointer to the TLS. Change clone sysc...dchagin2011-02-121-2/+1
* Clear the padding when returning context to the usermode, forkib2011-02-052-0/+16
* Put the general logic for being a CPU hog into a new functionmdf2011-02-021-2/+1
* Regen for r218101.dchagin2011-01-301-3/+3
* Change linux futex syscall definition to match actual linux one.dchagin2011-01-301-2/+2
* The kern_wait() code already removes the SIGCHLD signal for the waiteddchagin2011-01-301-7/+0
* My style(9) bug.dchagin2011-01-291-1/+3
* Implement a variation of the linux_common_wait() which shoulddchagin2011-01-281-0/+43
* To avoid excessive code duplication move struct rusage translationdchagin2011-01-281-18/+23
* linux_sigreturn() loads the struct trapframe from l_sigcontextkib2011-01-271-22/+22
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-262-3/+3
* Set td_kstack_pages for thread0. This was already being done for mostmdf2011-01-261-6/+8
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-4/+3
* Use CTLFLAG_RDTUN for read-only sysctl that exports tunable.kib2011-01-191-2/+2
* Make the length of the LDT a loader tunable, machdep.max_ldt_segment,kib2011-01-181-2/+18
* Use malloc(9) instead of kmem_alloc(9) for temporal copy of thekib2011-01-181-9/+3
* - Remove some always-true checks (checking for unsigned < 0).jhb2011-01-181-4/+4
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-173-11/+6
* Avoid preemption while manipulating CRs and MTRRs.jkim2011-01-171-0/+4
* Remove redundant, bogus, and even harmful uses of setting TS bit in CR0.jkim2011-01-142-2/+1
* Fix up a few more sysctl(9) mis-typing found in various LINT builds.mdf2011-01-131-9/+9
* If an interrupt on an I/O APIC is moved to a different CPU after it hasjhb2011-01-131-6/+4
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-11/+0
* Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98tijl2011-01-081-210/+3
* Create shared (readonly) page. Each ABI may specify the use of page bykib2011-01-084-6/+10
* On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather thantijl2011-01-081-2/+2
* Fix types of some values in machine/_limits.h.tijl2011-01-081-12/+7
* Add AT_STACKPROT elf aux vector. Will be used to inform rtld about thekib2011-01-071-1/+2
* Increase size of pcb_flags to four bytes.jkim2010-12-223-16/+16
* Improve PCB flags handling and make it more robust. Add two new functionsjkim2010-12-2212-100/+152
* Merge amd64 and i386 bus.h and move the resulting header to x86. Replacetijl2010-12-201-1081/+3
* Inform a compiler which asm statements in the x86 implementation ofkib2010-12-181-9/+10
* Stop lying about supporting cpu_est_clockrate() when TSC is invariant. Thisjkim2010-12-142-3/+18
OpenPOWER on IntegriCloud