aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r232143:Konstantin Belousov2012-03-061-4/+4
* MFC r219405:Dmitry Chagin2011-06-081-4/+2
* MFC r218658, r218668:Dmitry Chagin2011-03-021-1/+1
* MFC r208453:Konstantin Belousov2010-11-031-18/+36
* MFC r213716:Konstantin Belousov2010-10-271-1/+1
* MFC r198507:Konstantin Belousov2009-12-191-12/+6
* MFC r196512:Bjoern A. Zeeb2009-08-271-5/+30
* Do not export AT_CLKTCK when emulating Linux kernel priorDmitry Chagin2009-05-101-1/+11
* Rework r189362, r191883.Dmitry Chagin2009-05-101-1/+2
* Move the per-prison Linux MIB from a private one-off pointer to the newJamie Gritton2009-05-071-0/+2
* Move extern variable definitions to the header file.Dmitry Chagin2009-05-021-3/+1
* Reimplement futexes.Dmitry Chagin2009-05-011-3/+3
* Fix KBI breakage by r190520 which affects older linux.ko binaries:Dmitry Chagin2009-04-051-2/+2
* Implement new way of branding ELF binaries by looking to aDmitry Chagin2009-03-131-2/+14
* A better fix for handling different FPU initial control words for differentJohn Baldwin2009-03-051-7/+3
* Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries whichDmitry Chagin2009-03-041-5/+161
* Remove obsolete AT_DEBUG stuff. It never should have been committedWarner Losh2008-12-171-2/+0
* Add sv_flags field to struct sysentvec with intention to provide descriptionKonstantin Belousov2008-11-221-2/+4
* Correctly fill siginfo for the signals delivered by linux tkill/tgkill.Konstantin Belousov2008-10-191-3/+1
* Change the static struct sysentvec and struct Elf_Brandinfo initializersKonstantin Belousov2008-09-241-74/+76
* Implement the linux syscallsKonstantin Belousov2008-04-081-1/+1
* Add the support for the AT_FDCWD and fd-relative name lookups to theKonstantin Belousov2008-03-311-0/+1
* Since version 4.3, gcc changed its behaviour concerning the i386/amd64Konstantin Belousov2008-03-131-2/+2
* Remove kernel support for M:N threading.Jeff Roberson2008-03-121-2/+1
* Fill in cr2 in the signal context from ksi->ksi_addr.Konstantin Belousov2007-09-201-0/+2
* MFP4: Turn emul_lock into a mutex.Jung-uk Kim2007-04-021-2/+2
* Change futex lock from mutex to sx. Make futex_get atomic (protected by theAlexander Leidinger2006-09-091-3/+3
* Move some stuff into headers where they belong.Alexander Leidinger2006-08-171-5/+1
* Add the linux 2.6.x stuff (not used by default!):Alexander Leidinger2006-08-151-2/+31
* Add some more errno mappings (bsd -> linux) and a comment about the status..Alexander Leidinger2006-08-101-1/+6
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.Doug Ambrisko2006-05-051-0/+6
* regen after COMPAT_43 removalAlexander Leidinger2006-03-181-7/+0
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structureMaxim Sobolev2005-12-261-0/+2
* Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)John Baldwin2005-12-151-1/+0
* The signal code is now an int rather than a long, so update debug printfs.John Baldwin2005-10-141-2/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostDavid Xu2005-10-141-10/+26
* Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.cJohn Baldwin2005-07-291-3/+0
* Use linux_emul_convpath() rather than linux_emul_find() asJohn Baldwin2005-02-071-7/+6
* When running Linux binaries, set up the initial FPU state as LinuxDavid Schultz2005-02-061-0/+7
* o Split out kernel part of execve(2) syscall into two parts: one thatMaxim Sobolev2005-01-291-4/+4
* Axe the semblance of support for PECOFF and Linux a.out core dumps.David Schultz2004-11-271-52/+2
* Maintain the broken state of backwards compatibilty for a.out (andDavid Schultz2004-11-201-2/+3
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-1/+1
* Change the types of vn_rdwr_inchunks()'s len and aresid arguments toTim J. Robbins2004-06-051-1/+1
* Make sigaltstack as per-threaded, because per-process sigaltstack stateDavid Xu2004-01-031-2/+2
* Make sigaltstack as per-threaded, because per-process sigaltstack stateDavid Xu2004-01-031-9/+9
* Sorted includes. Removed duplicates exposed by this.Bruce Evans2003-12-291-12/+9
* Add an additional field to the elf brandinfo structure to supportPeter Wemm2003-12-231-2/+4
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-2/+4
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerDavid Xu2003-06-151-1/+1