NetBSD/sys/arch/arm26/arm26
sommerfeld 40339b39f9 Reduce use of curproc in several places:
- Change ktrace interface to pass in the current process, rather than
p->p_tracep, since the various ktr* function need curproc anyway.

 - Add curproc as a parameter to mi_switch() since all callers had it
handy anyway.

 - Add a second proc argument for inferior() since callers all had
curproc handy.

Also, miscellaneous cleanups in ktrace:

 - ktrace now always uses file-based, rather than vnode-based I/O
(simplifies, increases type safety); eliminate KTRFLAG_FD & KTRFAC_FD.
Do non-blocking I/O, and yield a finite number of times when receiving
EWOULDBLOCK before giving up.

 - move code duplicated between sys_fktrace and sys_ktrace into ktrace_common.

 - simplify interface to ktrwrite()
2000-05-27 00:40:29 +00:00
..
aout_machdep.c
autoconf.c
bus.c
conf.c
cons_machdep.c
copyinout.S
copyinoutstr.c
cpu.c
cpuvar.h
db_disasm.c Interface change: db_printsym() takes a third argument, pr, a function 2000-05-25 19:57:30 +00:00
db_interface.c
db_machdep.c Interface change: db_printsym() takes a third argument, pr, a function 2000-05-25 19:57:30 +00:00
db_trace.c Rename the machine-specific stack trace printing functions 2000-05-26 03:34:24 +00:00
disksubr_acorn.c
disksubr_mbr.c
disksubr.c Nuke dk_establish() from orbit except from those ports which still use 2000-05-16 05:45:44 +00:00
except.c Reduce use of curproc in several places: 2000-05-27 00:40:29 +00:00
genassym.cf
intrnames.S
irq.c
Locore.c First sweep at scheduler state cleanup. Collect MI scheduler 2000-05-26 21:19:19 +00:00
locore.S
machdep.c First sweep at scheduler state cleanup. Collect MI scheduler 2000-05-26 21:19:19 +00:00
md_root.c
mem.c
pmap.c Handle more cases of existing mappings in pmap_enter 2000-05-13 17:56:32 +00:00
rscons.c
softintr.c
start.c
stubs.c Add vmapbuf/vunmapbuf 2000-05-13 17:57:14 +00:00
vm_machdep.c Add vmapbuf/vunmapbuf 2000-05-13 17:57:14 +00:00
zeropage.S