| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
|
|
| |
Reviewed by: marcel
Approved by: re (kib)
MFC after: 1 week
Notes:
svn path=/head/; revision=224685
|
| |
|
|
|
|
|
|
|
|
|
| |
the FPU state.
Reviewed by: marcel
Approved by: re (kib)
MFC after: 1 week
Notes:
svn path=/head/; revision=224684
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Accessing it as an int causes failure on big-endian LP64, i.e. mips64be,
powerpc64 and sparc64.
Reviewed by: marcel
Approved by: re (kib)
MFC after: 1 week
Notes:
svn path=/head/; revision=224683
|
| |
|
|
|
|
|
| |
code made obsolete in the same commit.
Notes:
svn path=/head/; revision=211934
|
| |
|
|
|
|
|
|
| |
Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want
to test of all the CPUs of a given family conform.
Notes:
svn path=/head/; revision=211725
|
| |
|
|
| |
Notes:
svn path=/head/; revision=209880
|
| |
|
|
|
|
|
|
|
|
| |
the target. Take care of ABI.
Suggested by: davidxu
MFC after: 2 weeks
Notes:
svn path=/head/; revision=209689
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and
lower it when needed.
I'm setting WARNS?=0 for secure/. It seems secure/ includes the
Makefile.inc provided by lib/. I'm not going to touch that directory.
Most of the code there is contributed anyway.
Notes:
svn path=/head/; revision=201381
|
| |
|
|
|
|
|
| |
Suggested by: attilio
Notes:
svn path=/head/; revision=193826
|
| |
|
|
|
|
|
|
| |
Approved by: marcel, emaste
Sponsored by: Sandvine Incorporated
Notes:
svn path=/head/; revision=189416
|
| |
|
|
|
|
|
|
|
|
| |
where critical. Some places still use ps_pread/ps_pwrite directly,
but only need changed when byte-order comes into the picture.
Also, change th_p in td_event_msg_t from a pointer type to
psaddr_t, so that events also work when psaddr_t is widened.
Notes:
svn path=/head/; revision=183021
|
| |
|
|
|
|
|
| |
Obtained from: Juniper Networks
Notes:
svn path=/head/; revision=182372
|
| |
|
|
|
|
|
| |
address is passed to ps_pread for reading sizeof(int) bytes.
Notes:
svn path=/head/; revision=181651
|
| |
|
|
| |
Notes:
svn path=/head/; revision=181341
|
| |
|
|
|
|
|
|
| |
help abstract the sizes and endianness of the primary types of
the target. These currently use the native characteristics.
Notes:
svn path=/head/; revision=181065
|
| |
|
|
| |
Notes:
svn path=/head/; revision=181059
|
| |
|
|
| |
Notes:
svn path=/head/; revision=181044
|
| |
|
|
|
|
|
|
| |
type cannot be made wider to allow ILP32 platforms to target
LP64 platforms.
Notes:
svn path=/head/; revision=180982
|
| |
|
|
|
|
|
|
|
| |
- Restore the ability to debug kse coredumps in 8.0.
Suggested by: marcel
Notes:
svn path=/head/; revision=177526
|
| |
|
|
| |
Notes:
svn path=/head/; revision=177490
|
| |
|
|
|
|
|
| |
Don't remove the files yet. Kernel support will be removed shortly.
Notes:
svn path=/head/; revision=177088
|
| |
|
|
| |
Notes:
svn path=/head/; revision=173703
|
| |
|
|
| |
Notes:
svn path=/head/; revision=169985
|
| |
|
|
|
|
|
| |
Ok'd by: kan
Notes:
svn path=/head/; revision=169807
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Warning, after symbol versioning is enabled, going back is not easy
(use WITHOUT_SYMVER at your own risk).
Change the default thread library to libthr.
There most likely still needs to be a version bump for at least the
thread libraries. If necessary, this will happen later.
Notes:
svn path=/head/; revision=169524
|
| |
|
|
| |
Notes:
svn path=/head/; revision=169187
|
| |
|
|
| |
Notes:
svn path=/head/; revision=169092
|
| |
|
|
| |
Notes:
svn path=/head/; revision=163540
|
| |
|
|
| |
Notes:
svn path=/head/; revision=163023
|
| |
|
|
| |
Notes:
svn path=/head/; revision=161547
|
| |
|
|
|
|
|
| |
which means that we also have <thread_db.h>.
Notes:
svn path=/head/; revision=160971
|
| |
|
|
| |
Notes:
svn path=/head/; revision=158681
|
| |
|
|
| |
Notes:
svn path=/head/; revision=158680
|
| |
|
|
|
|
|
| |
Reviewed by: davidxu
Notes:
svn path=/head/; revision=157263
|
| |
|
|
|
|
|
| |
signal mask and pending signals.
Notes:
svn path=/head/; revision=155414
|
| |
|
|
| |
Notes:
svn path=/head/; revision=155413
|
| |
|
|
| |
Notes:
svn path=/head/; revision=155411
|
| |
|
|
| |
Notes:
svn path=/head/; revision=155387
|
| |
|
|
|
|
|
|
|
|
| |
been bumped since RELENG_5.
Reviewed by: ru
Approved by: re (not needed for commit check but in principle...)
Notes:
svn path=/head/; revision=148297
|
| |
|
|
|
|
|
|
|
|
| |
SSE (or its successors).
Reviewed by: marcel, davidxu
MFC After: 2 weeks
Notes:
svn path=/head/; revision=146818
|
| |
|
|
| |
Notes:
svn path=/head/; revision=146447
|
| |
|
|
|
|
|
|
| |
use lwpid as thread id.
o Export tls pointer.
Notes:
svn path=/head/; revision=144989
|
| |
|
|
| |
Notes:
svn path=/head/; revision=144974
|
| |
|
|
| |
Notes:
svn path=/head/; revision=144922
|
| |
|
|
| |
Notes:
svn path=/head/; revision=144663
|
| |
|
|
| |
Notes:
svn path=/head/; revision=144519
|
| |
|
|
| |
Notes:
svn path=/head/; revision=133805
|
| |
|
|
|
|
|
| |
2. Enable TLS debugger support.
Notes:
svn path=/head/; revision=133802
|
| |
|
|
|
|
|
|
|
| |
2. Implement functions: libthr_db_thr_setfpregs, libthr_db_thr_setregs,
libthr_db_ta_map_id2thr.
3. simplify libthr_db_thr_getfpregs, libthr_db_thr_getgregs.
Notes:
svn path=/head/; revision=133631
|
| |
|
|
|
|
|
|
|
|
|
| |
if it is true.
2.Add thread_db api td_thr_tls_get_addr to get tls address, the real code
is commented out util tls patch is committed.
Reviewed by: deischen
Notes:
svn path=/head/; revision=133342
|