summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-21Fix backtrace support for OpenBSD/powerpc.Dale Rahn
This was done in a *BSD independant mode. Look at this again for gdb 5.x
2002-07-21remove invalid commentKevin Steves
2002-07-21unneeded includesKevin Steves
2002-07-21extern char *optarg; for portableKevin Steves
2002-07-21cleanup, mostly 'if 0'ed code removal.Dale Rahn
2002-07-21on itlb miss say type is VM_PROT_EXECUTE, per art@s suggestionMichael Shalayeff
2002-07-21Attempt to distinguish 4000 700A from 4000 705A. Results are so farHugh Graham
consistent with SID/XSID data from Mats O Jansson, Chuck McManis, Antonio Carlini, Fred van Kempen, and Kees Stravers. Tested by Fred van Kempen.
2002-07-21Vector 0x0 doesn't seem to be useful, so ignore it for now.Hugh Graham
2002-07-21- Deal with the fact that nsp2k's bridge can't deal with burst read/writeJason Wright
by detecting conditions that could generate one from a sequential access on the parent bridge and generating a harmless nop (scratch registers are just plain nice to have) - also, commit work in progress for dealing with modexp properly, one parameter still left to compute, tho.
2002-07-21Put a doing...done wrapper around creation of the host.random fileHugh Graham
as this takes so long inside simh that people were assuming the system had hung. Grows install.sh 66 bytes, but krw said ok anyway!
2002-07-21test missing commaTheo de Raadt
2002-07-21make the , optional in many places. This makes string concat a lot moreTheo de Raadt
useful. Now you can in = ssh domain www out = $in ftp finger pass in proto tcp from any to any port { $in } pass out proto tcp from any to any port { $out } a poor example, but the idea is obvious
2002-07-21syncTheo de Raadt
2002-07-21remove unsued variables.Artur Grabowski
2002-07-21string concat, ie.Theo de Raadt
a=a b c=$a $a
2002-07-21two more missing systrace_lockJun-ichiro itojun Hagino
2002-07-21need systrace_lock/unlock around lockmgr lock operation. provos okJun-ichiro itojun Hagino
2002-07-20minor indent tweaksTheo de Raadt
2002-07-20Remove unused variables.Artur Grabowski
2002-07-20remove unused extern decl (commented out). sync w/kameJun-ichiro itojun Hagino
2002-07-20unconfuse indentation.Artur Grabowski
2002-07-20typoArtur Grabowski
2002-07-20Only add a pmap_physseg if MD code defines __HAVE_PMAP_PHYSSEG.Artur Grabowski
2002-07-20duplicate define.Artur Grabowski
2002-07-20define __HAVE_PMAP_PHYSSEGArtur Grabowski
2002-07-20Always HWREF. Don't have it as an option because the slow-slow versionArtur Grabowski
doesn't make any sense (slow and doesn't work follow the rules).
2002-07-20two more from henningTheo de Raadt
2002-07-20adapt to new dup-to syntaxTheo de Raadt
2002-07-20use diff nicerTheo de Raadt
2002-07-20Instead of copying out the signal trampoline on top of the stack, createArtur Grabowski
an uvm aobj, copy out the signal trampoline into it and share that page among all processes for the same emulation. This also requires us to actually be able to tell signal code where the trampoline is located, so introduce a new field in struct proc - p_sigcode that is a pointer to sigcode. This allows us to remove all the ugly calculations of the signal trampoline address done in every sendsig function in the tree (that's why so many files are changed). Tested by various people. ok deraadt@
2002-07-20properly split yacc and lex useTheo de Raadt
2002-07-20correct check for strchr() failure in EXAMPLE; from pinskia@physics.uc.eduPeter Valchev
2002-07-20ansiTheo de Raadt
2002-07-20abort on setusercontext failure; millert okTheo de Raadt
2002-07-20ansiTheo de Raadt
2002-07-20Exit on setusercontext() failure; noticed by deraadt@Todd C. Miller
2002-07-20Exit if setusercontext() fails to set resources/priority and suidwarnTodd C. Miller
is true. This is consistent with sendmail's behavior when things like initgroups() fail.
2002-07-20Fix up WANT_LIBMILTER stuff for people who want to use it; downsj@downsj.comTodd C. Miller
2002-07-20add flags to synopsis for isa.Federico G. Schwindt
2002-07-20Add flags 0x00 to fdFederico G. Schwindt
2002-07-20Show flags as "flags 0x00", not "flags Z".Federico G. Schwindt
2002-07-20Error out if setusercontext() fails and the runas user is not root.Todd C. Miller
Pointed out by deraadt@
2002-07-20try to make pingsock and rpcsock resv tooTheo de Raadt
2002-07-20If we call siop_intr manually, make sure it's protected by splbio.Artur Grabowski
My filesystem has been chopped to pieces.
2002-07-20short -u description in httpd -hHenning Brauer
pointed out by Sam Smith
2002-07-20do not install mk-amd-map and remove references to it in our documentationPeter Valchev
it has been broken since the beginning, and nobody uses it anyway ok deraadt
2002-07-20syncTheo de Raadt
2002-07-20compile on sparc64Niels Provos
2002-07-20knfTheo de Raadt
2002-07-20ansiTheo de Raadt