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
/
vax
/
boot
Age
Commit message (
Expand
)
Author
2023-01-29
Make a vax bootloader work on 8MB VAXen.
tsutsui
2022-04-25
libsa now needs ioctl support to handle media with large sectors.
mlelstv
2020-09-15
make build (and run) with GCC 9.
mrg
2020-04-06
fix comment in typo
snj
2019-10-28
Rewrite the floppy selection logic, and fix an always false condition.
christos
2018-05-01
Enable ffsv2 in boot.
ragge
2018-03-22
Let boot relocate to just below 8MB. This solves the problem with
ragge
2018-03-21
Fix bug causing autoboot on 750/780 not to work. Cleanup.
ragge
2018-03-20
Change the driver to map the data structures onto the qbus.
ragge
2018-03-19
gcc 5.5 has no problem with -O2 on boot.
ragge
2018-03-19
Use a common routine ubmap() that setup the map registers as needed,
ragge
2018-03-19
Do not use movc3 to copy boot program, it may be larger than 64k.
ragge
2017-05-22
Update copyright notice for Ludd (remove clause 3 & 4).
ragge
2017-04-08
centralize vers.c building for standalone programs.
christos
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2016-06-11
PR 51200 gets in libsa considered harmful: use kgets
dholland
2016-03-13
Add NO variables for the things that boot block does not support
christos
2016-01-17
Enable LIBSA_CREAD_NOCRC. PR/50638
tsutsui
2016-01-17
Make this build without installed DESTDIR files.
tsutsui
2015-06-05
Close the file descriptor used for loading before jumping to the kernel.
martin
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2014-08-10
Remove atoi() prototype
martin
2014-05-24
Force -O1 when compiling this, it doesn't work with -O2 (need to investigate
martin
2013-11-09
fix unused variable warnings
christos
2013-11-09
remove unused
christos
2013-08-21
Use <bsd.klinks.mk>
matt
2013-07-18
Explicitly disable unwind tables for the boot loader.
joerg
2013-06-28
ufs -> ffsv1 (ffsv2 is commentout due to size limitations)
matt
2013-04-04
Rearrange primary bootstrap slightly to free up all space between the disk
martin
2012-05-14
Revert hax to fix boot blocks for gcc 4.5, accudently committed in last
abs
2012-05-14
From the "why was this not done before" box:
abs
2011-07-03
avoid some multi-level pointer cast issues.
mrg
2011-05-19
Specify that the sock argument of socktodesc() is an int,
jakllsch
2011-01-22
Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
joerg
2009-10-26
kill extra whitespaces
cegger
2009-10-21
Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).
snj
2009-09-18
Explicitly include sys/exec_aout.h.
mhitch
2009-03-23
Revert kludge in previous.
tsutsui
2009-03-19
It seems gcc is unhappy about a literal 0 as a pointer argument
he
2009-03-18
bcopy -> memcpy
cegger
2009-03-18
bzero -> memset
cegger
2009-03-18
bcmp -> memcmp
cegger
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2009-03-17
Add some 'int' into function definitions where the K&R one didn't
dsl
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2009-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2009-01-12
Replace time_t values in libsa sources with the following two types
tsutsui
2008-10-16
Set nexaddr on qbus vaxen to enable remapping of buffers when booting
hans
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
[next]