Age | Commit message (Collapse) | Author |
|
|
|
- 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.
|
|
people accepting mail from the net tend to use. The localhost-only
config is not being changed since most of these changes don't make
sense there.
|
|
in address parsing. That fix (but not all of sendmail-8.12.10) has
been applied to OpenBSD 3.4 and the 3.2 and 3.2 -stable branches.
|
|
disk space. miod@ OK
|
|
|
|
this had no side effects...
|
|
which is only used to obfuscate things.
Doing this points out that the BUG memory is not at the same address on
187 and 197 (the 197 BUG is inside obio), so provide distinct constants,
and treat 187 and 197 slightly differently in pmap_bootstrap(). However, we
now need to map the 197 flash memory as well...
While there, simplify and constify pmap_table_build() and its associated data.
|
|
includable even without option DDB, in which case it will only define
the PC_REGS(), inst_return() and inst_call() macros; this removes the need
to declare them a second time in trap.c.
|
|
output. Also, if the board configuration parameter area is invalid, warn the
user and assume safe values - this is likely caused by a dead NVRAM battery.
|
|
|
|
toby@ ok.
|
|
|
|
PLEASE NOTE: the tree is unlocking early for developers who were involved
in the release process. for other developers the tree is NOT UNLOCKED YET.
the following people are unlocked:
beck, tdeval, nick, krw, pb, fries, matthieu, marcm, cedric, mdw,
drahn, sturm, millert, andreas, markus, jason, avsm, wim, frantzen,
fgs, henning, mcbride, hugh, tedu, nate, weingart, canacar, nordin,
miod, danh, wilfried, deraadt, itojun, mickey, miod, deraadt
Other developers are not unlocked. If I missed anyone, talk to me.
Sorry, but our development process is oriented around "hack for 5 months,
then do 1 month of release engineering. If a developer hacks for 5 months
and then does not show up to help with release engineering, then we take
that to mean they are less serious, and can give a bit of pause to the
serious developers who now want to get things into the tree post-unlock.
|
|
|
|
|
|
ok toby, and now tested for lots of machines
|
|
|
|
|
|
scare anyone from upgrading, but then perform what they are supposed to do,
contrary to the previous, simpler version which had issues.
Joint effort by drahn@ and I.
|
|
setting max sems to sane values. ok deraadt@
|
|
with finishing touches and ok krw@
|
|
ok deraadt@
|
|
ok deraadt@
|
|
inet_makeaddr() uses in_addr_t types, not unsigned long.
ok itojun@
|
|
|
|
input and fixes from miod, markus, tedu, grange, jolan, nordin.
|
|
|
|
|
|
|
|
|
|
from Andrey Matveev;
|
|
deraadt@, jason@, mickey@ ok
|
|
|
|
two months ago and the rediscovered by grange@ and then probably by some more other people in mongolia who had no inet to report it unfortunately; this also fixes problem w/ catching sigsegv after recent bcopy(,,sizeof) fixes; deraadt@ ok
|
|
context of a regular exception. This was probably a good move, but it
eventually causes issues when uptimes grows towards infinity...
Of course, diagnosing such an issue at the same time that the disk drive
is dying and causes problems on his own, is not exactly easy...
|
|
millert@. ok beck@ deraadt@ millert@
|
|
"why not" miod@
ok drahn@
|
|
o Update flags values based on POSIX-2001
o Remove inaccuracies
o Document what we don't support in BUGS
o More specific HISTORY info
o Update SEE ALSO
OK jmc@ and deraadt@
|
|
Found by ho@, help/test pb@, hex suggestion/ok deraadt@
|
|
|
|
also .Xr sendmail
|
|
|
|
|
|
file from the kernel - this makes the kerberosV/kafs.h file include
that, as well as the kafs.h used in afs (hiding in the afs sources).
this needs more drastic gutting post release, but at least this now all
uses the same ioctl's.
|
|
|
|
Same as sys/crypto/sha2.c revision 1.2
|
|
|
|
in <machine/prom.h> -- code in stand/ does not need a specific context to
invoke the BUG functions.
|
|
|