summaryrefslogtreecommitdiff
path: root/sys/arch/mipsco/stand/common
AgeCommit message (Expand)Author
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2014-02-14make sure kernel is initialized properly.christos
2014-02-06fix the second copy of this file. XXX: merge them.christos
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-01-22Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerlyjoerg
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-17Introduce LIBSA_NO_DEV_IOCTL. Don't declare the ioctl routinehe
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
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-31Account bi_size properly.tsutsui
2006-09-20Get rid of lvalue cast by using a temporary variable of the right type.he
2006-01-25free -> deallocchristos
2005-12-11merge ktrace-lwp.christos
2005-06-23Use FS_OPS() macro.junyoung
2003-10-08Remove some unneeded include files.simonb
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-02-23Update for LFSv2 support. Ports that have "bootxx_lfs"-stylesimonb
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2002-11-16Target address for jump was out of range for the assembler instruction.wdk
2002-11-16#include <lib/libkern/libkern.h>wdk
2001-09-24va_{start,end} audit:wiz
2001-07-22bcopy -> memcpywiz
2001-07-08change b*() -> mem*()wdk
2000-09-26Parse boot string intelligently to extract the boot device options.wdk
2000-09-26Since we don't have a lseek function in the PROM firmware standalone libswdk
2000-09-26First stage bootstrap is stored on boot sectors in ECOFF format. Ensurewdk
2000-09-18Initial commit of a 2 stage bootloader for NetBSD/mipsco. Based on pmaxwdk