summaryrefslogtreecommitdiff
path: root/sys/arch/x68k/stand/libsa
AgeCommit message (Expand)Author
2022-06-23x68k/stand: Merge {sd,cd}strategy and {sd,cd}close respectively.isaki
2022-06-21x68k/stand: Correct blocksize in case of CD.isaki
2022-06-21x68k/stand: Correct a condition expression.isaki
2016-06-26Add SCSI host adaptor selector to "boot" command of /boot.isaki
2016-05-31PR 51194 David Binderman: simplify redundant conditionaldholland
2016-01-17Enable LIBSA_CREAD_NOCRC. PR/50638tsutsui
2015-07-25sysinst is 15*2 sect/cyl (fdXc), not 8*2 sect/cyl (it's fdXa,isaki
2014-11-21put back missing paren.christos
2014-11-20This now needs clock.hchristos
2014-11-17PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macroschristos
2014-10-17There's an r in "determine"snj
2014-03-08Unused variable, for GCC4.8.isaki
2014-02-11Specify default SCSI inquiry size (36 bytes) on IOCS_S_INQUIRY() command.tsutsui
2012-11-25Make the end of image address absolute-long.isaki
2012-11-22Make sure to initialize partition offset in cdopen(),tsutsui
2012-11-01Remove my local RCS IDs.isaki
2012-10-12First cut at x68k network bootloader via NE2000 on Neptune-X and Nereid.tsutsui
2012-10-12Fix a bug in check_getchar() (called from awaitkey_1sec()).tsutsui
2012-06-19Fix CD support (again!).minoura
2012-03-20Fix CD support.minoura
2011-12-25Apply the following patch submitted by Evgeniy Ivanov:tsutsui
2011-10-11Fix "Error occurs, please reset" boot problem ontsutsui
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-07-09don't assign sc->sc_partinfo.size to itself.mrg
2011-04-12Make x68k bootloader to use MI libsa, libkern, and libz Makefiles intsutsui
2011-04-11Some KNF. No binary change.tsutsui
2011-04-11Add missing breaks. No need to output to SERIAL on ITE console.tsutsui
2011-04-11Fix pasto. Now serial console output on bootloader works properlytsutsui
2011-04-07Poll the next medium on both drive of #0 and #1.isaki
2011-02-21Cleanup my copyright notice.itohy
2009-03-19Remove bcmp() from MD libsa.tsutsui
2009-01-12- WARNSfytsutsui
2008-11-28We now also need globals.c from the common libsa.he
2007-11-18Use the same prototypes as libx68k.h.isaki
2007-11-18Correct filename in a comment.isaki
2007-11-11x68k's floppy is 8*2 sect/cyl, not 18*2 sect/cyl.isaki
2007-11-11Style fix.isaki
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-06-23Remove _ZLIB_PRIVATE that should have been removed 10 years ago.isaki
2006-05-10Fix a bunch of cast lvalues.skrll
2006-01-25free -> deallocchristos
2006-01-16Adapt to use of $S/../common/dist/zlib.he
2005-12-27Make this build again by using ${S}/../common/lib/libc/Makefile.inc,he
2005-12-11merge ktrace-lwp.christos
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-08-23Add memmove.c, needed by new ufs.c.he
2003-03-30Make it compilable.isaki
2003-02-23Update for LFSv2 support. Ports that have "bootxx_lfs"-stylesimonb
2003-02-02- sys/lib/libsa/ufs_ls.c rev 1.3 needs strrchr.isaki
2003-01-25Make it compilable with 64bit daddr_t.isaki