lukem
bfd4f974d0
de-lint makefiles:
...
* fix -j N parallel build issues
* support MAKEVERBOSE
* move NOxxx= to before <bsd.own.mk>
* remove unnecessary -ll (except for ipsend)
* remove unnecessary CPPFLAGS
* only build libipf.a (we don't need libipf_p.a or libipf_pic.a)
* fix dependencies upon libipf.a
(more could be done, but that requires fixing dist/ipf/*)
2004-03-29 04:39:59 +00:00
martti
621e9bac7f
Sync with official IPFilter
2004-03-28 09:01:26 +00:00
lukem
17d72c8a6b
use NETBSDSRCDIR as appropriate
2002-09-18 03:54:26 +00:00
veego
7134832d9a
Update for IP Filter 3.4.1
2000-05-03 11:40:53 +00:00
veego
9c9aae0fda
Use the new IP Filter dist layout for.
...
We are now at version 3.3.5.
1999-12-12 11:29:55 +00:00
kleink
99c164dd65
Need <sys/param.h> for MAXHOSTNAMELEN.
1999-09-26 10:27:40 +00:00
mason
6b7a2b3594
Fixed typo. (invalud -> invalid)
1999-09-21 01:13:50 +00:00
mrg
78db9d7d95
merge ipf 3.2.10
1998-11-22 15:17:18 +00:00
mrg
32f519716b
- use an array MAXHOSTNAMELEN+1 size to hold hostnames
...
- ensure hostname from gethostname() is nul-terminated in all cases
- minor KNF
- use MAXHOSTNAMELEN over various other values/defines
- be safe will buffers that hold hostnames
1998-07-06 06:56:06 +00:00
veego
82423e3d01
Resolve conflicts
1998-05-17 16:50:15 +00:00
perry
3fe138c146
RCS Id Police.
1998-01-09 08:03:16 +00:00
veego
0845d43628
Add ipsend(5) and resort the SEE ALSO section.
1997-11-24 14:35:52 +00:00
veego
95eb61a865
Remove the reference to dlpi(7p).
1997-11-23 21:57:02 +00:00
mrg
60c28e1f95
sigh. merge ipfilter 3.2 onto the trunk. merge to the branch was a mistake.
1997-10-30 16:08:54 +00:00
lukem
0a94f4f077
use CPPFLAGS instead of CFLAGS
1997-10-25 06:57:53 +00:00
thorpej
d10050d5b9
sizeof() returns a size_t which is an unsigned long on the Alpha. We have
...
to use %lu and a cast to u_long to print these in a portable way.
1997-09-25 01:45:14 +00:00
veego
4508fb4354
Resolve conflicts from the merge of ipf 3.2beta5.
1997-09-21 18:00:54 +00:00
veego
985ac74a98
Import ip-filter 3.2beta5
1997-09-21 16:47:50 +00:00
darrenr
729f0dc597
fix conflicts from import
1997-07-05 05:38:14 +00:00
thorpej
153eb09cc6
Avoid type-size problems converting a pointer (in kernel memory) to
...
an off_t passed to lseek() (used for reading kernel memory).
1997-05-28 03:08:40 +00:00
thorpej
c4aac2cbce
Resolve conflicts from merge of 3.2a7, take 2.
1997-05-27 22:51:36 +00:00
darrenr
87427f3d2e
fix conflicts
1997-05-25 12:04:53 +00:00
gwr
10e180cc49
Back out the .PATH.c changes. The .depend problem (and others)
...
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00
gwr
012e528f2e
Use .PATH.c: ...
1997-05-06 20:44:56 +00:00
thorpej
e612682b6c
getopt() returns an int, not a char.
1997-04-19 06:27:03 +00:00
mrg
f1467295f1
look for ipf sources in ../ipf
1997-04-13 14:49:38 +00:00
cgd
ecaada7dec
fix up various bogons (bogus casts, missing prototypes for functions
...
which return pointers, incorrect types for variables) that kept this from
compiling on the Alpha.
1997-04-04 01:52:45 +00:00
thorpej
9620a4f12a
remove unneeded -I directive from CFLAGS
1997-03-29 20:23:31 +00:00
thorpej
2e11c06394
- Use IPL_NAME defined in <netinet/ip_fil.h>
...
- Make these compile in light of is-newarp
1997-03-29 19:49:02 +00:00
darrenr
4632a3d666
add extra directories to CFLAGS and PATH to pickup all the required .h and .c
...
files for these programs.
1997-03-29 04:28:28 +00:00
mrg
4810e839ab
initial import of darren reed's ip-filter, version 3.1.2.
1997-01-05 13:06:38 +00:00