OpenZFS on Linux and FreeBSD
Go to file
Brian Behlendorf e6b541db64 All calls to ftruncate() must have their return code checked.
Under FC11 rpm builds by default add the --fortify-source option which
ensures that functions flagged with certain attributes must have their
return codes checked.  Normally this is just a warning but we always
build with -Werror so this is fatal.  Simply wrap the function in a
verify call to ensure we catch a failure if there is one.
2009-08-14 10:11:03 -07:00
cmd All calls to ftruncate() must have their return code checked. 2009-08-14 10:11:03 -07:00
doc Finish removing all non-upstream bits from master 2008-12-01 16:15:29 -08:00
lib Merge commit 'refs/top-bases/gcc-fortify-source' into gcc-fortify-source 2009-07-02 17:08:30 -07:00
module Rebase master to b117 2009-07-02 15:44:48 -07:00
scripts Add unicode library 2009-01-05 12:03:23 -08:00
.topdeps Add gcc-fortify-source branch 2009-03-12 15:38:51 -07:00
.topmsg Add gcc-fortify-source branch 2009-03-12 15:38:51 -07:00
COPYING Relocate COPYING+COPYRIGHT, remove README cruft 2008-12-01 15:34:53 -08:00
COPYRIGHT Relocate COPYING+COPYRIGHT, remove README cruft 2008-12-01 15:34:53 -08:00
DISCLAIMER Initial Linux ZFS GIT Repo 2008-11-20 12:01:55 -08:00
GIT Refresh type in topgit git://* reference 2009-01-26 21:58:32 -08:00
OPENSOLARIS.LICENSE Add CDDL license file 2008-12-01 14:49:34 -08:00
ZFS.RELEASE Rebase master to b117 2009-07-02 15:44:48 -07:00