Go to file
christos eba2a3cf3e PR/40594: Antti Kantee: Don't call issignal() here to determine what errno
to set for the interrupted syscall, because issignal() will consume the signal
and it will not be delivered to the process afterwards. Instead call
sigispending() (which now returns the first pending signal) and does not
consume the signal.
2011-08-31 16:09:55 +00:00
bin Use the same column spacing for the -h output as with the normal output, 2011-08-29 17:30:28 +00:00
common NULL does not need a cast 2011-08-31 15:48:32 +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 Use __dead 2011-08-29 21:08:54 +00:00
dist Use __dead 2011-08-29 20:41:06 +00:00
distrib Link the gpioow(4) and onewire(4) modules to the build and add them to the 2011-08-31 13:25:49 +00:00
doc add the device publish daemon, written by jmcneill@. 2011-08-29 11:38:48 +00:00
etc Add a INSTALL_LOONGSON kernel with a ramdisk. 2011-08-29 18:32:18 +00:00
external build Xorg and some drivers appropriate for Loongson-based hw on evbmips 2011-08-30 04:22:56 +00:00
extsrc
games No need to cast double to ubig (aka uintmax_t) through int. 2011-08-30 02:58:04 +00:00
gnu Add libppath. 2011-08-29 08:58:18 +00:00
include provide a complete prototype for xdrproc_t 2011-08-30 17:09:51 +00:00
lib provide a complete prototype for xdrproc_t 2011-08-30 17:09:51 +00:00
libexec Apply casts to cases where xdrproc_t is expected but is not 2011-08-30 17:06:20 +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 Add getlabelusesmbr(), as proposed in 2011-08-30 12:39:49 +00:00
share Minor correction. 2011-08-31 07:04:49 +00:00
sys PR/40594: Antti Kantee: Don't call issignal() here to determine what errno 2011-08-31 16:09:55 +00:00
tests Apply casts to cases where xdrproc_t is expected but is not 2011-08-30 17:06:20 +00:00
tools Ensure __printflike exists. 2011-08-27 18:33:22 +00:00
usr.bin Use __dead. Be a bit more consistent about static.__dead. Be a bit more 2011-08-31 13:38:19 +00:00
usr.sbin Use __dead 2011-08-31 13:32:36 +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 Escape '$' in double quotes. 2011-08-30 12:04:12 +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