diff options
author | 2003-09-17 22:22:30 +0000 | |
---|---|---|
committer | 2003-09-17 22:22:30 +0000 | |
commit | 138f78578ed0835e7ef11531d8d60bb3915f51c0 (patch) | |
tree | f89146f6ddab4c659ddd6735b9ebc80e531642b6 /lib/libc/stdlib/system.c | |
parent | New sendmail prototype for OpenBSD with more features enabled that (diff) | |
download | wireguard-openbsd-138f78578ed0835e7ef11531d8d60bb3915f51c0.tar.xz wireguard-openbsd-138f78578ed0835e7ef11531d8d60bb3915f51c0.zip |
More cleaning of the exception handling code, and collateral damage:
- always give C routines invoked by the assembly code some breathing room on
the stack
- merge error and reset exception handlers -- gets us rid of error_fault()
and error_reset().
- remove all references to SR0 and "threads" inherited from Mach. In fact,
we do not use SR0 at all now.
- only use double load and stores instructions when we are 200% sure we are
accessing a correctly aligned area. I am not fond of unaligned kernel
accesses, and forcing every pgb to be aligned on an 8 byte boundary is
gross.
Diffstat (limited to 'lib/libc/stdlib/system.c')
0 files changed, 0 insertions, 0 deletions