Go to file
cube ac24e16176 Introduce two new statements:
obsolete defflag <option> [, <option> [, ...]]
    obsolete defparam <option> [, <option> [, ...]]

The two statements actually do the same thing (there could be only one),
but it makes things less cryptic that way.  The optional ": deps" part of
a 'defflag' or 'defparam' still has to be dropped when it gets obsoleted.

When the user has 'options OBSOLETE_OPTION' in his configuration file, it
is ignored (that is, opt_*.h files are generated as if it wasn't there),
and the user gets a warning about it.

Bump version to 20060525.

When someone first uses that syntax in the tree, a "version 20060525"
statement should be added before its occurrence, preferably at the top
of sys/conf/files.

Suggested by Matt Thomas a few months ago.
2006-05-25 22:28:38 +00:00
bin When expanding "$@" add a \0 byte after the last argument (as well as all 2006-05-20 13:57:27 +00:00
common More cleanup. 2006-05-18 16:35:33 +00:00
crypto Add a missing ')' to fix the example code. Already fixed in openssl upstream. 2006-05-24 16:44:34 +00:00
dist Include compat.h for the definition of uuid_t, in the case where we don't 2006-05-25 19:41:06 +00:00
distrib Add myself to the list of developers. 2006-05-25 15:07:08 +00:00
doc update the uninit list 2006-05-25 09:05:40 +00:00
etc Implement check_devices_ignore_paths, which is a list of paths to 2006-05-25 02:38:10 +00:00
games read config more strictly, from Maximillian Dornseif 2006-05-25 07:11:54 +00:00
gnu generate new libobjc4 files and regenerate many many others. 2006-05-24 21:20:32 +00:00
include rename dd_rewind to dd_internal so that it can be re-used to implement 2006-05-17 20:32:19 +00:00
lib Coverity CID 3783: Fix uninit variable. 2006-05-25 15:27:35 +00:00
libexec in _rtld_bind() initialise new_value for GCC4. 2006-05-23 16:27:41 +00:00
regress Coverity CID 829: Possible dereference of NULL pointer. 2006-05-23 21:52:55 +00:00
rescue lmcctl has been replaced by lmcconfig. 2005-12-06 14:02:58 +00:00
sbin Coverity CID 830: Fix dead code issue 2006-05-25 15:32:17 +00:00
share Implement check_devices_ignore_paths, which is a list of paths to 2006-05-25 02:38:10 +00:00
sys If we're going to byteswap fields in the TCP header, make sure the mbuf 2006-05-25 21:49:19 +00:00
tools also grab ALL_OPT_FILES from gcc/Makefile for libobjc4. 2006-05-23 10:55:55 +00:00
usr.bin Introduce two new statements: 2006-05-25 22:28:38 +00:00
usr.sbin typo s/fp/fpw/ 2006-05-25 03:17:43 +00:00
x11 Add missing closing brace. How did this ever work previously? 2006-04-21 21:46:06 +00:00
build.sh Fix the iso-image action. These changes were accidentally omitted 2006-02-03 12:29:41 +00:00
BUILDING mkisofs is in pkgsrc/sysutils/cdrtools now, not pkgsrc/sysutils/cdrecord. 2006-01-29 14:03:59 +00:00
Makefile retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4. 2006-04-07 19:38:58 +00:00
Makefile.inc
UPDATING Note new sparc64 bootloader requirement. 2006-01-31 22:54:22 +00:00