summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* MFC r186212 (by imp):Konstantin Belousov2009-12-221-2/+0
* Merge from head to stable/7:Dmitry Chagin2009-03-291-0/+1
* MFC r183322:Konstantin Belousov2009-01-091-33/+35
* 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
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-181-5/+5
* Need to #include vm_zone.h to pick up inline definition of zfree() so thatMark Newton2000-01-031-0/+1
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-0/+3
* Remove unnecessary includes.Mark Newton1999-10-171-6/+0
* sigset_t change (part 4 of 5)Marcel Moolenaar1999-09-291-4/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Previous commit also finished cleaning up some dev_t -> udev_t transformationsMark Newton1999-07-301-1/+1
* Add $Id$ tagsMark Newton1999-07-301-8/+36
* sys/buf.h needs to have included sys/systm.h for spl prototypes.Brian Feldman1999-07-031-1/+1
* svr4 emulator will refuse to unload itself if it is currently in use.Mark Newton1999-02-041-8/+8
* Emulator KLD for SysVR4 executables grabbed from NetBSD.Mark Newton1999-01-301-0/+383