summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Locking for the per-process resource limits structure.jhb2004-02-041-51/+33
* Fix a multitude of security bugs in the iBCS2 emulator:tjr2003-10-121-3/+21
* Add a f_vnode field to struct file.phk2003-06-221-2/+2
* Use __FBSDID().obrien2003-06-021-2/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-2/+2
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-2/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* SCARGS removal take II.alfred2002-12-141-126/+126
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-126/+126
* Remove SCARGS.alfred2002-12-131-126/+126
* Add necessary instrumentation to IBCS2 emulation support for mandatoryrwatson2002-08-121-0/+15
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-6/+19
* KSE Milestone 2julian2001-09-121-160/+161
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+3
* Proc locking.jhb2001-01-231-0/+5
* sigset_t change (part 4 of 5)marcel1999-09-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* 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
OpenPOWER on IntegriCloud