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
/
next68k
/
stand
Age
Commit message (
Expand
)
Author
2023-02-12
Actually bump version (missed in the previous commit).
tsutsui
2023-02-12
Replace DELAY() with one in hp300 bootloader and adjust cpuspeed counts.
tsutsui
2023-02-12
Use common declarations and macros in proper headers.
tsutsui
2023-02-11
Bump version again to denote NeXT_CUBE_TURBO support.
tsutsui
2023-02-11
Bump version to 1.6 to denote recent bootloader's >20 years old bug fixes.
tsutsui
2023-02-11
Add and check machine type NeXT_CUBE_TURBO (type 8).
tsutsui
2023-02-09
Disable DEBUG options properly.
tsutsui
2023-02-09
Request only 36 bytes for a response of INQUIRY command for legacy drives.
tsutsui
2023-02-09
Avoid possible division by zero trap in error cases to make debug easier.
tsutsui
2023-02-07
Make sure to specify volatile explicitly on DMA register accesses.
tsutsui
2023-02-04
Remove trailing spaces and TABs.
tsutsui
2018-03-08
fix various gcc6 m68k issues:
mrg
2017-04-08
centralize vers.c building for standalone programs.
christos
2016-06-11
PR 51200 gets in libsa considered harmful: use kgets
dholland
2015-01-23
fix build with gcc48.
chs
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2014-08-10
Unify all arch/*/stand's atoi() to MI libsa.
isaki
2014-03-29
make this compile (missing header file)
christos
2014-03-25
kill sprintf
christos
2014-01-12
Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.
tsutsui
2013-08-21
Use <bsd.klinks.mk>
matt
2012-11-05
Revert previous. This boot loader has its own version number,
apb
2012-11-04
Add references to ${_NETBSD_VERSION_DEPENDS} for files that
apb
2011-01-22
Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
joerg
2009-12-29
Don't abuse INSECURE for allowing exec() to load files not owned by uid 0.
elad
2009-10-26
kill extra whitespaces
cegger
2009-03-18
bcopy -> memcpy
cegger
2009-03-18
bzero -> memset
cegger
2009-01-12
Replace time_t values in libsa sources with the following two types
tsutsui
2009-01-12
- WARNSfy
tsutsui
2008-10-19
Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
apb
2008-04-30
Convert TNF licenses to new 2 clause variant
martin
2008-03-30
Convert from using bcopy() to memcpy(), so that this builds again.
he
2007-12-24
Remove __attribute__((__noreturn__)) from things already marked __dead
perry
2007-03-05
Follow Izumi Tsutsui's advice, and use uint8_t* rather than char*.
he
2007-03-05
Need char* for pointer arithmetic and array indexing.
he
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-08-04
gcc4 fix: correct of couple of casting errors picked up by gcc4.
mhitch
2006-03-08
Fix clock reading problem on turbo nexts and color slabs. First
christos
2006-01-25
free -> dealloc
christos
2005-12-11
merge ktrace-lwp.
christos
2005-06-28
Cosmetic changes, notably drop trailing spaces.
junyoung
2005-06-23
Use FS_OPS() macro.
junyoung
2005-05-17
Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to
christos
2005-04-17
PR/21172: Christian Biere: ctype function misuse.
christos
2005-02-21
Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name
thorpej
2005-01-19
de-__P, remove register, ansify.
chs
2004-12-07
READ_CAPACITY -> READ_CAPACITY_10
thorpej
2004-12-07
USe more appropriate macro/struct names for READ/WRITE (6) and
thorpej
2003-10-27
move structs nextstep_disklabel/cpu_partition and appendant #defines
cl
[next]