index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
arch
/
mips
Age
Commit message (
Expand
)
Author
2017-02-27
fix asm operands: "ctc1" uses the register as an input, not an output.
chs
2017-02-25
Switch from __ABICALLS__ to __mips_abicalls like upstream GCC does in
joerg
2017-02-07
Mark exect(3) obsolete and bind it to plain execve(2) on all platforms
kamil
2016-10-07
Sync with compat and remove dup implementations of ldexp and modf, switching
christos
2016-09-21
Fix for [on]{32,64}
skrll
2016-09-21
Trailing whitespace.
skrll
2016-08-13
Add a NOP_L
skrll
2016-08-13
PIC_TAILCALL on n32/n64 would mess up GP, so just use SYSTRAP to call
skrll
2016-08-12
Provide _OFFSETOF_UC_GREGS_GP and use _OFFSETOF_UC_GREGS_* in getcontext
skrll
2016-08-12
Trailing whitespace
skrll
2016-08-10
We need to save the GP of the caller in the context for n32/n64
skrll
2016-08-10
Fix comments
skrll
2016-01-24
cache stuff needs _KERNTYPES
christos
2016-01-24
Use namespace protected types.
christos
2016-01-24
assym.h needs _KERNTYPES
christos
2015-03-19
Call libc's fpgetround.
joerg
2014-09-17
Explicitly set noat around instructions using $at.
joerg
2014-09-17
Use canonical three operand form of add.d.
joerg
2014-01-31
Since N32/N64 pass the first 8 arguments in registers, we can load all
matt
2014-01-30
Use fixunssfsi and fixunsdfsi from compiler-rt.
joerg
2013-09-12
Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
joerg
2013-06-26
Use t1 instead of v1
matt
2012-09-12
setcontext() used to be incompatible with -lpthread since it affected
manu
2012-07-08
Slight optimization.
matt
2012-06-24
fix old style definitions; XXX: gcc should have picked them up but it did not.
christos
2012-03-29
nbytes is now size_t
christos
2012-03-29
make constant explicitly unsigned
christos
2012-03-29
fix lint, should nbytes be changed to size_t to match with the struct passed?
christos
2012-03-20
Revert unneeded casts.
matt
2012-03-20
Cast to unsigned int before doing shift operations, to appease lint.
he
2012-03-19
Convert to C89 definitions.
matt
2012-02-27
Fix pasto.
tsutsui
2012-02-27
Make __cerror protected to restore ABI leak in older libc versions,
joerg
2011-09-20
Explicitly add back __resumecontext wrapper
joerg
2011-09-19
Mark _resumecontext as dead. ANSIfy all declarations for it.
joerg
2011-07-09
Don't build tf (long double) if building for O32.
matt
2011-07-09
Add ieee754 versions of the compiler runtime functions
matt
2011-07-07
Don't define a new enum. Just #define round_* to their FP_Rx instead.
matt
2011-07-04
Add __floatunsidf __floatunsisf __floatunsitf routines.
matt
2011-06-27
Fix softfloat for mips*el
matt
2011-04-29
Use correct CALLFRAME_SIZ depending on ABI.
matt
2011-03-15
Properly support the MIPS TLS ABI.
matt
2011-03-09
Reorder insns to fix more load delay hazard botches on R3000.
tsutsui
2011-02-25
fix my whitespace copypaste
pooka
2011-02-25
Fix LE softfloat (mostly theoretical) and comment.
pooka
2011-02-24
Allow storing and receiving the LWP private pointer via ucontext_t
joerg
2011-01-26
Add support for the Extensible MIPS ("eMIPS") platform. The
pooka
2011-01-20
Remove CPUFLAGS?= since it's no longer needed.
matt
2011-01-18
Cleanup the o32 compat build test.
matt
2011-01-17
Make the MIPS N32/N64 ABIs properly support 128-bit long doubles. With this
matt
[next]