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