summaryrefslogtreecommitdiff
path: root/net/cap/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * portlint.SADA Kenji1999-09-081-1/+1
| | | | | | * Unmatched bracket (patch-aa) . Submitted by: OGATA Hiroshi <ogata@isp.qix.org>
* Add an extra patch for support/ethertalk/bpfiltp.c to allow ColumbiaBill Paul1999-02-011-0/+29
| | | | | | | | | Appletalk to run on FreeBSD 3.0 and up. The mechanism used to add a non-IP multicast group via SIOCADDMULTI changed between 2.2.x and 3.0, but bpfiltp.c:pi_addmulti() was not changed to match. Without this patch, the port will compile but aarpd will not run. (This kind of messes up everything since the port is built to use Ethertalk Phase 2, and none of that works without aarpd.)
* Update ports to new __FreeBSD_version numbering scheme (220000 forSatoshi Asami1997-02-212-2/+2
| | | | 2.2-RELEASE, 300000 for 3.0-current for now).
* Change all /usr/tmp to /var/tmp.Masafumi Max NAKANE1997-01-252-9/+101
|
* Modify the configuration to use file locking with fcntl() so thatMasafumi Max NAKANE1997-01-142-4/+15
| | | | | the trash folder works properly. Submitted by: Koichi Satou <copan@ppp.fastnet.or.jp>
* Include osreldate.h to determine if if_var.h is needed.Masafumi Max NAKANE1997-01-142-20/+23
|
* Make bpfiltp.c include net/ethernet.h instead of if_{var,ether}.h.Masafumi Max NAKANE1997-01-101-8/+9
| | | | Suggested by: wollman
* Make support/ethertalk/bpfiltp.c include net/if_var.h. This is due toMasafumi Max NAKANE1997-01-081-5/+13
| | | | | the changes made to if_ether.h. Noticed by: phk
* New patch:Masafumi Max NAKANE1997-01-081-0/+10
| | | | | | Make support/uab/aarp.c include net/if_var.h. (This is due to recent change made to if_ether.h.) Noticed by: phk
* Make aarpd.c include sys/time.h.Masafumi Max NAKANE1996-12-291-0/+10
| | | | (This is due to if.h changes.)
* New port: the Columbia AppleTalk Package for UNIX.Masafumi Max NAKANE1996-12-018-0/+1136