summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2
Commit message (Expand)AuthorAgeFilesLines
* Removed unused includes. Fixed disordering of includes.bde1998-08-171-8/+6
* Backed out previous commit. The seconds part of microtime() isbde1998-08-171-2/+2
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-162-9/+12
* Updated generated files.bde1998-06-093-24/+0
* Updated generated files.bde1998-06-082-172/+172
* This commit fixes various 64bit portability problems required fordfr1998-06-079-175/+203
* Correct sleep priority.dyson1998-06-021-2/+2
* Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running undereivind1998-04-281-1/+2
* Added EIDRM & ENOMSG errno in translation table.sos1998-04-131-0/+2
* Use getmicrotime insted of microtime, we only use the second part.phk1998-04-061-2/+2
* Make a kernel version of the timer* functions called timerval* to bephk1998-04-061-2/+2
* De-staticize enough to make all the LKMs work again. Add comments whereeivind1998-02-111-3/+3
* Staticize.eivind1998-02-091-6/+6
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+0
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-0/+2
* Make SPX_HACK a new-style option.eivind1998-02-042-2/+6
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+2
* Don't include <sys/lock.h> in headers when only `struct simplelock' isbde1997-12-051-1/+2
* 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
OpenPOWER on IntegriCloud