Home | History | Annotate | Download | only in sys
History log of /src/tests/lib/libc/sys/t_write.c
RevisionDateAuthorComments
 1.7  16-Jul-2019  martin PR misc/54382: whenever open(2) is called with O_CREAT, make sure to
pass an open mode argument.
 1.6  09-Jul-2017  christos branches: 1.6.6;
add another missing munmap (Kamil)
 1.5  09-Jul-2017  christos add munmap
#define for const.
 1.4  09-Jul-2017  christos check for EFAULT on reads and writes to memory with not permission.
 1.3  13-Jan-2017  christos branches: 1.3.6;
PR/51840: Ngie Cooper: portability fixes for FreeBSD, etc
 1.2  19-Oct-2011  jruoho branches: 1.2.24;
Add few basic checks.
 1.1  15-Oct-2011  jruoho Move the writev(2) test to the right place.
 1.2.24.1  20-Mar-2017  pgoyette Sync with HEAD
 1.3.6.1  24-Jul-2017  snj Pull up following revision(s) (requested by kamil in ticket #120):
sys/uvm/uvm_fault.c: revision 1.200
tests/lib/libc/sys/t_write.c: revision 1.4-1.6
PR/52384: make uvm_fault_check() return EFAULT not EACCES, like our man
pages
(but not OpenGroup which does not document EFAULT for read/write, and onl=
y
documents EACCES for sockets) say for read/write.
--
check for EFAULT on reads and writes to memory with not permission.
--
add munmap
#define for const.
--
add another missing munmap (Kamil)
 1.6.6.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed