jonathan
772aec9bf4
Remove #ifdef DEBUG lint:
...
change "%x" -> "%p" for printfs() with pointer args in i386_{set,get}_ldt()
1996-10-17 05:26:25 +00:00
jonathan
6dab138cc0
Remove lint inside #ifdef DEBUG:
...
* fix pmap debugging format strings: "%x" -> "%lx" for vm_offset_t
"%x" -> "%p" for pointers.
* add prottypes for pmap dumping functions
* add missing return types on pmap dumping functions
* move initialization of pamp_enter_pv():pv before #ifdef DEBUG code
which uses pv.
1996-10-17 05:11:47 +00:00
perry
a052e07196
removed most tahoe references
1996-10-17 04:38:49 +00:00
thorpej
0211a3232d
Appease the compiler: get rid of some unused variables, add some
...
prototypes, and suppress a bogus "might be used uninitialized" warning.
It's clear from reading the logic of the function that produces the
warning that the variable will not be used uninitialized, but the
compiler just isn't smart enough, I guess. Marked XXX for future reference.
1996-10-17 04:34:08 +00:00
perry
dd0b341ac0
removed most tahoe references
1996-10-17 04:29:14 +00:00
perry
8ab353aa45
removed tahoe references
1996-10-17 04:27:00 +00:00
cgd
e6d0f7439f
copy down changes from libc
1996-10-17 04:26:20 +00:00
perry
ee84c148d6
removed most tahoe references
1996-10-17 04:26:08 +00:00
thorpej
35b8c6aa4c
Add some prototypes, clean up some unused variables, and misc. other
...
compiler warning cleanup.
1996-10-17 04:21:55 +00:00
perry
5a052c072b
removed because we have no tahoe port
1996-10-17 03:12:23 +00:00
perry
d58a2df20d
removed tahoe refs because we have no tahoe port
1996-10-17 03:09:33 +00:00
cgd
55c6bc901c
catch up with <machine/asm.h> changes, SYS.h changes, and the removal
...
of DEFS.h
1996-10-17 03:08:03 +00:00
perry
3a22f309b4
removed because we have no tahoe port
1996-10-17 03:06:18 +00:00
cgd
7b8ed4c70b
update for new <machine/asm.h> and generally clean up:
...
rename SYSCALL_NOLABEL as CALLSYS_ERROR (for consistency with CALLSYS_NOERROR
now in asm.h), and implement it using CALLSYS_NOERROR.
reimplement SYSCALL, RSYSCALL, and PSEUDO to use the appropriate macros.
implement SYSCALL_NOERROR and RSYSCALL_NOERROR to do the same thing as
SYSCALL and RSYSCALL, but without the error checking/handling.
1996-10-17 03:03:53 +00:00
cgd
a2863e2f30
copy neither DEFS.h (it no longer exists) nor SYS.h (it's never been
...
necessary in libkern) to libkern any longer.
1996-10-17 02:58:18 +00:00
cgd
347f3d6114
kill this. Just include <machine/asm.h> directly
1996-10-17 02:57:08 +00:00
mark
ac0fd0fce1
Added a few more patches for SA100 support. This is just several
...
extra cache clean operations during pte manipulation.
1996-10-17 02:55:29 +00:00
mark
6b1666ce52
Don't generate an error if FFS is not compiled in.
1996-10-17 02:52:26 +00:00
cgd
8cab2f173f
update for changes in asm.h
1996-10-17 02:50:38 +00:00
mark
c252b86536
Couple of fixes for SA100 support.
...
Added comments to match up #ifdef / #endif pairs.
1996-10-17 02:50:14 +00:00
cgd
905f7abae1
Add __CONCAT and ___CONCAT to concatenate identifiers. Add LLABEL to
...
create an assembly label, and SYSCALLNUM to convert a syscall name into
the macro that's defined to be its number. Add a CALLSYS_NOERROR macro
which invokes the named system call. (CALLSYS_NOERROR is here since
it's used in locore, for sigcode.)
1996-10-17 02:49:04 +00:00
mark
1dd91a8515
Updated vmemcachectl() to allow control of write buffer and cache enable
...
bits on the video memory ptes.
1996-10-17 02:48:39 +00:00
mark
f5c1850ab4
Tweaked several db_printf() calls.
1996-10-17 02:46:49 +00:00
mark
65b01531b9
Reality check.
1996-10-17 02:44:17 +00:00
mark
36cd31048b
Removed references to the debug function checkinodes().
1996-10-17 02:43:38 +00:00
mark
abb703fc1b
Add files for cosc SCSI driver
...
Add file for RC7500 prom code.
1996-10-17 02:41:26 +00:00
mark
6ed8e72d96
Fix the pcb_fpstate field.
1996-10-17 02:37:48 +00:00
mrg
d21bcc8564
make the value of NetBSD in 1.2A > in 1.2. they were 199608 and
...
199609 respectively. the former is now 199610.
1996-10-17 02:10:49 +00:00
cgd
f929fef799
pull down from libc
1996-10-17 01:41:35 +00:00
cgd
98a0fb0a16
fix a typo: take and cast a pointer to the argument, rather than trying
...
to cast the argument to a pointer.
1996-10-17 01:39:40 +00:00
perry
c603ec4609
Remove boot_tahoe.8. We have no tahoe port.
1996-10-17 01:05:57 +00:00
gwr
377ab56b5e
Add definitions for the Z85C30 and Z85230 enhanced serial controllers.
...
Thanks to Bill Studenmund <wrstuden@loki.stanford.edu>
1996-10-16 22:34:52 +00:00
jtk
37449bd6a8
fix compile warnings with -DDEBUG or -DAPMDEBUG
1996-10-16 22:30:34 +00:00
gwr
5c9746c6d1
Replace the field cs_rr0_new with cs_rr0_delta (keep changes instead).
1996-10-16 20:43:39 +00:00
gwr
3424a892b9
Correct a problem with CRTSCTS flow control where output may fail to
...
restart if we get multiple status interrupts before the softintr()
routine gets a chance to run. The fix is to determine and accumulate
status line changes at the H/W interrupt level, and then check and zero
the accumulated changes when the softint() finally runs. Many thanks
to Bill Studenmund <wrstuden@loki.stanford.edu> for finding and fixing.
1996-10-16 20:42:14 +00:00
gwr
58db3aa496
Replace the field cs_rr0_new with cs_rr0_delta (keep changes instead).
1996-10-16 20:34:54 +00:00
ws
da800fffb0
Add protocol module for remote IPKDB debugging
1996-10-16 19:49:49 +00:00
ws
31bdb14ed5
Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDB
1996-10-16 19:32:08 +00:00
perry
78954ddcf6
Nuked machine specific conditionals for tahoe.
1996-10-16 17:56:37 +00:00
perry
90dac65cbf
Nuked tahoe machine specific conditionals.
1996-10-16 17:53:44 +00:00
ws
cf37e5a69e
Indent properly
1996-10-16 17:26:19 +00:00
perry
bb844a2ce8
Close 2831, which noted that the man page is confusing. I have edited
...
it slightly differently than Mike originally suggested after
consulting with him and others.
1996-10-16 17:20:30 +00:00
ws
e8b039bf8b
Add EXEC_ stuff
1996-10-16 17:13:28 +00:00
christos
bc73cf950a
PR/2808: Remove trailing whitespace (from FreeBSD)
1996-10-16 15:45:03 +00:00
perry
0517d113dd
RCSid Police
1996-10-16 15:41:06 +00:00
christos
afb80e9b13
PR/2808: Add a definition for warnx() (from FreeBSD; currently unused)
1996-10-16 15:28:10 +00:00
christos
2b0a187f34
PR/2808: Use .Nm macro properly. (from FreeBSD)
1996-10-16 15:27:03 +00:00
christos
1a523dd56b
PR/2808: - Don't use p++ in macros.
...
- Hash using unsigned numbers.
(from FreeBSD)
1996-10-16 15:24:31 +00:00
christos
68b1dcea6d
PR/2808: Don't define DEBUG and #ifdef out functions not needed when DEBUG
...
is not defined (from FreeBSD).
1996-10-16 15:21:49 +00:00
perry
d98e97aa8a
New and improved fstab samples, now with examples of procfs, kernfs
...
and cd9660 file systems, an mfs mounted /tmp, an example swap
partition, correct fsck scheduling, and even comments pointing users
at man pages for more information. I'm still not sure we need these
sample files at all, but at least they are now useful to the new user.
1996-10-16 15:20:12 +00:00