summaryrefslogtreecommitdiffstats
path: root/sys/alpha/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes from previous commit.jhb2003-03-271-0/+1
* Add a cleanup function to destroy the osname_lock and call it on modulejhb2003-03-261-0/+1
* Sync up linux and svr compat elf fixup functions for exec(). Thesejhb2003-03-211-10/+9
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-5/+13
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-4/+6
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Remove __P(). This was tested on the GENERIC kernel.obrien2002-03-201-3/+3
* Pre-KSE/M3 commit.julian2002-02-071-1/+1
* Eliminate the prefix parameter to linux_emul_find(), which was alwaysdes2001-10-271-2/+2
* Make this compile again. I would have sworn that I did this already inpeter2001-09-201-2/+2
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-5/+6
* track the One True Architecture (i386)mjacob2001-05-251-4/+4
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-6/+10
* Add MODULE_DEPEND() for the sysvipc modules. This allows the linulatorgallatin2001-03-051-0/+3
* sync with i386:gallatin2001-03-051-0/+2
* Proc locking.jhb2001-01-241-0/+2
* Minor cleanups:marcel2000-12-051-8/+3
* 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
OpenPOWER on IntegriCloud