History log of /netbsd/sys/compat/freebsd/freebsd_syscallargs.h (Results 1 – 25 of 93)
Revision Date Author Comments
# 126a7712 18-Jun-2019 christos <christos@NetBSD.org>

regen


# d071e3aa 10-Aug-2018 pgoyette <pgoyette@NetBSD.org>

Regen


# 9b54f7f5 06-Jan-2018 kamil <kamil@NetBSD.org>

Revert vadvise(2) removal

This system call was used in legacy Lisp code, that was inherited to modern
age and still compiled against supported compat layers (e.g. in clisp,
oaklisp, Franz Lisp).

It

Revert vadvise(2) removal

This system call was used in legacy Lisp code, that was inherited to modern
age and still compiled against supported compat layers (e.g. in clisp,
oaklisp, Franz Lisp).

It used to instruct the kernel about paging policy (G/C aware, flush etc).

Newly compiled code (assuming that it will detect vadvise()) will use the
libc stub for vadvise(). The headers for this interface are gone.

vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix,
sunos or aout68k ABI, don't bother with this.

Requested by <mrg>

show more ...


# fe5d3159 19-Dec-2017 kamil <kamil@NetBSD.org>

compat/freebsd: Drop SYS_vadvise

The (o)vadvise syscall is dummy since the beginning of NetBSD.

Sponsored by <The NetBSD Foundation>


# f7543355 19-Dec-2017 kamil <kamil@NetBSD.org>

compat/freebsd: Drop SYS_sbrk

sbrk - change data segment size

This syscall is dummy since the inception of the project.

Sponsored by <The NetBSD Foundation>


# 79c1d010 19-Dec-2017 kamil <kamil@NetBSD.org>

compat freebsd: Drop the sstk(2) syscall

sstk(2) has never been implemented by the NetBSD kernel.

Sponsored by <The NetBSD Foundation>


# 0b484d5d 10-May-2017 riastradh <riastradh@NetBSD.org>

regen


# 2eff0624 16-Jan-2017 christos <christos@NetBSD.org>

regen


# 8bdea262 13-Jan-2017 christos <christos@NetBSD.org>

regen


# 12d520fc 24-Sep-2015 christos <christos@NetBSD.org>

Regen


# 34dc2696 07-Mar-2015 christos <christos@NetBSD.org>

regen


# 84b0354d 07-Nov-2013 njoly <njoly@NetBSD.org>

Regen for dup/dup2/dup3 argument types fix.


# f7d40cc5 10-Mar-2012 joerg <joerg@NetBSD.org>

P1003_1B_SEMAPHORE is no longer optional.


# 0367ea04 06-Mar-2011 bouyer <bouyer@NetBSD.org>

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by

merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.

show more ...


# e4fb1437 02-Mar-2010 pooka <pooka@NetBSD.org>

regen:
- remove nfssvc / fs_nfs.h / #ifdef NFS
- make getfh unconditional


# cfd5efb4 02-Mar-2010 pooka <pooka@NetBSD.org>

regen for conditional lfs syscall removal


# 15aa4c53 14-Dec-2009 matt <matt@NetBSD.org>

Regen (new makesyscalls.sh)


# 5d19acad 13-Jan-2009 pooka <pooka@NetBSD.org>

Regen to prove I didn't screw up the conversion: purely RCSID changes.


# 461a86f9 11-Jan-2009 christos <christos@NetBSD.org>

merge christos-time_t


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

Regen.


# 7bd1ee08 14-Nov-2008 ad <ad@NetBSD.org>

Regen.


# 6fb2884c 20-Dec-2007 dsl <dsl@NetBSD.org>

regen


# 12da3464 13-Jul-2007 dsl <dsl@NetBSD.org>

Update generated files.


# 53524e44 04-Mar-2007 christos <christos@NetBSD.org>

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.


# 280b6906 01-Sep-2006 matt <matt@NetBSD.org>

Regen.


1234