summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-01Enable 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-01escape punctuation correctly;Jason McIntyre
2004-02-01s/RFC3390/RFC 3390/Jason McIntyre
2004-02-01put v6 cruft into session_up() while beeing there... claudio okHenning Brauer
2004-02-01Add support for xmove-rng and xcrypt-{ecb,cbc,cfb,ofb} instructions foundTheo 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-01Permit '-' in a mnemonic. This is needed for the new VIA C3 xmove-rngTheo 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-01do not double login_cap.c; tholoTheo de Raadt
2004-02-01make documentation of cradle mode (-C) clearer, and give an example of whyJason 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-01Restore support for amd64.Thomas Nordin
2004-02-01NetBSD -> OpenBSD in the comments.Miod Vallat
2004-02-01sort openssl rand options;Jason McIntyre
2004-02-01Trivial touches to compile with gcc 3.Miod Vallat
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01Do not compile ptrace-related functions unless option PTRACE.Miod Vallat
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01Do not compile ptrace-related functions unless option PTRACE.Miod Vallat
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01Sync maxpartitions value with <machine/disklabel.h>Miod Vallat
ok drahn@
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
remove explicit paper.ps target, since it's already built by default; (this paper not installed yet)
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
also, this needs -ms macros, not -me; (though paper not installed yet)
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01add paper.txt target: now you can run `make paper.txt' to build an ASCIIJason 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-01s/an union/a union/Jason McIntyre
2004-02-01Grok union like struct in genassym.cf. Will be needed shortly.Miod Vallat
2004-02-01Sync 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-01note 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-01link into build. make obj is safe in arm dir.Dale Rahn
2004-02-01s/arm32/arm/ with VFP bit to match netbsd.Dale Rahn
2004-02-01remove prototypes for non-existant functions.Brad Smith
ok deraadt@
2004-02-01add cats support ok deraadt@Dale Rahn
2004-02-01Add a simple work-around for deadlocking on recursiveBrad Smith
readlocks on a rwlock while there are writers waiting. From: FreeBSD's libc_r ok marc@
2004-02-01- remove sun3Brad Smith
- use "new" ld/gas/etc. for pegasos with cross-compile - reorder arch/machine names in alpha order ok drahn@
2004-02-01tag...Dale Rahn
2004-02-01fix tags...Dale Rahn
2004-02-01arm support. ok espie@Dale Rahn
2004-02-01tag...Dale Rahn
2004-02-01tag..Dale Rahn
2004-02-01ARGH, forgot tags.Dale Rahn
2004-02-01arm libc support. From NetBSD. currently supports softfloat.Dale Rahn