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