Searched hist:131365 (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/lib/libc/posix1e/
H A Dmac_get.3diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
H A Dmac_text.3diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
/freebsd-9.3-release/lib/libc/sys/
H A Dpoll.2diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
H A Dmsync.2diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
H A Dsend.2diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
H A Dsendfile.2diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
H A Dstatfs.2diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
H A Dopen.2diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
H A Dptrace.2diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
H A Dread.2diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
H A Dkqueue.2diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
H A Dmount.2diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
/freebsd-9.3-release/lib/libc/locale/
H A Dctype.3diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
H A Dctype_l.3diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
H A Dmultibyte.3diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
/freebsd-9.3-release/lib/libc/string/
H A Dffs.3diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
/freebsd-9.3-release/lib/libc/net/
H A Dgetipnodebyname.3diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
H A Dinet.3diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
H A Dresolver.3diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
/freebsd-9.3-release/lib/libc/stdio/
H A Dprintf.3diff 131365 Wed Jun 30 18:09:10 MDT 2004 ru Markup, grammar, and spelling fixes.
/freebsd-9.3-release/sbin/route/
H A Droute.cdiff 190758 Mon Apr 06 08:09:54 MDT 2009 rrs Class based addressing went out in the early 90's. Basically
if a entry is not route add -net xxx/bits then we should use
the addr (xxx) to establish the number of bits by looking at
the first non-zero bit. So if we enter
route add -net 10.1.1.0 10.1.3.5
this is the same as doing
route add -net 10.1.1.0/24
Since the 8th bit (zero counting) is set to 1 we set bits
to 32-8.

Users can of course still use the /x to change this behavior
or in cases where the network is in the trailing part
of the address, a "netmask" argument can be supplied to
override what is established from the interpretation of the
address itself. e.g:

route add -net 10.1.1.8 -netmask 0xff00ffff

should overide and place the proper CIDR mask in place.

PR: 131365
MFC after: 1 week

Completed in 263 milliseconds