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