Go to file
tls 2ebe53e4ac Add one more buffer pool, for 512-byte buffers. On the one hand, most
systems will never, ever need this -- because they use 8k/1k or even,
these days, 16k/2k or 32k/4k filesystems.  On the other hand, when you
do need this, you *really* need it: on anoncvs.netbsd.org, for instance,
where /tmp is 4k/512 and the filesystem contains tens or even hundreds
of thousands of single-frag directories, this essentially doubles the
efficiency of the allocator.  Since the overhead of keeping one extra
pool around is minimal, just add it by default.
2006-03-17 23:43:37 +00:00
bin Coverity CID 1226: Remove bogus close call. 2006-03-17 22:48:10 +00:00
common Enforce argument domain by assigning to a char variable and searching 2006-03-13 15:41:46 +00:00
crypto Make sure the right error is reported later, if all socket() calls fail. 2006-03-01 15:39:00 +00:00
dist Fix file descriptor leaks. 2006-03-17 15:50:44 +00:00
distrib Added myself, Alan Ritter 2006-03-17 03:23:28 +00:00
doc Sort a bit. 2006-03-17 18:44:07 +00:00
etc added be_BY.CP1251, ru_BY.CP1251, ru_RU.CP1251 locale. 2006-03-14 16:16:44 +00:00
games add more "ifdef notdef" around unused sections - addresses Coverity CID 564 2006-03-17 23:36:38 +00:00
gnu In binutils 2.16 new SuperH flags were introduced. Since we still use 2006-03-07 02:16:23 +00:00
include Add strtof(3) and strtold(3); welcome libc 12.137. 2006-03-15 17:35:17 +00:00
lib A couple of the xxx.inc files are non-standard. 2006-03-17 23:10:48 +00:00
libexec Remove unreachable code (res could never be NULL here). 2006-03-17 21:28:21 +00:00
regress This test is highly dependend on local configuration - note some 2006-03-17 11:33:24 +00:00
rescue
sbin Make it compile again. 2006-03-17 19:24:08 +00:00
share do not use LS0/LS1 but SI/SO. 2006-03-17 16:37:10 +00:00
sys Add one more buffer pool, for 512-byte buffers. On the one hand, most 2006-03-17 23:43:37 +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 Fix Coverity issue 1236, negative return from read() passed to write() 2006-03-17 21:52:41 +00:00
usr.sbin Fix three off-by-ones found by Coverity, CID 1489. 2006-03-17 21:10:02 +00:00
x11
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 * 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