aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* Remove SVR4 (System V Release 4) binary compatibility support.Gleb Smirnoff2017-02-281-313/+0
* Fix streams and svr4 module dependency. Both modules are complaining aboutDmitry Chagin2016-04-231-1/+1
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscallDmitry Chagin2016-01-091-0/+1
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structKonstantin Belousov2015-11-281-3/+0
* svr4 emulator has custom sendsig() implementation, it does not useKonstantin Belousov2015-06-291-2/+2
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+1
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Extend struct sysvec with new method sv_schedtail, which is used for anDmitry Chagin2011-03-081-0/+1
* Add macro DECLARE_MODULE_TIED to denote a module as requiring theKonstantin Belousov2010-10-121-1/+1
* Reorganize syscall entry and leave handling.Konstantin Belousov2010-05-231-1/+4
* Implement new way of branding ELF binaries by looking to aDmitry Chagin2009-03-131-0/+1
* Remove two remnant uses of AT_DEBUG.Konstantin Belousov2008-12-171-2/+0
* Add sv_flags field to struct sysentvec with intention to provide descriptionKonstantin Belousov2008-11-221-1/+2
* Change the static struct sysentvec and struct Elf_Brandinfo initializersKonstantin Belousov2008-09-241-33/+35
* Allow COMPAT_SVR4 to be built without COMPAT_43.Ed Schouten2008-09-151-4/+0
* Implement the linux syscallsKonstantin Belousov2008-04-081-1/+1
* Add the support for the AT_FDCWD and fd-relative name lookups to theKonstantin Belousov2008-03-311-0/+1
* - The P_SA flag has been removed. Don't reference it in a KASSERT.Jeff Roberson2008-03-121-2/+1
* Clean up the svr4 socket cache and streams code some to make it more easilyJohn Baldwin2006-07-211-6/+12
* fixup signal mapping:Sam Leffler2005-02-251-2/+2
* - Implement svr4_emul_find() using kern_alternate_path(). This changesJohn Baldwin2005-02-071-129/+9
* o Split out kernel part of execve(2) syscall into two parts: one thatMaxim Sobolev2005-01-291-2/+2
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* 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-1/+2
* Fix some security bugs in the SVR4 emulator:Tim J. Robbins2003-10-201-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
* Put definition of struct svr4_sockcache_entry in a .h file rather thanPoul-Henning Kamp2003-05-311-1/+0
* Sync up linux and svr compat elf fixup functions for exec(). TheseJohn Baldwin2003-03-211-8/+8
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections toJake Burkholder2002-09-011-2/+10
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-4/+5
* The comment marked with XXX was right: emulate SVR4 forRobert Drehmel2002-07-091-1/+1
* Use proc lock to protect p_ucred pointer while we deference it to read aJohn Baldwin2002-04-111-0/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-3/+2
* KSE Milestone 2Julian Elischer2001-09-121-7/+8
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-4/+4
* MFS: bring the consistent `compat_3_brand' support into -CURRENTDavid E. O'Brien2001-02-241-0/+1
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* - Back out over-aggressive locking of p->p_cred.John Baldwin2001-01-261-12/+3
* Proc locking.John Baldwin2001-01-231-3/+12
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackMarcel Moolenaar2000-11-091-1/+3
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.David E. O'Brien2000-08-311-10/+10
* Give the "streams" modulea version (1) and depend on it from theBrian Feldman2000-05-061-0/+1
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0