Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-12 | Prevent a panic by validating the super block size as recorded in the | Otto Moerbeek | |
superblock; make the block size check also catch negative values. ok miller@ tedu@ | |||
2004-08-12 | Fix the shared irq problem, by allocating a low priority vector | Niklas Hallqvist | |
so that the "high" pri interrupt gets blocked by the "low" spl & irq handler, and raise the cpl to the "high" level in the handler, so that no other in fact lower-leveled, interrupts can preempt the handling of the "high" interrupt. This means that the "low" interrupt gets the same quality treatment, thus causing some degradation in performance. Therefore we still issue a diagnostic, so people can try to avoid the situation by tweaking their BIOS settings. Note, there is still issues with dynamically established interrupts which cause irq sharing, we are working on that. | |||
2004-08-11 | use atomicio instead of homegrown equivalents or read/write. | Anil Madhavapeddy | |
markus@ ok | |||
2004-08-11 | some signed/unsigned int comparison cleanups; markus@ ok | Anil Madhavapeddy | |
2004-08-11 | sync | Theo de Raadt | |
2004-08-11 | Pick common code for trampoline mprotect() code. This did not work at all | Miod Vallat | |
on amd64 and was working on sparc64 by sheer luck (because we are not Solaris). | |||
2004-08-11 | sync | Theo de Raadt | |
2004-08-11 | add dladdr() support and add some 'standard' dlsym() support. | Dale Rahn | |
ok millert miod pval, grumble deraadt | |||
2004-08-11 | In dkcsumattach() avoid modifying bootdev until we are done matching. | Todd C. Miller | |
Also deal with mixed scsi/ide/whatever setups. Based on a diff from Fred de Jong. OK deraadt@ and tested by several people. | |||
2004-08-11 | free memory allocated by kvm_getproc2() in kvm_close() | Jared Yanovich | |
ok deraadt@ millert@ | |||
2004-08-11 | mips->mips64 | Per Fogelstrom | |
2004-08-11 | mips->mips64 | Per Fogelstrom | |
2004-08-11 | bye | Per Fogelstrom | |
2004-08-11 | Move mips to mips64 | Per Fogelstrom | |
2004-08-11 | revert, should not have gone in | Per Fogelstrom | |
2004-08-11 | mips->mips64 | Per Fogelstrom | |
2004-08-11 | Rename confusing variable for readability's sake. No actual code changes. | Todd C. Miller | |
2004-08-11 | no ecoff | Per Fogelstrom | |
2004-08-11 | fix microtime | Per Fogelstrom | |
2004-08-11 | sync to reality, document missing ioctls | Jared Yanovich | |
mdoc fixes normalize ioctl listing slightly reorganize some parts grammar, punctuation, and rewording fixes remove crud introduced in rev 1.17 and never removed Note: this update does *not* include the controversial stuff discussed on h@; it contains what is in the header file. help and ok (previously) jmc | |||
2004-08-11 | mrt dumps for cloned sessions did not work because the wrong address was used. | Claudio Jeker | |
OK henning@ | |||
2004-08-11 | damnit | Theo de Raadt | |
2004-08-11 | ansi | Theo de Raadt | |
2004-08-11 | various ansi and spacing issues; pefo ok | Theo de Raadt | |
2004-08-11 | PCIVERBOSE by default (USBVERBOSE comes along for the future ride); pefo ok | Theo de Raadt | |
2004-08-11 | oops | Theo de Raadt | |
2004-08-11 | Stop search when -q option is given and a match is found. Found by jmc@ | Otto Moerbeek | |
ok millert@ | |||
2004-08-11 | skip over interface addresses without IFA_ROUTE, fixes some issue with pppd | Henning Brauer | |
from Max Laier <max@love2party.net> | |||
2004-08-11 | make store_lastlog_message() static to appease -Wall; ok markus | Damien Miller | |
2004-08-11 | check that lseek went were we told it to; ok markus@ | Damien Miller | |
2004-08-11 | Don't try to close startup_pipe if it's not open; ok djm@ | Darren Tucker | |
2004-08-11 | a few debug cleanups: | David Gwynne | |
function names in messages didnt always match the actual name of the function. endian fix when dumping a qtd chain so it terminates correctly on big endian archs. dont blame uhci for problems ehci has. | |||
2004-08-11 | mips->mips64 | Per Fogelstrom | |
2004-08-11 | Clean up old mips stuff and add sgi. | Per Fogelstrom | |
ok deraadt@ | |||
2004-08-11 | config is not set up with regdef.h. force it in if OpenBSD. | Per Fogelstrom | |
ok deraadt@ | |||
2004-08-11 | mips->mips64. ok deraadt@ | Per Fogelstrom | |
2004-08-11 | mips->mips64. ok deraadt@ | Per Fogelstrom | |
2004-08-11 | Fix minor leak; "looks right" deraadt@ | Darren Tucker | |
2004-08-11 | mips64 now | Per Fogelstrom | |
2004-08-11 | move to mips64 | Per Fogelstrom | |
2004-08-11 | spacing | Theo de Raadt | |
2004-08-11 | Typo. OK henning@ | Claudio Jeker | |
2004-08-11 | Cleanup on exit. OK henning@ | Claudio Jeker | |
2004-08-11 | allow for a fonts.dir.dist, for cases where mkfontdir doesn't know what to do. | Marc Espie | |
2004-08-11 | and this, heh | Theo de Raadt | |
2004-08-11 | pefo look at this diff closely | Theo de Raadt | |
2004-08-11 | mips -> mips64; pefo ok | Theo de Raadt | |
2004-08-11 | buf_write() returns -1 on error and -2 on connection closed. Treat both | Claudio Jeker | |
as errors for mrt dumps. | |||
2004-08-11 | protect main loop of pkg_delete with an eval, so that | Marc Espie | |
ldconfig, directory removal, manpage handling, and fontdir handling always happen. | |||
2004-08-11 | $OpenBSD$ - ok pefo@. | Xavier Santolaria | |