aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the prefix parameter to linux_emul_find(), which was alwaysDag-Erling Smørgrav2001-10-271-2/+2
* Make this compile again. I would have sworn that I did this already inPeter Wemm2001-09-201-2/+2
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-5/+6
* track the One True Architecture (i386)Matt Jacob2001-05-251-4/+4
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-6/+10
* Add MODULE_DEPEND() for the sysvipc modules. This allows the linulatorAndrew Gallatin2001-03-051-0/+3
* sync with i386:Andrew Gallatin2001-03-051-0/+2
* Proc locking.John Baldwin2001-01-241-0/+2
* Minor cleanups:Marcel Moolenaar2000-12-051-8/+3
* Don't auto-generate the syscalls.Marcel Moolenaar2000-12-031-1/+1
* Don't unregister the ioctl handlers before we verified weMarcel Moolenaar2000-11-231-11/+13
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackMarcel Moolenaar2000-11-091-1/+2
* back out 1.66 -- the Elfxx_Brandinfo compat_3_brand field doesn't existAndrew Gallatin2000-11-091-2/+0
* Fix the Elf64 branding initialization.David E. O'Brien2000-11-041-0/+2
* Move the linux abi's alpha md files over to using David's build-timeAndrew Gallatin2000-11-011-1/+1
* Need to dummy-out rt_sigreturn.David E. O'Brien2000-11-011-0/+3
* Apply style(9). [best I could]David E. O'Brien2000-10-231-35/+40
* Minimal set of diffs from the i386 bits to the AlphaLinux.David E. O'Brien2000-09-061-335/+28
* Update include directives for Linuxulator headers after theMarcel Moolenaar2000-08-221-1/+1
* Remove the only use of SCARG and perform dead code elimination.Marcel Moolenaar2000-07-271-3/+2
* Add a version tag for the rtc port to depend on.Peter Wemm2000-05-061-0/+2
* Fix #! script exec under linux emulation. If a script is exec'd from aMatthew Dillon2000-04-261-2/+55
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-181-2/+2
* 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