Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-22 | Use process_getregs everywhere. | Artur Grabowski | |
2002-07-22 | knf | Artur Grabowski | |
2002-07-22 | Support for reading from core files. | Artur Grabowski | |
From Jean-Francois Brousseau <krapht@secureops.com> | |||
2002-07-22 | Undo a cvs botch in the last commit that reverted a few lines. | Kenneth R Westerback | |
2002-07-21 | sync | Theo de Raadt | |
2002-07-21 | Map stack pages without VM_PROT_EXECUTE. Notice that right now this | Artur Grabowski | |
doesn't do anything since no pmap implements exec protection yet. | |||
2002-07-21 | fix route-to also | Theo de Raadt | |
2002-07-21 | Flip on the LEDs on a 7811 when each of the rings is active (and turn them | Jason Wright | |
off when not), I should really get a life. | |||
2002-07-21 | link evtimer_* now, not timeout_* since it was changed for man pages. | Eric Jackson | |
2002-07-21 | Support OS selectable halt action on the VAXstation 4000's. | Hugh Graham | |
Info from NetBSD, testing by pval and millert. | |||
2002-07-21 | Deal with the fact that one of the 7811 revisions cannot correctly handle | Jason Wright | |
burst writes (bridges may coalesce sequential writes into a burst) by inserting a read (I know, icky!) in between sequential writes. Thanks to sam@errno.com, GTGI, and Hifn for helping track this one down. | |||
2002-07-21 | Fix 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-21 | remove invalid comment | Kevin Steves | |
2002-07-21 | unneeded includes | Kevin Steves | |
2002-07-21 | extern char *optarg; for portable | Kevin Steves | |
2002-07-21 | cleanup, mostly 'if 0'ed code removal. | Dale Rahn | |
2002-07-21 | on itlb miss say type is VM_PROT_EXECUTE, per art@s suggestion | Michael Shalayeff | |
2002-07-21 | Attempt to distinguish 4000 700A from 4000 705A. Results are so far | Hugh 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-21 | Vector 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/write | Jason 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-21 | Put a doing...done wrapper around creation of the host.random file | Hugh 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-21 | test missing comma | Theo de Raadt | |
2002-07-21 | make the , optional in many places. This makes string concat a lot more | Theo 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-21 | sync | Theo de Raadt | |
2002-07-21 | remove unsued variables. | Artur Grabowski | |
2002-07-21 | string concat, ie. | Theo de Raadt | |
a=a b c=$a $a | |||
2002-07-21 | two more missing systrace_lock | Jun-ichiro itojun Hagino | |
2002-07-21 | need systrace_lock/unlock around lockmgr lock operation. provos ok | Jun-ichiro itojun Hagino | |
2002-07-20 | minor indent tweaks | Theo de Raadt | |
2002-07-20 | Remove unused variables. | Artur Grabowski | |
2002-07-20 | remove unused extern decl (commented out). sync w/kame | Jun-ichiro itojun Hagino | |
2002-07-20 | unconfuse indentation. | Artur Grabowski | |
2002-07-20 | typo | Artur Grabowski | |
2002-07-20 | Only add a pmap_physseg if MD code defines __HAVE_PMAP_PHYSSEG. | Artur Grabowski | |
2002-07-20 | duplicate define. | Artur Grabowski | |
2002-07-20 | define __HAVE_PMAP_PHYSSEG | Artur Grabowski | |
2002-07-20 | Always HWREF. Don't have it as an option because the slow-slow version | Artur Grabowski | |
doesn't make any sense (slow and doesn't work follow the rules). | |||
2002-07-20 | two more from henning | Theo de Raadt | |
2002-07-20 | adapt to new dup-to syntax | Theo de Raadt | |
2002-07-20 | use diff nicer | Theo de Raadt | |
2002-07-20 | Instead of copying out the signal trampoline on top of the stack, create | Artur 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-20 | properly split yacc and lex use | Theo de Raadt | |
2002-07-20 | correct check for strchr() failure in EXAMPLE; from pinskia@physics.uc.edu | Peter Valchev | |
2002-07-20 | ansi | Theo de Raadt | |
2002-07-20 | abort on setusercontext failure; millert ok | Theo de Raadt | |
2002-07-20 | ansi | Theo de Raadt | |
2002-07-20 | Exit on setusercontext() failure; noticed by deraadt@ | Todd C. Miller | |
2002-07-20 | Exit if setusercontext() fails to set resources/priority and suidwarn | Todd C. Miller | |
is true. This is consistent with sendmail's behavior when things like initgroups() fail. | |||
2002-07-20 | Fix up WANT_LIBMILTER stuff for people who want to use it; downsj@downsj.com | Todd C. Miller | |
2002-07-20 | add flags to synopsis for isa. | Federico G. Schwindt | |