Go to file
apb 27e71a78a5 If you are going to use memcpy instead of struct assignment, then at
least use sizeof(the correct variable).  The use of memcmp to test
two pointers for equality, one line earlier, is also weird but may be
correct.
2014-03-28 17:49:11 +00:00
bin Use __printflike. 2014-03-25 17:23:37 +00:00
common kill sprintf 2014-03-26 18:12:46 +00:00
compat No need for LDFLAGS 2014-03-07 05:48:30 +00:00
crypto sizeof(array - 1) decays to sizeof(pointer), but (sizeof(array) - 1) 2014-03-27 16:26:22 +00:00
dist/pf Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
distrib Added myself, hsuenaga 2014-03-28 08:24:06 +00:00
doc Add placeholder for osnet. 2014-03-28 08:15:48 +00:00
etc Add MKCTF 2014-03-25 09:52:55 +00:00
external Fix lost merges 2014-03-28 07:01:49 +00:00
extsrc
games If you are going to use memcpy instead of struct assignment, then at 2014-03-28 17:49:11 +00:00
gnu Don't compile with fortification. It breaks makeinfo(1) for certain 2014-03-24 23:03:01 +00:00
include __lwp_park60 2014-01-31 20:44:17 +00:00
lib Remove trailing whitespace. Merge EINVAL entries. 2014-03-28 15:35:55 +00:00
libexec Make sure r1 is preserved _rtld_bind_start. 2014-03-22 15:13:10 +00:00
regress eliminate use of bsd.sys.mk from Makefiles 2014-01-16 01:15:32 +00:00
rescue Append -Os to DBG, not overwrite in case DBG has more than just -Ox from 2014-01-30 22:19:00 +00:00
sbin don't use sprintf 2014-03-23 05:39:32 +00:00
share +ICN:Incheon, South Korea 2014-03-28 10:16:28 +00:00
sys fold line 2014-03-28 15:02:34 +00:00
tests Consistently use long double. 2014-03-25 17:30:14 +00:00
tools Add MKCTF 2014-03-25 09:52:55 +00:00
usr.bin typo in comment 2014-03-23 04:58:16 +00:00
usr.sbin Don't modify format string, use asprintf to format the original msg and 2014-03-25 21:07:59 +00:00
x11 Use ${TOOL_GZIP} instead of just gzip in all Makefiles 2014-01-27 08:18:07 +00:00
build.sh Rename NetBSD/hp700 to NetBSD/hppa. 2014-02-24 07:23:38 +00:00
BUILDING regen using 'make regen' from src/doc. 2013-05-29 21:59:51 +00:00
Makefile prepare for moving GCC 4.5 into gcc.old: 2014-02-26 09:54:32 +00:00
Makefile.inc
UPDATING Improve the compiler_rt entry slightly 2014-02-01 13:29:45 +00:00