summaryrefslogtreecommitdiffstats
path: root/sys/dev/diskmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add struct proc * argument to FRELE() and FILE_SET_MATURE() inguenther2012-04-221-3/+3
* Add new syscall entries to support the openat(2) family of functionsmatthew2011-07-071-1/+2
* Use getvnode() instead of implementing our own file descriptor handlingjsing2011-07-021-11/+7
* Do not use NULL in integer comparisons. No functional change.miod2011-04-071-2/+2
* Only init the nameidata parts that are strictly needed insteadthib2011-01-121-4/+4
* plug a memleak, free the devname when we succeed withthib2010-06-141-3/+3
* Introduce a diskmap pseudo device which allows userland to open a diskjsing2010-06-081-0/+152