Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-08-11 | fix spelling, macros and formatting | David Gwynne | |
2004-08-11 | Use a no-emulation boot sector instead of a floppy emulation image. Work at | Theo 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-11 | pad the iso image; we do not know why this is needed at this time but | Theo 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-11 | Back 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-11 | Use bus_space_*_multi_*() when applicable; from NetBSD. | Miod Vallat | |
tested by aoyama@ | |||
2004-08-11 | Fix off-by-ones in bus_space_*_multi_*() | Miod Vallat | |
tested by aoyama@ | |||
2004-08-11 | slight KNF and ANSI | David Gwynne | |
2004-08-11 | from netbsd, uhci.c revision 1.175, 1.179, 1.181 | David 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 |