Searched hist:184547 (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-10.0-release/lib/libc/i386/string/
H A Dwcschr.Sdiff 184548 Sun Nov 02 00:35:26 MDT 2008 peter Add missing END() macros, as per rev 184547 for amd64. The lack of these
is mostly harmless, but it does upset some of valgrind's functionality.
H A Dwcscmp.Sdiff 184548 Sun Nov 02 00:35:26 MDT 2008 peter Add missing END() macros, as per rev 184547 for amd64. The lack of these
is mostly harmless, but it does upset some of valgrind's functionality.
H A Dwcslen.Sdiff 184548 Sun Nov 02 00:35:26 MDT 2008 peter Add missing END() macros, as per rev 184547 for amd64. The lack of these
is mostly harmless, but it does upset some of valgrind's functionality.
H A Dwmemchr.Sdiff 184548 Sun Nov 02 00:35:26 MDT 2008 peter Add missing END() macros, as per rev 184547 for amd64. The lack of these
is mostly harmless, but it does upset some of valgrind's functionality.
H A Dbcmp.Sdiff 184548 Sun Nov 02 00:35:26 MDT 2008 peter Add missing END() macros, as per rev 184547 for amd64. The lack of these
is mostly harmless, but it does upset some of valgrind's functionality.
H A Dbzero.Sdiff 184548 Sun Nov 02 00:35:26 MDT 2008 peter Add missing END() macros, as per rev 184547 for amd64. The lack of these
is mostly harmless, but it does upset some of valgrind's functionality.
H A Dffs.Sdiff 184548 Sun Nov 02 00:35:26 MDT 2008 peter Add missing END() macros, as per rev 184547 for amd64. The lack of these
is mostly harmless, but it does upset some of valgrind's functionality.
/freebsd-10.0-release/lib/libc/amd64/stdlib/
H A Ddiv.Sdiff 184547 Sun Nov 02 00:24:55 MDT 2008 peter We've been lax about matching END() macros in asm code for some time. This
is used to set the ELF size attribute for functions. It isn't normally
critical but some things can make use of it (gdb for stack traces).
Valgrind needs it so I'm adding it in. The problem is present on all
branches and on both i386 and amd64.
H A Dldiv.Sdiff 184547 Sun Nov 02 00:24:55 MDT 2008 peter We've been lax about matching END() macros in asm code for some time. This
is used to set the ELF size attribute for functions. It isn't normally
critical but some things can make use of it (gdb for stack traces).
Valgrind needs it so I'm adding it in. The problem is present on all
branches and on both i386 and amd64.
H A Dlldiv.Sdiff 184547 Sun Nov 02 00:24:55 MDT 2008 peter We've been lax about matching END() macros in asm code for some time. This
is used to set the ELF size attribute for functions. It isn't normally
critical but some things can make use of it (gdb for stack traces).
Valgrind needs it so I'm adding it in. The problem is present on all
branches and on both i386 and amd64.
/freebsd-10.0-release/lib/libc/amd64/string/
H A Dbcmp.Sdiff 184547 Sun Nov 02 00:24:55 MDT 2008 peter We've been lax about matching END() macros in asm code for some time. This
is used to set the ELF size attribute for functions. It isn't normally
critical but some things can make use of it (gdb for stack traces).
Valgrind needs it so I'm adding it in. The problem is present on all
branches and on both i386 and amd64.
H A Dbcopy.Sdiff 184547 Sun Nov 02 00:24:55 MDT 2008 peter We've been lax about matching END() macros in asm code for some time. This
is used to set the ELF size attribute for functions. It isn't normally
critical but some things can make use of it (gdb for stack traces).
Valgrind needs it so I'm adding it in. The problem is present on all
branches and on both i386 and amd64.
H A Dbzero.Sdiff 184547 Sun Nov 02 00:24:55 MDT 2008 peter We've been lax about matching END() macros in asm code for some time. This
is used to set the ELF size attribute for functions. It isn't normally
critical but some things can make use of it (gdb for stack traces).
Valgrind needs it so I'm adding it in. The problem is present on all
branches and on both i386 and amd64.
H A Dmemcmp.Sdiff 184547 Sun Nov 02 00:24:55 MDT 2008 peter We've been lax about matching END() macros in asm code for some time. This
is used to set the ELF size attribute for functions. It isn't normally
critical but some things can make use of it (gdb for stack traces).
Valgrind needs it so I'm adding it in. The problem is present on all
branches and on both i386 and amd64.
H A Dmemset.Sdiff 184547 Sun Nov 02 00:24:55 MDT 2008 peter We've been lax about matching END() macros in asm code for some time. This
is used to set the ELF size attribute for functions. It isn't normally
critical but some things can make use of it (gdb for stack traces).
Valgrind needs it so I'm adding it in. The problem is present on all
branches and on both i386 and amd64.
H A Dstrcat.Sdiff 184547 Sun Nov 02 00:24:55 MDT 2008 peter We've been lax about matching END() macros in asm code for some time. This
is used to set the ELF size attribute for functions. It isn't normally
critical but some things can make use of it (gdb for stack traces).
Valgrind needs it so I'm adding it in. The problem is present on all
branches and on both i386 and amd64.
H A Dstrcmp.Sdiff 184547 Sun Nov 02 00:24:55 MDT 2008 peter We've been lax about matching END() macros in asm code for some time. This
is used to set the ELF size attribute for functions. It isn't normally
critical but some things can make use of it (gdb for stack traces).
Valgrind needs it so I'm adding it in. The problem is present on all
branches and on both i386 and amd64.
H A Dstpcpy.Sdiff 184547 Sun Nov 02 00:24:55 MDT 2008 peter We've been lax about matching END() macros in asm code for some time. This
is used to set the ELF size attribute for functions. It isn't normally
critical but some things can make use of it (gdb for stack traces).
Valgrind needs it so I'm adding it in. The problem is present on all
branches and on both i386 and amd64.
/freebsd-10.0-release/lib/libc/i386/gen/
H A D_ctx_start.Sdiff 184548 Sun Nov 02 00:35:26 MDT 2008 peter Add missing END() macros, as per rev 184547 for amd64. The lack of these
is mostly harmless, but it does upset some of valgrind's functionality.
H A Dfabs.Sdiff 184548 Sun Nov 02 00:35:26 MDT 2008 peter Add missing END() macros, as per rev 184547 for amd64. The lack of these
is mostly harmless, but it does upset some of valgrind's functionality.
/freebsd-10.0-release/lib/libc/amd64/gen/
H A Dfabs.Sdiff 184547 Sun Nov 02 00:24:55 MDT 2008 peter We've been lax about matching END() macros in asm code for some time. This
is used to set the ELF size attribute for functions. It isn't normally
critical but some things can make use of it (gdb for stack traces).
Valgrind needs it so I'm adding it in. The problem is present on all
branches and on both i386 and amd64.
H A Drfork_thread.Sdiff 184547 Sun Nov 02 00:24:55 MDT 2008 peter We've been lax about matching END() macros in asm code for some time. This
is used to set the ELF size attribute for functions. It isn't normally
critical but some things can make use of it (gdb for stack traces).
Valgrind needs it so I'm adding it in. The problem is present on all
branches and on both i386 and amd64.
/freebsd-10.0-release/lib/libc/amd64/sys/
H A Dgetcontext.Sdiff 184547 Sun Nov 02 00:24:55 MDT 2008 peter We've been lax about matching END() macros in asm code for some time. This
is used to set the ELF size attribute for functions. It isn't normally
critical but some things can make use of it (gdb for stack traces).
Valgrind needs it so I'm adding it in. The problem is present on all
branches and on both i386 and amd64.
/freebsd-10.0-release/lib/libc/i386/stdlib/
H A Ddiv.Sdiff 184548 Sun Nov 02 00:35:26 MDT 2008 peter Add missing END() macros, as per rev 184547 for amd64. The lack of these
is mostly harmless, but it does upset some of valgrind's functionality.
H A Dldiv.Sdiff 184548 Sun Nov 02 00:35:26 MDT 2008 peter Add missing END() macros, as per rev 184547 for amd64. The lack of these
is mostly harmless, but it does upset some of valgrind's functionality.

Completed in 118 milliseconds

123