summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
* Perform special sigset() check.swallace1996-12-081-2/+14
* Better fix for the previous overflow problem using the code fromnate1996-12-051-2/+2
* 'ulimit' can overflow the int return value, so avoid the overflow bynate1996-12-051-1/+2
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:bde1996-09-211-4/+4
* Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'bde1996-09-031-3/+2
* Fixed some more easy cases of const poisoning in the kernel. Cosmetic.bde1996-09-031-9/+9
* Clean-up the new VM map procfs code, and also add support for executabledyson1996-06-181-2/+3
* Clean up -Wunused warnings.gpalmer1996-06-124-16/+13
* Fixed GET/SETIPDOMAIN ioctl on /dev/socksys, which is used by variousnate1996-06-121-2/+90
* Change the 'sysi86()' function not implemented' printf to be called onlynate1996-06-081-0/+2
* When uname() returns the system name, try to use the unqualified domainnate1996-06-081-1/+6
* Removed unnecessary #includes from <sys/imgact.h> so that it isbde1996-05-011-1/+3
* Implement ioctl's IBCS2_TCFLSH and IBCS2_TCXONC. Improve termios conversion.swallace1996-03-285-17/+96
* The recently introduced sv_sendsig entry of the sysentvec structureswallace1996-03-271-2/+3
* Remove references to MAP_FILE.. That is now "default" and is onlypeter1996-03-121-6/+6
* The same data segment length rounding problem that was in the elfpeter1996-03-121-4/+4
* Fix a (mostly harmless) bogon when calculating the start of the stack gap.peter1996-03-101-1/+1
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-022-4/+12
* 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
OpenPOWER on IntegriCloud