| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
them especially if char and short arguments are used.
OK otto@ deraadt@
|
|
|
|
| |
ok millert@ krw@
|
|
|
|
|
|
|
| |
Using a name with the 'db_' prefix makes it invisible from the dynamic
profiler.
ok deraadt@, kettenis@, visa@
|
|
|
|
|
|
| |
It doesn't compile und hasn't been working during the last decade.
ok kettenis@, deraadt@
|
|
|
|
| |
and if so, force soft carrier mode.
|
|
|
|
|
| |
necessary now that each zs device registers its own interrupt handler, and
zshard() does not need to walk all zs chips, which has been the case for years.
|
|
|
|
| |
removals.
|
|
|
|
|
|
|
|
|
|
| |
Most of the hard work by mpi@, who provided the initial diff.
Fixes for sparc from myself. Tested on sgi and sparc myself.
Compiles and detects zstty on my powerbook, compile tested on
sparc64 by me. Real testing with zs device on sparc64 by miod@
who also gave a lot of help and feedback.
ok miod@, mpi@
|
|
|
|
| |
ok miod@
|
|
|
|
|
|
|
|
|
| |
Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.
OK deraadt@
|
| |
|
| |
|
|
|
|
| |
ok miod@
|
|
|
|
| |
zs_getc().
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Remove the zs@mainbus stuff from files.sparc64 (nothing uses it)
don't forget to rerun config...
|
|
|
|
|
|
|
| |
associate a name with each interrupt handler. This is not visible
outside the kernel (yet).
ok jason@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reduce the size of a GENERIC kernel by ~190k
Remove the nasty pointer/bus_space_handle_t casts
Adds debug bus_space code including the ability to trace
bus operations (it actually works now).
The following rules are now followed (and verfified by the debug
code):
1. A "bus_space_handle_t" may only be used with the
"bus_space_tag_t" that created it.
2. Only "bus_space_map()" may create "bus_space_handle_t"s.
3. A "bus_space_handle_t" may not be modified after it has
been created (other than being destroyed by "bus_space_unmap()").
Thanks to help from mcbride, marc, jason, drahn, to anyone that might
have slipped my mind at the moment.
ok jason@, deraadt@
|
|
|
|
| |
Diff generated by Chris Kuethe.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Doesn't really work yet, but it's not terribly far off.
This is a work in progress..
|
|
|
|
|
| |
but still needs tweaks (wedging this into OpenBSD is worse than square
peg in round hole).
|
| |
|
|
|