summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_xenix.c
Commit message (Expand)AuthorAgeFilesLines
* Convert files to UTF-8uqs2012-01-151-1/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Remove pad argument from ftruncate wrapper. Oops.peter2007-07-051-1/+0
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-2/+1
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-0/+1
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-6/+2
* Retire the stackgap macros from ibcs2 as they are no longer used. Pushjhb2006-07-101-0/+1
* - Split ioctl() up into ioctl() and kern_ioctl(). The kern_ioctl() assumesjhb2006-07-081-10/+7
* Add a kern_eaccess() function and use it to implement xenix_eaccess()jhb2006-02-061-1/+1
* Conditionally acquire Giant around the ISC and Xenix system calls basedjhb2005-07-071-5/+11
* - Implement ibcs2_emul_find() using kern_alternate_path(). This changesjhb2005-02-071-29/+18
* Use __FBSDID().obrien2003-06-021-2/+3
* Split the global timezone structure into two integer fields tophk2003-02-031-2/+2
* SCARGS removal take II.alfred2002-12-141-16/+16
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-16/+16
* Remove SCARGS.alfred2002-12-131-16/+16
* use __packed.alfred2002-09-231-1/+1
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Use the updated getcredhostname() function.robert2002-02-271-1/+1
* - Use the new getcredhostname function in xenix_utsname(),robert2002-02-271-2/+3
* KSE Milestone 2julian2001-09-121-21/+21
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-1/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-3/+3
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-9/+17
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-2/+3
* Correct sleep priority.dyson1998-06-021-2/+2
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-17/+14
* Removed unused #includes.bde1997-07-201-10/+1
* 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-071-2/+2
* Don't include <sys/ioctl.h> in the kernel. Stage 3: includebde1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Implement ioctl's IBCS2_TCFLSH and IBCS2_TCXONC. Improve termios conversion.swallace1996-03-281-3/+38
* Remove old files no longer needed.swallace1995-10-101-274/+93
* Remove trailing whitespace.rgrimes1995-05-301-53/+53
* Back out incorrect jkh's fix and apply correct oneache1995-05-021-4/+8
* The handling of _SC_SAVED_IDS was wrong; _POSIX_SAVED_IDS has no valuejkh1995-05-021-5/+1
* Don't depend on namespace pollution in <machine/limits.h> for thebde1995-02-031-2/+2
* iBCS2 emulator core files.sos1994-10-141-0/+367
OpenPOWER on IntegriCloud