Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-01 | Set sane default announce types according to the peer type. For IBGP use | Claudio Jeker | |
announce all and for EBGP use announce self. OK henning@ | |||
2004-02-01 | Add const type qualifier. ok jmc@ | Thomas Nordin | |
2004-02-01 | No multi-line strings, to please gcc3. No functional change. | Miod Vallat | |
2004-02-01 | set i386_has_xcrypt at the right place, which exposes itself as | Theo de Raadt | |
sysctl machdep.xcrypt Do not enabled yet.. | |||
2004-02-01 | Use "pushfl; popfl" sequence before each xcrypt-* instruction. According | Theo de Raadt | |
to the manual, any load into the EFLAGS register clears bit 30, resulting in key reload. This is the mechanism that permits multi-process use of the xcrypt-* instruction.. | |||
2004-02-01 | use VIA xstore-rng and xcrypt-* instructions, now that gas groks them | Theo de Raadt | |
2004-02-01 | via crypto code no longer needs to temporarily enable FSXR -- it is | Theo de Raadt | |
now always on. | |||
2004-02-01 | Merge many freebsd diffs | Theo de Raadt | |
add VIA c3 crypto instructions add fxsave, fxrstor | |||
2004-02-01 | Enable FXSR all the time, and cope with NPX/FXSR conversions; from netbsd. | Theo de Raadt | |
Pass SSE/SSE2/XCRYPT flags out via syctl, and prepare for being able to do xcrypt-* in userland; ok naddy, tested a lot by pvalchev and jolan, also works on amd64 in 32bit mode | |||
2004-02-01 | escape punctuation correctly; | Jason McIntyre | |
2004-02-01 | s/RFC3390/RFC 3390/ | Jason McIntyre | |
2004-02-01 | put v6 cruft into session_up() while beeing there... claudio ok | Henning Brauer | |
2004-02-01 | Add support for xmove-rng and xcrypt-{ecb,cbc,cfb,ofb} instructions found | Theo de Raadt | |
in VIA C3 cpus. Very simple encoding: 0f a7 {c0, c8, d0, e0, d8}. This change is placed into the public domain, so someone get it back to FSF | |||
2004-02-01 | Permit '-' in a mnemonic. This is needed for the new VIA C3 xmove-rng | Theo de Raadt | |
and xcrypt-{ecb,cbc,cfb,ofb} instructions. This chagne is placed into the public domain, so someone get it back to FSF | |||
2004-02-01 | do not double login_cap.c; tholo | Theo de Raadt | |
2004-02-01 | make documentation of cradle mode (-C) clearer, and give an example of why | Jason McIntyre | |
it might be used; mostly based on sturm@'s explanation when i hassled him about it, and committed by niels@ to main systrace repository; | |||
2004-02-01 | Restore support for amd64. | Thomas Nordin | |
2004-02-01 | NetBSD -> OpenBSD in the comments. | Miod Vallat | |
2004-02-01 | sort openssl rand options; | Jason McIntyre | |
2004-02-01 | Trivial touches to compile with gcc 3. | Miod Vallat | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | Do not compile ptrace-related functions unless option PTRACE. | Miod Vallat | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | Do not compile ptrace-related functions unless option PTRACE. | Miod Vallat | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | Sync maxpartitions value with <machine/disklabel.h> | Miod Vallat | |
ok drahn@ | |||
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
remove explicit paper.ps target, since it's already built by default; (this paper not installed yet) | |||
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
also, this needs -ms macros, not -me; (though paper not installed yet) | |||
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-02-01 | add paper.txt target: now you can run `make paper.txt' to build an ASCII | Jason McIntyre | |
version of the doc; CAVEATS: - some characters are not displayable as ascii and generate a warning (until i get a chance to fix it) - i haven't had a chance to put a nice left hand margin in the text versions yet - postscript output still looks much nicer | |||
2004-02-01 | s/an union/a union/ | Jason McIntyre | |
2004-02-01 | Grok union like struct in genassym.cf. Will be needed shortly. | Miod Vallat | |
2004-02-01 | Sync user ldt code with NetBSD: | Alexander Yurchenko | |
- finally remove it from pcb, it's a pmap thing only - more sanity checks - better lockin - may be something else Fixes panics when using apps requiring it (mplayer-win32 e.g.). Problem found and test espie@. OKs from miod@ (sshhh, don't tell anyone) and art@. | |||
2004-02-01 | .Xr crash 8; | Jason McIntyre | |
from Sam Smith; | |||
2004-02-01 | note that ps/trace output should be included with crash reports, | Jason McIntyre | |
and that it can be retreived with the help of ddb.log and dmesg(8); from Sam Smith; agreed with tedu@ also kill .Pp's before displays, and use -indent; | |||
2004-02-01 | link into build. make obj is safe in arm dir. | Dale Rahn | |
2004-02-01 | s/arm32/arm/ with VFP bit to match netbsd. | Dale Rahn | |
2004-02-01 | remove prototypes for non-existant functions. | Brad Smith | |
ok deraadt@ | |||
2004-02-01 | add cats support ok deraadt@ | Dale Rahn | |
2004-02-01 | Add a simple work-around for deadlocking on recursive | Brad Smith | |
readlocks on a rwlock while there are writers waiting. From: FreeBSD's libc_r ok marc@ |