summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Suser() simplification:phk1999-04-271-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-18/+18
* Silence a harmless warning.des1998-09-261-2/+2
* 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 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
* 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-061-135/+99
* Fixed a pedantic syntax error (case labels without a statement).bde1997-08-251-1/+2
* Removed unused #includes.bde1997-07-201-22/+1
* Do The Right Thing when an iBCS2 program does getgroups(0, whatever) -- wesef1997-06-251-2/+6
* md_regs is a struct trapframe * now, not int []peter1997-05-071-2/+2
* Fixes to ibcs2_getdents, including using struct dirent instead ofdfr1997-04-061-27/+101
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make this compile again after the Lite2 merge.mpp1997-02-101-2/+2
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-4/+4
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* 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
* Clean up -Wunused warnings.gpalmer1996-06-121-4/+6
* Add code to properly translate signal returned in status argument of wait4()swallace1995-10-231-5/+25
* Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets.swallace1995-10-101-17/+32
* Remove redundant getmsg and putmesg function declarations and #include directiveswallace1995-10-101-19/+0
* Remove old files no longer needed.swallace1995-10-101-727/+908
* Remove trailing whitespace.rgrimes1995-05-301-62/+62
* Fix CHOWN_RESTRICTED and NO_TRUNC to return correct values per POSIXache1995-05-021-5/+5
* emoved redundant definition of imcs2_close() since it already exists innate1995-03-031-13/+1
* Use of vm_allocate and vm_deallocate has been deprecated.dg1995-02-201-3/+3
* iBCS2 emulator core files.sos1994-10-141-0/+968
OpenPOWER on IntegriCloud