History log of /freebsd-9.3-release/tools/regression/fsx/fsx.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 260729 16-Jan-2014 avg

MFC r258352: fsx: add an option to randomly call msync(MS_INVALIDATE)


# 260726 16-Jan-2014 avg

MFC r258351: fsx: new option to disable msync(MS_SYNC) after each write


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 176407 19-Feb-2008 ru

getopt(3) returns -1, not EOF.


# 171046 26-Jun-2007 delphij

Fix a obsecure coredump while testing with tmpfs on amd64.

Approved by: re (kensmith)


# 160985 04-Aug-2006 jb

Fix for architectures where sizeof(void *) > sizeof(int).


# 132704 27-Jul-2004 jkh

After conferring with Apple legal, update the license of this to APSL 2.0
and change the URL link to point to the appropriate license text.


# 113949 23-Apr-2003 jkh

Sync with latest and greatest Apple sources (which, among other things, fix
the style flag).

Submitted by: Conrad Minshall <conrad@apple.com>
Reviewed by: jkh
Obtained from: Apple Computer, Inc.


# 88242 20-Dec-2001 jkh

Add Apple's filesystem exercising tool.

Submitted by: Conrad Minshall <conrad@apple.com>
Obtained from: Apple Computer