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.sbin
/
tcpdump
/
print-atalk.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- (void)printf() -> printf(); the cast adds clutter for little value.
procter
2020-01-24
1
-63
/
+62
*
unsigneds cannot be < 0; ok jca@
otto
2017-08-30
1
-2
/
+2
*
Don't support loading appletalk addresses from /etc/appletalk.names.
akfaew
2017-06-14
1
-39
/
+1
*
Return early from atalk_print_llap() if the length is less than the
jsg
2016-10-28
1
-1
/
+6
*
Remove more register keywords.
mmcc
2015-11-15
1
-30
/
+30
*
since stdlib.h is in scope, don't cast.... you know the drill.
deraadt
2015-08-21
1
-2
/
+2
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-4
/
+4
*
No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.
mpi
2014-08-14
1
-3
/
+1
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-6
/
+1
*
trash $Header goo which is just annoying; 5595
deraadt
2007-10-07
1
-2
/
+2
*
When aligning buffers correctly handle the case where the
canacar
2007-06-27
1
-4
/
+7
*
Some more non-alignment problems resolved.
otto
2004-02-04
1
-3
/
+4
*
Do away with non-aligned memory accesses.
otto
2004-02-02
1
-4
/
+2
*
privilege separated tcpdump, joint work with otto@
canacar
2004-01-28
1
-35
/
+39
*
%d is 12 chars, not 10; ok deraadt
pvalchev
2003-04-14
1
-3
/
+3
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-4
/
+2
*
a bit of snprintf cleaning
deraadt
2001-11-06
1
-3
/
+3
*
ddp_print needs aligned data (alpha,sparc). Noted (with a patch) by <jepeway@blasted-heath.com>. Patch code relocated inside ddp_print(). Fixes PR# 1945.
ho
2001-10-30
1
-2
/
+18
*
some buffer care; jakob
deraadt
2000-10-31
1
-3
/
+3
*
Add $OpenBSD$. (jakob@ ok)
ho
2000-10-03
1
-1
/
+3
*
INET6
jakob
2000-04-26
1
-3
/
+3
*
add more ntohs(). u_short -> u_int16_t. (in-sync with tcpdump.org tree)
itojun
2000-04-03
1
-10
/
+11
*
byte order fixes; gwes@oat.com
deraadt
2000-04-03
1
-4
/
+4
*
bring more inline with tcpdump 3.4
brad
1999-09-16
1
-2
/
+2
*
- Merge some changes from tcpdump 3.4
jakob
1999-07-28
1
-4
/
+7
*
snprintf madness
deraadt
1998-07-13
1
-5
/
+6
*
more careful scanf
deraadt
1998-05-14
1
-3
/
+3
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
1
-2
/
+2
*
Better handling for AppleTalk, and netatalk in particular.
denny
1997-07-23
1
-6
/
+58
*
*** empty log message ***
bitblt
1996-12-12
1
-27
/
+25
*
it is 3.2 now.
mickey
1996-07-13
1
-14
/
+14
*
sync to latest
deraadt
1996-06-10
1
-1
/
+1
*
Updating to the latest LBL release.
mickey
1996-03-04
1
-0
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+573