summaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2/ibcs2_isc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove iBCS2, part3: the implementationMateusz Guzik2018-12-191-68/+0
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used toJohn Baldwin2006-07-281-6/+2
* Conditionally acquire Giant around the ISC and Xenix system calls basedJohn Baldwin2005-07-071-5/+13
* Use __FBSDID().David E. O'Brien2003-06-021-2/+3
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* add <sys/sytm.h> (for cpufunc.h -> rdtsc)Assar Westerlund2001-07-211-0/+1
* Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin2001-06-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-3/+3
* Removed unused #includes.Bruce Evans1997-07-201-5/+1
* md_regs is a struct trapframe * now, not int []Peter Wemm1997-05-071-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+2
* Remove old files no longer needed.Steven Wallace1995-10-101-149/+21
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* Fix handling of POSIX_JOB_CONTROL and POSIX_SAVED_IDS,Andrey A. Chernov1995-04-301-6/+6
* Don't depend on namespace pollution in <machine/limits.h> for theBruce Evans1995-02-031-2/+2
* iBCS2 emulator core files.Søren Schmidt1994-10-141-0/+191