kernel - Move dsched_disk_destroy_callback() call
kernel - Move dsched_disk_destroy_callback() call * Move the dsched_disk_destroy_callback() call from the caller to the message handler to avoid racing a disk probe that might be running at the time...
View Articlehammer2 - kernel cluster messaging support API work
hammer2 - kernel cluster messaging support API work * Rework the API significantly * Add circuit tracking and sniffing features * Add flags to automate the LNK_CONN, LNK_SPAN, and LNK_CIRC state...
View Articlehammer2 - reformualte cluster messaging interface
hammer2 - reformualte cluster messaging interface * Reformulate the interface to use the revamped kern_dmsg.c API [DH] sys/vfs/hammer2/hammer2_vfsops.c
View Articlehammer2 - cluster / hammer2 service daemon work
hammer2 - cluster / hammer2 service daemon work * Reformulate the service demon to use the updated libdmsg API * Add code to track remote block device SPANs and to interface to the local /dev/xdisk to...
View Articlecluster - remote block device work
cluster - remote block device work * xdisk(client) <-> diskiocom(server) now successfully does a full message transaction over a VC for xa_open(). Still lots to do. * Fix I/O request deferrals...
View ArticleUPDATING: Use release version numbers.
UPDATING: Use release version numbers. [DH] UPDATING
View ArticleUPDATING: Mention that bt(4) is PCI only now.
UPDATING: Mention that bt(4) is PCI only now. [DH] UPDATING
View ArticleMove stlstats(8) to usr.sbin/
Move stlstats(8) to usr.sbin/ [DH] usr.sbin/Makefile [DH] usr.sbin/stallion/Makefile [DH] usr.sbin/stallion/Makefile.inc [DH] usr.sbin/stlstats/Makefile [DH] usr.sbin/stlstats/stlstats.8 [DH]...
View Articlekernel - Turn off machdep.pmap_mmu_optimize by default
kernel - Turn off machdep.pmap_mmu_optimize by default * Turn off machdep.pmap_mmu_optimize by default. There are some bugs that need to be resolved which are messing up both apache and rtorrent. *...
View Articlekernel: Remove an #include I forgot previously.
kernel: Remove an #include I forgot previously. [DH] sys/bus/isa/i386/isa_compat.h
View Article