Go to file
oster b2c52e1175 Take care of six more mallocs:
- Pull rf_FreePhysDiskAddr() out from under a #ifdef, since we're now
going to use it.

- Add a pda_cleanup_list into the DAG header.  Use it in rf_FreeDAG() to
cleanup any PDA's that get allocated but have no "easy" way of being
located and freed when the DAG completes.

- numStripeUnitsAccessed is a per-stripe value, and has a maximum
value equal to the number of colums (thus limited by RF_MAXCOL).
Use this knowledge to set a high-bound on overlappingPDAs, and stuff
it on the stack instead of malloc'ing it all the time!  This costs us
a whopping 40 bytes on the stack, but saves a malloc() and a free().
2004-03-19 15:16:18 +00:00
bin Use signed 64bit integer type instead of unsigned long long 2004-03-07 01:12:08 +00:00
contrib/sys Move the ath(4) HAL sysctls to hw.ath.hal from ath.hal. 2004-03-15 03:23:37 +00:00
crypto Bump date for previous. 2004-03-06 23:38:40 +00:00
dist Added IPFilter 4.1 support 2004-03-18 16:51:39 +00:00
distrib Convert to usage of UUDECODE_FILES and standardize on filename extension 2004-03-19 08:07:22 +00:00
doc Document MKTTINTERP. 2004-03-19 12:34:39 +00:00
etc Search and replace by hand rather than using gsub() in loop. This reduces 2004-03-18 22:51:59 +00:00
games becuase -> because. From Peter Postma. 2004-02-24 15:05:53 +00:00
gnu Fix forced MKPIC=no builds using the trick suggested by Luke. Thanks! 2004-03-18 19:48:15 +00:00
include * Turn isinf(3) and isnan(3) into C99-style macros. 2004-03-04 23:42:38 +00:00
lib sigreturn14 is deprecated, so don't use it in longjmp. 2004-03-17 00:35:08 +00:00
libexec Convert to usage of UUDECODE_FILES and standardize on filename extension 2004-03-19 08:07:22 +00:00
regress Correct another UUDECODE_FILES entry. 2004-03-19 10:36:55 +00:00
rescue systrace needs libevent now. 2003-11-29 05:47:51 +00:00
sbin Remove superfluous TRUE and FALSE definitions. 2004-03-19 12:04:37 +00:00
share Convert to usage of UUDECODE_FILES and standardize on filename extension 2004-03-19 08:07:22 +00:00
sys Take care of six more mallocs: 2004-03-19 15:16:18 +00:00
tools Don't use $MACHINE to name the program; just call it macppc-fixcoff. 2004-03-03 19:42:01 +00:00
usr.bin Add Xref to mscdlabel, bump date. 2004-03-18 21:13:19 +00:00
usr.sbin Convert to usage of UUDECODE_FILES and standardize on filename extension 2004-03-19 08:07:22 +00:00
x11 + set correct XKB_RULES_DIR path 2004-03-17 23:19:48 +00:00
BUILDING Document MKTTINTERP. 2004-03-19 12:34:39 +00:00
Makefile Be more gcc like in the way we deal with libgcc so that sh3/hppa millicode 2004-02-15 19:52:27 +00:00
Makefile.inc
UPDATING Note cgd blowfish changes, see comments in sys/dev/cgd.c 1.15 for more 2004-03-18 11:03:57 +00:00
build.sh Add 2004-02-06 23:19:30 +00:00