index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
mopd
/
common
/
pf.c
Age
Commit message (
Expand
)
Author
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2018-04-26
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
Philip Guenther
2017-04-19
Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been
Martin Natano
2016-05-28
Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).
Martin Natano
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2006-04-20
More delint. -moj
Mats O Jansson
2006-04-17
more cleanup
Theo de Raadt
2005-12-21
Userland programs should include <errno.h> not <sys/errno.h>
Todd C. Miller
2004-05-08
Filter bpf writes and lock descriptor. tested by hshoexer@
Can Erkin Acar
2004-04-14
4000 lines worth of cleanup, KNF, Knall&Rauch elemination and such
Henning Brauer
2004-01-04
gcc3 doesn't like varargs, it was found that the varargs.h inclusion is
Dale Rahn
2003-12-01
-Wall cleanup: trim unused vars, right format strings, constify rcsids,
Anil Madhavapeddy
2003-06-04
more 3/4 cleanups for lazy developers
Theo de Raadt
2002-09-07
off by one fix from aaron@. -moj
Mats O Jansson
2002-07-13
use snprintf
Theo de Raadt
2000-02-20
string manipluation paranoia changes. Most probably not exploitable.
bitblt
1997-08-18
#include <string.h> not <strings.h> -- Yes, I'm a weanie...
Todd C. Miller
1996-09-21
Replace $Id with $OpenBSD, 3:rd try. -moj
Mats O Jansson
1996-09-21
Initial import of mopd-2.5.3. -moj
Mats O Jansson