index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
i386
/
ibcs2
/
ibcs2_xenix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the no-at variants of the kern_xx() syscall helpers. E.g., we
kib
2014-11-13
1
-1
/
+3
*
Convert files to UTF-8
uqs
2012-01-15
1
-1
/
+1
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
1
-1
/
+1
*
Remove pad argument from ftruncate wrapper. Oops.
peter
2007-07-05
1
-1
/
+0
*
Use pause() rather than tsleep() on stack variables and function pointers.
jhb
2007-02-27
1
-2
/
+1
*
First part of a little cleanup in the calendar/timezone/RTC handling.
phk
2006-10-02
1
-0
/
+1
*
Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to
jhb
2006-07-28
1
-6
/
+2
*
Retire the stackgap macros from ibcs2 as they are no longer used. Push
jhb
2006-07-10
1
-0
/
+1
*
- Split ioctl() up into ioctl() and kern_ioctl(). The kern_ioctl() assumes
jhb
2006-07-08
1
-10
/
+7
*
Add a kern_eaccess() function and use it to implement xenix_eaccess()
jhb
2006-02-06
1
-1
/
+1
*
Conditionally acquire Giant around the ISC and Xenix system calls based
jhb
2005-07-07
1
-5
/
+11
*
- Implement ibcs2_emul_find() using kern_alternate_path(). This changes
jhb
2005-02-07
1
-29
/
+18
*
Use __FBSDID().
obrien
2003-06-02
1
-2
/
+3
*
Split the global timezone structure into two integer fields to
phk
2003-02-03
1
-2
/
+2
*
SCARGS removal take II.
alfred
2002-12-14
1
-16
/
+16
*
Backout removal SCARGS, the code freeze is only "selectively" over.
alfred
2002-12-13
1
-16
/
+16
*
Remove SCARGS.
alfred
2002-12-13
1
-16
/
+16
*
use __packed.
alfred
2002-09-23
1
-1
/
+1
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
1
-1
/
+1
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-1
/
+1
*
Use the updated getcredhostname() function.
robert
2002-02-27
1
-1
/
+1
*
- Use the new getcredhostname function in xenix_utsname(),
robert
2002-02-27
1
-2
/
+3
*
KSE Milestone 2
julian
2001-09-12
1
-21
/
+21
*
Add a new MI pointer to the process' trapframe p_frame instead of using
jhb
2001-06-29
1
-1
/
+1
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-0
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-3
/
+3
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-9
/
+17
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
1
-2
/
+3
*
Correct sleep priority.
dyson
1998-06-02
1
-2
/
+2
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-17
/
+14
*
Removed unused #includes.
bde
1997-07-20
1
-10
/
+1
*
For the xenix_ftime() routine, don't use the native version of the struct --
sef
1997-06-22
1
-3
/
+8
*
md_regs is a struct trapframe * now, not int []
peter
1997-05-07
1
-2
/
+2
*
Don't include <sys/ioctl.h> in the kernel. Stage 3: include
bde
1997-03-24
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Implement ioctl's IBCS2_TCFLSH and IBCS2_TCXONC. Improve termios conversion.
swallace
1996-03-28
1
-3
/
+38
*
Remove old files no longer needed.
swallace
1995-10-10
1
-274
/
+93
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-53
/
+53
*
Back out incorrect jkh's fix and apply correct one
ache
1995-05-02
1
-4
/
+8
*
The handling of _SC_SAVED_IDS was wrong; _POSIX_SAVED_IDS has no value
jkh
1995-05-02
1
-5
/
+1
*
Don't depend on namespace pollution in <machine/limits.h> for the
bde
1995-02-03
1
-2
/
+2
*
iBCS2 emulator core files.
sos
1994-10-14
1
-0
/
+367