Go to file
jmmv b9173dc41c Rewrite the loop in printflg(): if passing -Z to pax with syntax errors
(like executing "pax -Z" by itself), this caused a shr of 32 bits, which is
undefined behavior (C99) if the variable is 32 bits wide, too.  Also solves
a problem where the flgch array could be indexed out of bounds.

Thanks to uwe@ and lha@ for their suggestions... I just found the bug :p
2004-01-05 17:27:46 +00:00
bin Rewrite the loop in printflg(): if passing -Z to pax with syntax errors 2004-01-05 17:27:46 +00:00
contrib/sys Synchronize with FreeBSD: 2003-12-16 06:48:08 +00:00
crypto Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no) 2003-12-11 09:46:26 +00:00
dist Don't bother complaining about "no IPv6 interfaces" or "no IPv4 interfaces" 2003-12-20 17:38:19 +00:00
distrib Rename /etc/release-info to /etc/release, to be consistent with other 2004-01-04 23:55:11 +00:00
doc s/release-info/release/ 2004-01-04 23:55:41 +00:00
etc Get the copyright info for etc/release from sys/conf/copyright. 2004-01-05 04:05:06 +00:00
games Use PROG_CXX so we don't need to include -lstdc++ explicitly. From Nick Hudson. 2004-01-05 15:35:59 +00:00
gnu bump version to 1.11.11. sync w/ config.h.in. noted by naoki fukaumi 2004-01-04 18:37:47 +00:00
include - libc.so.12.109 and libpthread.so.0.4 2004-01-02 18:56:39 +00:00
lib Document F_MAXFD, F_CLOSEM 2004-01-05 00:34:34 +00:00
libexec fix debug output. 2003-12-17 09:13:41 +00:00
regress support MKCRYPTO=no (des.h is not present) 2004-01-04 00:25:52 +00:00
rescue systrace needs libevent now. 2003-11-29 05:47:51 +00:00
sbin Standardize flags display in usage. 2004-01-04 00:13:00 +00:00
share xconsole is a global property, so move it to the global scope. 2004-01-05 11:01:32 +00:00
sys Implement fb_mmap(). From David P. Reese Jr. with PR #23985. 2004-01-05 16:05:14 +00:00
tools Consistently check ${TOOLCHAIN_MISSING} against "no". 2004-01-03 14:04:27 +00:00
usr.bin Generate the copyright string from sys/conf/copyright rather than 2004-01-05 03:53:10 +00:00
usr.sbin Collapse single letter options. Sort option descriptions. 2004-01-05 17:27:17 +00:00
x11 constype and kbd_mode for sun 2004-01-05 13:19:17 +00:00
build.sh tweak usage message. 2003-11-14 12:38:12 +00:00
BUILDING Note tools/compat/README as the place to get notes from non-native cross builds 2003-12-29 07:10:24 +00:00
Makefile Run "cd etc && make install-release-info" at the end of the "build" target. 2004-01-04 13:30:09 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Fix typo. 2003-12-31 16:20:54 +00:00