summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.pfg2016-04-221-1/+1
* X86: use our nitems() macro when it is avaliable through param.h.pfg2016-04-191-1/+1
* Add kern.features flags for linux and linux64 modulesbapt2016-04-051-0/+1
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-271-2/+2
* Implement AT_SECURE properly.delphij2016-01-271-1/+3
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-091-0/+2
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-281-6/+0
* Fix missing semi-colon from r289055.cem2015-10-081-1/+1
* linux: fix handling of out-of-bounds syscall attemptsmjg2015-10-081-1/+1
* Rework signal code to allow using it by other modules, like linprocfs:dchagin2015-05-241-37/+12
* Call nosys in case when the incorrect syscall number is specified.dchagin2015-05-241-1/+2
* Use the BSD_TO_LINUX_SIGNAL() wherever there is no needdchagin2015-05-241-6/+2
* Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used bydchagin2015-05-241-0/+26
* Introduce a new module linux_common.ko which is intended for thedchagin2015-05-241-8/+8
* Remove stale comment about a signal trampoline whichdchagin2015-05-241-1/+0
* Put linux_platform into the vdso to avoid copying it onto the stack atdchagin2015-05-241-4/+4
* Implement vdso - virtual dynamic shared object. Through vdso Linuxdchagin2015-05-241-11/+54
* Some style(9) && whitespaces fixes. No functional changes.dchagin2015-05-241-9/+9
* Switch linuxulator to use the native 1:1 threads.dchagin2015-05-241-4/+6
* MFamd64: Move extern declaration of _ucodesel and _udatasel tojhb2014-11-021-1/+0
* Revert r266925 as it can lead to instant panic at fexecve():dchagin2014-06-171-2/+2
* To allow to run the interpreter itself add a new ELF branding type.dchagin2014-05-311-2/+2
* x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)emaste2013-11-141-22/+2
* 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
* Do not write to the user address directly, use suword().kib2012-02-251-4/+4
* Convert files to UTF-8uqs2012-01-151-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-18/+18
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-081-4/+2
* Sort include files in the alphabetical order.dchagin2011-02-131-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-10/+5
* Reorganize syscall entry and leave handling.kib2010-05-231-18/+36
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-5/+4
* 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
* 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
* 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-7/+3
* Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries whichdchagin2009-03-041-5/+161
* 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-2/+4
* Correctly fill siginfo for the signals delivered by linux tkill/tgkill.kib2008-10-191-3/+1
OpenPOWER on IntegriCloud