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
/
top
/
commands.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace "boolean.h" with <stdbool.h>
kn
2019-10-08
1
-5
/
+5
*
annoying whitespace die die die
deraadt
2017-03-15
1
-4
/
+4
*
unsigned char for ctype
deraadt
2013-11-28
1
-6
/
+6
*
Allow top to accept tab characters as input in interactive mode
lum
2010-04-01
1
-13
/
+25
*
Fix pointer usage with the renice and kill error message structure. Pointer was used without allocating memory. ok beck@ otto@
lum
2010-03-23
1
-22
/
+45
*
Instead of using hand-crafted redraws minimizing screen updates, use curses.
otto
2007-05-29
1
-67
/
+5
*
Use sys_signame[] from libc instead of creating a top-specific
millert
2007-02-23
1
-8
/
+4
*
more refinements for the interactive commands section; ok otto
jmc
2007-02-14
1
-5
/
+5
*
document how signalling via `k' works, after some help from theo and miod;
jmc
2007-02-09
1
-19
/
+19
*
sync somewhat to the man page;
jmc
2007-02-09
1
-19
/
+19
*
Compact help screen a bit so it fits in 24 lines again. Based on a
otto
2007-02-06
1
-7
/
+3
*
Introducing the '+' interactive command to reset all filters.
otto
2007-02-04
1
-1
/
+2
*
tidy & sort help display
otto
2007-01-05
1
-15
/
+11
*
add new g command to interactive help; from Mark Lumsden
otto
2007-01-05
1
-1
/
+2
*
support for toggling thread viewing.
tedu
2005-12-04
1
-1
/
+2
*
sync help message with reality: sort acceptes keyword "pri"
hshoexer
2005-10-07
1
-2
/
+2
*
add a 'C' command ) that toggles the display of the full cmdline;
markus
2005-06-17
1
-1
/
+2
*
introduce -p option and p command to only show a single process.
otto
2004-10-07
1
-2
/
+3
*
errno struct member -> err; ok millert@
marc
2004-06-27
1
-7
/
+7
*
spaces
deraadt
2004-05-09
1
-2
/
+2
*
commands.c: add `o' and `S' to internal help, sort options
jmc
2003-09-19
1
-5
/
+4
*
some cleanings recommended by lint
deraadt
2003-06-20
1
-2
/
+2
*
properly typecast to uid_t the return value of proc_owner() and report
jfb
2003-06-17
1
-3
/
+6
*
use uid_t and fix some sign compare warnings; OK krw@ and deraadt@
millert
2003-06-15
1
-3
/
+5
*
readable code
deraadt
2003-06-13
1
-317
/
+241
*
cleanup; ok deraadt
pvalchev
2003-06-12
1
-46
/
+26
*
strcat -> strlcat fix. ok tedu@, deraadt@
tdeval
2003-04-06
1
-35
/
+22
*
license change from William LeFebvre <wnl@groupsys.com>; top is now BSD
deraadt
2002-07-15
1
-5
/
+22
*
strlcat
deraadt
2002-05-29
1
-2
/
+3
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-7
/
+7
*
kill more registers
mpech
2001-11-19
1
-18
/
+18
*
First sweep. Prototype, type fixes, long fixes, mostly compiles with
downsj
1997-08-22
1
-23
/
+30
*
top 3.4, with a few changes. Still needs more work.
downsj
1997-08-14
1
-0
/
+511