summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
* Sorry, the last commit screwed up for me, this is the right one (I hope!)phk1995-10-281-0/+1
* Add code to properly translate signal returned in status argument of wait4()swallace1995-10-231-5/+25
* In bsd_to_ibcs2_sigaction(), flag for ibcs2 system should beswallace1995-10-211-2/+2
* sigset() should have sa_flags cleared to sig is maked before callingswallace1995-10-211-23/+27
* Use sa_flag option SA_NODEFER in sigsys() emulation because SVR3swallace1995-10-191-5/+5
* Add a hack to emulator to emulat spx device for local X connections.swallace1995-10-162-0/+54
* Do a better fake for uname information returned in utssys() call.swallace1995-10-162-6/+25
* Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets.swallace1995-10-101-17/+32
* Change alternate space base name from /emul/ibcs2 to /compat/ibcs2,swallace1995-10-102-19/+27
* Remove redundant getmsg and putmesg function declarations and #include directiveswallace1995-10-101-19/+0
* Remove old files no longer needed.swallace1995-10-1043-5016/+4243
* This commit was generated by cvs2svn to compensate for changes in r11394,swallace1995-10-1024-0/+2487
|\
| * Import of original NetBSD's ibcs2 emulator sources by Scott Bartram,swallace1995-10-1031-4243/+5340
| * This commit was manufactured by cvs2svn to create branch 'NETBSD'.cvs2svn1994-10-147-0/+4766
* Unlock the vnode after checking permissions; this is necessary to preventsef1995-09-131-1/+7
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-282-26/+11
* Moved setting of VTEXT flag into the appropriate image activators. Thisdg1995-08-241-1/+3
* Remove trailing whitespace.rgrimes1995-05-3015-236/+236
* Fix CHOWN_RESTRICTED and NO_TRUNC to return correct values per POSIXache1995-05-021-5/+5
* Back out incorrect jkh's fix and apply correct oneache1995-05-021-4/+8
* The handling of _SC_SAVED_IDS was wrong; _POSIX_SAVED_IDS has no valuejkh1995-05-021-5/+1
* Fix handling of POSIX_JOB_CONTROL and POSIX_SAVED_IDS,ache1995-04-301-6/+6
* Some long-waiting fixes for the COFF module. They silence compilerjoerg1995-04-081-19/+43
* emoved redundant definition of imcs2_close() since it already exists innate1995-03-031-13/+1
* Use of vm_allocate and vm_deallocate has been deprecated.dg1995-02-202-15/+18
* Don't depend on namespace pollution in <machine/limits.h> for thebde1995-02-032-4/+4
* Fix bug around VOP_READDIR, now takes 6 parameters not 4.sos1994-12-141-7/+7
* First shot README file for iBCS supportsos1994-10-231-0/+124
* Fixed some video returns.sos1994-10-231-6/+10
* Got a little closer with socksys emulation.sos1994-10-174-74/+45
* iBCS2 emulator core files.sos1994-10-1416-14/+6962
* Main iBCS2 include file. First part of iBCS2 emulator.sos1994-10-131-0/+266
OpenPOWER on IntegriCloud