aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/hpfs/hpfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-1/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-11/+10
* Convert to nmount. Add backwards compat cmount method.Poul-Henning Kamp2004-12-061-9/+15
* - Add a new 'flags' parameter to getblk().Jeff Roberson2003-03-041-2/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-171-2/+3
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* First version of HPFS stuff.Semen Ustimenko1999-12-091-0/+861