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