index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
ntfs
/
ntfs_ihash.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use hashfree in fs code. from Mathieu -
tedu
2016-09-24
1
-2
/
+2
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadt
tedu
2015-01-09
1
-2
/
+2
*
use siphash for key lookups in all the filesystem hashes.
dlg
2014-11-18
1
-2
/
+20
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-2
/
+2
*
lazy init nthash to save some memory when it's not used. ok jsing
tedu
2014-01-19
1
-3
/
+14
*
More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller type
guenther
2013-05-30
1
-2
/
+2
*
Ansify and apply style(9) to function definitions.
jsing
2013-01-14
1
-9
/
+5
*
Remove code that is not used on OpenBSD.
jsing
2013-01-02
1
-5
/
+1
*
revert previous "simplification". kcornies at gmail says it doesn't work.
tedu
2010-09-04
1
-1
/
+6
*
the upper case table code was a lot more complicated than it needed to be.
tedu
2010-08-22
1
-6
/
+1
*
clean up some macro obfuscation and assorted styling problems.
tedu
2010-08-12
1
-2
/
+2
*
It is about time that we stopped pretending simple_locks are locks.
oga
2010-04-23
1
-12
/
+7
*
- remove super-obvious comments from vnodeop_entries[]
jasper
2009-08-13
1
-49
/
+1
*
convert lockmgr over to rwlock in ntfs, mostly trivial.
oga
2009-03-25
1
-3
/
+3
*
Remove commented out NetBSD __KERNEL_RCSID macro usage.
brad
2008-05-13
1
-6
/
+1
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
fix the tags
mickey
2003-05-20
1
-1
/
+1
*
by popular request, NTFS support. read only.
tedu
2003-05-20
1
-0
/
+185