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
/
sys
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-22
Extend kqueue interface with EVFILT_EXCEPT filter.
mpi
1
-1
/
+8
2020-06-22
let userland read vpd info from a pci device.
dlg
1
-1
/
+9
2020-06-21
wireguard is taking over the gif mbuf tag.
dlg
1
-4
/
+4
2020-06-21
add mq_push. it's like mq_enqueue, but drops from the head, not the tail.
dlg
1
-1
/
+2
2020-06-19
backout pipe change, it crashes some arch
deraadt
1
-4
/
+1
2020-06-17
Instead of performing three distinct allocations per created pipe,
anton
1
-1
/
+4
2020-06-17
Expose SMR list and pointer macros to userspace. This enables the use
visa
1
-3
/
+3
2020-06-17
make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags.
dlg
1
-6
/
+3
2020-06-17
make intrmap_cpu return a struct cpu_info *, not a "cpuid number" thing.
dlg
1
-2
/
+2
2020-06-17
add intrmap, an api that picks cpus for devices to attach interrupts to.
dlg
1
-0
/
+38
2020-06-15
Implement a simple kqfilter for deadfs matching its poll handler.
mpi
1
-1
/
+2
2020-06-15
Set __EV_HUP when the conditions matching poll(2)'s POLLUP are found.
mpi
1
-2
/
+5
2020-06-12
Revert addition of double underbars for filter-specific flag.
mpi
1
-2
/
+2
2020-06-11
Rename poll-compatibility flag to better reflect what it is.
mpi
1
-3
/
+3
2020-06-08
Use a new EV_OLDAPI flag to match the behavior of poll(2) and select(2).
mpi
1
-1
/
+2
2020-06-08
visa points out we don't use or need the TASK_BARRIER flag anymore.
dlg
1
-2
/
+1
2020-06-04
add missing forward declaration of struct proc
anton
1
-1
/
+3
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
deraadt
1
-1
/
+6
2020-05-27
Document the various flavors of NET_LOCK() and rename the reader version.
mpi
1
-16
/
+25
2020-05-26
Make cdev_{audio,video}_init() expose a kqfilter handler.
mpi
1
-4
/
+4
2020-05-25
Revert "Add kqueue_scan_state struct"
visa
1
-12
/
+1
2020-05-23
Add RB_GOODRANDOM passed from bootloader to kernel in boothowto. Indicates
deraadt
1
-17
/
+18
2020-05-21
Update comment to reflect current headers.
visa
1
-6
/
+5
2020-05-20
kernel.h: remove global declaration for naptime
cheloha
1
-3
/
+1
2020-05-20
timecounting: decide whether to advance offset within tc_windup()
cheloha
1
-1
/
+4
2020-05-17
Add kqueue_scan_state struct
visa
1
-1
/
+12
2020-05-13
Match direct `seltrue' usages with a corresponding `seltrue_kqfilter'.
mpi
1
-2
/
+2
2020-05-10
Use a double-underscore prefix for local variables declared in macros
guenther
5
-40
/
+40
2020-05-09
Initialize the srp_ref in the non-MP version of srp_enter
jca
1
-3
/
+10
2020-04-28
Document that thread credentials are owned by curproc.
mpi
1
-2
/
+2
2020-04-21
Correct cdev_ipmi_init()'s poll stub to return 0 instead of ENODEV.
mpi
1
-3
/
+4
2020-04-18
Sync existing stacktrace_save() implementations
visa
1
-2
/
+7
2020-04-12
Mention tail queue in comments.
visa
1
-3
/
+11
2020-04-08
Make fifo_kqfilter() honor FREAD|FWRITE just like fifo_poll() does.
mpi
1
-2
/
+3
2020-04-07
Abstract the head of knote lists. This allows extending the lists,
visa
2
-8
/
+15
2020-04-07
Implement a SMR TAILQ implementation. The only operations which can be used
claudio
1
-1
/
+110
2020-04-06
Fix single thread behaviour in sleep_setup_signal(). If a thread needs to
claudio
1
-1
/
+2
2020-04-05
Declare pledgenames[] as const.
visa
1
-3
/
+3
2020-04-05
crank to 6.7-beta
deraadt
1
-3
/
+3
2020-04-04
Prevent shadowing of local variable by the EV_SET() macro.
mpi
1
-9
/
+9
2020-04-03
Kill unused cdev_mousewr_init().
mpi
1
-8
/
+1
2020-04-03
Adjust SMR_ASSERT_CRITICAL() and SMR_ASSERT_NONCRITICAL() so that the
visa
1
-5
/
+9
2020-04-02
double ARG_MAX
deraadt
1
-2
/
+2
2020-03-25
Introduce stacktrace_save_at() and make use of it in dt(4).
mpi
1
-1
/
+2
2020-03-20
Use atomic operations to update ps_singlecount. This makes
claudio
1
-2
/
+2
2020-03-20
tsleep_nsec(9): add MAXTSLP macro, the maximum sleep duration
cheloha
1
-1
/
+2
2020-03-19
Move unveil data structures away from the proc.h header into the
anton
2
-20
/
+4
2020-03-18
regen
anton
2
-4
/
+4
2020-03-18
Restart child process scan in dowait4() if single_thread_wait() sleeps.
visa
1
-2
/
+2
2020-03-16
Keep track of traced child under a list of orphans while they are being
mpi
2
-4
/
+16
[next]