summaryrefslogtreecommitdiff
path: root/tests/usr.bin/pkill/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/usr.bin/pkill/Makefile')
0 files changed, 0 insertions, 0 deletions
logmsg'> 2005-02-27nuke trailing whitespaceperry 2004-01-10Since the LOCK and UNLOCK flags are never used, no need in extracting them.oster Collapse the related variables down to zero. That means 'flags' is 0 as well. Nuke the extraction macros, a bunch of the variables, and replace 'flags' as well. 2004-01-10iCleanup the RF_CREATE_PARAM3(). Middle two "arguments" were nothingoster but 0 in all cases. 2003-12-31nuke the 'bp' argument to rf_bxor and friends since it is no longer used.oster In fact, bp was being set to "NULL" when passed rf_bxor() in rf_parityscan.c:rf_VerifyParityBasic(). 2000-03-30Nuke 'register' from some function prototypes.oster 1999-02-05Phase 2 of the RAIDframe cleanup. The source is now closer to KNFoster and is much easier to read. No functionality changes. 1999-01-26RAIDframe cleanup, phase 1. Nuke simulator support, user-land driver,oster out-dated comments, and other unneeded stuff. This helps prepare for cleaning up the rest of the code, and adding new functionality. No functional changes to the kernel code in this commit. 1998-11-13RAIDframe, version 1.1, from the Parallel Data Laboratory atoster Carnegie Mellon University. Full RAID implementation, including levels 0, 1, 4, 5, 6, parity logging, and a few other goodies. Ported to NetBSD by Greg Oster.