summaryrefslogtreecommitdiff
path: root/sys/arch/vax/boot
AgeCommit message (Expand)Author
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
2008-03-31Convert from use of bcopy() to memcpy() so that this builds again.he
2007-03-31Add -fno-pic to CFLAGS and AFLAGSmatt
2007-03-13Link the boot loader for address 4M-64k, as requested by Hans Rosenfeld.ragge
2007-03-05another caddr_t botchchristos
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-09-06Define LIBCRTBEGIN/LIBCRTEND so we don't need to build userland beforematt
2006-07-01fix pointer signedness and build with GCC4.mrg
2006-06-11Correct mistakes I made when getting rid of lvalue casts.he
2006-06-11Correct a mistake I introduced when getting rid of lvalue casts.he
2006-06-08Get rid of another instance of an lvalue cast.he
2006-06-08Get rid of lvalue casts by either using an extra temporary variablehe
2006-06-02remove support for building (with) GCC 2.95. also:mrg
2006-04-07retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4.mrg
2006-03-08The network bootloader entry point should be nisse(), not start(). Fixes asekiya
2006-01-27Track latest changes elsewhere: free() is now dealloc(), and alloc/dealloche
2005-12-24bare asm -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-10-21Make it possible to use <sys/disklabel.h> from assembly source byhe
2005-06-27Use the form of #include <...> rather than #include "..." for headers ofjunyoung
2005-06-27Remove trailing spaces.junyoung
2005-06-27Use the form of #include <...> rather than #include "..." for headers ofjunyoung
2005-06-27Remove trailing spaces.junyoung