NetBSD/sys/arch/atari
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
..
atari Reduce use of curproc in several places: 2000-05-27 00:40:29 +00:00
compile NetBSD/Atari, port by Leo Weppelman. 1995-03-26 07:12:03 +00:00
conf The console stuff might also be needed by 'ser'. Also update the names of 2000-05-09 14:30:47 +00:00
dev Nuke dk_establish() from orbit except from those ports which still use 2000-05-16 05:45:44 +00:00
include First sweep at scheduler state cleanup. Collect MI scheduler 2000-05-26 21:19:19 +00:00
isa Allow storage-space to be passed to the alloc_bus_space_tag() functions. This 2000-01-19 13:12:54 +00:00
pci Allow storage-space to be passed to the alloc_bus_space_tag() functions. This 2000-01-19 13:12:54 +00:00
stand Nuke the local outc() since the prototype for the second argument of tputs() 2000-02-15 10:14:55 +00:00
vme Allow storage-space to be passed to the alloc_bus_space_tag() functions. This 2000-01-19 13:12:54 +00:00
Makefile Reorganize installation if include files. Nuke some from atari/include as 1998-09-02 10:59:14 +00:00