summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-1/+2
* Use __FBSDID().obrien2003-06-021-2/+3
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-4/+27
* Fix warnings; deprecated use of label at end of compound statementpeter2002-05-241-0/+1
* Add missing includes of <sys/sx.h>jhb2001-03-281-0/+1
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-281-2/+2
* Use queue macros.jhb2001-01-241-1/+1
* - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), insteadjake2000-12-131-3/+9
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-091-1/+3
* Initial dependency so that the kld's will link. imgact_coff dependspeter2000-04-291-0/+2
* sigset_t change (part 4 of 5)marcel1999-09-291-2/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Staticize.eivind1999-04-111-2/+2
* Can't use elf_brand_inuse() here because iBCS2 doesn't use ELF. D'oh!newton1999-02-041-2/+14
* Remove references to an LKM that isn't built any more.peter1999-01-171-3/+1
* Added 3 new errno values, requred by various standards: EOVERFLOW,dt1998-12-141-2/+2
* Finished updating module event handlers to be compatible withbde1998-11-151-2/+2
* Don't define the module glue if building as an LKM, this happens to havepeter1998-11-071-1/+3
* Create an 'ibcs2' module so that scripts can tell if it's staticallypeter1998-11-061-1/+20
* Add provisions for variant core dump file formats, depending on thejdp1998-09-141-2/+3
* Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running undereivind1998-04-281-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Clean-up the new VM map procfs code, and also add support for executabledyson1996-06-181-2/+3
* The recently introduced sv_sendsig entry of the sysentvec structureswallace1996-03-271-2/+3
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-2/+8
* Remove old files no longer needed.swallace1995-10-101-0/+50
OpenPOWER on IntegriCloud