.. |
Makefile
|
…
|
|
files.raidframe
|
implement 32-bit compat support for raidframe.
|
2018-01-18 00:32:48 +00:00 |
raidframeio.h
|
fixes for the previous, noted by nakayama@.
|
2018-01-20 01:32:45 +00:00 |
raidframevar.h
|
s/static inline/static __inline/g for consistency.
|
2018-04-19 21:50:06 +00:00 |
rf_acctrace.c
|
convert rf_tracing_mutex to a kmutex.
|
2011-05-01 06:22:54 +00:00 |
rf_acctrace.h
|
convert rf_tracing_mutex to a kmutex.
|
2011-05-01 06:22:54 +00:00 |
rf_alloclist.c
|
Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@.
|
2019-02-10 17:13:33 +00:00 |
rf_alloclist.h
|
…
|
|
rf_archs.h
|
…
|
|
rf_aselect.c
|
PR/51775: David Binderman: Remove unused variable.
|
2017-01-04 15:50:34 +00:00 |
rf_aselect.h
|
…
|
|
rf_callback.c
|
Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@.
|
2019-02-10 17:13:33 +00:00 |
rf_callback.h
|
…
|
|
rf_chaindecluster.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_chaindecluster.h
|
…
|
|
rf_compat32.c
|
Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
|
2019-03-01 11:06:55 +00:00 |
rf_compat32.h
|
- Redo all the ioctl compat stuff to use a standard "ioctl" interface,
|
2019-02-05 23:28:02 +00:00 |
rf_compat50.c
|
Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
|
2019-03-01 11:06:55 +00:00 |
rf_compat50.h
|
- Redo all the ioctl compat stuff to use a standard "ioctl" interface,
|
2019-02-05 23:28:02 +00:00 |
rf_compat80.c
|
Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
|
2019-03-01 11:06:55 +00:00 |
rf_compat80.h
|
- Redo all the ioctl compat stuff to use a standard "ioctl" interface,
|
2019-02-05 23:28:02 +00:00 |
rf_copyback.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_copyback.h
|
…
|
|
rf_cvscan.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_cvscan.h
|
…
|
|
rf_dag.h
|
…
|
|
rf_dagdegrd.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_dagdegrd.h
|
…
|
|
rf_dagdegwr.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_dagdegwr.h
|
…
|
|
rf_dagffrd.c
|
Ensure variables are initialized. Fixes error due to -Wmaybe-unitialized.
|
2016-12-11 05:27:00 +00:00 |
rf_dagffrd.h
|
…
|
|
rf_dagffwr.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_dagffwr.h
|
…
|
|
rf_dagflags.h
|
Fix typo (s/supress/suppress/).
|
2019-07-11 03:49:51 +00:00 |
rf_dagfuncs.c
|
…
|
|
rf_dagfuncs.h
|
…
|
|
rf_dagutils.c
|
Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@.
|
2019-02-10 17:13:33 +00:00 |
rf_dagutils.h
|
…
|
|
rf_debugMem.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_debugMem.h
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_debugprint.c
|
…
|
|
rf_debugprint.h
|
…
|
|
rf_decluster.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_decluster.h
|
implement 32-bit compat support for raidframe.
|
2018-01-18 00:32:48 +00:00 |
rf_declusterPQ.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_declusterPQ.h
|
…
|
|
rf_desc.h
|
…
|
|
rf_diskqueue.c
|
Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@.
|
2019-02-10 17:13:33 +00:00 |
rf_diskqueue.h
|
convert the diskqueue mutex into a kmutex
|
2011-05-05 06:04:09 +00:00 |
rf_disks.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_disks.h
|
…
|
|
rf_driver.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_driver.h
|
Modularize the raidframe driver, including rework of the unit attach
|
2015-12-26 00:58:45 +00:00 |
rf_engine.c
|
Ensure variables are initialized. Fixes error due to -Wmaybe-unitialized.
|
2016-12-11 05:27:00 +00:00 |
rf_engine.h
|
…
|
|
rf_etimer.h
|
…
|
|
rf_evenodd.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_evenodd.h
|
…
|
|
rf_evenodd_dagfuncs.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_evenodd_dagfuncs.h
|
…
|
|
rf_evenodd_dags.c
|
…
|
|
rf_evenodd_dags.h
|
…
|
|
rf_fifo.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_fifo.h
|
…
|
|
rf_general.h
|
raidframe: use existing routines to print an error and panic.
|
2016-12-10 23:03:27 +00:00 |
rf_geniq.c
|
…
|
|
rf_hist.h
|
…
|
|
rf_interdecluster.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_interdecluster.h
|
…
|
|
rf_invertq.c
|
…
|
|
rf_invertq.h
|
…
|
|
rf_kintf.h
|
implement 32-bit compat support for raidframe.
|
2018-01-18 00:32:48 +00:00 |
rf_layout.c
|
…
|
|
rf_layout.h
|
Fix two mis-spellings in comments. No functional changes.
|
2018-06-09 21:18:41 +00:00 |
rf_map.c
|
s/recieve/receive/
|
2019-05-28 08:59:33 +00:00 |
rf_map.h
|
…
|
|
rf_mcpair.c
|
convert mcpair to kmutex.
|
2011-05-01 01:09:05 +00:00 |
rf_mcpair.h
|
convert mcpair to kmutex.
|
2011-05-01 01:09:05 +00:00 |
rf_netbsd.h
|
Shuffle softc declarations to a different .h file. Create missing
|
2019-02-06 02:49:09 +00:00 |
rf_netbsdkintf.c
|
Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
|
2019-03-01 11:06:55 +00:00 |
rf_nwayxor.c
|
…
|
|
rf_nwayxor.h
|
…
|
|
rf_options.c
|
…
|
|
rf_options.h
|
…
|
|
rf_optnames.h
|
…
|
|
rf_paritylog.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_paritylog.h
|
convert the main raidPtr mutex to a kmutex, and add a couple of cv's to
|
2011-05-11 18:13:12 +00:00 |
rf_paritylogDiskMgr.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_paritylogDiskMgr.h
|
…
|
|
rf_paritylogging.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_paritylogging.h
|
…
|
|
rf_parityloggingdags.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_parityloggingdags.h
|
…
|
|
rf_paritymap.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_paritymap.h
|
…
|
|
rf_parityscan.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_parityscan.h
|
…
|
|
rf_pq.c
|
…
|
|
rf_pq.h
|
…
|
|
rf_pqdeg.c
|
…
|
|
rf_pqdeg.h
|
…
|
|
rf_pqdegdags.c
|
According to the Oxford Dictionary of Etymology, a wether is a male sheep
|
2011-08-01 12:28:53 +00:00 |
rf_pqdegdags.h
|
…
|
|
rf_psstatus.c
|
Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@.
|
2019-02-10 17:13:33 +00:00 |
rf_psstatus.h
|
convert the pssTable mutex into a kmutex/cv.
|
2011-05-03 08:18:43 +00:00 |
rf_raid.h
|
Shuffle softc declarations to a different .h file. Create missing
|
2019-02-06 02:49:09 +00:00 |
rf_raid0.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_raid0.h
|
…
|
|
rf_raid1.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_raid1.h
|
…
|
|
rf_raid4.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_raid4.h
|
…
|
|
rf_raid5.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_raid5.h
|
…
|
|
rf_raid5_rotatedspare.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_raid5_rotatedspare.h
|
…
|
|
rf_reconbuffer.c
|
convert rb_mutex to a kmutex/cv.
|
2011-05-02 07:29:18 +00:00 |
rf_reconbuffer.h
|
…
|
|
rf_reconmap.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_reconmap.h
|
convert RF_CommonLogData_s/RF_ReconMap_s mutex to a kmutex/cv.
|
2011-05-10 07:04:17 +00:00 |
rf_reconstruct.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_reconstruct.h
|
convert rb_mutex to a kmutex/cv.
|
2011-05-02 07:29:18 +00:00 |
rf_reconutil.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_reconutil.h
|
…
|
|
rf_revent.c
|
re-apply the reverted previous, after fixing the missed wakeup:
|
2011-05-02 01:07:24 +00:00 |
rf_revent.h
|
…
|
|
rf_shutdown.c
|
…
|
|
rf_shutdown.h
|
…
|
|
rf_sstf.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_sstf.h
|
…
|
|
rf_states.c
|
refactor driver to use common code in dksubr.
|
2016-01-03 08:17:24 +00:00 |
rf_states.h
|
…
|
|
rf_stripelocks.c
|
Fix typo (s/supress/suppress/).
|
2019-07-11 03:49:51 +00:00 |
rf_stripelocks.h
|
convert stripelocks to kmutex.
|
2011-05-05 08:21:29 +00:00 |
rf_strutils.c
|
…
|
|
rf_threadstuff.h
|
G/C sys/simplelock.h includes
|
2014-02-28 10:16:51 +00:00 |
rf_utils.c
|
- Change the allocation macros to be more like function calls
|
2019-02-09 03:33:59 +00:00 |
rf_utils.h
|
…
|
|