Go to file
christos 28ab15e044 don't use lwp_setprivate in fork, but copy the private lwp member directly
because userland might have messed with the TLS register without letting
the kernel know. This fixes fork() on amd64. Thanks chuq!
2011-08-23 13:01:25 +00:00
bin document another non-literal format string 2011-08-23 10:47:06 +00:00
common Requires stdint.h. 2011-08-21 21:24:34 +00:00
compat build GMP, MPFR and MPC as private libraries just for GCC. don't 2011-07-21 03:13:30 +00:00
crypto Previous here required stdint.h. 2011-08-22 00:24:42 +00:00
dist fix raw string formats 2011-08-17 12:56:55 +00:00
distrib document non-literal formats 2011-08-23 10:26:07 +00:00
doc file-5.08 out. 2011-08-22 08:33:24 +00:00
etc Arch-specific rc.conf files are not really autonomous rc.conf 2011-08-22 20:48:38 +00:00
external Hm, upstream maintainer says loop needs to start from 0, make it so. 2011-08-22 09:19:51 +00:00
extsrc
games use const char [] for format. 2011-08-21 08:50:08 +00:00
gnu Passes relaxed array boundary checks with clang now. 2011-08-09 13:02:11 +00:00
include Don't pollute the namespace with stdint.h. (This file is included from 2011-08-22 01:24:15 +00:00
lib Fix the name of syscall which takes timespec as argument. 2011-08-22 22:14:46 +00:00
libexec Fix typo. 2011-08-21 10:45:33 +00:00
regress provide the out of address space test in a gcc-4.5 friendly way. 2011-08-18 02:32:32 +00:00
rescue Update location of "less" directory. 2011-07-03 22:05:01 +00:00
sbin handle the first loop where time == 0. 2011-08-21 06:39:09 +00:00
share add -Wformat=2 2011-08-23 05:22:25 +00:00
sys don't use lwp_setprivate in fork, but copy the private lwp member directly 2011-08-23 13:01:25 +00:00
tests Requires stdint.h. 2011-08-22 00:33:16 +00:00
tools Add an inline ex script to modify configargs.h for powerpc to auto-enable 2011-08-17 18:34:13 +00:00
usr.bin Requires stdint.h. 2011-08-21 23:38:43 +00:00
usr.sbin use const char [] for format 2011-08-21 08:59:50 +00:00
x11 apply some -Wno-error. there are char * vs. const char * issues that 2011-07-21 03:36:29 +00:00
build.sh Add -h' and -y' to `Usage' (which were missing there); 2011-08-15 14:48:00 +00:00
BUILDING Add description of MKKMOD, part of PR misc/45216 2011-08-06 19:52:49 +00:00
Makefile Fix typo that prevented installmodules from working with -U 2011-08-08 23:18:36 +00:00
Makefile.inc
UPDATING switch sparc to GCC 4.5.3. 2011-08-17 09:18:37 +00:00