/* $NetBSD: lttf2.c,v 1.1 2011/01/17 10:08:35 matt Exp $ */ /* * Written by Matt Thomas, 2011. This file is in the Public Domain. */ #include "softfloat-for-gcc.h" #include "milieu.h" #include "softfloat.h" #include #if defined(LIBC_SCCS) && !defined(lint) __RCSID("$NetBSD: lttf2.c,v 1.1 2011/01/17 10:08:35 matt Exp $"); #endif /* LIBC_SCCS and not lint */ #ifdef FLOAT128 flag __lttf2(float128, float128); flag __lttf2(float128 a, float128 b) { /* libgcc1.c says -(a < b) */ return -float128_lt(a, b); } #endif /* FLOAT128 */ onchange='this.form.submit();'> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_reconstruct.h
AgeCommit message (Expand)Author
2023-05-27fix word endings toin -> tion in comments.andvar
2021-12-10s/occured/occurred/ in comments, log messages and man pages.andvar
2021-07-23Extensive mechanical changes to the pools used in RAIDframe.oster
2019-10-10fix the function pointer and callback mess:christos
2011-05-02convert rb_mutex to a kmutex/cv.mrg
2011-05-02re-apply the reverted previous, after fixing the missed wakeup:mrg
2011-05-02rever the previous for now; it hangs reconstruction.mrg
2011-05-01convert eq_mutex to a kmutex.mrg
2008-05-19Re-work some of the guts of the reconstruction code.oster
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2005-06-08- initialize numRUsTotal before we indicate that we are doing a reconstruct.oster
2005-02-27nuke trailing whitespaceperry
2005-02-05Vastly improve the error handling in the case of a read/write erroroster
2004-11-15continueFunc and continueArg arn't used. Turf. Simplify calls tooster
2004-03-18Re-work the locking mechanisms for reconstruct and PSS structuresoster
2004-03-07Minor cleanups. No functional changes.oster
2004-03-07- fix up initialization of rf_recond_pooloster
2004-03-03Introduce RF_REVENT_READ_FAILED, RF_REVENT_WRITE_FAILED and RF_REVENT_FORCERE...oster
2004-01-01Nuke a few more 'row'-related bits that were missed in the row-removal.oster
2004-01-01Nuke a bunch of unused variables:oster
2003-12-30Nuke a forgotten 'row' from struct RF_PerDiskReconCtrl_s.oster
2003-12-29[Having received a definite lack of strenuous objection, a small amountoster
2002-11-23Bye-bye to the completely unused reconCtrlPtr->priorityList.oster
2002-09-21rf_RegisterReconDoneProc() isn't needed.oster
2002-09-16'char *arrived' was such a nice variable. Too bad all we ever didoster
2001-10-04Step 2 of the disentanglement. We now look to <dev/raidframe/*> foroster
2000-05-28- Add a mechanism for obtaining finer-grained 'progress' informationoster
1999-03-02Update for recent changes including component label support, cleanoster
1999-02-05Phase 2 of the RAIDframe cleanup. The source is now closer to KNFoster
1999-01-26RAIDframe cleanup, phase 1. Nuke simulator support, user-land driver,oster
1998-11-13RAIDframe, version 1.1, from the Parallel Data Laboratory atoster