summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/linux32_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r283431:dchagin2016-01-091-0/+26
* MFC r283422:dchagin2016-01-091-13/+0
* MFC r283421:dchagin2016-01-091-10/+8
* MFC r283411:dchagin2016-01-091-1/+0
* MFC r283410:dchagin2016-01-091-16/+9
* MFC r283407:dchagin2016-01-091-9/+55
* MFC r283385:dchagin2016-01-091-3/+3
* MFC r283383:dchagin2016-01-091-4/+5
* Revert MFC r266925 because it can lead to instant panic at fexecve():dchagin2014-06-171-2/+2
* MFC r266925:dchagin2014-06-031-2/+2
* MFC r258135: x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)emaste2013-11-251-22/+2
* Retire write-only PCB_GS32BIT pcb flag on amd64.dchagin2013-05-091-1/+0
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hjhb2013-01-291-0/+1
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Convert files to UTF-8uqs2012-01-151-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Export the correct AT_PLATFORM value.dchagin2011-03-261-2/+1
* Enable shared page use for amd64/linux32 and i386/linux binaries.dchagin2011-03-131-15/+11
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-081-4/+1
* Sort include files in the alphabetical order.dchagin2011-02-131-1/+1
* Remove redundant, bogus, and even harmful uses of setting TS bit in CR0.jkim2011-01-141-1/+1
* Improve PCB flags handling and make it more robust. Add two new functionsjkim2010-12-221-7/+6
* Update some comments related to use of amd64 full context switch.kib2010-12-071-2/+2
* Retire write-only PCB_FULLCTX pcb flag on amd64.kib2010-12-071-1/+1
* Add macro DECLARE_MODULE_TIED to denote a module as requiring thekib2010-10-121-1/+1
* The interpreter name should no longer be treated as a buffer that can bealc2010-07-281-11/+5
* Reorganize syscall entry and leave handling.kib2010-05-231-16/+31
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-9/+5
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-111-2/+2
* In r197963, a race with thread being selected for signal deliverykib2009-10-271-12/+6
* Fix handling of .note.ABI-tag section for GNU systems [1].bz2009-08-241-5/+30
* Restore the segment registers and segment base MSRs for amd64 syscallkib2009-07-091-0/+5
* Do not export AT_CLKTCK when emulating Linux kernel priordchagin2009-05-101-1/+11
* Rework r189362, r191883.dchagin2009-05-101-1/+2
* Move the per-prison Linux MIB from a private one-off pointer to the newjamie2009-05-071-0/+2
* Move extern variable definitions to the header file.dchagin2009-05-021-3/+1
* Reimplement futexes.dchagin2009-05-011-3/+3
* Fix KBI breakage by r190520 which affects older linux.ko binaries:dchagin2009-04-051-2/+2
* Save and restore segment registers on amd64 when entering and leavingkib2009-04-011-32/+38
* Implement new way of branding ELF binaries by looking to adchagin2009-03-131-2/+14
* A better fix for handling different FPU initial control words for differentjhb2009-03-051-0/+1
* Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries whichdchagin2009-03-041-15/+33
* Fix the inconsistent tabbing.obrien2009-01-311-52/+55
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsobrien2009-01-311-4/+4
* Remove obsolete AT_DEBUG stuff. It never should have been committedimp2008-12-171-2/+0
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-221-0/+1
* Correctly fill siginfo for the signals delivered by linux tkill/tgkill.kib2008-10-191-3/+1
* Set PCB_32BIT and clear PCB_GS32BIT for linux32 binaries.kib2008-10-181-1/+2
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-49/+49
OpenPOWER on IntegriCloud