summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-11In 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-11free memory allocated by kvm_getproc2() in kvm_close()Jared Yanovich
ok deraadt@ millert@
2004-08-11mips->mips64Per Fogelstrom
2004-08-11mips->mips64Per Fogelstrom
2004-08-11byePer Fogelstrom
2004-08-11Move mips to mips64Per Fogelstrom
2004-08-11revert, should not have gone inPer Fogelstrom
2004-08-11mips->mips64Per Fogelstrom
2004-08-11Rename confusing variable for readability's sake. No actual code changes.Todd C. Miller
2004-08-11no ecoffPer Fogelstrom
2004-08-11fix microtimePer Fogelstrom
2004-08-11sync to reality, document missing ioctlsJared 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-11mrt dumps for cloned sessions did not work because the wrong address was used.Claudio Jeker
OK henning@
2004-08-11damnitTheo de Raadt
2004-08-11ansiTheo de Raadt
2004-08-11various ansi and spacing issues; pefo okTheo de Raadt
2004-08-11PCIVERBOSE by default (USBVERBOSE comes along for the future ride); pefo okTheo de Raadt
2004-08-11oopsTheo de Raadt
2004-08-11Stop search when -q option is given and a match is found. Found by jmc@Otto Moerbeek
ok millert@
2004-08-11skip over interface addresses without IFA_ROUTE, fixes some issue with pppdHenning Brauer
from Max Laier <max@love2party.net>
2004-08-11make store_lastlog_message() static to appease -Wall; ok markusDamien Miller
2004-08-11check that lseek went were we told it to; ok markus@Damien Miller
2004-08-11Don't try to close startup_pipe if it's not open; ok djm@Darren Tucker
2004-08-11a 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-11mips->mips64Per Fogelstrom
2004-08-11Clean up old mips stuff and add sgi.Per Fogelstrom
ok deraadt@
2004-08-11config is not set up with regdef.h. force it in if OpenBSD.Per Fogelstrom
ok deraadt@
2004-08-11mips->mips64. ok deraadt@Per Fogelstrom
2004-08-11mips->mips64. ok deraadt@Per Fogelstrom
2004-08-11Fix minor leak; "looks right" deraadt@Darren Tucker
2004-08-11mips64 nowPer Fogelstrom
2004-08-11move to mips64Per Fogelstrom
2004-08-11spacingTheo de Raadt
2004-08-11Typo. OK henning@Claudio Jeker
2004-08-11Cleanup on exit. OK henning@Claudio Jeker
2004-08-11allow for a fonts.dir.dist, for cases where mkfontdir doesn't know what to do.Marc Espie
2004-08-11and this, hehTheo de Raadt
2004-08-11pefo look at this diff closelyTheo de Raadt
2004-08-11mips -> mips64; pefo okTheo de Raadt
2004-08-11buf_write() returns -1 on error and -2 on connection closed. Treat bothClaudio Jeker
as errors for mrt dumps.
2004-08-11protect main loop of pkg_delete with an eval, so thatMarc Espie
ldconfig, directory removal, manpage handling, and fontdir handling always happen.
2004-08-11$OpenBSD$ - ok pefo@.Xavier Santolaria
2004-08-11fix spelling, macros and formattingDavid Gwynne
2004-08-11Use a no-emulation boot sector instead of a floppy emulation image. Work atTheo de Raadt
the hackathon by Tom and Toby, finally making it to the real world. Now we can tweak sizes of the media all we want, if we need to.
2004-08-11pad the iso image; we do not know why this is needed at this time butTheo de Raadt
maybe someone will figure out why. Put a big fat comment there about it. diagnosed by miod and nick; this workaround tested by nick.
2004-08-11Back out to brk(2) version.Thierry Deval
The mmap(2) code is cool and it has already uncovered some bugs in other code. But some issues remain on some archs, and we can't afford that for production. Don't worry, it will be back soon... I'll make sure of it...
2004-08-11Use bus_space_*_multi_*() when applicable; from NetBSD.Miod Vallat
tested by aoyama@
2004-08-11Fix off-by-ones in bus_space_*_multi_*()Miod Vallat
tested by aoyama@
2004-08-11slight KNF and ANSIDavid Gwynne
2004-08-11from netbsd, uhci.c revision 1.175, 1.179, 1.181David Gwynne
log message for 1.175: Tweak a debugging printf(). log message for 1.179: Make one message dependent on ohcidebug, so it doesn't interfere with polled operation; e.g. when entering a root device or in DDB. log message for 1.181: typo in comment