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