History log of /src/lib/libarch/m68k |
Revision | Date | Author | Comments |
1.4 | 10-Jun-1999 |
simonb | Include all arch-dependant Makefile.inc's. In each arch-dependent Makefile.inc, always add the man pages for that directory, and only specify a SRCS= line (at whatever else is needed for that arch) inside a ${MACHINE_ARCH} .ifdef. The top-level Makefile includes <bsd.lib.mk> only if SRCS is defined, and otherwise just includes <bsd.man.mk>.
|
1.3 | 17-Feb-1999 |
itohy | Add m68k_sync_icache.2.
|
1.2 | 13-Feb-1999 |
lukem | convert from NOxxx= to MKxxx=no. include <bsd.own.mk> if testing a MKxxx variable.
|
1.1 | 09-Feb-1999 |
is | Provide a minimal instruction/data cache synchronization C binding. (The function has always been in the kernels as special trap #12). In response to PR 4951 by Hauke Fath.
|
1.10 | 18-Mar-2014 |
riastradh | Merge riastradh-drm2 to HEAD.
|
1.9 | 18-Jul-2013 |
matt | Use MACHINE_CPU for m68k
|
1.8 | 18-Sep-2002 |
lukem | branches: 1.8.54; 1.8.60; 1.8.66; minor makefile delint
|
1.7 | 26-Mar-2002 |
fredette | Now also build libm68k when MACHINE_ARCH is m68000.
|
1.6 | 12-Dec-2001 |
tv | Readability cleanups; MKfoo=no -> NOfoo.
|
1.5 | 10-Jun-1999 |
simonb | Include all arch-dependant Makefile.inc's. In each arch-dependent Makefile.inc, always add the man pages for that directory, and only specify a SRCS= line (at whatever else is needed for that arch) inside a ${MACHINE_ARCH} .ifdef. The top-level Makefile includes <bsd.lib.mk> only if SRCS is defined, and otherwise just includes <bsd.man.mk>.
|
1.4 | 09-Jun-1999 |
simonb | Copied from Makefile,v
|
1.3 | 17-Feb-1999 |
itohy | Add m68k_sync_icache.2.
|
1.2 | 13-Feb-1999 |
lukem | convert from NOxxx= to MKxxx=no. include <bsd.own.mk> if testing a MKxxx variable.
|
1.1 | 09-Feb-1999 |
is | Provide a minimal instruction/data cache synchronization C binding. (The function has always been in the kernels as special trap #12). In response to PR 4951 by Hauke Fath.
|
1.8.66.1 | 23-Jul-2013 |
riastradh | sync with HEAD
|
1.8.60.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.8.54.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1 | 24-Nov-2024 |
riastradh | branches: 1.1.4; libarch: Add expected symbols list.
PR lib/58838: shared libraries in base should all have expsym lists
|
1.1.4.2 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.1.4.1 | 24-Nov-2024 |
perseant | file m68k.expsym was added on branch perseant-exfatfs on 2025-08-02 05:54:29 +0000
|
1.11 | 27-Mar-2011 |
njoly | Fix xref, arm32_sync_icache -> arm_sync_icache.
|
1.10 | 30-Apr-2008 |
martin | Convert TNF licenses to new 2 clause variant
|
1.9 | 16-Apr-2003 |
wiz | branches: 1.9.30; Use .In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross.
|
1.8 | 01-Oct-2002 |
wiz | New sentence, new line. From Robert Elz.
|
1.7 | 08-Feb-2002 |
ross | Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
|
1.6 | 04-Jul-2001 |
kleink | Use the architecture name in the document title's volume tag.
|
1.5 | 05-Jun-2001 |
wiz | Uppercase Dt, and a nit.
|
1.4 | 02-Jul-1999 |
simonb | More trailing white space.
|
1.3 | 13-Apr-1999 |
kleink | Remove blank lines (causing uglified nroff output), and fix a typo.
|
1.2 | 22-Mar-1999 |
garbled | branches: 1.2.2; Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Wheee!
|
1.1 | 09-Feb-1999 |
is | Provide a minimal instruction/data cache synchronization C binding. (The function has always been in the kernels as special trap #12). In response to PR 4951 by Hauke Fath.
|
1.2.2.1 | 15-Apr-1999 |
kleink | Pull up rev. 1.3; approved by perry.
|
1.9.30.1 | 18-May-2008 |
yamt | sync with head.
|
1.4 | 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
1.3 | 09-Apr-2000 |
itohy | branches: 1.3.36; Add missing #. (Hi, is!) Sigh, libm68k has been useless for more than one year....
|
1.2 | 10-Nov-1999 |
thorpej | Add register prefixes.
|
1.1 | 09-Feb-1999 |
is | branches: 1.1.2; 1.1.6; Provide a minimal instruction/data cache synchronization C binding. (The function has always been in the kernels as special trap #12). In response to PR 4951 by Hauke Fath.
|
1.1.6.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.1.2.1 | 30-Apr-2000 |
he | Pull up revision 1.3 (via patch, requested by itohy): Make libm68k work.
|
1.3.36.1 | 18-May-2008 |
yamt | sync with head.
|
1.2 | 10-Sep-2001 |
simonb | Add "Remember to update distrib/sets..." lines (and NetBSD RCS IDs in some cases).
|
1.1 | 09-Feb-1999 |
is | Provide a minimal instruction/data cache synchronization C binding. (The function has always been in the kernels as special trap #12). In response to PR 4951 by Hauke Fath.
|