summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-10-07Setting the VTIME to a value larger than 214 lead to an integer overflowArtur Grabowski
in the calculation of the sleep timeout which could lead to a panic. Instead of doing the very error-prone, and in more than one way incorrect, sleep time calculation, allocate an external timeout and let it wake us. Reported by: Raan Young <raan@graand-visions.com>
2001-10-07syncJason Wright
2001-10-07Domex 3194UJason Wright
2001-10-07Update sets sizes.Miod Vallat
2001-10-07- remove xlink set description, we don't have it nowadays.Miod Vallat
- showsize now always takes MB sizes as arguments, and prints the unit by itself.
2001-10-07apm update. ok deraadt@Miod Vallat
2001-10-07fixes pr/2105Niels Provos
2001-10-07syncTheo de Raadt
2001-10-07BSD_AUTH supersedes SKEY, so SKEY is commented out.Markus Friedl
2001-10-07avoid possible FD_ISSET overflow for channels establishedMarkus Friedl
during channnel_after_select() (used for dynamic channels).
2001-10-07remove all assumptions that parent is psycho. Also, don't try to useJason Wright
iommu operations directly: that's what bus_dma(9) heirarchy is for. (audioce now works on u5, though it won't play on the onboard speaker, or mine is busted... plays fine in headphones/lineout).
2001-10-07gcc regress framework.Marc Espie
2001-10-07Document bridge/pf interaction more appropriately. Ok Jason Wright.Daniel Hartmeier
2001-10-07audioce crashes ultra 5s. Disable for now.Artur Grabowski
2001-10-07Add interface name to address translation to pfctl, document it and addDaniel Hartmeier
a regress test. Translation is done on rule set load-time only, so the rule sets must be reloaded when an interface address changes. parse.y patch from Cedric Berger. Similar patch from Jonathon Fletcher. Thanks to both.
2001-10-07Document REGRESS_IS_INTERACTIVEMarc Espie
2001-10-07document REGRESS_FLAGSMarc Espie
2001-10-07grammer; Matthew_Clarke@mindlink.bc.caMarkus Friedl
2001-10-07syncTheo de Raadt
2001-10-06Fix various 2300 (2Gb) last minute errata. Keep up with the jones' formjacob
the target mode code.
2001-10-06Do not attempt to rebuild Makefile.in, configure, config.h.in orTodd C. Miller
stamp-h1.in. Modifying files in the source tree considered harmful.
2001-10-06Completely strip away all non-OpenBSD code to clean things up. Fix themjacob
setting of cacheline to something that the chip wants. Apply several bug fixes from Sitara networks with respect to transmit descriptor wraparound. Don't do tx descriptor garbage collection in the interrupt service routine. Increase the number of rx descriptors to 256.
2001-10-06Inital tga manpageNathan Binkert
2001-10-06Fix ``echo foo |dd'' which was broken by the last commit.Todd C. Miller
2001-10-06Missed that sun3 wants intro(4) as well.Miod Vallat
2001-10-06Mostly complete list of supported devices for alpha.Miod Vallat
2001-10-06No difference between alpha cy(4) and MI cy(4).Miod Vallat
2001-10-06Add, commented out, missing lines for supported drivers.Miod Vallat
2001-10-06Update and sort supported hardware list.Miod Vallat
2001-10-06Note to self: save your file before running cvs diff, for your diff toMiod Vallat
be complete...
2001-10-06s/standrad/standard/Niklas Hallqvist
2001-10-06Since we have both KerberosIV and KerberosV, just mention ``Kerberos'' withMiod Vallat
no version appended.
2001-10-06Fix a few common typos and stuff related to tape installation.Miod Vallat
2001-10-06Typo.Miod Vallat
2001-10-06- use the new m4.common shared instructions.Miod Vallat
- try to have consistent order, across arches, in the list of possible installation media. - alpha can't install over nfs, but macppc can.
2001-10-06- add more macros, for common texts usually found in arch/xfer.Miod Vallat
- unobfuscate the tape installation notes - no need to tell the user ``if your tape was bootable, do this'' on arches where you can't boot from tape. - in the upgrade instructions, tell people it's better to upgrade all their sets and not just base; and strongly advise them to merge etc asap. People upgrading to 3.0 and having trouble with, say, sendmail will have no excuse. - add more comments to explain this whole mess.
2001-10-06Remove MSDOSFS support from the ramdisk.Miod Vallat
2001-10-062face version of boot icon.Dale Rahn
2001-10-06More sparc64 manual pages.Miod Vallat
Most of these are modified sparc manpages, except for gem.4 which is new, and probably not correct, but jason@ wants it to be in the tree before he modifies it.
2001-10-06We must read the SROM ahead of time for all ADMtek-based PCI cards; based onAaron Campbell
patch from ckuethe@pyxis.cns.ualberta.ca in PR/2102. At some point after 3.0 I must de-cruftify the dc(4) matching code to avoid such errors. :(
2001-10-06syncAaron Campbell
2001-10-06More TI FireWire products.Aaron Campbell
2001-10-06unify hostkey check error messages, simplify prompt.Markus Friedl
2001-10-06regression test for last buglet. Thanks Dale.Marc Espie
2001-10-06This PUTBACK must be protected against EOF. The others are fine.Marc Espie
2001-10-06+isp at sbusJason Wright
2001-10-06add sbus frontend for ispJason Wright
2001-10-06fix typo in error message, sync with do_exec_noptyMarkus Friedl
2001-10-06remove unused argumentMarkus Friedl
2001-10-05grr, I had this right to begin with... NOW X10 firecracker works.Jason Wright