opnsense-src/sys/alpha
Doug Rabson 294156a7ff * Move exception_return to exception.s which is a more logical home for it.
* Optimise the return path for syscalls so that they only restore a minimal
  set of registers instead of performing a full exception_return.

A new flag in the trapframe indicates that the frame only holds partial
state. When it is necessary to perform a full state restore (e.g. after an
execve or signal), the flag is cleared to force a full restore.
2001-02-02 10:20:30 +00:00
..
alpha Argh, I missed some #include "sio.h". I was looking primarily for NSIO 2001-02-02 01:48:40 +00:00
conf The API UP1100 is close enough to a UP1000 that FreeBSD just works on it, so 2001-01-27 20:56:00 +00:00
include * Move exception_return to exception.s which is a more logical home for it. 2001-02-02 10:20:30 +00:00
isa Add a prototype for isa_irq_mask() to quiet a warning. 2001-01-24 10:25:44 +00:00
linux Proc locking. 2001-01-24 10:27:11 +00:00
mcbus Fix ypo in essage about isabling EISA nterrupt ector 2000-12-15 23:09:05 +00:00
osf1 The osfulator needs sysvipc to work. Thanks to DES's commit to 2001-01-26 17:12:30 +00:00
pci Send "#if NISA > 0" to the bit-bucket and replace it with an option. 2001-01-29 09:38:39 +00:00
tc Make all Ethernet drivers attach using ether_ifattach() and detach using 2000-07-13 22:54:34 +00:00
tlsb remove unneded sys/ucred.h includes 2000-11-30 18:52:32 +00:00
Makefile Add a dopey makefile to do the tags dance, which is probably not perfect 2000-12-31 23:26:34 +00:00