This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f56f1d7735
freebsd-nq
/
tools
/
regression
/
ufs
/
uprintf
/
Makefile
8 lines
73 B
Makefile
Raw
Normal View
History
Unescape
Escape
Small regression test tool to generate two forms of ENOSPC on a file system: out of blocks, and out of inodes. Useful for exercising the uprintf(9) calls in UFS/ext2fs in order to detect races.
2005-09-19 16:29:36 +00:00
# $FreeBSD$
PROG
=
ufs_uprintf
o style.Makefile(5): WARNS= -> WARNS?=.
2006-07-09 11:51:14 +00:00
WARNS
?=
3
Small regression test tool to generate two forms of ENOSPC on a file system: out of blocks, and out of inodes. Useful for exercising the uprintf(9) calls in UFS/ext2fs in order to detect races.
2005-09-19 16:29:36 +00:00
NO_MAN
=
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink