Go to file
reed 9695cc3899 Add -false switch. From man page:
-false  This primary always evaluates to false.  This can be used follow-
        ing a primary that caused the expression to be true to make the
	expression to be false.  This can be useful after using a -fprint
	primary so it can continue to the next expression (using an -or
	operator, for example).

This was brought up on the tech-userlevel list in October.

Using -fprint on findutils or new NetBSD find(1) does not do what
I wanted. For example, if saving results of all files that start
with a vowel or saving results of all files owned by group operator,
then the list of files owned by group operator would not include
the files starting with a vowel.

findutils's find has a workaround for this with -false and also a
"," comma opeator. (I made add this comma operator later; you can use
the comma to perform multiple independent tests.)
2005-11-09 00:47:16 +00:00
bin add a keyword for the uarea address. very useful with crashdumps. 2005-11-05 19:27:24 +00:00
crypto Merge ipsec-tools 0.6.2 import. 2005-10-14 14:01:34 +00:00
dist reverting to the previous version of file 4.16, not 4.15. 2005-10-21 16:01:16 +00:00
distrib It will be the twelfth release of course. 2005-11-08 09:35:00 +00:00
doc terminate yamt-vop branch. 2005-11-02 12:44:24 +00:00
etc Add /usr/share/legal. 2005-10-22 12:31:52 +00:00
games Typos, duplicate words, consistent formatting. 2005-10-29 22:49:36 +00:00
gnu When compiling with -Os put all strings into .rodata.str1.1 (ie byte aligned) 2005-11-05 18:29:53 +00:00
include Change the sched_*() functions to return -1 and set errno to ENOSYS 2005-10-09 11:17:28 +00:00
lib remove _REENTRANT bogus signal mask code; pointed out by chuq. 2005-11-07 18:12:33 +00:00
libexec - Don't use a stale errno when printing an error 2005-10-31 16:15:42 +00:00
regress Don't check <sys/systm.h> anymore. 2005-10-30 23:36:22 +00:00
rescue put back tetris; by popular demand. 2005-09-23 00:29:51 +00:00
sbin don't set fs_maxsymlinklen and fs_old_inodefmt twice, 2005-11-05 19:15:54 +00:00
share dt_day in struct clock_ymdhms should be 1-31, not 0-365. 2005-11-06 17:50:37 +00:00
sys tmpfs_reg_resize: drop swap slots on truncation. 2005-11-08 23:04:03 +00:00
tools We use gcc's crtstuff now - update this acordingly (thanks to 2005-10-29 20:43:35 +00:00
usr.bin Add -false switch. From man page: 2005-11-09 00:47:16 +00:00
usr.sbin Remove some unnecessary header includes. 2005-11-08 20:16:53 +00:00
x11 Add include pathc for fb, render and xaa 2005-10-26 10:56:44 +00:00
BUILDING Document the environment variables for if you need to override or 2005-02-15 18:41:18 +00:00
Makefile Modify "release" to invoke "make distribution" instead of "make build", 2005-08-25 02:04:39 +00:00
Makefile.inc
UPDATING note about conf/std. 2005-10-03 04:45:52 +00:00
build.sh It needs the braceexpand option for PD KSH, regardless of 2005-09-25 05:34:21 +00:00