History log of /netbsd-src/common/lib/libc/arch/sparc/atomic/atomic_cas.S (Results 1 – 12 of 12)
Revision Date Author Comments
# dd367c0e 21-Feb-2014 martin <martin@NetBSD.org>

Provide the missing __sync_* ops for sparc.


# 4d12bfcd 12-Sep-2013 joerg <joerg@NetBSD.org>

Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
vs big PIC mode. Retire -DPIC and -DBIGPIC.


# f3da52f3 22-Feb-2011 pooka <pooka@NetBSD.org>

Add PIC variant for fetching the lock address.

librump.so now works on sparc


# fd33b05e 13-Mar-2009 nakayama <nakayama@NetBSD.org>

Fix typo. (s/_HARKDERNEL/_HARDKERNEL/)


# 654753c2 12-Jan-2009 pooka <pooka@NetBSD.org>

include sys/param.h for _HARDKERNEL instead of homegrown def.


# 132ffc21 10-Jan-2009 pooka <pooka@NetBSD.org>

Include userland version of atomic cas routines in librump.
(the kernel version disables interrupts and therefore can't be used)


# 6740bb54 25-May-2008 chs <chs@NetBSD.org>

enable profiling of assembly functions.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 646fc3ba 10-Feb-2008 ad <ad@NetBSD.org>

Add atomic_cas_foo_ni().


# 1206a8cb 08-Dec-2007 ad <ad@NetBSD.org>

Add some goo to make this work in userspace.


# 96f5ce86 08-Dec-2007 ad <ad@NetBSD.org>

objdump -d to the rescue. I think this should work now.


# ebe806aa 29-Nov-2007 ad <ad@NetBSD.org>

sparc atomic ops