summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-23fix spelling; ca+OpenBSD@zardoc.endmail.orgTheo de Raadt
2001-01-23KNF stuff which angelos is too much of a baby to get rightTheo de Raadt
2001-01-23Add machine/exec.h to allow machine to set ELFSIZE before usingDale Rahn
ifdefing code based on if that define exists. OKed by theo.
2001-01-23three small bugs pointed out by Adam <vt@ikp.pl>Jason Wright
2001-01-23Remove another useless machine/endian.h includeTodd C. Miller
2001-01-23fix includesTheo de Raadt
2001-01-23Don't include machine/endian.h, closes PR 1642Todd C. Miller
2001-01-23make sure to initialize prefix information data before use. sync with kameJun-ichiro itojun Hagino
2001-01-23syncTheo de Raadt
2001-01-23nuke commentMarkus Friedl
2001-01-23Install more bootblocks.Artur Grabowski
2001-01-23Restore the WDCF_IRQ_WAIT flag if the lower-level interrupt handler rejectsAaron Campbell
the interrupt. Fixes hangs seen with CompactFlash cards in CardBus slots. Thanks to csapuntz@ for some pointers. Note: this was NetBSD PR/8639.
2001-01-23Clamp malloc in compat_43_sys_getdirentries to 64kConstantine Sapuntzakis
We should really get rid of all mallocs in the compat and VOP_READDIRs.
2001-01-23Tweak to allow groff -Tdvi -mandoc ... to work.Marco S Hyman
The mdoc macros were re-defining a font alias needed when dvi output was selected. Note: due to groff dvi font limitiations -Tps produces nicer printed material than -Tdvi when using the mandoc macros. OK millert@
2001-01-23Allow entries like "foo at bar enable", which override previousAngelos D. Keromytis
entries like "foo bar bar disable"; useful for kernel config lamers like myself who don't like to use 'config -e' or 'bsd -c' to manually enable USB. Tested with uhci/ohci on i386.
2001-01-23SunOS, IBCS2, Linux, and SVR4 all require translations of directory entriesConstantine Sapuntzakis
from OpenBSD format to their respective native formats. A lot of common code here for interfacing with OpenBSD VOP_READDIR. Most of this code and logic has been moved to common/compat_dir.c When reading a portion of the directory, the compatibility layer registers a callback which is passed an OpenBSD-style dirent and the cookie/offset.
2001-01-23ihaTheo de Raadt
2001-01-23oopsTheo de Raadt
2001-01-23Add iha.4 (Initio SCSI Host Adapter)Kenneth R Westerback
2001-01-23Add Initio SCSI controllerKenneth R Westerback
2001-01-23Xr to iha.4Theo de Raadt
2001-01-23Add support for Initio INI-91xx SCSI CardsKenneth R Westerback
2001-01-23set default proto earlier enough so service names may be used as well;Federico G. Schwindt
report & fix by millert@.
2001-01-23when the peer is disconnected before accept(2) is issued,Jun-ichiro itojun Hagino
do not return junk data in mbuf (= sockaddr on accept(2)'s 2nd arg). set the length to zero. behavior checked with bsdi and freebsd. partial solution to NetBSD PR 12027 and 10698 (need more investigation).
2001-01-23syncTheo de Raadt
2001-01-23new ibm framebufferTheo de Raadt
2001-01-22Art is a B.....Theo de Raadt
2001-01-22fix pretty printingTheo de Raadt
2001-01-22this should make i850 and i860 hubs do RNGTheo de Raadt
2001-01-22attempting to sysctl clear a string was failing; checked by millert and aaronTheo de Raadt
2001-01-22from NetBSD: only pass one byte for control register handle (Manuel Bouyer)Chris Cappuccio
2001-01-22rename skey -> challenge response.Markus Friedl
auto-enable kbd-interactive for ssh2 if challenge-reponse is enabled.
2001-01-22syncAaron Campbell
2001-01-22Another TI FireWire product.Aaron Campbell
2001-01-22paste error in pdcopen, a few formatting cnages and use int for charMichael Shalayeff
2001-01-22fix pretty printTheo de Raadt
2001-01-22pretty print even during failure conditionsTheo de Raadt
2001-01-22syncTheo de Raadt
2001-01-22more intel devicesTheo de Raadt
2001-01-22syncTheo de Raadt
2001-01-22fix typoTheo de Raadt
2001-01-22dirty trap should be handed w/ uvm_fault() as wellMichael Shalayeff
2001-01-22ATAPI CD-ROMs BCD-16X and BCD-24X have troubles starting and stopping their ↵Constantine Sapuntzakis
disks
2001-01-22Reduce # of retries on scsi_test_unit_ready to 5. This means that devicesConstantine Sapuntzakis
that don't support it will only hang the system in boot-up for 50 seconds as opposed to 500 seconds. Return 0 from scsi_start if the device doesn't support START/STOP unit.
2001-01-22repair printingTheo de Raadt
2001-01-22keyboard led update lockup patch; pr 1432, smat@acm.orgTheo de Raadt
2001-01-22Improved scoansi and cygwin terminfo entries from ncurses-5.2-20010114Todd C. Miller
2001-01-22Missed changes in ncurses-5.2-20010114 commitTodd C. Miller
2001-01-22Update to ncurses-5.2-20010114Todd C. Miller
2001-01-22fix memory leaks in SSH2 key exchange; ok markus@Kevin Steves