| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Stop reloading %fs and %gs, since it causes the base address from | davidxu | 2006-09-23 | 1 | -4/+0 |
* | Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg is | jhb | 2006-07-28 | 1 | -1/+1 |
* | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | jhb | 2006-07-28 | 1 | -13/+0 |
* | Unify the checking for lock misbehavior in the various syscall() | jhb | 2006-07-27 | 1 | -5/+13 |
* | Add KTR_SYSC tracing to the syscall() implementations that didn't have it | jhb | 2006-07-27 | 1 | -0/+5 |
* | Add missing ptrace(2) system-call stops to various syscall() | jhb | 2006-07-27 | 1 | -0/+5 |
* | Simplify system time accounting for profiling. | phk | 2006-02-08 | 1 | -3/+2 |
* | Call the audit syscall enter/exit functions for the amd64 architecture, | wsalamon | 2006-02-04 | 1 | -0/+3 |
* | Catch up to the system siginfo changes. Use a union for the ia32 layout | peter | 2005-12-06 | 1 | -1/+3 |
* | Catch up with the recent <sys/signal.h> change and make this compile. | ru | 2005-11-04 | 1 | -1/+1 |
* | include opt_compat.h to unbreak the build | ps | 2005-10-24 | 1 | -0/+2 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 2 | -15/+54 |
* | Don't set segment registers via ptrace yet. Its not ready. | peter | 2005-10-04 | 1 | -0/+4 |
* | Implement 32 bit getcontext/setcontext/swapcontext on amd64. I've added | peter | 2005-09-27 | 1 | -40/+165 |
* | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | peter | 2005-06-30 | 1 | -0/+224 |
* | Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomic | jhb | 2005-04-12 | 1 | -1/+1 |
* | Remove sched_free_thread() which was only used | julian | 2004-08-31 | 1 | -3/+0 |
* | Don't repeat the definition of IDTVEC(). It is in asmacros.h. | bde | 2004-05-24 | 1 | -3/+0 |