summaryrefslogtreecommitdiff
path: root/usr.sbin/mopd/common/pf.c
AgeCommit message (Expand)Author
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2017-04-19Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beenMartin Natano
2016-05-28Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).Martin Natano
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2006-04-20More delint. -mojMats O Jansson
2006-04-17more cleanupTheo de Raadt
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2004-05-08Filter bpf writes and lock descriptor. tested by hshoexer@Can Erkin Acar
2004-04-144000 lines worth of cleanup, KNF, Knall&Rauch elemination and suchHenning Brauer
2004-01-04gcc3 doesn't like varargs, it was found that the varargs.h inclusion isDale Rahn
2003-12-01-Wall cleanup: trim unused vars, right format strings, constify rcsids,Anil Madhavapeddy
2003-06-04more 3/4 cleanups for lazy developersTheo de Raadt
2002-09-07off by one fix from aaron@. -mojMats O Jansson
2002-07-13use snprintfTheo de Raadt
2000-02-20string 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-21Replace $Id with $OpenBSD, 3:rd try. -mojMats O Jansson
1996-09-21Initial import of mopd-2.5.3. -mojMats O Jansson