summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added EIDRM & ENOMSG to errno translation table.sos1998-04-131-2/+2
* Staticized.bde1998-02-131-2/+2
* De-staticize enough to make all the LKMs work again. Add comments whereeivind1998-02-111-2/+2
* Staticize.eivind1998-02-091-10/+16
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-2/+6
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-3/+2
* Removed unused #includes (<machine/cpu.h> now gives more pollution).bde1997-09-011-2/+1
* Fixed misplaced declaration.bde1997-08-251-2/+3
* Revert my previous commit about using CS_SECURE macro.charnier1997-08-211-1/+2
* Use CS_SECURE macro.charnier1997-08-181-2/+1
* Removed unused #includes.bde1997-07-201-13/+1
* md_regs is a struct trapframe * now, not int []peter1997-05-071-41/+41
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusbde1997-04-011-2/+2
* Fix the warning when compiling the SYSINIT hook due to function types.peter1997-03-291-2/+13
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Prepare kernel to take advantage of "branded" ELF binaries.sos1996-10-161-5/+6
* Removed nested include of <sys/proc.h> from <vm/vm_object.h> and fixedbde1996-10-151-1/+2
* Clean-up the new VM map procfs code, and also add support for executabledyson1996-06-181-1/+3
* Clean up -Wunused warnings.gpalmer1996-06-121-2/+1
* Include <sys/buf.h> so that this does't blow up with B_WRITE undefined.jkh1996-05-011-1/+2
* Update the linux_sendsig() handler to the new type of the 4thpeter1996-03-171-4/+4
* Move the elf linux_interp structure from the lkm stub to here so that itpeter1996-03-101-1/+18
* First attempt at FreeBSD & Linux ELF support.sos1996-03-101-62/+104
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-0/+358
OpenPOWER on IntegriCloud