Go to file
pooka f455f7ee91 * use advisory file locks to avoid multiple mounts on the same device
(multiple rdonly mounts are still allowed)
* shuffle some assignments to avoid leaking resources in error branches
2008-11-07 00:18:33 +00:00
bin PR/11317: Hubert Feyrer: Recognize mismatched parentheses inside old style 2008-11-05 22:04:43 +00:00
common Raise correct interrupt on division errors. 2008-10-27 00:20:22 +00:00
compat Add a horrible kludge to make this build on sparc64, explained in the Makefile. 2008-11-04 15:25:58 +00:00
crypto fixed delsainfo() to avoid a crash when iddst's value is SAINFO_CLIENTADDR 2008-11-06 14:12:28 +00:00
dist Pull in a minor change from file-4.26 that gets cross-compiling from 2008-11-04 13:34:11 +00:00
distrib add Xorg bits 2008-11-06 22:00:38 +00:00
doc ACPICA version 20081031 is out 2008-10-31 18:27:10 +00:00
etc Now that the installation floppies are including tmpfs as well, stop 2008-11-04 14:25:10 +00:00
external Add missing LIBDPLIBS, found by using 'LDFLAGS += -Wl,-z,defs' and sort 2008-11-06 22:28:25 +00:00
games more MKSHARE == no fixes: 2008-10-30 21:37:55 +00:00
gnu pass HOST_CFLAGS when building cross tools 2008-11-04 23:58:40 +00:00
include include <sys/null.h> because _DIAGASSERT(foo == NULL) is too common and some 2008-11-02 14:27:44 +00:00
lib * use advisory file locks to avoid multiple mounts on the same device 2008-11-07 00:18:33 +00:00
libexec pull across the fix from my master bozohttpd cvs tree for PR 38466. 2008-11-06 06:38:43 +00:00
regress Add AWK?=${TOOL_AWK} in regression tests for awk itself. 2008-10-27 20:59:22 +00:00
rescue use nvi instead. thanks to Andreas Wrede 2008-10-29 23:55:28 +00:00
sbin * Instead of silently ignoring extra args, print a usage error. This 2008-11-06 16:01:54 +00:00
share add a couple driver names for Xorg 2008-11-06 22:13:58 +00:00
sys Don't use do {} while(0) for a single function call. 2008-11-07 00:15:42 +00:00
tests
tools include unistd.h where getmode is traditionally declared 2008-11-04 23:31:32 +00:00
usr.bin Change for standards compliance: 2008-11-04 03:14:46 +00:00
usr.sbin ensure mtree_err gets a format string 2008-11-04 23:22:48 +00:00
x11 Use ${TOOL_SED} instead if plain sed in Makefiles. 2008-10-25 22:27:34 +00:00
build.sh Try harder to guess the correct TOOLDIR. 2008-10-26 23:40:06 +00:00
BUILDING
Makefile - enable 32-bit library builds on amd64 and sparc64 2008-10-27 22:32:51 +00:00
Makefile.inc
UPDATING