| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
Notes:
svn path=/head/; revision=172681
|
| |
|
|
|
|
|
| |
Ok'd by: kan
Notes:
svn path=/head/; revision=169807
|
| |
|
|
|
|
|
|
|
| |
/sbin/ipf and /sbin/pflogd.
OK'ed by: mlaier
Notes:
svn path=/head/; revision=157707
|
| |
|
|
|
|
|
|
|
|
|
| |
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
Notes:
svn path=/head/; revision=156813
|
| |
|
|
|
|
|
| |
Noticed by: ru
Notes:
svn path=/head/; revision=146922
|
| |
|
|
| |
Notes:
svn path=/head/; revision=146772
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139115
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
/lib/{libm,libreadline}
/usr/lib/{libhistory,libopie,libpcap}
in preparation for doing the same thing to RELENG_5. HUGE amounts of
help for determining what to bump provided by kris.
Discussed on: freebsd-current
Approved by: re (not required for commit but something like this should be)
Notes:
svn path=/head/; revision=136027
|
| |
|
|
| |
Notes:
svn path=/head/; revision=127667
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
tcpdump -y ieee802_11 will work in the basic senses, including the
code compilation for filters (where you may specify "link[]" to refer
to parts of the 802.11 header, as well as treat it like a normal
Ethernet header). Previously, it was just too far off to do anything
useful for us.
* While I'm here, fix some compile problems that will result from lex
and yacc namespace polution when linking with -lpcap. The namespace
is now "pcapyy*" instead of "yy*", and it tests fine with world and
some external applications that may or may not use "yy*".
Notes:
svn path=/head/; revision=122029
|
| |
|
|
| |
Notes:
svn path=/head/; revision=104073
|
| |
|
|
| |
Notes:
svn path=/head/; revision=98529
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to
handle symlinking include files. Allow for multiple groups of
include files to be installed, with the powerful INCSGROUPS knob.
Documentation to follow.
Added standard `includes' and `incsinstall' targets, use them
in Makefile.inc1. Headers from the following makefiles were
not installed before (during `includes' in Makefile.inc1):
kerberos5/lib/libtelnet/Makefile
lib/libbz2/Makefile
lib/libdevinfo/Makefile
lib/libform/Makefile
lib/libisc/Makefile
lib/libmenu/Makefile
lib/libmilter/Makefile
lib/libpanel/Makefile
Replaced all `beforeinstall' targets for installing includes
with the INCS stuff.
Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS,
and for compatibility with NetBSD. Similarly for INCOWN, INCGRP,
and INCMODE.
Consistently use INCLUDEDIR instead of /usr/include.
gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes
were only lightly tested due to the missing contrib/libstdc++-v3.
I fully tested the pre-WIP_GCC31 version of this patch with the
contrib/libstdc++.295 stuff.
These changes have been tested on i386 with the -DNO_WERROR "make
world" and "make release".
Notes:
svn path=/head/; revision=96462
|
| |
|
|
|
|
|
| |
Use our bpf.h instead of tcpdump.org's to build libpcap.
Notes:
svn path=/head/; revision=80767
|
| |
|
|
|
|
|
|
|
|
| |
except in the unusual case where ${.OBJDIR} == ${.CURDIR}).
Fixed nearby style bugs (the DEFS variable had rotted to be just
an obfuscation).
Notes:
svn path=/head/; revision=75125
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75111
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74870
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59266
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56892
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50476
|
| |
|
|
| |
Notes:
svn path=/head/; revision=42087
|
| |
|
|
|
|
|
| |
PR: bin/7877
Notes:
svn path=/head/; revision=39295
|
| |
|
|
|
|
|
| |
of kernel/user bpf interface - include updated /sys/net/bpf.h instead
Notes:
svn path=/head/; revision=38424
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35840
|
| |
|
|
|
|
|
| |
expressions (eg: in pppd)
Notes:
svn path=/head/; revision=30269
|
| |
|
|
|
|
|
|
|
| |
target.
Reviewed by: <many different folks>
Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
Notes:
svn path=/head/; revision=30113
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add -I${PCAP_DISTDIR}/bpf to CFLAGS since our <net/bpf.h> is out of date.
Remove -Wall and -Dlint.
DHAVE_ETHER_HOSTTON=1 -DHAVE_STRERROR=1 \
-DHAVE_SOCKADDR_SA_LEN=1 -DLBL_ALIGN=1
CFLAGS+=-I. -Dyylval=pcap_lval ${DEFS}
SHLIB_MAJOR=2
SHLIB_MINOR=2
#
# Magic to grab sources out of src/contrib
#
PCAP_DISTDIR?=${.CURDIR}/../../contrib/libpcap
CFLAGS+=-I${PCAP_DISTDIR} -I${PCAP_DISTDIR}/lbl -I${PCAP_DISTDIR}/bpf
.PATH: ${PCAP_DISTDIR}
.PATH: ${PCAP_DISTDIR}/bpf/net
beforeinstall:
.for i in pcap.h pcap-namedb.h
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${PCAP_DISTDIR}/$i \
${DESTDIR}/usr/include
.endfor
tokdefs.h grammar.c: grammar.y
${YACC} ${YACCFLAGS} -d ${PCAP_DISTDIR}/grammar.y
mv y.tab.c grammar.c
mv y.tab.h tok/home/ncvs/CVSROOT/commitcheck
Notes:
svn path=/head/; revision=26179
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22993
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
|
|
|
|
| |
It is almost always the wrong thing to put .y and .l files directly
into the SRCS.
Notes:
svn path=/head/; revision=21345
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17933
|
| |
|
|
|
|
|
| |
for multiple packages at the same time.
Notes:
svn path=/head/; revision=17743
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17700
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17686
|
| |
|
|
|
|
|
| |
of parsing /etc/ethers manually. This allows it to read NIS.
Notes:
svn path=/head/; revision=17666
|
| |
|
|
|
|
|
| |
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
Notes:
svn path=/head/; revision=17141
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16072
|
| |
|
|
| |
Notes:
svn path=/head/; revision=16019
|
| |
|
|
|
|
|
|
| |
``rm'' -> ``rm -f''
so mv/rm may not ask for confirmation if you are not root
Notes:
svn path=/head/; revision=15679
|
| |
|
|
|
|
|
| |
<sys/types.h>.
Notes:
svn path=/head/; revision=15489
|
| |
|
|
| |
Notes:
svn path=/head/; revision=9971
|
| |
|
|
|
|
|
|
| |
Reviewed by: wollman
Submitted by: dvv@sprint.net
Notes:
svn path=/head/; revision=9284
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8870
|
| |
|
|
| |
Notes:
svn path=/head/; revision=6667
|
| |
|
|
|
|
|
| |
routine, instead of rolling our own.
Notes:
svn path=/head/; revision=6660
|
| |
|
|
|
|
|
|
|
|
| |
libs.
Reviewed by: Michael Reifenberger <root@rz-wb.fh-sw.de>,
roberto@blaise.ibp.fr (Ollivier ROBERT)
Notes:
svn path=/head/; revision=6600
|
|
|
Submitted by: mr
Notes:
svn path=/cvs2svn/branches/libpcap/; revision=5739
|