summaryrefslogtreecommitdiff
path: root/sys/arch/atari/stand
AgeCommit message (Expand)Author
2006-08-04gcc4 fix: needs stdlib.hmhitch
2006-08-04gcc4 fix: static devsw didn't match the prototype.mhitch
2006-08-04gcc4 fixes: need to include stdlib.h; fix prototype and definition ofmhitch
2005-12-30Make this build again by using ${S}/../common/lib/libc/Makefile.inc.he
2005-12-11merge ktrace-lwp.christos
2005-06-28#include <lib/libsa/stand.h> rather than <stand.h> or "stand.h"junyoung
2005-06-28- Use FS_OPS() macro.junyoung
2005-06-28ANSIfy, KNF, remove trailing spaces, and etc.junyoung
2005-06-28ANSI & KNF.junyoung
2005-06-28Sync comment with reality.junyoung
2005-06-23Use FS_OPS() macro.junyoung
2005-06-23Drop trailing spaces.junyoung
2005-06-14add memcmp. Why doesn't this use the regular libsa pullover?jmc
2005-06-10Add initialization of xgmsec, the assignment to it apparently dependshe
2005-02-11White space nit- don't put a space before/after increment/decrementsimonb
2004-11-12Add casts to unsigned char for the arguments to the ctype.h macros/functions.he
2004-11-12Add a cast to unsigned char for an argument to toupper().he
2004-03-24remove license clauses 3 and 4 from my cpoyright noticesdrochner
2004-03-12Toolize and use install to make mdec/std so it's in METALOG. Now a make releasejmc
2004-03-11daddr_t is forced to int32_t in sys/arch/atari/stand/Makefile.inc so correctjmc
2004-03-09Catch up to the bootblock split into std and milan directories.jdc
2004-02-13Uppercase CPU, plural is CPUs.wiz
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