summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-2/+2
* Fixed vm_map_find for new vm changes.dyson1996-01-191-5/+6
* Reran makesyscalls.sh..peter1996-01-083-4/+3
* Oops. forgot to remove #include "opt_sysvipc.h"peter1996-01-081-2/+1
* reran makesyscallspeter1996-01-089-55/+9
* Remove the #ifdef SYSVSHM etc. Always call the functions, some stubspeter1996-01-081-13/+1
* Convert SYSV IPC to new-style options. (I hope I got everything...)wollman1996-01-045-4/+9
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-45/+0
* recording cvs-1.6 file deathpeter1995-12-305-1372/+0
* Update ibcs2 to use the new ps_strings / stack gap arrangements..peter1995-12-091-2/+1
* Untangled the vm.h include file spaghetti.dg1995-12-074-3/+13
* Removed unnecessary #includes of <sys/user.h>. Some of these were justbde1995-12-061-1/+0
* Change call to kern_sysctl to userland_sysctl. Not tested.phk1995-11-201-4/+6
* Added bogus casts to avoid compiler warnings.bde1995-11-131-2/+3
* Fixed parentheses in macros.bde1995-11-131-4/+4
* Added (null for the i386) conversions from ibcs2's bogus fcntl argsbde1995-11-121-9/+10
* All:dg1995-11-061-33/+33
* 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