summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix LINT breakage caused by previous commit. The linux_rt_sendsigmarcel2001-09-101-0/+9
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-081-23/+22
* Call sendsig() with the proc lock held and return with it held.jhb2001-09-061-2/+2
* Remove the MPSAFE keyword from the parser for syscalls.master.dillon2001-08-301-0/+5
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-4/+4
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-5/+6
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-4/+4
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+1
* Preserve the state of the %gs register when setting up the signaldeischen2001-05-121-2/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-4/+7
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-2/+4
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-251-2/+2
* MFS: bring the consistent `compat_3_brand' support into -CURRENTobrien2001-02-241-0/+2
* Allow debugging output to be controlled on a per-syscall granularity.jlemon2001-02-161-16/+20
* Proc locking.jhb2001-01-241-0/+16
* The Linuxulator needs sysvipc to work.des2001-01-141-0/+3
* Don't use p->p_sigstk.ss_flags to keep state of whether themarcel2000-11-301-17/+12
* Correct a misnamed argument hidden behind a #ifdef DEBUGjlemon2000-11-251-1/+1
* o Change the argument of linux_sigreturn to be a pointer to amarcel2000-11-231-56/+56
OpenPOWER on IntegriCloud