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

/freebsd-10.1-release/cddl/lib/libdtrace/
H A Dnfs.ddiff 249526 Mon Apr 15 18:29:18 MDT 2013 pfg DTrace: NFS translators should be split into client/server pieces

Merge change from illumos:

1731 DTrace NFS translators should be split into client/server pieces

Illumos Revision: 13523:6763769941d2

This code seems to be currently unused on FreeBSD.

Reference:
https://www.illumos.org/issues/1731

Obtained from: Illumos
MFC after: 1 week
diff 249526 Mon Apr 15 18:29:18 MDT 2013 pfg DTrace: NFS translators should be split into client/server pieces

Merge change from illumos:

1731 DTrace NFS translators should be split into client/server pieces

Illumos Revision: 13523:6763769941d2

This code seems to be currently unused on FreeBSD.

Reference:
https://www.illumos.org/issues/1731

Obtained from: Illumos
MFC after: 1 week
H A Dnfssrv.ddiff 249526 Mon Apr 15 18:29:18 MDT 2013 pfg DTrace: NFS translators should be split into client/server pieces

Merge change from illumos:

1731 DTrace NFS translators should be split into client/server pieces

Illumos Revision: 13523:6763769941d2

This code seems to be currently unused on FreeBSD.

Reference:
https://www.illumos.org/issues/1731

Obtained from: Illumos
MFC after: 1 week
diff 249526 Mon Apr 15 18:29:18 MDT 2013 pfg DTrace: NFS translators should be split into client/server pieces

Merge change from illumos:

1731 DTrace NFS translators should be split into client/server pieces

Illumos Revision: 13523:6763769941d2

This code seems to be currently unused on FreeBSD.

Reference:
https://www.illumos.org/issues/1731

Obtained from: Illumos
MFC after: 1 week
/freebsd-10.1-release/lib/libdwarf/
H A Ddwarf_loc.cdiff 195747 Fri Jul 17 19:29:16 MDT 2009 np Store accurate offset information in CTF data. A large number of
structs had incorrect member offsets, limiting dtrace's usefulness
when working with them. An example of incorrect info (struct
rtentry) from before this fix:

<1738> STRUCT rtentry (200 bytes)
rt_nodes type=1731 off=0
rt_gateway type=849 off=65280 <== WRONG, should be 8 * 96
rt_flags type=3 off=65344 <== wrong again, and so on..
...

Approved by: re (kib), gnn (mentor)
MFC after: 2 weeks
/freebsd-10.1-release/etc/
H A DMakefilediff 1731 Wed Jun 15 18:14:29 MDT 1994 jkh Lots of changes:

1. Properly use ${.CURDIR} now instead of hardcoded relative dirs.
2. Use ${BINOWN} and ${BINGRP} everywhere instead of root/wheel
3. Add target for copying over EXTRACT scripts (and add them here).
4. Start thinking about crunched floppy target (not in yet, next commit).

Completed in 293 milliseconds