summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-0616-415/+341
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-3/+3
* Fixed type mismatches for functions with args of type vm_prot_t and/orbde1997-08-251-8/+3
* Added an XXX comment.bde1997-08-251-1/+4
* Removed an unused variable.bde1997-08-251-2/+1
* Fixed a pedantic syntax error (case labels without a statement).bde1997-08-251-1/+2
* Removed unused #includes.bde1997-07-2014-113/+9
* Do The Right Thing when an iBCS2 program does getgroups(0, whatever) -- wesef1997-06-251-2/+6
* For the xenix_ftime() routine, don't use the native version of the struct --sef1997-06-221-3/+8
* md_regs is a struct trapframe * now, not int []peter1997-05-073-6/+6
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-131-2/+3
* Removed unused or apparently-unused #includes, especially of thebde1997-04-101-25/+0
* Regenerate (removed unused #includes from ibcs2*_sysent.c).bde1997-04-098-14/+8
* Removed unused #includes.bde1997-04-093-9/+3
* Fixes to ibcs2_getdents, including using struct dirent instead ofdfr1997-04-061-27/+101
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusbde1997-04-011-2/+1
* Regenerate (include file changes, stray blank lines (cosmetic),peter1997-03-298-21/+11
* Add a Makefile to build all three syscall tablespeter1997-03-291-0/+26
* Don't include <sys/ioctl.h> in the kernel. Stage 4: includebde1997-03-241-2/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 3: includebde1997-03-242-3/+3
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-246-10/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-234-4/+7
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2219-19/+19
* Make this compile again after the Lite2 merge.mpp1997-02-102-3/+3
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-102-5/+5
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1419-19/+19
* Added a missing prototype.bde1996-12-181-0/+4
* In the IBCS2 semctl system call, the last parameter arg is passed byswallace1996-12-171-0/+16
* 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
OpenPOWER on IntegriCloud