summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-07-22Use process_getregs everywhere.Artur Grabowski
2002-07-22knfArtur Grabowski
2002-07-22Support for reading from core files.Artur Grabowski
2002-07-22Undo a cvs botch in the last commit that reverted a few lines.Kenneth R Westerback
2002-07-21syncTheo de Raadt
2002-07-21Map stack pages without VM_PROT_EXECUTE. Notice that right now thisArtur Grabowski
2002-07-21fix route-to alsoTheo de Raadt
2002-07-21Flip on the LEDs on a 7811 when each of the rings is active (and turn themJason Wright
2002-07-21link evtimer_* now, not timeout_* since it was changed for man pages.Eric Jackson
2002-07-21Support OS selectable halt action on the VAXstation 4000's.Hugh Graham
2002-07-21Deal with the fact that one of the 7811 revisions cannot correctly handleJason Wright
2002-07-21Fix backtrace support for OpenBSD/powerpc.Dale Rahn
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
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
2002-07-21Put a doing...done wrapper around creation of the host.random fileHugh Graham
2002-07-21test missing commaTheo de Raadt
2002-07-21make the , optional in many places. This makes string concat a lot moreTheo de Raadt
2002-07-21syncTheo de Raadt
2002-07-21remove unsued variables.Artur Grabowski
2002-07-21string concat, ie.Theo de Raadt
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
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
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
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