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
/
usr.bin
/
systat
/
pool.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused variable. Make clang happier.
krw
2018-06-20
1
-3
/
+1
*
Make sorting in the pcache view work. This allows us to sort on all
martijn
2018-02-11
1
-16
/
+213
*
Make pool order on size actually order on size instead of size*inuse.
martijn
2018-02-08
1
-9
/
+3
*
print the number of GCs with print_fld_size instead of print_fld_uint.
dlg
2017-07-31
1
-2
/
+2
*
return -1 in error path of non-void function, pointed out by clang
florian
2017-07-29
1
-1
/
+2
*
change the semantic for calculating when to grow the size of a cache list.
dlg
2017-06-23
1
-5
/
+5
*
add a rough start to a pcache view, to show pool cpu cache info.
dlg
2017-06-15
1
-31
/
+317
*
Use 12 chars for pool name in "systat pool" to match vmstat -m. ok stefan@
sthen
2016-03-12
1
-2
/
+2
*
first batch of programs adapting to the namespace cleanup
deraadt
2015-01-16
1
-2
/
+3
*
userland reallocarray audit.
doug
2014-10-08
1
-2
/
+2
*
Show only active pools by default, pressing 'A' shows all of them.
mpi
2014-08-14
1
-3
/
+26
*
info about pools is currently given to userland by copying each
dlg
2014-07-02
1
-3
/
+3
*
- use a common FIELD_ADDR macro, instead of rolling 78 identical copies.
jasper
2011-03-02
1
-15
/
+13
*
Skip missing pool indices instead of printing errors.
canacar
2008-12-31
1
-8
/
+14
*
Add option to order the pool view by size and number of pages columns.
canacar
2008-12-07
1
-1
/
+42
*
add missing header needed by strcmp/strerror/memset functions.
chl
2008-11-05
1
-1
/
+2
*
Add the option to sort by requests to the pool view, and document
canacar
2008-11-02
1
-4
/
+21
*
Add a view that displays pool(9) information. Idea and ok deraadt@
canacar
2008-11-02
1
-0
/
+256