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
/
nfs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-11
spelling
jsg
4
-9
/
+9
2021-01-19
nfs/nfs_boot.c: convert ifunit() to if_unit(9)
mvs
1
-2
/
+3
2021-01-02
nfs: don't sleep on lbolt
cheloha
2
-6
/
+7
2020-12-25
Refactor klist insertion and removal
visa
1
-3
/
+3
2020-09-27
In the previous commit, check tv_nsec, not tv_sec as VNOVAL is a
matthieu
1
-3
/
+3
2020-09-27
nfs_create: after an exclusive create rpc, make sure to update
matthieu
1
-2
/
+9
2020-08-24
According the code `nfsbootdevname' is always set to network device name
mvs
1
-11
/
+3
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2
-9
/
+9
2020-06-11
Rename poll-compatibility flag to better reflect what it is.
mpi
1
-4
/
+4
2020-06-08
Use a new EV_OLDAPI flag to match the behavior of poll(2) and select(2).
mpi
1
-9
/
+64
2020-04-07
Abstract the head of knote lists. This allows extending the lists,
visa
1
-3
/
+3
2020-02-20
Replace field f_isfd with field f_flags in struct filterops to allow
visa
1
-3
/
+3
2020-01-21
sys/nfs: misc. tsleep(9) -> tsleep_nsec(9); ok mpi@
cheloha
2
-17
/
+15
2020-01-20
struct vops is not modified during runtime so use const which moves each
claudio
3
-9
/
+9
2020-01-15
Keep socket timeout intervals in nsecs and use them with tsleep_nsec(9).
mpi
2
-8
/
+9
2020-01-14
In nfs_clearcommit() the loops over mnt_vnodelist and v_dirtyblkhd
bluhm
1
-5
/
+5
2020-01-10
Convert the vnode list at the mount point into a tailq. During
bluhm
2
-4
/
+4
2020-01-08
Convert infinite sleeps to tsleep_nsec(9).
mpi
1
-3
/
+2
2019-12-31
Use C99 designated initializers with struct filterops. In addition,
visa
1
-5
/
+14
2019-12-26
Convert struct vfsops initializer to C99 style.
bluhm
1
-14
/
+14
2019-12-25
Use FOREACH macro to iterate over mnt_vnodelist.
bluhm
1
-3
/
+2
2019-12-05
Convert infinite sleeps to tsleep_nsec(9).
mpi
5
-14
/
+14
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
1
-7
/
+10
2019-07-19
vwaitforio(9): tsleep(9) -> tsleep_nsec(9); ok visa@
cheloha
1
-6
/
+7
2019-07-19
getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@
cheloha
1
-4
/
+4
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-05-13
When killing a process, the signal is handled by any thread that
bluhm
1
-4
/
+3
2019-01-22
The kernel interpreted bogus lengths in RPC calls during NFS boot.
bluhm
1
-8
/
+31
2019-01-21
Introduce a dedicated entry point data structure for file locks. This new data
anton
1
-2
/
+2
2019-01-19
Move boottime into the timehands.
cheloha
1
-3
/
+7
2019-01-18
Check for negative length in NFS strings. This affects both, the
bluhm
1
-2
/
+2
2019-01-18
Check for negative length integers in NFS server. A malicious
bluhm
1
-10
/
+11
2019-01-18
Check for negative length integers in NFS client. A malicious
bluhm
1
-3
/
+4
2018-11-30
Switch MH_ALIGN to m_align which is the same.
claudio
1
-2
/
+2
2018-11-09
M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for
claudio
3
-9
/
+9
2018-09-10
Instead of calculating the mbuf packet header length here and there,
bluhm
2
-18
/
+5
2018-07-30
Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O mode
mpi
3
-6
/
+6
2018-07-09
Nuke unused define 'nfsm_writereply()'.
krw
1
-11
/
+1
2018-07-02
Use more list macros for v_dirtyblkhd.
bluhm
3
-15
/
+10
2018-06-21
Drop redundant "node == parent node" checks from VOP_RMDIR()
visa
1
-8
/
+1
2018-06-13
Make the VFS layer responsible for preventing the deletion
visa
1
-1
/
+8
2018-06-07
Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible for
visa
2
-10
/
+10
2018-06-06
Pass the socket to sounlock(), this prepare the terrain for per-socket
mpi
3
-12
/
+12
2018-05-27
Drop unnecessary `p' parameter from vget(9).
visa
2
-5
/
+4
2018-05-05
Implement proper locking for NFS nodes.
mpi
3
-15
/
+69
2018-05-04
After unmount nfs_timer() could access the freed memory of struct
bluhm
1
-2
/
+15
2018-05-02
Remove proc from the parameters of vn_lock(). The parameter is
visa
3
-10
/
+9
2018-04-28
Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always
visa
5
-17
/
+16
[next]