aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* 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
* Use __FBSDID().David E. O'Brien2003-06-021-2/+3
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-131-3/+13
* Provide exec_linux_setregs() to override exec_setregs().Matthew N. Dodd2003-05-111-2/+21
* Don't drop the proc lock just to reacquire it after a few simple assignmentJohn Baldwin2003-04-171-2/+0
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-311-6/+6
* - Change trapsignal() to accept a thread and not a proc.Jeff Roberson2003-03-311-2/+2
* Add missing includes from previous commit.John Baldwin2003-03-271-0/+1
* Add a cleanup function to destroy the osname_lock and call it on moduleJohn Baldwin2003-03-261-0/+1
* Sync up linux and svr compat elf fixup functions for exec(). TheseJohn Baldwin2003-03-211-4/+6
* Clean up whitespace and remove register keyword.Dag-Erling Smørgrav2003-03-031-27/+27
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.Dag-Erling Smørgrav2003-03-031-2/+2
* Correctly map SIGSYS signal to/from Linux.Alexander Kabaev2003-02-241-2/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* bzero() the sigframe before we fill it. This was not done at all inMarcel Moolenaar2002-11-021-3/+4
* Style(9). Make some function declarations consistent with the rest,Mark Murray2002-10-191-16/+7
* Tidy up some loose ends that bde pointed out. caddr_t bad, ok?Peter Wemm2002-09-071-8/+7
* The true value of how the kernel was configured for KSTACK_PAGES was notPeter Wemm2002-09-071-6/+6
* Diff reduction in comments for filling the siginfo structure - refer toJuli Mallett2002-09-071-1/+1
* Supposedly linux has added a 6th syscall arg register (%ebp). I am notPeter Wemm2002-09-071-0/+1
* Give this a self contained a.out coredump routine.Peter Wemm2002-09-071-1/+60
* Use the new kern_* functions to avoid the need to store argumentsIan Dowse2002-09-011-11/+7
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections toJake Burkholder2002-09-011-2/+18
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-4/+6
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Moved signal handling and rescheduling from userret() to ast() so thatBruce Evans2002-04-041-0/+2
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-241-5/+5
* Remove __P.Alfred Perlstein2002-03-201-9/+9
* Eliminate unnecessary calls to grow_stack() and useracc() from linux_sendsig()Alan Cox2002-03-191-49/+5
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-1/+1
* Clear the single-step flag for signal handlers. This fixes bogus traceBruce Evans2002-01-101-2/+2
* Convert BSD trap codes to i386.Pierre Beyssac2001-11-201-2/+41
* Eliminate the prefix parameter to linux_emul_find(), which was alwaysDag-Erling Smørgrav2001-10-271-2/+2
* Oops, these already included sys/lock.h, they just did so afterJohn Baldwin2001-10-111-1/+0
* Add missing includes of sys/lock.h.John Baldwin2001-10-111-0/+1
* Add a lock assertion to linux_sendsig() to match other sendsig functions.John Baldwin2001-09-171-0/+1