Go to file
dsl ec40cf92c2 Rewrite parallel() so that it uses fgetln() instead of fgets() so that
horrid nasty things don't happen when the input lines are the same size
as the buffer.
Simplify by using an array of 'FILE *' instead of a linked list so that
is possible to appease coverty (SID:1598) by freeing the memory.
Also fclose() the input lines when they are consumed.
Code still modifies optarg strings....
2006-03-31 18:59:52 +00:00
bin Don't leak memory if RJUST|LJUST is specified. This might fix a whole bunch 2006-03-29 15:51:00 +00:00
common remove bogus _LIBC defines. broke lint. 2006-03-30 20:37:51 +00:00
crypto Remove references to KerberosIV. 2006-03-23 19:58:03 +00:00
dist Bye bye cdk. Moved via repository copy to othersrc/dist/cdk 2006-03-31 17:40:18 +00:00
distrib Added evbmips instkernel and sysinst. 2006-03-30 15:45:42 +00:00
doc file-4.17 is out. 2006-03-30 17:41:14 +00:00
etc Added kernels for AR531X, DBAU1500, DBAU1550, and MTX-1. 2006-03-28 18:18:12 +00:00
games Coverity CID 2452: possible negative array index; CID 1518 and CID 1517: possible overrun of static array 2006-03-30 05:04:22 +00:00
gnu Import of gnu make 3.80 for use with gcc4 cross builds. 2006-03-29 21:09:18 +00:00
include PR/33163: Auster Vl.: fts: cant allocate memory | filename too long 2006-03-30 01:23:50 +00:00
lib we don't have FE_TOWARDZERO (yet), refer to FP_RZ instead 2006-03-31 12:17:41 +00:00
libexec A new version of the cleaner. In general, works about as well as the old 2006-03-30 19:10:13 +00:00
regress Use /dev/MAKEDEV to create devices - instead of hardcoding i386 majors. 2006-03-26 20:27:52 +00:00
rescue lmcctl has been replaced by lmcconfig. 2005-12-06 14:02:58 +00:00
sbin Coverity CID 2784: Add more checks for value==NULL. 2006-03-30 08:02:40 +00:00
share make symlink types consistent. 2006-03-30 19:49:02 +00:00
sys Use ANSI function decls, apply static. 2006-03-31 17:39:33 +00:00
tools Turn on gmake builds if GCC4 is enabled (and force it's install before continuing 2006-03-29 21:10:52 +00:00
usr.bin Rewrite parallel() so that it uses fgetln() instead of fgets() so that 2006-03-31 18:59:52 +00:00
usr.sbin Show ECN ECE and CWR flags too. 2006-03-31 10:20:21 +00:00
x11 Add support for Xews4800mips under src/x11. 2005-12-29 15:52:20 +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 * Add an "iso-image" target in the top level Makefile, 2006-01-28 21:34:07 +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 Note new sparc64 bootloader requirement. 2006-01-31 22:54:22 +00:00