summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sigset_t change (part 4 of 5)marcel1999-09-291-46/+50
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Tweak include ordering so sys/systm.h is before sys/buf.h to keep buf.h'speter1999-06-281-2/+2
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-4/+6
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-191-5/+1
* Added call to elf_brand_inuse() to prevent you from cutting your ownnewton1999-02-041-3/+11
* Minor cleanup; no more references to LKM's.peter1999-01-171-4/+1
* Add (but don't activate) code for a special VM option to makejulian1999-01-061-20/+3
* Make it compile again.sos1998-12-191-5/+5
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-1/+22
* Removed the cast to a pointer in the definition of PS_STRINGS andbde1998-12-161-2/+2
* Added 3 new errno values, requred by various standards: EOVERFLOW,dt1998-12-141-5/+5
* Finished updating module event handlers to be compatible withbde1998-11-151-8/+2
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-17/+36
* Unregister the glibc2 brand at module unload time.alex1998-10-111-5/+19
* Make async I/O on a socket work.jfieber1998-10-051-4/+4
* Add support for glibc consumers using the new ld-linux.so.2 linker.msmith1998-09-171-2/+10
* Add provisions for variant core dump file formats, depending on thejdp1998-09-141-3/+6
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-4/+4
* Fixed print format errors.bde1998-07-291-4/+5
* This commit fixes various 64bit portability problems required fordfr1998-06-071-12/+12
* Unbotch whitespace and change switch with two cases to if.eivind1998-05-071-12/+9
* Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running undereivind1998-04-281-1/+26
OpenPOWER on IntegriCloud