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
/
sys
/
arch
/
m68k
Age
Commit message (
Expand
)
Author
2021-02-25
Pull up following revision(s) (requested by tsutsui in ticket #1214):
martin
2020-05-18
Pull up following revision(s) (requested by isaki in ticket #911):
martin
2020-02-10
Pull up following revision(s) (requested by tsutsui in ticket #682):
martin
2019-07-11
Fix typo (s/supress/suppress/).
msaitoh
2019-06-18
Introduce PTRACE_REG_FP() a helper macro to retrieve the frame pointer
kamil
2019-05-07
Switch all users (except ia64) of custom machine/ansi.h to common_ansi.h
kamil
2019-04-12
Fix an asm-comments-vs-preprocessor-line-continuations mistake in
thorpej
2019-04-11
Fix CVS Id usage
kamil
2019-04-06
Centralized shared part of child_return() into MI part
kamil
2019-04-06
Overhaul the API used to fetch and store individual memory cells in
thorpej
2019-04-03
Rework the fork(2)/vfork(2) event signalling under ptrace(2)
kamil
2019-03-14
G/C "MAPPECOPY". It is the deadest of wood, and never actually worked in
thorpej
2019-02-18
Refactor the 68040 writeback() from each m68k port's trap handler into a
thorpej
2019-02-05
add fallthru comment.
mrg
2019-01-21
Fix wrong scoping of {U,}LLONG_MAX. More cases, not just amd64.
dholland
2019-01-07
move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports
jdolecek
2018-12-19
Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently,
maxv
2018-11-27
Fix widespread leak in the sendsig_siginfo() functions. sigframe_siginfo
maxv
2018-10-02
fix diagnostic build.
mrg
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-08-22
- Cleanup for dynamic sysctl:
msaitoh
2018-07-12
Remove the kernel PMC code. Sent yesterday on tech-kern@.
maxv
2018-05-27
- Introduce :q modifier for make variables and make it double escape $'s so
christos
2018-02-25
add a special rule to build m68k/fpu.c to avoid passing -msoft-float.
mrg
2018-02-15
Introduce _UC_MACHINE_FP() as a macro
kamil
2018-01-27
apply the change from arch/x86/x86/pmap.c rev. 1.266 commitid vZRjvmxG7YTHLOfA:
chs
2017-11-06
Cleanup and clarify the ELFSIZE mess:
christos
2017-11-05
The XXX comment (do not pull in the uvm headers) might have been a nice idea
christos
2017-11-03
Handle absolute relocations coming from the kernel: preserve SHN_ABS in
maxv
2017-09-17
more const.
christos
2017-09-13
The __fgetenv() macro operates on a fenv_t, not on a fenv_t *.
phx
2017-07-02
remove f_pad, conflicts with new <sys/file.h> define.
christos
2017-04-12
Add new macro PTRACE_BREAKPOINT_ASM in <sys/ptrace.h> MD part
kamil
2017-04-08
Add new ptrace(2) API: PT_SETSTEP & PT_CLEARSTEP
kamil
2017-03-22
provide a common softfloat fenv implemenation and use it for softfloat builds.
chs
2017-02-27
the FP_* constants need to be different from the new FE_* constants
chs
2017-02-27
use FPCR instead of FPSR to manipulate the exception mask.
chs
2017-01-16
FSINCOS: Fix register address which writes cosine value back.
isaki
2017-01-15
exp(>11356) is +inf even if extended precision.
isaki
2016-12-23
"Make NetBSD great again!"
cherry
2016-12-22
switch all ports to use uvm_init.c:uvm_md_init()
cherry
2016-12-07
Fix sign of zero in case of x > -(2^18).
isaki
2016-12-06
Fix sign of NAN. Found by XM6i.
isaki
2016-12-06
Remove fpu_cordit2() and atanh_table[] completely.
isaki
2016-12-05
Improve the exponential and hyperbolic function's performance
isaki
2016-08-06
Modify fpu_sin()'s logic to avoid GCC's warning that has been
isaki
2016-08-04
Move fpu_cordit2() to #ifdef CORDIC_BOOTSTRAP section.
isaki
2016-03-23
avoid a GCC warning with this:
mrg
2016-03-22
remove a bunch of "@echo done" from the tail of rules. these messages
mrg
2016-01-23
expose the kernel types for standalone code.
christos
[next]