summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-6/+6
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-311-2/+2
* Add missing includes from previous commit.jhb2003-03-271-0/+1
* Add a cleanup function to destroy the osname_lock and call it on modulejhb2003-03-261-0/+1
* Sync up linux and svr compat elf fixup functions for exec(). Thesejhb2003-03-211-4/+6
* Clean up whitespace and remove register keyword.des2003-03-031-27/+27
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-031-2/+2
* Correctly map SIGSYS signal to/from Linux.kan2003-02-241-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* bzero() the sigframe before we fill it. This was not done at all inmarcel2002-11-021-3/+4
* Style(9). Make some function declarations consistent with the rest,markm2002-10-191-16/+7
* Tidy up some loose ends that bde pointed out. caddr_t bad, ok?peter2002-09-071-8/+7
* The true value of how the kernel was configured for KSTACK_PAGES was notpeter2002-09-071-6/+6
* Diff reduction in comments for filling the siginfo structure - refer tojmallett2002-09-071-1/+1
* Supposedly linux has added a 6th syscall arg register (%ebp). I am notpeter2002-09-071-0/+1
* Give this a self contained a.out coredump routine.peter2002-09-071-1/+60
* Use the new kern_* functions to avoid the need to store argumentsiedowse2002-09-011-11/+7
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-2/+18
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-4/+6
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
OpenPOWER on IntegriCloud