summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-74/+76
* Implement the linux syscallskib2008-04-081-1/+1
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* Since version 4.3, gcc changed its behaviour concerning the i386/amd64kib2008-03-131-2/+2
* Remove kernel support for M:N threading.jeff2008-03-121-2/+1
* Fill in cr2 in the signal context from ksi->ksi_addr.kib2007-09-201-0/+2
* MFP4: Turn emul_lock into a mutex.jkim2007-04-021-2/+2
* Change futex lock from mutex to sx. Make futex_get atomic (protected by thenetchild2006-09-091-3/+3
* Move some stuff into headers where they belong.netchild2006-08-171-5/+1
* Add the linux 2.6.x stuff (not used by default!):netchild2006-08-151-2/+31
* Add some more errno mappings (bsd -> linux) and a comment about the status..netchild2006-08-101-1/+6
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.ambrisko2006-05-051-0/+6
* regen after COMPAT_43 removalnetchild2006-03-181-7/+0
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
* Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)jhb2005-12-151-1/+0
* The signal code is now an int rather than a long, so update debug printfs.jhb2005-10-141-2/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-10/+26
* Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.cjhb2005-07-291-3/+0
* Use linux_emul_convpath() rather than linux_emul_find() asjhb2005-02-071-7/+6
* When running Linux binaries, set up the initial FPU state as Linuxdas2005-02-061-0/+7
* o Split out kernel part of execve(2) syscall into two parts: one thatsobomax2005-01-291-4/+4
* Axe the semblance of support for PECOFF and Linux a.out core dumps.das2004-11-271-52/+2
* Maintain the broken state of backwards compatibilty for a.out (anddas2004-11-201-2/+3
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-1/+1
* Change the types of vn_rdwr_inchunks()'s len and aresid arguments totjr2004-06-051-1/+1
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-2/+2
* Make sigaltstack as per-threaded, because per-process sigaltstack statedavidxu2004-01-031-9/+9
* Sorted includes. Removed duplicates exposed by this.bde2003-12-291-12/+9
* Add an additional field to the elf brandinfo structure to supportpeter2003-12-231-2/+4
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-2/+4
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-151-1/+1
* Use __FBSDID().obrien2003-06-021-2/+3
* - Merge struct procsig with struct sigacts.jhb2003-05-131-3/+13
* Provide exec_linux_setregs() to override exec_setregs().mdodd2003-05-111-2/+21
* Don't drop the proc lock just to reacquire it after a few simple assignmentjhb2003-04-171-2/+0
OpenPOWER on IntegriCloud