index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lib
/
libc
/
net
Age
Commit message (
Expand
)
Author
2022-12-04
allow testing of files other than those in /etc
jschauma
2022-12-04
whitespace
jschauma
2022-11-28
whoops, we don't want an extra space here
jschauma
2022-11-28
whitespace
jschauma
2020-06-01
Avoid redefining _REENTRANT under sanitizers
kamil
2020-02-08
Expand the -Wno-macro-redefined usage to MKLIBCSANITIZER
kamil
2019-08-27
Enhance the support of LLVM sanitizers
kamil
2019-02-03
- enlarge buffer to avoid snprintf() truncation
mrg
2019-01-10
Remove extraneous && from check_output()
pgoyette
2018-12-18
Update error string
dholland
2018-12-16
Update error string
dholland
2018-08-06
Add simple test case for if_nametoindex(3).
msaitoh
2016-08-26
Replace MKMAN with NOMAN as suggested by christos@. Allows
darcy
2016-03-08
libc fallback is known to not produce nice alias entries. Avoid spurious
joerg
2014-03-29
Use daemon(3) instead of the experimental daemon2_fork() and
gson
2014-01-13
When using braces around shell variable names, do so consistently
gson
2014-01-13
Add missing resolv.conf override to the gethostbyaddr6 test case.
gson
2014-01-10
Remove comment that no longer applies.
gson
2014-01-10
Add a cleanup routine because if a test fails, the script exits and the
christos
2014-01-09
fix copyright botch and add library for netinet6; still does not fix the
christos
2014-01-09
Use our own resolv.conf file simplifying the test to not need rump_vfs.
christos
2014-01-06
Fix spelling of "daemon". Pointed out by Thomas Klausner.
gson
2014-01-06
Make t_hostent test cases that query the DNS work on systems with no
gson
2013-12-20
sixthavenue got upgraded
christos
2013-10-20
broadway changed addresses.
christos
2013-08-16
test harness for gethostbyname()/gethostbyaddr() and their internal bits.
christos
2012-09-15
correct spelling of file to clean
plunky
2012-09-03
whitespace
christos
2012-04-04
Be UTF8 clean.
joerg
2011-11-01
atf-ify ether_aton test
pgoyette
2011-07-15
Few naive unit tests for the getprotoent(3) family.
jruoho
2011-06-15
Fix obvious typo in test case name. Uncovered by atf 0.14.
jmmv
2011-06-11
Turn warns on for all tests and fix all the bugs.
christos
2011-04-07
Remove the following (literal) text in the TNF copyrights:
jruoho
2011-01-13
Re-add missing -lpthread and fix some structure inializers (not sure how
pgoyette
2011-01-13
The nsdispatch test belongs in libc/net and not in libc
pgoyette
2011-01-12
Move the servent and protoent tests to src/tests/lib/libc/net/ (where
pgoyette
2011-01-12
By request, put the getaddrinfo test in tests/lib/libc/net/
pgoyette