Searched hist:91846 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/release/picobsd/build/
H A Dpicobsddiff 91846 Fri Mar 08 00:24:21 MST 2002 luigi Misc fixes to the build script:

+ fix some dialog entries to correctly modify variables instead of working
in a subshell

+ add a logverbose function for debugging purposes

+ force 512/4096 blocks on filesystems

+ use 'auto' for disklabel so it works irrespective of the floppy size.
This is useful for larger images than 1720k
/freebsd-9.3-release/lib/libc/stdlib/
H A Dmalloc.cdiff 161131 Wed Aug 09 17:01:27 MDT 2006 marcel Define NO_TLS on PowerPC.

See also: PR ia64/91846
diff 154415 Sun Jan 15 22:32:46 MST 2006 marcel Define NO_TLS on ia64. The dynamic TLS implementation on ia64 is
broken for non-threaded shared processes in that __tls_get_addr()
assumes the thread pointer is always initialized. This is not the
case. When arenas_map is referenced in choose_arena() and it is
defined as a thread-local variable, it will result in a SIGSEGV.

PR: ia64/91846 (describes the TLS/ia64 bug).

Completed in 73 milliseconds