Searched hist:179289 (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/boot/sparc64/loader/
H A Dmain.cdiff 252296 Thu Jun 27 07:17:18 MDT 2013 marius MFC: r251589

- The method introduced as part of r234898 (MFCed to stable/9 in r236076)
for not altering the boot path when booting from ZFS turned out to also
cause the boot path not being adjusted if booting from CD-ROM with firmware
versions that do not employ the "cdrom" alias in that case. So shuffle the
code around instead in order to achieve the original intent. Ideally, we
shouldn't fiddle with the boot path when booting from UFS on a disk either;
unfortunately, there doesn't seem to be an universal way of telling disks
and CD-ROMs apart, though. [1]
- Use NULL instead of 0 for pointers.

PR: 179289 [1]
/freebsd-9.3-release/sys/netinet6/
H A Dip6_var.hdiff 179289 Sat May 24 13:20:48 MDT 2008 bz Factor out the v4-only vs. the v6-only inp_flags processing in
ip6_savecontrol in preparation for udp_append() to no longer
need an WLOCK as we will no longer be modifying socket options.

Requested by: rwatson
Reviewed by: gnn
MFC after: 10 days
H A Dip6_input.cdiff 179289 Sat May 24 13:20:48 MDT 2008 bz Factor out the v4-only vs. the v6-only inp_flags processing in
ip6_savecontrol in preparation for udp_append() to no longer
need an WLOCK as we will no longer be modifying socket options.

Requested by: rwatson
Reviewed by: gnn
MFC after: 10 days
/freebsd-9.3-release/sys/netinet/
H A Dudp_usrreq.cdiff 179289 Sat May 24 13:20:48 MDT 2008 bz Factor out the v4-only vs. the v6-only inp_flags processing in
ip6_savecontrol in preparation for udp_append() to no longer
need an WLOCK as we will no longer be modifying socket options.

Requested by: rwatson
Reviewed by: gnn
MFC after: 10 days

Completed in 212 milliseconds