aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* o Split out kernel part of execve(2) syscall into two parts: one thatMaxim Sobolev2005-01-291-4/+4
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+1
* Add an additional field to the elf brandinfo structure to supportPeter Wemm2003-12-231-2/+4
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-1/+2
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerDavid Xu2003-06-151-1/+1
* Use __FBSDID().David E. O'Brien2003-06-101-2/+3
* Add missing includes from previous commit.John Baldwin2003-03-271-0/+1
* Add a cleanup function to destroy the osname_lock and call it on moduleJohn Baldwin2003-03-261-0/+1
* Sync up linux and svr compat elf fixup functions for exec(). TheseJohn Baldwin2003-03-211-10/+9
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections toJake Burkholder2002-09-011-5/+13
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-4/+6
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Remove __P(). This was tested on the GENERIC kernel.David E. O'Brien2002-03-201-3/+3
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-1/+1
* 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