summaryrefslogtreecommitdiffstats
path: root/sys/amd64/ia32
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "MFC r328083,328096,328116,328119,328120,328128,328135,328153,...Luiz Souza2018-02-232-10/+16
* Revert "Revert "MFC r319873:""Luiz Souza2018-02-231-4/+5
* Revert "MFC r319873:"Luiz Souza2018-02-211-5/+4
* Revert "MFC r328083,328096,328116,328119,328120,328128,328135,328153,328157,"Luiz Souza2018-02-212-16/+10
* MFC r328083,328096,328116,328119,328120,328128,328135,328153,328157,kib2018-02-192-10/+16
* MFC r319873:kib2018-02-191-4/+5
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-271-3/+3
* Remove several write-only variables, all reported by the gcc 4.9kib2015-05-291-5/+1
* The kernel sends signals to the processes via ABI specific sv_sendsig method.dchagin2015-05-241-12/+0
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) askib2015-01-311-2/+2
* Change the way the lcall $7,$0 is reflected to usermode. Instead ofkib2014-12-272-57/+25
* Replace some calls to fuword() by fueword() with proper error checking.kib2014-10-281-3/+9
* x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)emaste2013-11-141-23/+3
* Use slightly more idiomatic expression to get the address of array.kib2013-05-271-1/+1
* The _MC_HASFPXSTATE and _MC_IA32_HASFPXSTATE flags have the same bitkib2013-05-271-1/+1
* The ia32_get_mcontext() does not need to set PCB_FULL_IRET. Thekib2013-05-271-1/+0
* Retire write-only PCB_GS32BIT pcb flag on amd64.dchagin2013-05-091-1/+0
* Real hardware, as opposed to QEMU, does not allow to have a call gatekib2012-08-142-6/+27
* Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.tijl2012-03-181-1/+0
* Add support for the extended FPU states on amd64, both for nativekib2012-01-212-23/+98
* Inline the syscallenter() and syscallret(). This reduces the time measuredkib2011-09-111-0/+2
* Fix vfork. Add comments.kib2011-06-181-1/+24
* Catch up to PCB_FULL_IRET becoming a pcb flag rather than a full field.jhb2011-04-081-1/+1
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.kib2011-04-014-0/+271
* Clear the padding when returning context to the usermode, forkib2011-02-051-0/+11
* Remove redundant, bogus, and even harmful uses of setting TS bit in CR0.jkim2011-01-141-1/+0
* Create shared (readonly) page. Each ABI may specify the use of page bykib2011-01-081-2/+3
* Improve PCB flags handling and make it more robust. Add two new functionsjkim2010-12-222-12/+13
* Retire write-only PCB_FULLCTX pcb flag on amd64.kib2010-12-071-2/+1
* Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs()kib2010-11-262-7/+14
* Remove unused KTRACE includes.jhb2010-08-191-4/+0
* Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGSkib2010-08-071-2/+2
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-301-0/+1
* Clear DF bit in eflags/rflags on the kernel entry. The i386 and amd64kib2010-06-231-0/+1
* In the ia32_{get,set}_fpcontext(), use fpu{get,set}userregs insteadkib2010-06-171-2/+3
* Remove two obsoleted comments, add a note about 32bit compatibility.kib2010-06-151-4/+6
* Introduce the x86 kernel interfaces to allow kernel code to usekib2010-06-051-2/+2
* Reorganize syscall entry and leave handling.kib2010-05-231-122/+38
* As was done in r155238 for i386 and in r155239 for amd64, clear the carrykib2010-04-211-1/+2
* Change printf() calls to uprintf() for sigreturn() and trap() complaintskib2010-04-131-4/+8
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-7/+3
* Fix array overflow. This routine is only called from procfs,trasz2010-01-241-2/+0
* For PT_TO_SCE stop that stops the ptraced process upon syscall entry,kib2010-01-231-56/+93
* For ia32 syscall(), call cpu_set_syscall_retval(). Update comment insidekib2009-12-121-29/+1
* In r197963, a race with thread being selected for signal deliverykib2009-10-271-22/+8
* Restore the segment registers and segment base MSRs for amd64 syscallkib2009-07-093-5/+15
* Save and restore segment registers on amd64 when entering and leavingkib2009-04-015-63/+139
* A better fix for handling different FPU initial control words for differentjhb2009-03-051-0/+1
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsobrien2009-01-312-8/+8
* - When executing FreeBSD/amd64 binaries from FreeBSD/i386 or Linux/i386kib2008-09-021-0/+1
OpenPOWER on IntegriCloud