Go to file
knakahara 4348961022 fix two races between set_ip_addrs and clear_ip_addrs race.
(1) if set_ip_addrs and clear_ip_addrs run parallel, they can parallel call
        IN_ADDRHASH_WRITER_REMOVE to the same ifa.
    (2) if set_ip_addrs's workqueue is separated from clear_ip_addrs's one,
        the workers can run in reverse order of enqueued.
2016-12-01 02:30:54 +00:00
bin Calculate CPU usage (pcpu) once per process if it is required. This change 2016-11-28 08:21:10 +00:00
common Set *endptr in all paths out of strtoul and family. 2016-11-05 21:11:30 +00:00
compat add LIBGCC_MACHINE_ARCH 2016-10-22 20:33:51 +00:00
crypto Mark the new SPARCv9-in-32bit-mode modules as needing V9. 2016-11-03 22:18:29 +00:00
dist/pf
distrib Provide a man page for the disk driver subroutines (dksubr). 2016-11-28 11:00:24 +00:00
doc sqlite3-3.15.2 out. 2016-11-29 09:04:18 +00:00
etc Add basic tests for vlan(4) 2016-11-26 03:19:48 +00:00
external grr. usec is also os_time_t :-( 2016-11-30 17:23:16 +00:00
extsrc
games add a couple 2016-10-14 03:20:04 +00:00
gnu
include Import wcsnlen(3) to libc 2016-10-15 14:21:59 +00:00
lib PR/51673: Carsten Kunze: curses: standend() does not turn off A_BOLD; 2016-11-29 17:33:48 +00:00
libexec add missing newline in comment 2016-11-30 20:25:23 +00:00
regress Purge dummy Makefiles 2016-11-24 04:20:10 +00:00
rescue vnconfig(8) was renamed to vndconfig(8) some time ago, and most places 2016-08-04 03:50:55 +00:00
sbin New sentence, new line. Sort SEE ALSO. Fix typo. 2016-11-24 12:38:32 +00:00
share document new UVMHIST_MAPHIST_SIZE and UVMHIST_PDHIST_SIZE options. 2016-12-01 02:12:21 +00:00
sys fix two races between set_ip_addrs and clear_ip_addrs race. 2016-12-01 02:30:54 +00:00
tests Add new tests kill[12] in t_ptrace_wait{,3,4,6,id,pid} 2016-11-30 21:12:53 +00:00
tools regen 2016-10-19 21:55:26 +00:00
usr.bin fix leak. 2016-11-24 17:12:23 +00:00
usr.sbin PR/51652: Sevan Janiyan: makefs dies due to segmentation fault 2016-11-25 23:02:44 +00:00
build.sh With driver modulization of if_loop.c through introduction of 2016-11-13 14:47:46 +00:00
BUILDING
Makefile
Makefile.inc
UPDATING note that the OpenSSL import requires some objdir cleanup 2016-10-14 16:39:05 +00:00