Commit Graph

41 Commits

Author SHA1 Message Date
is
b0f697496e 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.
1999-02-09 22:32:33 +00:00
thorpej
0a25ae0343 Make this build again. 1998-09-17 05:15:11 +00:00
perry
56c01cbd82 change second parm of sysarch() from char * to void * 1998-02-25 21:24:56 +00:00
perry
312aca536f add LIBRARY section to man page 1998-02-05 18:45:17 +00:00
perry
0b7831a37b remove obsolete register declarations 1998-02-03 19:12:13 +00:00
perry
4e067afcb1 RCS Id Police. 1998-01-09 03:15:09 +00:00
perry
fff05a68ab RCSID Police. 1998-01-05 07:31:05 +00:00
mark
123fbf8af7 Define mahor and minor numbers of the shared library. 1997-10-05 23:49:25 +00:00
mark
ca75d1f7ab Added arm32_drain_writebuf.c and arm32_drain_writebuf.2 1997-10-05 23:48:40 +00:00
mark
cf0044dbf9 Implement arm32_drain_writebuf() call to drain the CPU write buffer.
Uses the ARM32_DRAIN_WRITEBUF sysarch() call.
1997-10-05 23:17:31 +00:00
jtc
87f4ccd45f Fix files using old TNF copyright notice 1997-07-30 22:53:50 +00:00
thorpej
59687bd2d9 This isn't supposed to be here... looks like Mr. Jacob is experiencing
CVS lossage that keeps this directory from being properly pruned.
1997-05-28 03:46:03 +00:00
mjacob
f81b2c2d22 missing 'objs' target. 1997-05-28 00:29:17 +00:00
mjacob
d0968e6141 A stub makefile has to hang around (as far as *I* can tell) for makes to
continue to work.
1997-05-28 00:13:52 +00:00
tls
a27f67358b document kernel changes 1997-04-26 21:31:09 +00:00
mark
1faaf2ab5b Updated to actually pass an address and length of the virtual memory area
for which the CPU caches and main memory should be synchronised.
1997-02-10 03:20:48 +00:00
mark
a081235d88 Initial commit of the arm32_sync_icache() function in libarm32.
This uses the ARM32_SYNC_ICACHE op to sysarch() to ensure that the processor
instruction cache is in sync with main memory and the data cache.
1996-10-15 23:01:41 +00:00
mark
29fee78f90 Initial commit of the Makefile for libarm32. 1996-10-15 22:59:34 +00:00
fvdl
d792665e0d Fix typo (PR 2461) 1996-05-28 13:34:39 +00:00
cgd
b43e9a78d5 Remove alpha 'mmclock' memory-mapped clock interfaces. In retrospect,
while it's sort of nice, it's sufficiently hard to do this properly
for the general case that, in the long run, it probably won't make sense
to support in the way i was planning to.  (There are serious problems
with doing this, on multiprocessors.)
1996-03-30 23:08:43 +00:00
jtc
24e38f7825 Copyright assigned to the NetBSD Foundation 1996-02-27 22:57:17 +00:00
jtk
d4e5b34479 rearrange build structure so different architecture-specific libraries
can have separate shared library versions, by building in the arch
subdirectory.
1996-02-21 02:43:52 +00:00
jtk
5cf28d6807 add i386_vm86 sysarch() stub and documentation 1996-02-21 00:21:45 +00:00
pk
7d2e1a8b0b Updates per John Kohl (PR#1650). 1996-01-05 14:56:42 +00:00
cgd
d60a3efc1f internal libalpha header, and functions to init and read from the
memory mapped clock.
1995-12-20 12:54:24 +00:00
cgd
762e8ff6c2 makefile for alpha libarch 1995-12-20 12:48:10 +00:00
jtc
31ed1143ff merge in changes from 1.1 release branch 1995-11-28 06:41:14 +00:00
mycroft
8ca3cf6c41 Add new sysarch calls, and fix #includes. 1995-10-15 02:25:07 +00:00
mycroft
5c75c8b7ad Use global definitions of i386_[gs]et_ldt_args. 1995-05-06 19:21:37 +00:00
cgd
3a370daf86 specify man pages the new way. 1994-12-22 09:44:45 +00:00
cgd
5058c29029 kill strange inclusion, just do lint and obj targets by hand 1994-07-02 22:32:15 +00:00
cgd
b3ef4daabd do something better with obj: target, so happy in multiplatform env's. 1994-02-26 02:26:00 +00:00
cgd
d69671a6d5 Add dummy install target for machines which don't have this 1993-12-05 14:51:56 +00:00
cgd
daea3d2f86 add shlib_version file, with version 0.0 1993-11-08 03:48:53 +00:00
cgd
82360f892e correct directory name in man page 1993-10-09 00:59:10 +00:00
brezak
adc25227c1 Add a man page for i386_get_ldt. 1993-09-21 14:40:50 +00:00
brezak
1c13d44cf7 And a dummy for depend too. 1993-09-20 20:41:09 +00:00
brezak
b25f0d310e Add dummy targets for clean, cleandir, and obj 1993-09-20 20:40:21 +00:00
brezak
5b56bf74aa Don't barf if there is not arch dep library for this arch. 1993-09-20 20:36:19 +00:00
brezak
36704ef2b7 syscalls for setting a per-process LDT. 1993-09-19 18:53:31 +00:00
brezak
9e26d6413a Add architecture dependant library. 1993-09-19 18:52:40 +00:00