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> Notes: svn path=/head/; revision=21425
* 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.) Notes: svn path=/head/; revision=16467
* 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). Notes: svn path=/head/; revision=5708
* Change all /usr/tmp to /var/tmp.Masafumi Max NAKANE1997-01-252-9/+101
| | | | Notes: svn path=/head/; revision=5440
* 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> Notes: svn path=/head/; revision=5350
* Include osreldate.h to determine if if_var.h is needed.Masafumi Max NAKANE1997-01-142-20/+23
| | | | Notes: svn path=/head/; revision=5346
* Make bpfiltp.c include net/ethernet.h instead of if_{var,ether}.h.Masafumi Max NAKANE1997-01-101-8/+9
| | | | | | | Suggested by: wollman Notes: svn path=/head/; revision=5291
* 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 Notes: svn path=/head/; revision=5268
* 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 Notes: svn path=/head/; revision=5267
* Make aarpd.c include sys/time.h.Masafumi Max NAKANE1996-12-291-0/+10
| | | | | | | (This is due to if.h changes.) Notes: svn path=/head/; revision=5126
* New port: the Columbia AppleTalk Package for UNIX.Masafumi Max NAKANE1996-12-018-0/+1136
Notes: svn path=/head/; revision=4743