aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: ABI dependent MINSIGSTKSZ.Marcel Moolenaar2001-02-221-1/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-11-041-0/+267
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-511/+0
* Changed the type used to represent the user stack pointer from `long *'Bruce Evans1999-12-271-6/+6
* Implement pluggable ioctl handlers.Marcel Moolenaar1999-12-041-7/+19
* Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for thePoul-Henning Kamp1999-10-301-1/+2
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Add a per-signal flag to mark handlers registered with osigaction, so weLuoqi Chen1999-10-111-11/+9
* sigset_t change (part 4 of 5)Marcel Moolenaar1999-09-291-46/+50
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Tweak include ordering so sys/systm.h is before sys/buf.h to keep buf.h'sPeter Wemm1999-06-281-2/+2
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-281-4/+6
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedPeter Wemm1999-04-191-5/+1
* Added call to elf_brand_inuse() to prevent you from cutting your ownMark Newton1999-02-041-3/+11
* Minor cleanup; no more references to LKM's.Peter Wemm1999-01-171-4/+1
* Add (but don't activate) code for a special VM option to makeJulian Elischer1999-01-061-20/+3
* Make it compile again.Søren Schmidt1998-12-191-5/+5
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-1/+22
* Removed the cast to a pointer in the definition of PS_STRINGS andBruce Evans1998-12-161-2/+2
* Added 3 new errno values, requred by various standards: EOVERFLOW,Dmitrij Tejblum1998-12-141-5/+5
* Finished updating module event handlers to be compatible withBruce Evans1998-11-151-8/+2
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-17/+36
* Unregister the glibc2 brand at module unload time.Alexander Langer1998-10-111-5/+19
* Make async I/O on a socket work.John Fieber1998-10-051-4/+4
* Add support for glibc consumers using the new ld-linux.so.2 linker.Mike Smith1998-09-171-2/+10
* Add provisions for variant core dump file formats, depending on theJohn Polstra1998-09-141-3/+6
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-161-4/+4
* Fixed print format errors.Bruce Evans1998-07-291-4/+5
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-12/+12
* Unbotch whitespace and change switch with two cases to if.Eivind Eklund1998-05-071-12/+9
* Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running underEivind Eklund1998-04-281-1/+26
* Added EIDRM & ENOMSG to errno translation table.Søren Schmidt1998-04-131-2/+2
* Staticized.Bruce Evans1998-02-131-2/+2
* De-staticize enough to make all the LKMs work again. Add comments whereEivind Eklund1998-02-111-2/+2
* Staticize.Eivind Eklund1998-02-091-10/+16
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-2/+6
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-3/+2
* Removed unused #includes (<machine/cpu.h> now gives more pollution).Bruce Evans1997-09-011-2/+1
* Fixed misplaced declaration.Bruce Evans1997-08-251-2/+3
* Revert my previous commit about using CS_SECURE macro.Philippe Charnier1997-08-211-1/+2
* Use CS_SECURE macro.Philippe Charnier1997-08-181-2/+1
* Removed unused #includes.Bruce Evans1997-07-201-13/+1
* md_regs is a struct trapframe * now, not int []Peter Wemm1997-05-071-41/+41
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusBruce Evans1997-04-011-2/+2
* Fix the warning when compiling the SYSINIT hook due to function types.Peter Wemm1997-03-291-2/+13
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Prepare kernel to take advantage of "branded" ELF binaries.Søren Schmidt1996-10-161-5/+6