summaryrefslogtreecommitdiff
path: root/sys/xfs/xfs_syscalls-common.c
AgeCommit message (Collapse)Author
2009-06-03Arla client rename from xfs to nnpfs for later upgrades. Tested on various ↵Janne Johansson
arches. ok todd@ beck@
2007-10-08A memset(,0,) -> M_ZERO change which also fixes a possible bug withKenneth R Westerback
malloc'ing one struct size but zero'ing the memory with another struct size. Feedback from todd@ tedu@ miod@
2007-05-29make xfs use VT_XFS instead of VT_AFS when getting vnodesThordur I. Bjornsson
via getnewvnode(); ok art@,tedu@ tested by todd@
2005-08-04fix worst three kernel stack pigs in xfs by moving stack allocation ofBob Beck
xfs message structures to malloc M_TEMP. ok art@
2003-08-12Fix include stuff, unused variables and statics and other small things neededHans Insulander
to compile in our tree.
2003-08-12MergeHans Insulander
2002-06-07mergeHans Insulander
2000-09-11New xfs from Arla between 0.34.2 and current in arla cvs.Artur Grabowski
Too many new features and fixes to mention here.
2000-03-03$OpenBSD$Todd T. Fries
1999-04-30Import of xfs from arla-0.35.7Artur Grabowski