summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc4/libcpp/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2014-03-04 21:07:22 +0000
committerjoerg <joerg@NetBSD.org>2014-03-04 21:07:22 +0000
commite7dd1fc70ab7d2f51a96210450c698774b621ce2 (patch)
treeb89ede3c626a35aa9eeffc3299a5c4b9a1c75528 /gnu/usr.bin/gcc4/libcpp/Makefile
parenteae59d05f2359d8c6823979a69f408068164796c (diff)
Make pointer NULL check non-fatal for a bogus condition.
Diffstat (limited to 'gnu/usr.bin/gcc4/libcpp/Makefile')
0 files changed, 0 insertions, 0 deletions
ref='/netbsd/commit/sys/dev/raidframe/rf_alloclist.c?id=f31bd063e99a4029f1bf9dac360c83c605ab8ba4'>nuke trailing whitespaceperry 2004-03-07- Introduce rf_pools which contains all of the various global pools usedoster by RAIDframe. Convert all other RAIDframe global pools to use pools defined within this new structure. - Introduce rf_pool_init(), used for initializing a single pool in RAIDframe. Teach each of the configuration routines to use rf_pool_init(). - Cleanup a few pool-related comments. - Cleanup revent initialization and #defines. - Add a missing pool_destroy() for the reconbuffer pool. (Saves another 1K off of an i386 GENERIC kernel, and makes stuff a lot more readable) 2004-03-07- Introduce rf_pools which contains all of the various global pools usedoster by RAIDframe. Convert all other RAIDframe global pools to use pools defined within this new structure. - Introduce rf_pool_init(), used for initializing a single pool in RAIDframe. Teach each of the configuration routines to use rf_pool_init(). - Cleanup a few pool-related comments. - Cleanup revent initialization and #defines. - Add a missing pool_destroy() for the reconbuffer pool. (Saves another 1K off of an i386 GENERIC kernel, and makes stuff a lot more readable) 2004-03-05- remove the RF_*_INC's, as necessary. They are not needed any more.oster - introduce RF_MIN_*'s, as necessary. These will indicate the low-water mark for pools as well as the pool_prime() value. - add pool_setlowat() for the critical pools. - pool_prime() and pool_setlowat() the raidframe_cbufpool. - re-order some pool_prime()'s and pool_sethiwat()'s for clarity. 2004-02-29Adjust _rf_ShutdownCreate() so that it is willing to wait for moreoster memory. Since we only now ever "return(0)", just return (void) instead. Cleanup all uses of rf_ShutdownCreate() to not worry about it ever failing. Shaves another 600 bytes off of an i386 GENERIC kernel. 2004-02-25Poolify alloclist stuff. Saves a whopping 32 bytes while decreasing codeoster complexity. 2003-12-31Replace the DO_FREE() macro with just RF_Free(). No functional changes,oster just less confusion. 2003-12-30Some days you wonder if some of the function declaration consistencyoster was just an accident in the first place. Cleanup function decls and a few comments. [ok.. so I wasn't going to fix this many.. but once you're on a roll....]