Go to file
jld 42ddba8762 Correct logic error in wildcard handling, which was causing the
day-of-month on normal entries to always be treated as a wildcard.

Specifically, "if (x&(y|z))" is equivalent to "if ((x&y)||(x&z))", not
"if ((x&y)&&(x&z))", which latter is clearly what was intended.
2006-03-24 23:30:08 +00:00
bin Coverity CID 1755: Add fts_close() in traverse. 2006-03-22 16:20:34 +00:00
common Enforce argument domain by assigning to a char variable and searching 2006-03-13 15:41:46 +00:00
crypto Remove references to KerberosIV. 2006-03-23 19:58:03 +00:00
dist Don't default the type of a local variable. Fixes build for vax. 2006-03-23 19:25:09 +00:00
distrib add following locales: 2006-03-23 23:23:38 +00:00
doc mark kernelauth as inactive, i no longer have time to work on it. 2006-03-24 03:12:30 +00:00
etc add following locales: 2006-03-23 23:23:38 +00:00
games Add missing parens. 2006-03-22 15:24:52 +00:00
gnu Apply patch 8.13.5.p0 from sendmail.org; Although we are running 8.13.4, 2006-03-24 16:09:01 +00:00
include Add nan(3), nanf(3), and nanl(3); welcome libm.so.0.4. 2006-03-23 16:55:42 +00:00
lib Xref rnd(4). 2006-03-24 16:14:42 +00:00
libexec Remove more references to kerberosIV. 2006-03-23 20:14:16 +00:00
regress Regression test for reads past the end of a packet (out of bounds reads). 2006-03-24 13:54:58 +00:00
rescue lmcctl has been replaced by lmcconfig. 2005-12-06 14:02:58 +00:00
sbin In the DIAGNOSTICS section, document that mismatched LKM and kernel 2006-03-24 00:38:23 +00:00
share 1. remove duplicated entry(et_EE.UTF-8). 2006-03-24 11:54:52 +00:00
sys Remove unused #define TX39POWERDEBUG. Closes PR port-hpcmips/30039. 2006-03-24 21:45:48 +00:00
tools Twiddle configure/configure.ac to check/define/create machine/endian.h; this 2006-02-22 00:14:05 +00:00
usr.bin Correct logic error in wildcard handling, which was causing the 2006-03-24 23:30:08 +00:00
usr.sbin Remove last Kerberos 4 support in non-3RDPARTY code. 2006-03-23 23:51:25 +00:00
x11 Add support for Xews4800mips under src/x11. 2005-12-29 15:52:20 +00:00
BUILDING mkisofs is in pkgsrc/sysutils/cdrtools now, not pkgsrc/sysutils/cdrecord. 2006-01-29 14:03:59 +00:00
Makefile * Add an "iso-image" target in the top level Makefile, 2006-01-28 21:34:07 +00:00
Makefile.inc
UPDATING Note new sparc64 bootloader requirement. 2006-01-31 22:54:22 +00:00
build.sh Fix the iso-image action. These changes were accidentally omitted 2006-02-03 12:29:41 +00:00