summaryrefslogtreecommitdiffstats
path: root/sys/amd64/ia32
Commit message (Expand)AuthorAgeFilesLines
...
* include opt_compat.h to unbreak the buildps2005-10-241-0/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-142-15/+54
* Don't set segment registers via ptrace yet. Its not ready.peter2005-10-041-0/+4
* Implement 32 bit getcontext/setcontext/swapcontext on amd64. I've addedpeter2005-09-271-40/+165
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.peter2005-06-301-0/+224
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-121-1/+1
* Remove sched_free_thread() which was only usedjulian2004-08-311-3/+0
* Don't repeat the definition of IDTVEC(). It is in asmacros.h.bde2004-05-241-3/+0
* Added profiling support for Xint0x80_syscall.bde2004-05-231-0/+2
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Catch up with some proc/procsig locking improvements that were made to thepeter2004-02-211-6/+2
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-12/+12
* Catch up with the procsig locking changes elsewhere. We were doingpeter2003-12-031-0/+6
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-171-3/+1
* Stop pretending to support kernel profiling. The FAKE_MCOUNT() etcpeter2003-11-131-2/+0
* Move a MD 32 bit binary support routine into the MD areas. exec_setregspeter2003-11-081-0/+41
* The great s/npx/fpu/gipeter2003-11-081-5/+5
* MFi386 by jhb: use symbolic constants for the IDT entries.peter2003-09-221-2/+2
* Switch to using the emulator in the common compat area.peter2003-08-2315-4269/+15
* Initial sweep at dividing up the generic 32bit-on-64bit kernel supportpeter2003-08-221-0/+1
* Regenpeter2003-08-214-14/+14
* This is too funny for words. Swap syscalls 416 and 417 around. It workspeter2003-08-211-2/+2
* Use __FBSDID().obrien2003-07-255-9/+14
* Regenerate.peter2003-05-311-0/+447
* Make this compile with WITNESS enabled. It wants the syscall names.peter2003-05-313-3/+5
* Deal with the user VM space expanding. 32 bit applications do not likepeter2003-05-233-8/+8
* Collect the nastiness for preserving the kernel MSR_GSBASE around thepeter2003-05-151-8/+1
* Regenpeter2003-05-143-18/+43
* Add BASIC i386 binary support for the amd64 kernel. This is largelypeter2003-05-1410-163/+1374
* Regen.jhb2003-04-253-34/+3
* Oops, the thr_* and jail_attach() syscall entries should be NOPROTO ratherjhb2003-04-251-7/+7
* Regen.jhb2003-04-243-4/+58
* Fix the thr_create() entry by adding a trailing \. Also, sync up thejhb2003-04-241-4/+4
* - Replace inline implementations of sigprocmask() with calls tojhb2003-04-221-66/+33
* o In struct prison, add an allprison linked list of prisons (protectedmike2003-04-091-0/+1
* - Add thr and umtx system calls.jeff2003-04-011-0/+8
* - Add a placeholder for sigwaitjeff2003-03-311-0/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* Synchronize to kern/syscalls.master:1.139.rwatson2002-12-291-0/+4
* Regen: swapoffmarcel2002-12-163-4/+5
* Change swapoff from MNOPROTO to UNIMPL. The former doesn't work.marcel2002-12-161-1/+1
* This is David Schultz's swapoff code which I am finally able to commit.dillon2002-12-151-0/+1
* SCARGS removal take II.alfred2002-12-142-133/+128
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-132-128/+133
* Remove SCARGS.alfred2002-12-132-133/+128
* Regenerate after adding syscalls.deischen2002-11-163-4/+13
* Add *context() syscalls to ia64 32-bit compatability table as requesteddeischen2002-11-161-0/+3
* Sync to src/sys/kern/syscalls.masterrwatson2002-11-021-1/+1
OpenPOWER on IntegriCloud