#
0227791b |
| 13-Feb-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Expand *n't contractions.
|
Revision tags: release/4.11.0_cvs, release/4.11.0 |
|
#
5c8e5f24 |
| 21-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fixed xrefs.
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
c48524c2 |
| 21-Jun-2004 |
Mike Pritchard <mpp@FreeBSD.org> |
Spelling fixes.
|
#
bf7f20c2 |
| 16-Jun-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Assorted markup, spelling, and grammar fixes.
|
#
26c3ef53 |
| 16-Jun-2004 |
Bruce M Simpson <bms@FreeBSD.org> |
Document the behaviour of IP_ADD_MEMBERSHIP as per RFC 1724.
PR: bin/51927
|
#
538a4c1f |
| 15-Jun-2004 |
Bruce M Simpson <bms@FreeBSD.org> |
mdoc(7) police
Submitted by: ru
|
#
6f5bc70a |
| 15-Jun-2004 |
Bruce M Simpson <bms@FreeBSD.org> |
Add a paragraph about the importance of byte order when using raw sockets with the IP_HDRINCL option. Add a list entry about the errors which IP_HDRINCL can return. Bump .Dd.
PR: docs/30873 Submitt
Add a paragraph about the importance of byte order when using raw sockets with the IP_HDRINCL option. Add a list entry about the errors which IP_HDRINCL can return. Bump .Dd.
PR: docs/30873 Submitted by: Douglas De Couto Obtained from: BSD/OS (byte order), some old libnet stuff I did years ago.
show more ...
|
Revision tags: release/4.10.0_cvs, release/4.10.0 |
|
#
fe9892ea |
| 22-Apr-2004 |
Mike Silbersack <silby@FreeBSD.org> |
Document the net.inet.ip.portrange.randomized sysctl.
|
Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
8afa2304 |
| 20-Aug-2003 |
Bruce M Simpson <bms@FreeBSD.org> |
Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent on specific interfaces. This is required by aodvd, and may in future help us in getting rid of the requirement for BPF from
Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent on specific interfaces. This is required by aodvd, and may in future help us in getting rid of the requirement for BPF from our import of isc-dhcp.
Suggested by: fenestro Obtained from: BSD/OS Reviewed by: mini, sam Approved by: jake (mentor)
show more ...
|
Revision tags: release/5.1.0_cvs, release/5.1.0 |
|
#
8d22ff75 |
| 21-May-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
Add missing markup bits.
|
#
4957466b |
| 29-Apr-2003 |
Matthew N. Dodd <mdodd@FreeBSD.org> |
IP_RECVTTL socket option.
Reviewed by: Stuart Cheshire <cheshire@apple.com>
|
#
3b5f87e6 |
| 29-Apr-2003 |
Matthew N. Dodd <mdodd@FreeBSD.org> |
Document the IP_RECVIF socket option.
Submitted by: Bruce M Simpson
|
Revision tags: release/4.8.0_cvs, release/4.8.0 |
|
#
2c56e246 |
| 02-Apr-2003 |
Matthew N. Dodd <mdodd@FreeBSD.org> |
Back out support for RFC3514.
RFC3514 poses an unacceptale risk to compliant systems.
|
#
09139a45 |
| 01-Apr-2003 |
Matthew N. Dodd <mdodd@FreeBSD.org> |
Implement support for RFC 3514 (The Security Flag in the IPv4 Header). (See: ftp://ftp.rfc-editor.org/in-notes/rfc3514.txt)
This fulfills the host requirements for userland support by way of the set
Implement support for RFC 3514 (The Security Flag in the IPv4 Header). (See: ftp://ftp.rfc-editor.org/in-notes/rfc3514.txt)
This fulfills the host requirements for userland support by way of the setsockopt() IP_EVIL_INTENT message.
There are three sysctl tunables provided to govern system behavior.
net.inet.ip.rfc3514:
Enables support for rfc3514. As this is an Informational RFC and support is not yet widespread this option is disabled by default.
net.inet.ip.hear_no_evil
If set the host will discard all received evil packets.
net.inet.ip.speak_no_evil
If set the host will discard all transmitted evil packets.
The IP statistics counter 'ips_evil' (available via 'netstat') provides information on the number of 'evil' packets recieved.
For reference, the '-E' option to 'ping' has been provided to demonstrate and test the implementation.
show more ...
|
#
ace5be68 |
| 24-Feb-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Scheduled sweep.
|
#
718b17bb |
| 21-Feb-2003 |
Crist J. Clark <cjc@FreeBSD.org> |
Document the net.inet.ip.portrange.reserved{high,low} sysctl knobs added in sys/netinet/in_pcb.c 1.120.
Prodded by: ru
|
Revision tags: release/5.0.0_cvs, release/5.0.0 |
|
#
c557ae16 |
| 21-Oct-2002 |
Ian Dowse <iedowse@FreeBSD.org> |
Implement a new IP_SENDSRCADDR ancillary message type that permits a server process bound to a wildcard UDP socket to select the IP address from which outgoing packets are sent on a per-datagram basi
Implement a new IP_SENDSRCADDR ancillary message type that permits a server process bound to a wildcard UDP socket to select the IP address from which outgoing packets are sent on a per-datagram basis. When combined with IP_RECVDSTADDR, such a server process can guarantee to reply to an incoming request using the same source IP address as the destination IP address of the request, without having to open one socket per server IP address.
Discussed on: -net Approved by: re
show more ...
|
Revision tags: release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
74c0361a |
| 09-Apr-2002 |
Mike Silbersack <silby@FreeBSD.org> |
Update ip(4) manpage to reflect recent ephemeral port range change.
Noticed by: ru MFC after: 1 day
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
32eef9ae |
| 01-Oct-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: Use the new .In macro for #include statements.
|
#
c1f3e4bf |
| 14-Jul-2001 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
Removed whitespace at end-of-line; no content changes. I simply did cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
Removed whitespace at end-of-line; no content changes. I simply did cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b MFC after: 7 days
show more ...
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
ef0180ed |
| 13-Apr-2001 |
Dima Dorfman <dd@FreeBSD.org> |
mdoc(7) police: rename the DIAGNOSTICS section to ERRORS to match the content, and correct the parameters to the -tag list therein.
Reviewed by: ru
|
#
8f5e8232 |
| 29-Mar-2001 |
Ben Smithurst <ben@FreeBSD.org> |
Correct the description of the "low" (< 1024) port range.
PR: 25500 Submitted by: Barry Irwin <bvi@devco.net>
|
#
8ce3f3dd |
| 09-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Make it possible to use IP_TTL and IP_TOS setsockopt(2) options on certain types of SOCK_RAW sockets. Also, use the ip.ttl MIB variable instead of MAXTTL constant as the default time-to-live value f
Make it possible to use IP_TTL and IP_TOS setsockopt(2) options on certain types of SOCK_RAW sockets. Also, use the ip.ttl MIB variable instead of MAXTTL constant as the default time-to-live value for outgoing IP packets all over the place, as we already do this for TCP and UDP.
Reviewed by: wollman
show more ...
|
#
d0353b83 |
| 01-Feb-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: split punctuation characters + misc fixes.
|
#
aabbf63e |
| 20-Nov-2000 |
Ben Smithurst <ben@FreeBSD.org> |
Fix typo; s/demon/daemon/
PR: 22955, 22956 Submitted by: Jimmy Olgeni <olgeni@uli.it>
|