| History log of /src/usr.sbin/gspa |
| Revision | Date | Author | Comments |
| 1.3 | 07-Jun-2002 |
is | gspahextoc has been EOLed.
|
| 1.2 | 17-Oct-1997 |
lukem | WARNSify
|
| 1.1 | 09-Oct-1995 |
chopps | makefiles for gsp compiler and output converter
|
| 1.3 | 18-Oct-1997 |
lukem | enable WARNS=1 by default, but disable in unclean 3rd party code
|
| 1.2 | 17-Oct-1997 |
lukem | WARNSify
|
| 1.1 | 09-Oct-1995 |
chopps | makefiles for gsp compiler and output converter
|
| 1.11 | 26-Aug-2006 |
christos | Programs that had their own efuns, use libutil's now.
|
| 1.10 | 01-Aug-2003 |
lukem | Rework how dependency generation is performed:
* DPSRCS contains extra dependencies, but is _NOT_ added to CLEANFILES. This is a change of behaviour. If a Makefile wants the clean semantics it must specifically append to CLEANFILES. Resolves PR toolchain/5204.
* To recap: .d (depend) files are generated for all files in SRCS and DPSRCS that have a suffix of: .c .m .s .S .C .cc .cpp .cxx
* If YHEADER is set, automatically add the .y->.h to DPSRCS & CLEANFILES
* Ensure that ${OBJS} ${POBJS} ${LOBJS} ${SOBJS} *.d depend upon ${DPSRCS}
* Deprecate the (short lived) DEPENDSRCS
Update the various Makefiles to these new semantics; generally either adding to CLEANFILES (because DPSRCS doesn't do that anymore), or replacing specific .o dependencies with DPSRCS entries.
Tested with "make -j 8 distribution" and "make distribution".
|
| 1.9 | 27-May-2002 |
wiz | Add man page for gspa(8).
|
| 1.8 | 12-Dec-2001 |
tv | MKfoo=no -> NOfoo
|
| 1.7 | 13-Feb-1999 |
lukem | convert from NOxxx= to MKxxx=no. include <bsd.own.mk> if testing a MKxxx variable.
|
| 1.6 | 10-Jul-1998 |
rvb | The .o files should depend on the h file, not the .c files
|
| 1.5 | 09-Apr-1998 |
tv | .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, and use smarter creation of the header file.
|
| 1.4 | 25-Oct-1997 |
lukem | use CPPFLAGS instead of CFLAGS
|
| 1.3 | 06-Feb-1996 |
jtc | branches: 1.3.2; Added explicit dependencies on yacc generated files. From Luke Mewburn <lukem@supp.cpr.itg.telecom.com.au>. Fixes PR #2032.
|
| 1.2 | 17-Nov-1995 |
thorpej | Handle "clean" and "depend" targets properly.
|
| 1.1 | 09-Oct-1995 |
chopps | compiler for the TMS34010 graphics processor. Original code from Paul Mackerras, contributed by Ignatios Souvatzis <is@beverly.rhein.de> more standard argument handling from me.
|
| 1.3.2.1 | 08-Nov-1997 |
lukem | sync with trunk (approved by thorpej)
|
| 1.5 | 26-Aug-2006 |
christos | Programs that had their own efuns, use libutil's now.
|
| 1.4 | 13-Jun-2001 |
wiz | withough -> without
|
| 1.3 | 04-Jul-2000 |
matt | More #include <stdlib.h> string, etc. cleanup
|
| 1.2 | 17-Oct-1997 |
lukem | WARNSify
|
| 1.1 | 09-Oct-1995 |
chopps | compiler for the TMS34010 graphics processor. Original code from Paul Mackerras, contributed by Ignatios Souvatzis <is@beverly.rhein.de> more standard argument handling from me.
|
| 1.13 | 30-Aug-2011 |
joerg | Use __dead and __printflike
|
| 1.12 | 15-Apr-2009 |
lukem | Fix WARNS=4 (-Wshadow -Wcast-qual -Wsign-compare)
|
| 1.11 | 02-Feb-2008 |
christos | branches: 1.11.12; PR/37932: Yakovetsky Vladimir: build distribution with USE_FORT fails Remove unused bcopy crap
|
| 1.10 | 26-Aug-2006 |
christos | branches: 1.10.8; Programs that had their own efuns, use libutil's now.
|
| 1.9 | 13-May-2006 |
christos | rename alloc() to emalloc().
|
| 1.8 | 13-Jun-2001 |
wiz | withough -> without
|
| 1.7 | 11-Oct-2000 |
is | More format string cleanups by sommerfeld.
|
| 1.6 | 23-Jul-2000 |
mycroft | Make alloc() return void*, and eliminate the use of typeof.
|
| 1.5 | 22-Jun-1999 |
is | branches: 1.5.8; provide initialized C array output directly, rather than through postprocessor
|
| 1.4 | 22-Jun-1999 |
is | TMS340x0 adresses are unsigned
|
| 1.3 | 17-Oct-1997 |
lukem | branches: 1.3.4; WARNSify
|
| 1.2 | 10-Oct-1995 |
thorpej | Make an `#include <alloca.h>' conditional on `sparc && !__NetBSD__', rather than just `sparc'.
|
| 1.1 | 09-Oct-1995 |
chopps | compiler for the TMS34010 graphics processor. Original code from Paul Mackerras, contributed by Ignatios Souvatzis <is@beverly.rhein.de> more standard argument handling from me.
|
| 1.3.4.1 | 19-Oct-2000 |
he | Pull up revision 1.7 (requested by he): Format string cleanup.
|
| 1.5.8.2 | 17-Oct-2000 |
tv | Pullup usr.sbin string format fixes [is]. See "cvs log" for explicit revision numbers per file, from sommerfeld.
|
| 1.5.8.1 | 26-Jul-2000 |
mycroft | Approved by thorpej: Avoid using the `typeof' operator.
basesrc/usr.sbin/gspa/gspa/gsp_ass.h 1.5 -> 1.6 basesrc/usr.sbin/gspa/gspa/gspa.c 1.5 -> 1.6 basesrc/usr.sbin/inetd/inetd.c 1.69 -> 1.70
|
| 1.10.8.1 | 23-Mar-2008 |
matt | sync with HEAD
|
| 1.11.12.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.3 | 13-Jun-2001 |
wiz | withough -> without
|
| 1.2 | 17-Oct-1997 |
lukem | WARNSify
|
| 1.1 | 09-Oct-1995 |
chopps | compiler for the TMS34010 graphics processor. Original code from Paul Mackerras, contributed by Ignatios Souvatzis <is@beverly.rhein.de> more standard argument handling from me.
|
| 1.4 | 13-Jun-2001 |
wiz | withough -> without
|
| 1.3 | 09-Apr-1998 |
tv | .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, and use smarter creation of the header file.
|
| 1.2 | 17-Oct-1997 |
lukem | WARNSify
|
| 1.1 | 09-Oct-1995 |
chopps | compiler for the TMS34010 graphics processor. Original code from Paul Mackerras, contributed by Ignatios Souvatzis <is@beverly.rhein.de> more standard argument handling from me.
|
| 1.3 | 13-Jun-2001 |
wiz | withough -> without
|
| 1.2 | 17-Oct-1997 |
lukem | WARNSify
|
| 1.1 | 09-Oct-1995 |
chopps | compiler for the TMS34010 graphics processor. Original code from Paul Mackerras, contributed by Ignatios Souvatzis <is@beverly.rhein.de> more standard argument handling from me.
|
| 1.11 | 15-Apr-2009 |
lukem | Fix WARNS=4 (-Wshadow -Wcast-qual -Wsign-compare)
|
| 1.10 | 18-Dec-2006 |
christos | branches: 1.10.20; Convert a "(void)&" to a volatile declaration. Also fix the intstructions[] table terminator in gsp_inst.c so this will compile with -Wextra.
|
| 1.9 | 27-Sep-2006 |
christos | Coverity CID 3789: Add assertion before NULL deref.
|
| 1.8 | 26-Aug-2006 |
christos | Programs that had their own efuns, use libutil's now.
|
| 1.7 | 25-May-2006 |
christos | remove dup &&
|
| 1.6 | 24-May-2006 |
christos | Coverity CID 803, 804, 805: Avoid NULL deref.
|
| 1.5 | 24-May-2006 |
christos | Coverity CID 1464: fix static overrun by returning an error.
|
| 1.4 | 08-Aug-2002 |
soren | Remove extraneous \n's in {err,warn}{,x} that used to be printfs.
|
| 1.3 | 13-Jun-2001 |
wiz | withough -> without
|
| 1.2 | 17-Oct-1997 |
lukem | WARNSify
|
| 1.1 | 09-Oct-1995 |
chopps | compiler for the TMS34010 graphics processor. Original code from Paul Mackerras, contributed by Ignatios Souvatzis <is@beverly.rhein.de> more standard argument handling from me.
|
| 1.10.20.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.9 | 15-Apr-2009 |
lukem | Fix WARNS=4 (-Wshadow -Wcast-qual -Wsign-compare)
|
| 1.8 | 26-Aug-2006 |
christos | branches: 1.8.26; Programs that had their own efuns, use libutil's now.
|
| 1.7 | 07-Feb-2005 |
jmc | Re-order includes so bcopy->memcpy macro redef doesn't cause prototype errors on older gcc compilers (like gcc2 that vax is using)
|
| 1.6 | 29-Oct-2004 |
dsl | Add (unsigned char) cast to ctype functions
|
| 1.5 | 13-Jun-2001 |
wiz | withough -> without
|
| 1.4 | 09-Apr-1998 |
tv | .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, and use smarter creation of the header file.
|
| 1.3 | 17-Oct-1997 |
lukem | WARNSify
|
| 1.2 | 10-Oct-1995 |
cgd | need string.h to compile on alpha.
|
| 1.1 | 09-Oct-1995 |
chopps | compiler for the TMS34010 graphics processor. Original code from Paul Mackerras, contributed by Ignatios Souvatzis <is@beverly.rhein.de> more standard argument handling from me.
|
| 1.8.26.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.10 | 15-Apr-2009 |
lukem | Fix WARNS=4 (-Wshadow -Wcast-qual -Wsign-compare)
|
| 1.9 | 26-Aug-2006 |
christos | branches: 1.9.26; Programs that had their own efuns, use libutil's now.
|
| 1.8 | 13-May-2006 |
christos | rename alloc() to emalloc().
|
| 1.7 | 27-May-2002 |
wiz | Be consistent in where -c output is written.
|
| 1.6 | 13-Jun-2001 |
wiz | withough -> without
|
| 1.5 | 22-Jun-1999 |
is | provide initialized C array output directly, rather than through postprocessor
|
| 1.4 | 22-Jun-1999 |
is | TMS340x0 adresses are unsigned
|
| 1.3 | 17-Oct-1997 |
lukem | WARNSify
|
| 1.2 | 10-Oct-1995 |
cgd | need string.h to compile on alpha.
|
| 1.1 | 09-Oct-1995 |
chopps | compiler for the TMS34010 graphics processor. Original code from Paul Mackerras, contributed by Ignatios Souvatzis <is@beverly.rhein.de> more standard argument handling from me.
|
| 1.9.26.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.3 | 13-Jun-2001 |
wiz | withough -> without
|
| 1.2 | 17-Oct-1997 |
lukem | WARNSify
|
| 1.1 | 09-Oct-1995 |
chopps | compiler for the TMS34010 graphics processor. Original code from Paul Mackerras, contributed by Ignatios Souvatzis <is@beverly.rhein.de> more standard argument handling from me.
|
| 1.9 | 15-Apr-2009 |
lukem | Fix WARNS=4 (-Wshadow -Wcast-qual -Wsign-compare)
|
| 1.8 | 26-Aug-2006 |
christos | branches: 1.8.26; Programs that had their own efuns, use libutil's now.
|
| 1.7 | 13-May-2006 |
christos | rename alloc() to emalloc().
|
| 1.6 | 13-Jun-2001 |
wiz | withough -> without
|
| 1.5 | 27-Aug-1998 |
ross | {} fixes from Erik Bertelsen <erik@erik-be.uni-c.dk> (PR 6047) to shut up egcs.
|
| 1.4 | 27-Aug-1998 |
ross | Add {} pairs to shut up egcs.
|
| 1.3 | 17-Oct-1997 |
lukem | WARNSify
|
| 1.2 | 10-Oct-1995 |
cgd | need string.h to compile on alpha.
|
| 1.1 | 09-Oct-1995 |
chopps | compiler for the TMS34010 graphics processor. Original code from Paul Mackerras, contributed by Ignatios Souvatzis <is@beverly.rhein.de> more standard argument handling from me.
|
| 1.8.26.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.4 | 30-Apr-2008 |
martin | Convert TNF licenses to new 2 clause variant
|
| 1.3 | 12-Nov-2003 |
grant | branches: 1.3.30; use An to markup names.
|
| 1.2 | 12-Nov-2003 |
grant | s/netbsd.org/NetBSD.org/i
|
| 1.1 | 27-May-2002 |
wiz | Add man page for gspa(8).
|
| 1.3.30.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.15 | 30-Aug-2011 |
joerg | Use __dead and __printflike
|
| 1.14 | 15-Apr-2009 |
lukem | Fix WARNS=4 (-Wshadow -Wcast-qual -Wsign-compare)
|
| 1.13 | 18-Dec-2006 |
christos | branches: 1.13.20; Convert a "(void)&" to a volatile declaration. Also fix the intstructions[] table terminator in gsp_inst.c so this will compile with -Wextra.
|
| 1.12 | 26-Aug-2006 |
christos | Programs that had their own efuns, use libutil's now.
|
| 1.11 | 13-May-2006 |
christos | rename alloc() to emalloc().
|
| 1.10 | 14-Jul-2003 |
itojun | use bounded string op as much as possible
|
| 1.9 | 27-May-2002 |
wiz | Sort options in usage.
|
| 1.8 | 13-Jun-2001 |
wiz | withough -> without
|
| 1.7 | 11-Oct-2000 |
is | More format string cleanups by sommerfeld.
|
| 1.6 | 23-Jul-2000 |
mycroft | Make alloc() return void*, and eliminate the use of typeof.
|
| 1.5 | 22-Jun-1999 |
is | branches: 1.5.8; provide initialized C array output directly, rather than through postprocessor
|
| 1.4 | 09-Apr-1998 |
tv | branches: 1.4.2; .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, and use smarter creation of the header file.
|
| 1.3 | 30-Mar-1998 |
mrg | remove unused extern.
|
| 1.2 | 17-Oct-1997 |
lukem | WARNSify
|
| 1.1 | 09-Oct-1995 |
chopps | compiler for the TMS34010 graphics processor. Original code from Paul Mackerras, contributed by Ignatios Souvatzis <is@beverly.rhein.de> more standard argument handling from me.
|
| 1.4.2.1 | 19-Oct-2000 |
he | Pull up revision 1.7 (requested by he): Format string cleanup.
|
| 1.5.8.2 | 17-Oct-2000 |
tv | Pullup usr.sbin string format fixes [is]. See "cvs log" for explicit revision numbers per file, from sommerfeld.
|
| 1.5.8.1 | 26-Jul-2000 |
mycroft | Approved by thorpej: Avoid using the `typeof' operator.
basesrc/usr.sbin/gspa/gspa/gsp_ass.h 1.5 -> 1.6 basesrc/usr.sbin/gspa/gspa/gspa.c 1.5 -> 1.6 basesrc/usr.sbin/inetd/inetd.c 1.69 -> 1.70
|
| 1.13.20.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|