| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove several write-only variables, all reported by the gcc 4.9 | kib | 2015-05-29 | 1 | -5/+1 |
* | The kernel sends signals to the processes via ABI specific sv_sendsig method. | dchagin | 2015-05-24 | 1 | -12/+0 |
* | Do not qualify the mcontext_t *mcp argument for set_mcontext(9) as | kib | 2015-01-31 | 1 | -2/+2 |
* | Change the way the lcall $7,$0 is reflected to usermode. Instead of | kib | 2014-12-27 | 2 | -57/+25 |
* | Replace some calls to fuword() by fueword() with proper error checking. | kib | 2014-10-28 | 1 | -3/+9 |
* | x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...) | emaste | 2013-11-14 | 1 | -23/+3 |
* | Use slightly more idiomatic expression to get the address of array. | kib | 2013-05-27 | 1 | -1/+1 |
* | The _MC_HASFPXSTATE and _MC_IA32_HASFPXSTATE flags have the same bit | kib | 2013-05-27 | 1 | -1/+1 |
* | The ia32_get_mcontext() does not need to set PCB_FULL_IRET. The | kib | 2013-05-27 | 1 | -1/+0 |
* | Retire write-only PCB_GS32BIT pcb flag on amd64. | dchagin | 2013-05-09 | 1 | -1/+0 |
* | Real hardware, as opposed to QEMU, does not allow to have a call gate | kib | 2012-08-14 | 2 | -6/+27 |
* | Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h. | tijl | 2012-03-18 | 1 | -1/+0 |
* | Add support for the extended FPU states on amd64, both for native | kib | 2012-01-21 | 2 | -23/+98 |
* | Inline the syscallenter() and syscallret(). This reduces the time measured | kib | 2011-09-11 | 1 | -0/+2 |
* | Fix vfork. Add comments. | kib | 2011-06-18 | 1 | -1/+24 |
* | Catch up to PCB_FULL_IRET becoming a pcb flag rather than a full field. | jhb | 2011-04-08 | 1 | -1/+1 |
* | Add support for executing the FreeBSD 1/i386 a.out binaries on amd64. | kib | 2011-04-01 | 4 | -0/+271 |
* | Clear the padding when returning context to the usermode, for | kib | 2011-02-05 | 1 | -0/+11 |
* | Remove redundant, bogus, and even harmful uses of setting TS bit in CR0. | jkim | 2011-01-14 | 1 | -1/+0 |
* | Create shared (readonly) page. Each ABI may specify the use of page by | kib | 2011-01-08 | 1 | -2/+3 |
* | Improve PCB flags handling and make it more robust. Add two new functions | jkim | 2010-12-22 | 2 | -12/+13 |
* | Retire write-only PCB_FULLCTX pcb flag on amd64. | kib | 2010-12-07 | 1 | -2/+1 |
* | Remove npxgetregs(), npxsetregs(), fpugetregs() and fpusetregs() | kib | 2010-11-26 | 2 | -7/+14 |
* | Remove unused KTRACE includes. | jhb | 2010-08-19 | 1 | -4/+0 |
* | Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGS | kib | 2010-08-07 | 1 | -2/+2 |
* | Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to | jhb | 2010-06-30 | 1 | -0/+1 |
* | Clear DF bit in eflags/rflags on the kernel entry. The i386 and amd64 | kib | 2010-06-23 | 1 | -0/+1 |
* | In the ia32_{get,set}_fpcontext(), use fpu{get,set}userregs instead | kib | 2010-06-17 | 1 | -2/+3 |
* | Remove two obsoleted comments, add a note about 32bit compatibility. | kib | 2010-06-15 | 1 | -4/+6 |
* | Introduce the x86 kernel interfaces to allow kernel code to use | kib | 2010-06-05 | 1 | -2/+2 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 1 | -122/+38 |
* | As was done in r155238 for i386 and in r155239 for amd64, clear the carry | kib | 2010-04-21 | 1 | -1/+2 |
* | Change printf() calls to uprintf() for sigreturn() and trap() complaints | kib | 2010-04-13 | 1 | -4/+8 |
* | Change the arguments of exec_setregs() so that it receives a pointer | nwhitehorn | 2010-03-25 | 1 | -7/+3 |
* | Fix array overflow. This routine is only called from procfs, | trasz | 2010-01-24 | 1 | -2/+0 |
* | For PT_TO_SCE stop that stops the ptraced process upon syscall entry, | kib | 2010-01-23 | 1 | -56/+93 |
* | For ia32 syscall(), call cpu_set_syscall_retval(). Update comment inside | kib | 2009-12-12 | 1 | -29/+1 |
* | In r197963, a race with thread being selected for signal delivery | kib | 2009-10-27 | 1 | -22/+8 |
* | Restore the segment registers and segment base MSRs for amd64 syscall | kib | 2009-07-09 | 3 | -5/+15 |
* | Save and restore segment registers on amd64 when entering and leaving | kib | 2009-04-01 | 5 | -63/+139 |
* | A better fix for handling different FPU initial control words for different | jhb | 2009-03-05 | 1 | -0/+1 |
* | Change some movl's to mov's. Newer GAS no longer accept 'movl' instructions | obrien | 2009-01-31 | 2 | -8/+8 |
* | - When executing FreeBSD/amd64 binaries from FreeBSD/i386 or Linux/i386 | kib | 2008-09-02 | 1 | -0/+1 |
* | Bring back the save/restore of the %ds, %es, %fs and %gs registers for | kib | 2008-07-30 | 1 | -1/+1 |
* | Protect the setting of the fsbase/gsbase MSR registers and the | peter | 2008-03-23 | 1 | -0/+2 |
* | Since version 4.3, gcc changed its behaviour concerning the i386/amd64 | kib | 2008-03-13 | 1 | -2/+2 |
* | Optimize vmmeter locking. | attilio | 2007-06-10 | 1 | -5/+0 |
* | Rework the PCPU_* (MD) interface: | attilio | 2007-06-04 | 1 | -2/+2 |
* | Newer versions of gcc don't support treating structures passed by value | kmacy | 2006-12-17 | 2 | -17/+18 |
* | Move some declaration of 32-bit signal structures into file | davidxu | 2006-10-05 | 1 | -21/+5 |