summaryrefslogtreecommitdiff
path: root/sys/arch/bebox/stand
AgeCommit message (Expand)Author
2014-01-12Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.tsutsui
2013-08-21Use <bsd.klinks.mk>matt
2013-01-03Fix format of specify for scsi disk. s,/dev/disk/scsi/0/0/0,/dev/disk/scsi/000,kiyohara
2012-12-19Change path-format for scsi. s,scsi/B/T/L_n,scsi/BTL/0_n,.kiyohara
2012-09-01Add ${_MKTARGET_LINK}matt
2012-02-14Remove unused a valiable 'siopdbg'.kiyohara
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-06-12Remove null line.kiyohara
2011-02-25Style.kiyohara
2011-02-25Update description to latest boot.kiyohara
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
2011-01-22Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerlyjoerg
2011-01-21Switch remaining platforms to modern CPP for assembler.joerg
2010-10-27Set root-device to bootinfo.kiyohara
2010-10-18Support ustarfs for floppy-disk.kiyohara
2010-10-15Fix a minor typo preventing this from building.he
2010-10-14Support kernel load from SCSI HDD with onboard siop. It is very EXPERIMENTAL!!kiyohara
2010-10-14Support kernel load from IDE HDD with onboard wdc. like cobalt, sandpoint.kiyohara
2010-10-14Change format of path for device. A current form strangely feels dissatisfied.kiyohara
2010-10-14s/,vga}/,_vga}/.kiyohara
2010-10-14Add _rtt(). But it is NULL function.kiyohara
2010-10-14Add pci.c to SRCS.kiyohara
2010-10-14Add pci.c. Splitted from vreset.ckiyohara
2010-10-14Add PCI_mem and many access/cache-ope functions.kiyohara
2010-10-14Add -I${S}/lib/libsa and reorder.kiyohara
2010-05-27Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.dholland
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-17Make putchar() conform to the stand.h prototype, so that this builds again.he
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-06-07Fix waiting for the input from keyboard after "Boot: " is displayed in framekiyohara
2008-05-26Split boot/boot_com0/boot_vga.kiyohara
2008-05-25Integrated to powerpc-mkbootimage. Obsoleted.kiyohara
2008-05-25Integrated to powerpc-mkbootimage. Obsoleted.kiyohara
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-26Remove printf() when VGA vendor is case Diamond and Matrox. Moreoverkiyohara
2008-03-26We might be able to use VGA. Please comment out for line '-DCONS_SERIAL'kiyohara
2008-03-01cnscan() should return -1 (no input) if there is no console device.tsutsui
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2006-12-09don't include <sys/endian.h> when building as a host tool.chs
2006-01-29Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h>dsl
2005-12-24__asm__ -> __asmperry
2005-12-24bare asm -> __asmperry
2005-12-11merge ktrace-lwp.christos
2005-07-15The ANSIfication unconvered that we were calling devlookup() withhe
2005-06-28#include <lib/libsa/stand.h> rather than <stand.h> or "stand.h"junyoung
2005-06-28- ANSIfy, remove trailing spaces.junyoung
2005-06-28De-__P() and some cosmetic changes.junyoung
2005-06-28ANSI, KNF, trailing spaces, and etc.junyoung