| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added profiling support for Xint0x80_syscall. | bde | 2004-05-23 | 1 | -0/+2 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Catch up with some proc/procsig locking improvements that were made to the | peter | 2004-02-21 | 1 | -6/+2 |
* | Make sigaltstack as per-threaded, because per-process sigaltstack state | davidxu | 2004-01-03 | 1 | -12/+12 |
* | Catch up with the procsig locking changes elsewhere. We were doing | peter | 2003-12-03 | 1 | -0/+6 |
* | Initial landing of SMP support for FreeBSD/amd64. | peter | 2003-11-17 | 1 | -3/+1 |
* | Stop pretending to support kernel profiling. The FAKE_MCOUNT() etc | peter | 2003-11-13 | 1 | -2/+0 |
* | Move a MD 32 bit binary support routine into the MD areas. exec_setregs | peter | 2003-11-08 | 1 | -0/+41 |
* | The great s/npx/fpu/gi | peter | 2003-11-08 | 1 | -5/+5 |
* | MFi386 by jhb: use symbolic constants for the IDT entries. | peter | 2003-09-22 | 1 | -2/+2 |
* | Switch to using the emulator in the common compat area. | peter | 2003-08-23 | 15 | -4269/+15 |
* | Initial sweep at dividing up the generic 32bit-on-64bit kernel support | peter | 2003-08-22 | 1 | -0/+1 |
* | Regen | peter | 2003-08-21 | 4 | -14/+14 |
* | This is too funny for words. Swap syscalls 416 and 417 around. It works | peter | 2003-08-21 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-07-25 | 5 | -9/+14 |
* | Regenerate. | peter | 2003-05-31 | 1 | -0/+447 |
* | Make this compile with WITNESS enabled. It wants the syscall names. | peter | 2003-05-31 | 3 | -3/+5 |
* | Deal with the user VM space expanding. 32 bit applications do not like | peter | 2003-05-23 | 3 | -8/+8 |
* | Collect the nastiness for preserving the kernel MSR_GSBASE around the | peter | 2003-05-15 | 1 | -8/+1 |
* | Regen | peter | 2003-05-14 | 3 | -18/+43 |
* | Add BASIC i386 binary support for the amd64 kernel. This is largely | peter | 2003-05-14 | 10 | -163/+1374 |
* | Regen. | jhb | 2003-04-25 | 3 | -34/+3 |
* | Oops, the thr_* and jail_attach() syscall entries should be NOPROTO rather | jhb | 2003-04-25 | 1 | -7/+7 |
* | Regen. | jhb | 2003-04-24 | 3 | -4/+58 |
* | Fix the thr_create() entry by adding a trailing \. Also, sync up the | jhb | 2003-04-24 | 1 | -4/+4 |
* | - Replace inline implementations of sigprocmask() with calls to | jhb | 2003-04-22 | 1 | -66/+33 |
* | o In struct prison, add an allprison linked list of prisons (protected | mike | 2003-04-09 | 1 | -0/+1 |
* | - Add thr and umtx system calls. | jeff | 2003-04-01 | 1 | -0/+8 |
* | - Add a placeholder for sigwait | jeff | 2003-03-31 | 1 | -0/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 1 | -1/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -5/+5 |
* | Synchronize to kern/syscalls.master:1.139. | rwatson | 2002-12-29 | 1 | -0/+4 |
* | Regen: swapoff | marcel | 2002-12-16 | 3 | -4/+5 |
* | Change swapoff from MNOPROTO to UNIMPL. The former doesn't work. | marcel | 2002-12-16 | 1 | -1/+1 |
* | This is David Schultz's swapoff code which I am finally able to commit. | dillon | 2002-12-15 | 1 | -0/+1 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 2 | -133/+128 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 2 | -128/+133 |