summaryrefslogtreecommitdiffstats
path: root/sys/alpha/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* Don't auto-generate the syscalls.marcel2000-12-031-1/+1
* Don't unregister the ioctl handlers before we verified wemarcel2000-11-231-11/+13
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-091-1/+2
* back out 1.66 -- the Elfxx_Brandinfo compat_3_brand field doesn't existgallatin2000-11-091-2/+0
* Fix the Elf64 branding initialization.obrien2000-11-041-0/+2
* Move the linux abi's alpha md files over to using David's build-timegallatin2000-11-011-1/+1
* Need to dummy-out rt_sigreturn.obrien2000-11-011-0/+3
* Apply style(9). [best I could]obrien2000-10-231-35/+40
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-09-061-335/+28
* 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
* 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
OpenPOWER on IntegriCloud