This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
tools
/
regression
/
sockets
/
unix_gc
/
Makefile
8 lines
69 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add regression tests for UNIX domain socket garbage collection. Should be run from single-user mode, as they look at global open file and inflight descriptor counts to check for leaks.
2007-12-31 16:45:27 +00:00
# $FreeBSD$
PROG
=
unix_gc
NO_MAN
=
Always assign WARNS using ?= - fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor)
2010-03-02 16:58:04 +00:00
WARNS
?=
3
Add regression tests for UNIX domain socket garbage collection. Should be run from single-user mode, as they look at global open file and inflight descriptor counts to check for leaks.
2007-12-31 16:45:27 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink