NetBSD/sys/arch/pc532
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
..
compile new RCS ID format. 1994-10-26 08:23:50 +00:00
conf Add "install" target, so "make install" after building the kernel 2000-05-09 00:56:21 +00:00
dev Fix typo: 68681, not 68881. (I'm a UART, Jim, not an FPU!!!) 2000-05-26 23:03:18 +00:00
fpu {bzero, bcopy} -> {memset, memcpy} 1998-09-12 19:14:58 +00:00
include First sweep at scheduler state cleanup. Collect MI scheduler 2000-05-26 21:19:19 +00:00
pc532 Reduce use of curproc in several places: 2000-05-27 00:40:29 +00:00
stand Fix symbol loading. esym is passed as an offset to loadaddress. 1999-05-03 09:19:29 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
To.Do Remove comment on bim.8 man page. 1997-11-10 01:58:10 +00:00