The NetBSD Project

CVS log for src/sys/compat/linux/arch/arm/syscalls.master

[BACK] Up to [cvs.NetBSD.org] / src / sys / compat / linux / arch / arm

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: ad-namecache-base1


Revision 1.68 / (download) - annotate - [select for diffs], Sat Nov 9 23:44:31 2019 UTC (4 years, 4 months ago) by jdolecek
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Changes since 1.67: +3 -2 lines
Diff to previous 1.67 (colored)

add dummy implementation of linux fallocate() which just returns EOPNOTSUPP;
this is needed so that glibc falls back to emulation and apps behaving
properly, since EOPNOTSUPP is a documented and expected return code, but
ENOSYS is not

right now there are no filesystems in NetBSD tree supporting the fallocate
VOP, so no point trying to map this to a native call

supposed to help with problem reported in
https://mail-index.netbsd.org/tech-kern/2019/11/03/msg025641.html

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>