kernel - lwkt_token revamp
[dragonfly.git] / sys / vfs / hpfs / hpfs_hash.c
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-04-11 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 6/21: hpfs.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-10-19 Hiten PandyaUn-initialise (i.e free) the HPFS inode hash; previousl...
2003-10-18 Matthew DillonFix races in ihashget that were introduced when I intro...
2003-08-15 Matthew DillonMake modules work again part 1: linkup vfs, rename...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-08 Matthew DillonMP Implmentation 2A/4: Post commit cleanup, fix missing...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: