summaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.1_cvscvs2svn1997-03-2719-19/+19
* YAMFC (added a missing prototype).Bruce Evans1997-02-131-0/+4
* In the IBCS2 semctl system call, the last parameter arg is passed bySteven Wallace1996-12-241-0/+16
* YAMFCJordan K. Hubbard1996-12-122-3/+16
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:Bruce Evans1996-09-211-4/+4
* Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'Bruce Evans1996-09-031-3/+2
* Fixed some more easy cases of const poisoning in the kernel. Cosmetic.Bruce Evans1996-09-031-9/+9
* Clean-up the new VM map procfs code, and also add support for executableJohn Dyson1996-06-181-2/+3
* Clean up -Wunused warnings.Gary Palmer1996-06-124-16/+13
* Fixed GET/SETIPDOMAIN ioctl on /dev/socksys, which is used by variousNate Williams1996-06-121-2/+90
* Change the 'sysi86()' function not implemented' printf to be called onlyNate Williams1996-06-081-0/+2
* When uname() returns the system name, try to use the unqualified domainNate Williams1996-06-081-1/+6
* Removed unnecessary #includes from <sys/imgact.h> so that it isBruce Evans1996-05-011-1/+3
* Implement ioctl's IBCS2_TCFLSH and IBCS2_TCXONC. Improve termios conversion.Steven Wallace1996-03-285-17/+96
* The recently introduced sv_sendsig entry of the sysentvec structureSteven Wallace1996-03-271-2/+3
* Remove references to MAP_FILE.. That is now "default" and is onlyPeter Wemm1996-03-121-6/+6
* The same data segment length rounding problem that was in the elfPeter Wemm1996-03-121-4/+4
* Fix a (mostly harmless) bogon when calculating the start of the stack gap.Peter Wemm1996-03-101-1/+1
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-022-4/+12
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Fixed vm_map_find for new vm changes.John Dyson1996-01-191-5/+6
* Reran makesyscalls.sh..Peter Wemm1996-01-083-4/+3
* Oops. forgot to remove #include "opt_sysvipc.h"Peter Wemm1996-01-081-2/+1
* reran makesyscallsPeter Wemm1996-01-089-55/+9
* Remove the #ifdef SYSVSHM etc. Always call the functions, some stubsPeter Wemm1996-01-081-13/+1
* Convert SYSV IPC to new-style options. (I hope I got everything...)Garrett Wollman1996-01-045-4/+9
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-301-45/+0
* recording cvs-1.6 file deathPeter Wemm1995-12-305-1372/+0
* Update ibcs2 to use the new ps_strings / stack gap arrangements..Peter Wemm1995-12-091-2/+1
* Untangled the vm.h include file spaghetti.David Greenman1995-12-074-3/+13
* Removed unnecessary #includes of <sys/user.h>. Some of these were justBruce Evans1995-12-061-1/+0
* Change call to kern_sysctl to userland_sysctl. Not tested.Poul-Henning Kamp1995-11-201-4/+6
* Added bogus casts to avoid compiler warnings.Bruce Evans1995-11-131-2/+3
* Fixed parentheses in macros.Bruce Evans1995-11-131-4/+4
* Added (null for the i386) conversions from ibcs2's bogus fcntl argsBruce Evans1995-11-121-9/+10
* All:David Greenman1995-11-061-33/+33
* Sorry, the last commit screwed up for me, this is the right one (I hope!)Poul-Henning Kamp1995-10-281-0/+1
* Add code to properly translate signal returned in status argument of wait4()Steven Wallace1995-10-231-5/+25
* In bsd_to_ibcs2_sigaction(), flag for ibcs2 system should beSteven Wallace1995-10-211-2/+2
* sigset() should have sa_flags cleared to sig is maked before callingSteven Wallace1995-10-211-23/+27
* Use sa_flag option SA_NODEFER in sigsys() emulation because SVR3Steven Wallace1995-10-191-5/+5
* Add a hack to emulator to emulat spx device for local X connections.Steven Wallace1995-10-162-0/+54
* Do a better fake for uname information returned in utssys() call.Steven Wallace1995-10-162-6/+25
* Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets.Steven Wallace1995-10-101-17/+32
* Change alternate space base name from /emul/ibcs2 to /compat/ibcs2,Steven Wallace1995-10-102-19/+27
* Remove redundant getmsg and putmesg function declarations and #include directiveSteven Wallace1995-10-101-19/+0
* Remove old files no longer needed.Steven Wallace1995-10-1043-5016/+4243
* This commit was generated by cvs2svn to compensate for changes in r11394,Steven Wallace1995-10-1024-0/+2487
|\
| * Import of original NetBSD's ibcs2 emulator sources by Scott Bartram,Steven Wallace1995-10-1031-0/+5863
* Unlock the vnode after checking permissions; this is necessary to preventSean Eric Fagan1995-09-131-1/+7