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
/
luna68k
/
stand
Age
Commit message (
Expand
)
Author
2023-06-24
Add comments and remove nonexistent status registers.
tsutsui
2023-06-24
Fix a wrong cdb size of SCSI disk write command. From OpenBSD/luna88k.
tsutsui
2023-04-22
Remove ancient /*ARGSUSED*/ comments.
tsutsui
2023-03-28
s/interrput/interrupt/ and s/accesss/access/ in comments.
andvar
2022-03-16
s/paniced/panicked/ and s/borken/broken/ in comments.
andvar
2021-12-10
s/occured/occurred/ in comments, log messages and man pages.
andvar
2021-12-05
s/initialz/initializ/ in comment.
msaitoh
2021-09-03
Ignore mouse packets to avoid unexpected data handled as keyboard input.
tsutsui
2021-08-02
fix various typos in comments and log messages.
andvar
2021-06-15
constify
tsutsui
2021-06-15
Specify -fno-unwind-tables to shrink binary size. Tested on nono.
tsutsui
2021-06-15
Fix off-by-one of a number of blocks of probed disks.
tsutsui
2021-05-17
include libkern.h to get moved dkcksum() definition.
mrg
2019-10-27
Back out previous - fixed differently by rin already.
martin
2019-10-27
Define _KERNEL while including reg.h: we need the (now protected) register
martin
2019-06-30
Pull OpenBSD/luna88k board.h to define SX9100 board device addresses.
tsutsui
2019-05-24
LUNA's firmware requires OMAGIC a.out.
tsutsui
2019-04-06
Overhaul the API used to fetch and store individual memory cells in
thorpej
2019-01-02
use the right version of ELF2AOUT
christos
2018-09-28
Improve codes. No functional changes intended.
isaki
2018-09-28
Remove unused variable.
isaki
2018-09-28
Fix a wrong comment.
isaki
2018-09-28
Add missing link message.
isaki
2018-09-04
Fix some min/max -> uimin/uimax stragglers.
riastradh
2018-02-09
Explain what may seem to be a non-sensical assignment, but isn't.
jakllsch
2017-11-12
Explicitly set NOPIE. GOT seems problematic on elf2aout(1) conversion.
tsutsui
2017-10-31
undo - pointed out this is a register assignment.
christos
2017-10-31
PR/52680: David Binderman: Remove dedundant assignment.
christos
2017-04-08
centralize vers.c building for standalone programs.
christos
2016-11-25
Add a missing newline in help message.
tsutsui
2016-01-17
Enable LIBSA_CREAD_NOCRC. PR/50638
tsutsui
2015-09-01
Use the default boot device if a kernel name without device is specificed.
tsutsui
2015-09-01
Fix indent.
tsutsui
2015-02-14
Explicitly denote static functions.
tsutsui
2015-02-14
Make local readonly arrays static const.
tsutsui
2015-02-14
Make local functions and variables static.
tsutsui
2015-02-14
Don't use cnputc() directly in an application layer.
tsutsui
2015-02-14
Misc KNF and cosmetics.
tsutsui
2015-02-14
Use proper signedness and exact-width interger types.
tsutsui
2015-01-02
We have three sets of DTYPE_ constants in the kernel:
christos
2014-11-21
need clock_subr.h for bcdtobin()
christos
2014-04-21
Fix stupid botches in previous.
tsutsui
2014-04-16
Use booted device unit if no unit number is specified on boot command.
tsutsui
2014-04-16
Check a status code and return proper errno in sdstrategy().
tsutsui
2014-04-16
Appease gcc 4.8 -Wunused-but-set-variable warnings.
tsutsui
2014-03-24
PR port-luna68k/48677: fix some typos.
martin
2014-01-16
eliminate use of bsd.sys.mk from Makefiles
christos
2014-01-12
Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.
tsutsui
2014-01-11
Remove unused declarations.
tsutsui
2014-01-11
Misc KNF and cosmetics.
tsutsui
[next]