summaryrefslogtreecommitdiff
path: root/sys/arch/atari/stand
AgeCommit message (Expand)Author
2003-12-09Make libsa build first as other items depend on it (for -j builds)jmc
2003-10-28Include <stdlib.h> to pick up exit() prototype.he
2003-10-28Add -ffreestanding to CFLAGS, so that libsa prototypes do not conflicthe
2003-10-28Add include of <string.h> to pick up strlen() prototype.he
2003-10-28Rename those assembly files which should be passed through the Che
2003-08-29libsa/bcmp.c now defines both bcmp and memcmpdsl
2003-08-24The new ufs.o also needs memset, so add it.he
2003-08-21Add memcmp, memmove and bcmp to handle the new ufs.c.he
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-28Make sure to "mkdir -p" the destination directories under /usr/mdec.he
2003-06-28Use ${.CURDIR} when referring to source tree include directories.he
2003-06-28Somehow all these tiny Makefiles had their contents replicated.he
2003-05-23usr/mdec reorg for Milan support.leo
2003-05-23usr/mdec reorg for Milan supportleo
2003-04-01Undo the last; adding the quad arithmetic caused the boot code tohe
2003-04-01Adapt to daddr_t being bumped to 64 bits. This required us to addhe
2002-12-10Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.thorpej
2002-08-13For some reason, things stopped working without explicitely adding a ruleleo
2002-08-09Remove extraneous \n's in {err,warn}{,x}.soren
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-05-05also don't make the machine symlinks for 'clean' targetjdolecek
2002-05-05Don't make the machine symlinks for 'cleandir' target either. Thisjdolecek
2002-05-04<bsd.hostprog.mk> and <bsd.prog.mk> don't play nicely together. Sincebjh21
2002-04-24- in <bsd.files.mk>, don't clear FILES after using it, as that preventslukem
2002-04-23Use ${INSTALL_FILE} to move /boot.atari into place so it is seen by antv
2002-04-18Handle uninitialize warning.leo
2002-04-15Build the keymap-generating programs as hostprogs, since they're only runbjh21
2002-04-15Fix PR-16305. Make the 'end' symbol local.leo
2002-04-12Don't bail out when /netbsd is not present. We don't really need itleo
2002-04-12Make the exitcode != 0 when the ioctl fails.leo
2002-04-08Use ${PRINT_OBJDIR} rather than looking for the libsa objdir manually.bjh21
2002-04-08Add files.c to SRCS, since other bits of libsa want it.bjh21
2002-04-08Rather than grovelling around for libsa's objdir by hand, use ${PRINT_OBJDIR},bjh21
2002-04-08Add -Wno-uninitialized to CFLAGS, since it's overly-pessimistic.bjh21
2002-03-22Also find swap partitions in a (possibly embedded in AHDI) NetBSD label onleo
2002-03-22Add code for reading NetBSD disklabels.leo
2002-03-11Take care of the 'machine' and 'm68k' include paths.leo
2002-02-27Also visit the file2swp subdir.leo
2002-02-27copy a file to a 'SWP' partitionleo
2002-02-24Move some disk I/O and disklabel functions into the library. The codeleo
2001-12-12Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).lukem
2001-12-12MKfoo=no -> NOfootv
2001-11-14Work around <bsd.lib.mk> used for kernel libs in other places. Clean uptv
2001-10-24Small changes to the boot system:leo
2001-10-14cread.o now comes from libtos.aleo
2001-10-14TOS/MiNT needs unistd.h.leo
2001-10-14Just use '_bootversion', don't use C_LABEL macros. From RTSL, I found outleo
2001-10-14Change the name of the tertiary boot to /boot.atari. This was a suggestionleo
2001-10-13Add bootxxxleo
2001-10-13Grr, this file shouldn't have been deleted. I thought I corrected it, inleo