summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved signal handling and rescheduling from userret() to ast() so thatbde2002-04-041-0/+2
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-241-5/+5
* Remove __P.alfred2002-03-201-9/+9
* Eliminate unnecessary calls to grow_stack() and useracc() from linux_sendsig()alc2002-03-191-49/+5
* Pre-KSE/M3 commit.julian2002-02-071-1/+1
* Clear the single-step flag for signal handlers. This fixes bogus tracebde2002-01-101-2/+2
* Convert BSD trap codes to i386.pb2001-11-201-2/+41
* Eliminate the prefix parameter to linux_emul_find(), which was alwaysdes2001-10-271-2/+2
* Oops, these already included sys/lock.h, they just did so afterjhb2001-10-111-1/+0
* Add missing includes of sys/lock.h.jhb2001-10-111-0/+1
* Add a lock assertion to linux_sendsig() to match other sendsig functions.jhb2001-09-171-0/+1
* KSE Milestone 2julian2001-09-121-14/+18
OpenPOWER on IntegriCloud