History log of /freebsd-10.1-release/sys/amd64/linux32/linux32_sysent.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 272021 23-Sep-2014 bz

This is a direct commit rather than an MFC of r271744.

Re-gen after r272020 (r271743 in head) implementing most of
timer_{create,settime,gettime,getoverrun,delete}.

Approved by: re (gjb)
Sponsored by: DARPA/AFRL


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 255676 18-Sep-2013 rdivacky

Regen.

Approved by: re (delphij)


# 255673 18-Sep-2013 rdivacky

Regen.

Approved by: re (delphij)


# 236027 25-May-2012 ed

Regenerate system call tables.


# 234360 16-Apr-2012 jkim

Regen for r234359.


# 234358 16-Apr-2012 jkim

Regen for r234357.


# 234354 16-Apr-2012 jkim

Regen for r234352.


# 232800 10-Mar-2012 netchild

regen


# 228958 29-Dec-2011 jhb

Regen.


# 227694 19-Nov-2011 ed

Regenerate system call tables.


# 227692 19-Nov-2011 ed

Regenerate system call tables.


# 225618 16-Sep-2011 kmacy

Auto-generated code from sys_ prefixing makesyscalls.sh change

Approved by: re(bz)


# 220030 26-Mar-2011 avg

linux compat: add non-dummy capget and capset system calls, regenerate

And drop dummy definitions for those system calls.
This may transiently break the build.

PR: kern/149168
Submitted by: John Wehle <john@feith.com>
Reviewed by: netchild
MFC after: 2 weeks


# 219560 12-Mar-2011 avg

add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls

Regenerate system call and systrace support files.

PR: kern/152822
Submitted by: Artem Belevich <fbsdlist@src.cx>
Reviewed by: jhb (earlier version)
MFC after: 3 weeks


# 218611 12-Feb-2011 dchagin

Regen for r218610.


# 213545 08-Oct-2010 kib

Regen.


# 210432 23-Jul-2010 kib

Regen


# 209581 28-Jun-2010 kib

Regenerate


# 193235 01-Jun-2009 rwatson

Regenerate generated syscall files following changes to struct sysent in
r193234.


# 185439 29-Nov-2008 kib

Regenerate


# 184790 09-Nov-2008 ed

Regenerate system call tables for r184789.


# 178977 13-May-2008 rdivacky

Regen.

Approved by: kib (mentor)


# 178258 16-Apr-2008 jkim

Regenerate.


# 177999 08-Apr-2008 kib

Regenerate


# 177258 16-Mar-2008 rdivacky

Regen.


# 172220 18-Sep-2007 dwmalone

The kernel version of Linux statfs64 is actually supposed to take
3 arguments, but we had forgotten the second argument. Also make the
Linux statfs64 struct depend on the architecture because it has an
extra 4 bytes padding on amd64 compared to i386.

The three argument fix is from David Taylor, the struct statfs64
stuff is my fault. With this patch I can install i386 Linux matlab
on an amd64 machine.

Submitted by: David Taylor <davidt_at_yadt.co.uk>
Approved by: re (kensmith)


# 171999 28-Aug-2007 kib

Regenerate.

Approved by: re (kensmith)


# 168036 29-Mar-2007 jkim

Regen for set_thread_area.


# 168014 29-Mar-2007 julian

Implement the openat() linux syscall
Submitted by: Roman Divacky (rdivacky@)
MFC after: 2 weeks


# 166730 14-Feb-2007 jkim

Regen.


# 165690 31-Dec-2006 netchild

regen after addition of linux_utimes and linux_rt_sigtimedwait


# 165610 28-Dec-2006 rwatson

Regenerate.


# 164199 11-Nov-2006 ru

Regen.

Forgotten by: trhodes


# 163761 29-Oct-2006 netchild

regen after linux_io_* backout


# 163736 28-Oct-2006 netchild

regen (prctl addition)


# 163380 15-Oct-2006 netchild

regen (linux AIO stuff)


# 161666 27-Aug-2006 netchild

regen


# 161330 15-Aug-2006 jhb

Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlier
systrace changes.


# 161309 15-Aug-2006 netchild

regen


# 160799 28-Jul-2006 jhb

Regen for MPSAFE flag removal.


# 160277 11-Jul-2006 jhb

Regen.


# 160144 06-Jul-2006 jhb

Regen.


# 159994 27-Jun-2006 jhb

Regen.


# 159983 27-Jun-2006 jhb

Regen.


# 159961 26-Jun-2006 jhb

Regen.


# 159801 20-Jun-2006 netchild

regen after change to syscalls.master


# 159582 13-Jun-2006 netchild

regen after MFP4 (soc2006/rdivacky_linuxolator) of syscalls.master

P4-Changes: similar to 98673 and 98675 but regenerated locally
Sponsored by: Google SoC 2006
Submitted by: rdivacky


# 158407 10-May-2006 netchild

regen (linux rt_sigpending)


# 156919 20-Mar-2006 netchild

regen: fix of linuxolator with testing in a cross-build


# 156875 19-Mar-2006 ru

Regen.


# 156851 18-Mar-2006 netchild

regen


# 156843 18-Mar-2006 netchild

regen after COMPAT_43 removal


# 147975 13-Jul-2005 jhb

Regen.


# 147142 08-Jun-2005 sobomax

Regen after addition of linux_getpriority wrapper.

PR: kern/81951
Submitted by: Andriy Gapon <avg@icyb.net.ua>
MFC after: 1 week


# 146807 30-May-2005 rwatson

Rebuild generated system call definition files following the addition of
the audit event field to the syscalls.master file format.

Submitted by: wsalamon
Obtained from: TrustedBSD Project


# 143198 06-Mar-2005 sobomax

Regen after addition of linux_nosys handler.


# 133820 16-Aug-2004 tjr

Regen.


# 133819 16-Aug-2004 tjr

Add preliminary support for running 32-bit Linux binaries on amd64, enabled
with the COMPAT_LINUX32 option. This is largely based on the i386 MD Linux
emulations bits, but also builds on the 32-bit FreeBSD and generic IA-32
binary emulation work.

Some of this is still a little rough around the edges, and will need to be
revisited before 32-bit and 64-bit Linux emulation support can coexist in
the same kernel.