summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't unregister the ioctl handlers before we verified wemarcel2000-11-231-11/+14
* fix glaring bugs in rt signals -- copyout the right signal mask ingallatin2000-11-161-2/+3
* Make linux_sendsig and linux_sigreturn use all 64 bits of agallatin2000-11-131-3/+14
* Revert auto-generation. The Alpha port is broken.marcel2000-11-101-1/+1
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-091-5/+5
* Sync with Alpha:marcel2000-11-091-1/+1
* A start at an implemention of linux_rt_sendsig & linux_rt_sigreturngallatin2000-10-171-0/+257
* Update include directives for Linuxulator headers after themarcel2000-08-221-1/+1
* Remove the only use of SCARG and perform dead code elimination.marcel2000-07-271-3/+2
* Add a version tag for the rtc port to depend on.peter2000-05-061-0/+2
* Fix #! script exec under linux emulation. If a script is exec'd from adillon2000-04-261-2/+55
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Change our ELF binary branding to something more acceptable to the Binutilsobrien2000-04-181-2/+2
* Changed the type used to represent the user stack pointer from `long *'bde1999-12-271-6/+6
* Implement pluggable ioctl handlers.marcel1999-12-041-7/+19
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thephk1999-10-301-1/+2
* useracc() the prequel:phk1999-10-291-1/+0
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-111-11/+9
OpenPOWER on IntegriCloud