Go to file
ozaki-r 24bce11942 Simplify; omit unnecessary saidx passing
- ipsec_nextisr returns a saidx but no caller uses it
- key_checkrequest is passed a saidx but it can be gotton by
  another argument (isr)
2017-07-13 01:22:44 +00:00
bin Fix a reference after free (and consequent nonsense diagnostic for 2017-07-12 19:06:16 +00:00
common Fix ISO C compliance: strtol of "0xX" should give the largest valid 2017-07-06 21:08:44 +00:00
compat
crypto fix typo. 2017-07-11 21:52:54 +00:00
dist/pf
distrib Build the pmc tool on amd64. 2017-07-12 17:10:09 +00:00
doc - Add some devices to lm(4). 2017-07-11 10:14:10 +00:00
etc Revert the previous changes for PR/52377. 2017-07-09 05:58:13 +00:00
external Oops, support IPv6 if not disabled. 2017-07-12 12:55:41 +00:00
extsrc
games typo 2017-07-02 07:02:47 +00:00
include Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This 2017-07-11 15:21:31 +00:00
lib A more correct fix for PR standards/52282. 2017-07-11 19:36:38 +00:00
libexec rename the macro 2017-07-12 17:55:24 +00:00
regress Remove regress lseek tests, obsoleted by ATF 2017-05-14 04:26:40 +00:00
rescue Remove MKCRYPTO option. 2017-05-21 15:28:36 +00:00
sbin Use Ex. 2017-07-04 06:54:20 +00:00
share Whitespace. 2017-07-12 11:23:58 +00:00
sys Simplify; omit unnecessary saidx passing 2017-07-13 01:22:44 +00:00
tests Add ISO10646 versions of these tests, conditional on __STDC_ISO_10646__ . 2017-07-12 17:32:51 +00:00
tools --disable-nls does not work in gdb subdir, so add am_cv_func_iconv=no to 2017-07-01 12:23:09 +00:00
usr.bin Update. 2017-07-12 17:38:15 +00:00
usr.sbin PR/52396: Edgar Pettijohn: Spell daemon consistently. 2017-07-12 01:57:43 +00:00
build.sh
BUILDING regen 2017-05-21 15:30:20 +00:00
Makefile don't descend into gnu 2017-04-11 14:04:15 +00:00
Makefile.inc
UPDATING