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
/
msdosfs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-11
spelling
jsg
1
-3
/
+3
2020-12-25
Refactor klist insertion and removal
visa
1
-3
/
+3
2020-08-10
consistently return EINVAL on invalid BPB
jsg
1
-3
/
+3
2020-06-11
Rename poll-compatibility flag to better reflect what it is.
mpi
1
-2
/
+2
2020-06-08
Use a new EV_OLDAPI flag to match the behavior of poll(2) and select(2).
mpi
1
-1
/
+5
2020-04-07
Abstract the head of knote lists. This allows extending the lists,
visa
1
-3
/
+3
2020-03-24
Kill some dead code that tests bits immediately after setting them.
krw
1
-8
/
+5
2020-02-27
Remove unused "struct proc *" argument from the following functions:
mpi
2
-24
/
+3
2020-02-20
Replace field f_isfd with field f_flags in struct filterops to allow
visa
1
-4
/
+4
2020-01-24
remove a notyet that remains more not than yet after 25 years. ok krw
tedu
1
-9
/
+1
2020-01-20
struct vops is not modified during runtime so use const which moves each
claudio
2
-4
/
+4
2019-12-31
Use C99 designated initializers with struct filterops. In addition,
visa
1
-7
/
+21
2019-12-26
Convert struct vfsops initializer to C99 style.
bluhm
1
-14
/
+14
2019-09-04
msdosfs: remove timezone support
cheloha
1
-5
/
+3
2019-08-05
Allow concurrent reads of the f_offset field of struct file by
anton
1
-2
/
+2
2019-07-25
vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@
cheloha
2
-4
/
+4
2019-07-19
getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@
cheloha
2
-7
/
+8
2019-07-12
Revert anton@ changes about read/write unlocking
solene
1
-2
/
+2
2019-07-10
Make read/write of the f_offset field belonging to struct file MP-safe;
anton
1
-2
/
+2
2019-01-21
Introduce a dedicated entry point data structure for file locks. This new data
anton
1
-2
/
+2
2018-06-21
Drop redundant "node == parent node" checks from VOP_RMDIR()
visa
1
-9
/
+1
2018-06-07
Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible for
visa
1
-4
/
+1
2018-05-27
Drop unnecessary `p' parameter from vget(9).
visa
2
-5
/
+4
2018-05-07
Implement VFS read clustering for MSDOSFS, take 3.
mpi
3
-57
/
+78
2018-05-02
Remove proc from the parameters of vn_lock(). The parameter is
visa
4
-16
/
+12
2018-04-28
Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always
visa
4
-24
/
+24
2018-03-28
Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(),
visa
1
-2
/
+2
2018-02-10
Syncronize filesystems to disk when suspending. Each mountpoint's vnodes
deraadt
2
-6
/
+7
2018-01-02
Stop assuming <sys/file.h> will pull in fcntl.h when _KERNEL is defined.
guenther
1
-2
/
+3
2017-12-30
Don't pull in <sys/file.h> just to get fcntl.h
guenther
1
-2
/
+2
2017-12-30
Delete unnecessary <sys/file.h> includes
guenther
1
-2
/
+1
2017-12-11
In uvm Chuck decided backing store would not be allocated proactively
deraadt
1
-17
/
+15
2017-08-14
msdofs: Add new CLUST_END constant
sf
1
-2
/
+3
2017-08-14
msdofs: Add new CLUST_END constant
sf
3
-8
/
+9
2017-08-13
minor msdosfs tweaks
sf
1
-2
/
+4
2017-06-13
Revert 'Implement VFS read clustering for MSDOSFS' again
sf
2
-67
/
+44
2017-05-29
msdosfs & ffs: flush cache if updating mount from r/w to r/o
sf
1
-2
/
+9
2017-05-29
Implement VFS read clustering for MSDOSFS
sf
2
-44
/
+67
2017-04-20
Tweak lock inits to make the system runnable with witness(4)
visa
1
-2
/
+2
2016-10-10
Rename BIOS parameter block field from bsPBP to bsBPB. This typo
bluhm
2
-4
/
+4
2016-10-09
Do not check the SecPerTrack field of the BPB when mounting a MSDOS
bluhm
1
-2
/
+2
2016-09-28
Kill empty ifdef; ok fcambus@
jca
1
-3
/
+1
2016-09-07
Remove usermount remnants. ok tedu
natano
1
-32
/
+3
2016-08-30
Revert "Implement VFS read clustering for MSDOSFS"
sf
2
-70
/
+51
2016-08-13
Eliminate pointless casts to qaddr_t of a value being assigned to a void*
guenther
1
-2
/
+2
2016-06-19
Remove the lockmgr() API. It is only used by filesystems, where it is a
natano
3
-8
/
+9
2016-05-22
When pulling an msdos formated umass stick during mount while the
bluhm
1
-2
/
+3
2016-05-21
Remove the -x flag from mount_msdos and always assume the execute bit
natano
2
-16
/
+12
2016-05-21
by default, files were made executable. that does not make sense today.
deraadt
1
-3
/
+3
2016-04-26
Populate all necessary statfs members in .vfs_statfs. cd9660, udf,
natano
1
-9
/
+9
[next]