summaryrefslogtreecommitdiffstats
path: root/sys/amd64/ia32/ia32_syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "MFC r328083,328096,328116,328119,328120,328128,328135,328153,...Luiz Souza2018-02-231-3/+6
* 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-211-6/+3
* MFC r328083,328096,328116,328119,328120,328128,328135,328153,328157,kib2018-02-191-3/+6
* MFC r319873:kib2018-02-191-4/+5
* Change the way the lcall $7,$0 is reflected to usermode. Instead ofkib2014-12-271-25/+14
* Replace some calls to fuword() by fueword() with proper error checking.kib2014-10-281-3/+9
* Real hardware, as opposed to QEMU, does not allow to have a call gatekib2012-08-141-1/+1
* Inline the syscallenter() and syscallret(). This reduces the time measuredkib2011-09-111-0/+2
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.kib2011-04-011-0/+53
* Remove unused KTRACE includes.jhb2010-08-191-4/+0
* Reorganize syscall entry and leave handling.kib2010-05-231-122/+38
* 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
* Optimize vmmeter locking.attilio2007-06-101-5/+0
* Rework the PCPU_* (MD) interface:attilio2007-06-041-2/+2
* Newer versions of gcc don't support treating structures passed by valuekmacy2006-12-171-17/+17
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isjhb2006-07-281-1/+1
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-13/+0
* Unify the checking for lock misbehavior in the various syscall()jhb2006-07-271-5/+13
* Add KTR_SYSC tracing to the syscall() implementations that didn't have itjhb2006-07-271-0/+5
* Add missing ptrace(2) system-call stops to various syscall()jhb2006-07-271-0/+5
* Simplify system time accounting for profiling.phk2006-02-081-3/+2
* Call the audit syscall enter/exit functions for the amd64 architecture,wsalamon2006-02-041-0/+3
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-1/+6
* 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
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-171-3/+1
* 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-231-2/+2
* Use __FBSDID().obrien2003-07-251-2/+3
* Make this compile with WITNESS enabled. It wants the syscall names.peter2003-05-311-1/+2
* Add BASIC i386 binary support for the amd64 kernel. This is largelypeter2003-05-141-0/+275
OpenPOWER on IntegriCloud