Go to file
christos 30107bf0d8 Update for new pcb tailq's.
While here fix ipv6 pcb printing by making tcp6_dump with tcp.
XXX: Merge the inet and the inet6 code. It is silly to need to specify
-p tcp6 to print a tcp6 pcb, we already know what it is.
2013-11-23 22:01:12 +00:00
bin Stop hissing. 2013-11-14 07:45:05 +00:00
common Remove x86_64 bzero.S; which since 2009 has only contained instructions 2013-11-23 16:57:52 +00:00
compat
crypto CID 1129615: close argument can't be negative 2013-11-19 16:58:16 +00:00
dist Change content of string, don't overwrite the newly allocated pointer. 2013-11-18 20:03:02 +00:00
distrib Fix /dev population of the evbarm images by using MAKEDEV -s and appending 2013-11-22 11:13:54 +00:00
doc mention new nvi 2013-11-22 16:26:52 +00:00
etc Introduce a variable for security.conf, default empty, to list users 2013-11-06 19:37:05 +00:00
external Quell warnings from gcc 4.1 2013-11-22 19:59:36 +00:00
extsrc
games hals_end(6) outputs the last words of the supercomputer HAL 9000 aboard 2013-11-12 17:46:20 +00:00
gnu NUL != NULL, so use correct literal here. 2013-11-18 18:17:19 +00:00
include use a TAILQ instead of a CIRCLEQ, from FreeBSD 2013-11-22 16:25:01 +00:00
lib Fix very stupid typo 2013-11-23 11:40:56 +00:00
libexec If dlopen of the dynamic linker is requested, e.g. by rump in 2013-11-20 07:18:23 +00:00
regress
rescue
sbin Only skip past _PATH_DEV if it is actually present. 2013-11-23 08:59:04 +00:00
share Remove extra comma. 2013-11-23 17:40:43 +00:00
sys tmpfs_reg_resize: use size_t. 2013-11-23 21:53:27 +00:00
tests Adjust expected epsilon for sqrtl <-> powl comparisions for defects in 2013-11-22 17:19:14 +00:00
tools Define __USE for use during a tools build. 2013-10-24 13:59:47 +00:00
usr.bin Update for new pcb tailq's. 2013-11-23 22:01:12 +00:00
usr.sbin npftest: adjust for the npf_bpf_filter() change. 2013-11-23 19:40:11 +00:00
x11 Handle dependency on libstdc++ / libc++ in bsd.lib.mk. 2013-09-12 17:14:20 +00:00
build.sh Rename RUMPTEST_BUILDSH to RUMPKERN_ONLY. Turns out not building any 2013-08-30 10:29:06 +00:00
BUILDING
Makefile
Makefile.inc
UPDATING