History log of /netbsd-src/sys/compat/freebsd/files.freebsd (Results 1 – 16 of 16)
Revision Date Author Comments
# d91f98a8 27-Jan-2019 pgoyette <pgoyette@NetBSD.org>

Merge the [pgoyette-compat] branch


# 74ea4300 01-Aug-2017 maxv <maxv@NetBSD.org>

Move arch/i386/i386/freebsd_* into compat/freebsd/. COMPAT_FREEBSD is
i386-specific.


# 02de58a7 29-Jul-2017 maxv <maxv@NetBSD.org>

Remove exec_aout support in compat_freebsd. The only reason we still have
compat_freebsd is because of tw_cli, and it is an elf32 binary (could test,
manuel sent it to me).


# 25e1f6da 17-Nov-2014 uebayasi <uebayasi@NetBSD.org>

Define compat modules (but without dependencies yet).


# 92ce8c6a 19-Nov-2008 ad <ad@NetBSD.org>

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds

Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime

show more ...


# 181c494b 30-Aug-2006 matt <matt@NetBSD.org>

Update for options PTRACE


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# b8fe1f67 22-Feb-2005 heas <heas@NetBSD.org>

Add FreeBSD sysctl emulation for their undocumented special OIDs rooted at
OID 0. Only OID 0.3 is implemented for now, it 0.3 is the equivalent of
NetBSD's sysctlgetmibinfo().
This includes a new sy

Add FreeBSD sysctl emulation for their undocumented special OIDs rooted at
OID 0. Only OID 0.3 is implemented for now, it 0.3 is the equivalent of
NetBSD's sysctlgetmibinfo().
This includes a new sysctl kern.osreldate with the value __NetBSD_Version__
for kernels with COMPAT_FREEBSD.

Both of these are used by 3ware's FreeBSD tw_cli, which seems to work now.

show more ...


# 66c19fc5 22-Dec-2002 gmcgarry <gmcgarry@NetBSD.org>

Add stubs for scheduler syscalls.


# 3bc2c4cf 08-Dec-2002 manu <manu@NetBSD.org>

Now it uses BSD system calls with alternate path checks in compat/common,
Darwin does not need freebsd_file.c anymore.


# 7ae22e4d 15-Nov-2002 christos <christos@NetBSD.org>

it is not kosher to include the same file twice.


# 324d5172 09-Oct-2002 pooka <pooka@NetBSD.org>

FreeBSD rfork emulation


# b4a8a5fb 01-Dec-2000 jdolecek <jdolecek@NetBSD.org>

split aout and elf32 specific code to separate files
emul_freebsd: add emul flags
EMUL_HAS_SYS___syscall|EMUL_GETPID_PASS_PPID|EMUL_GETID_PASS_EID


# 1e948ee1 22-Jan-1998 mycroft <mycroft@NetBSD.org>

Put a local copy of the SysV IPC compatibility from compat/common in here, so
it's not dependent on COMPAT_10. Also, fix translation of shmctl(), since
FreeBSD's is a little different.


# e3680b0e 20-Jul-1997 pk <pk@NetBSD.org>

config.new => config


# 63bb46e7 10-Oct-1995 mycroft <mycroft@NetBSD.org>

FreeBSD binary compatibility module, from Noriyuki Soda.