Searched hist:1903 (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/include/rpc/
H A Dauth_unix.hdiff 1903 Sun Aug 07 16:41:02 MDT 1994 wollman Use the header files that are compatible with the code just moved over
from 1.1.5.
H A Dpmap_prot.hdiff 1903 Sun Aug 07 16:41:02 MDT 1994 wollman Use the header files that are compatible with the code just moved over
from 1.1.5.
H A Dpmap_rmt.hdiff 1903 Sun Aug 07 16:41:02 MDT 1994 wollman Use the header files that are compatible with the code just moved over
from 1.1.5.
H A Dsvc_auth.hdiff 1903 Sun Aug 07 16:41:02 MDT 1994 wollman Use the header files that are compatible with the code just moved over
from 1.1.5.
H A Dclnt.hdiff 1903 Sun Aug 07 16:41:02 MDT 1994 wollman Use the header files that are compatible with the code just moved over
from 1.1.5.
H A Dpmap_clnt.hdiff 1903 Sun Aug 07 16:41:02 MDT 1994 wollman Use the header files that are compatible with the code just moved over
from 1.1.5.
H A Drpc.hdiff 1903 Sun Aug 07 16:41:02 MDT 1994 wollman Use the header files that are compatible with the code just moved over
from 1.1.5.
H A Drpc_msg.hdiff 1903 Sun Aug 07 16:41:02 MDT 1994 wollman Use the header files that are compatible with the code just moved over
from 1.1.5.
H A Dsvc.hdiff 1903 Sun Aug 07 16:41:02 MDT 1994 wollman Use the header files that are compatible with the code just moved over
from 1.1.5.
H A Dauth.hdiff 1903 Sun Aug 07 16:41:02 MDT 1994 wollman Use the header files that are compatible with the code just moved over
from 1.1.5.
H A Dxdr.hdiff 1903 Sun Aug 07 16:41:02 MDT 1994 wollman Use the header files that are compatible with the code just moved over
from 1.1.5.
/freebsd-9.3-release/sys/kern/
H A Dsubr_clock.cdiff 265688 Thu May 08 14:37:02 MDT 2014 brooks MFC r265201

Fix a 2038 bug.

If time_t is 64-bit (i.e. isn't 32-bit) allow any value of year, not
just years less than 2038.

Don't bother fixing the underflow in the case of years before 1903.

Sponsored by: DARPA, AFRL
/freebsd-9.3-release/sys/rpc/
H A Dtypes.hdiff 1903 Sun Aug 07 16:41:02 MDT 1994 wollman Use the header files that are compatible with the code just moved over
from 1.1.5.
/freebsd-9.3-release/sbin/route/
H A Droute.cdiff 19209 Sun Oct 27 15:42:14 MST 1996 fenner setuid back to the original caller immediately after opening the route socket.
Opening the socket is the only privileged operation route requires.

Make a couple of static buffers bigger, and use strncpy() and snprintf() where
there's a chance of overflow.

Fixes PR bin/1903

Partially Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>

Don't look up the network number if we're being asked to add a host route.

Fixes PR bin/1900

Submitted by: Bruce A. Mah <bmah@cs.berkeley.edu> (pr bin/1900)

Completed in 237 milliseconds