Go to file
rmind 2e6b059c68 Mention MurmurHash2. 2012-07-08 12:07:12 +00:00
bin handle realloc failure 2012-06-29 12:51:38 +00:00
common Add MurmurHash2 -- a non-cryptographic hash function by Austin Appleby. 2012-07-08 01:21:11 +00:00
compat Fix typos; wording. 2012-03-29 18:35:11 +00:00
crypto Change little wording error (s/associate/associated/) and formatting error. 2012-07-04 20:46:14 +00:00
dist Casting an uint32_t pointer to (long *) may have been acceptable 2012-06-25 16:47:03 +00:00
distrib Add translations for "Config menu" (was hardcoded before), best guesses for 2012-07-06 21:10:56 +00:00
doc Mention MurmurHash2. 2012-07-08 12:07:12 +00:00
etc Disable GENERIC_USERMODE kernel auto-build to avoid problems with the current 2012-07-04 13:54:20 +00:00
external use the modern resolver functions if available. 2012-07-05 17:40:11 +00:00
extsrc
games WARNS=5, and make WARNS=5 the default for src/games. 2012-06-19 05:46:08 +00:00
gnu add libexecinfo 2012-06-10 15:04:47 +00:00
include sprinkle restrict in realpath(3) 2012-06-21 21:13:29 +00:00
lib Add Makefile in libc for murmurhash, missed in previous commit. 2012-07-08 11:43:47 +00:00
libexec Don't attempt to parse a termcap/terminfo string ourselves; 2012-06-28 08:55:10 +00:00
regress Disable new -Wstring-plus-int warning where needed for now. 2012-04-04 10:59:44 +00:00
rescue PR/46393 - Nat Sloss -- add gpt(8) to /rescue 2012-05-25 21:46:13 +00:00
sbin constify opts[] 2012-07-04 18:35:58 +00:00
share platfrom -> platform 2012-07-07 21:29:03 +00:00
sys Add murmurhash2() prototype, missed in previous commit. 2012-07-08 01:24:08 +00:00
tests Restore one more group of tests. 2012-07-08 00:53:01 +00:00
tools Don't use -print0/-0 in find | xargs, it is non-standard and not needed at all. 2012-06-19 21:48:33 +00:00
usr.bin Make sure stuff using Obj_Entry is compiled correctly for ELF32 or ELF64. 2012-07-08 00:53:44 +00:00
usr.sbin NPF improvements: 2012-07-01 23:21:06 +00:00
x11 Missed defining XSERVER_XVAX 2012-05-15 14:29:29 +00:00
BUILDING regen using 'make regen' in doc/ 2012-05-25 13:47:30 +00:00
Makefile Add usr.bin to the exclude list for make includes. 2012-04-21 08:28:00 +00:00
Makefile.inc
UPDATING Mention that you should run makemandb -f, or wait for the weekly script. 2012-05-07 11:20:24 +00:00
build.sh