History log of /openbsd-current/regress/sys/kern/pwrite/pwrite.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.6 28-Feb-2014 espie

... also check that writing 0 bytes works...


Revision tags: OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.5 06-Nov-2011 guenther

Regress tests for negative offsets, wrapping offsets, and the lack of
interaction of pwrite/pwritev with O_APPEND.

Based on a patch from Alexander Polakov (polachok at gmail.com)
Further tests with deraadt@


# 1.4 05-Nov-2011 guenther

Verify this fails with ESPIPE on ttys


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE
# 1.3 02-Sep-2003 david

add missing includes
ok deraadt@ tedu@ dhartmei@ krw@


# 1.2 31-Jul-2003 deraadt

various cleanups; david says results are same


Revision tags: OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.1 08-Feb-2002 art

test pwrite