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
/
isofs
/
udf
/
udf.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the lockmgr() API. It is only used by filesystems, where it is a
natano
2016-06-19
1
-2
/
+2
*
use siphash for key lookups in all the filesystem hashes.
dlg
2014-11-18
1
-1
/
+2
*
KNF - extraneous blank line snuck in during last commit
mlarkin
2013-09-17
1
-2
/
+1
*
int overflow in sector calculation, broke UDF reads past 2GB. Diff promotes
mlarkin
2013-08-16
1
-2
/
+3
*
CD filesystems don't do inode numbers >2^32, so use a smaller type internally,
guenther
2013-05-30
1
-4
/
+6
*
A small sprinking of #ifdef _KERNEL
deraadt
2013-03-23
1
-2
/
+9
*
convert a DEV_BSHIFT use to DEV_BSIZE (this .h file is reused in
deraadt
2013-03-23
1
-2
/
+2
*
bread does nothing with its ucred argument. remove it. ok matthew
tedu
2011-07-04
1
-2
/
+2
*
First cut at UDF 2.[56] support, allowing read-only access to HDDVD
krw
2009-08-14
1
-2
/
+7
*
update pedro's email address, at his request;
jmc
2007-12-09
1
-2
/
+2
*
Remove unused function
pedro
2006-07-12
1
-16
/
+1
*
Don't hold up a vnode for the VAT when a unode is sufficient
pedro
2006-07-11
1
-2
/
+2
*
Be consistent about how we name 'struct umount' instances
pedro
2006-07-09
1
-11
/
+11
*
udf_mnt -> umount and rename fields accordingly
pedro
2006-07-09
1
-33
/
+32
*
udf_node -> unode and rename fields accordingly
pedro
2006-07-08
1
-19
/
+19
*
Rename VTON() to VTOU()
pedro
2006-07-08
1
-2
/
+2
*
Add VAT support a la UDF 1.50
pedro
2006-07-05
1
-2
/
+12
*
Shave 8 bytes off struct udf_mnt
pedro
2006-06-24
1
-2
/
+1
*
rearrange some comments
pedro
2006-06-24
1
-4
/
+4
*
Better UDF name extraction code, which will not forget to report errors in
miod
2006-01-14
1
-1
/
+3
*
Bring in UDF support from FreeBSD, disabled for now.
pedro
2005-03-29
1
-0
/
+136