summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
OpenPOWER on IntegriCloud