Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-07 | Setting the VTIME to a value larger than 214 lead to an integer overflow | Artur 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-07 | sync | Jason Wright | |
2001-10-07 | Domex 3194U | Jason Wright | |
2001-10-07 | Update 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-07 | apm update. ok deraadt@ | Miod Vallat | |
2001-10-07 | fixes pr/2105 | Niels Provos | |
2001-10-07 | sync | Theo de Raadt | |
2001-10-07 | BSD_AUTH supersedes SKEY, so SKEY is commented out. | Markus Friedl | |
2001-10-07 | avoid possible FD_ISSET overflow for channels established | Markus Friedl | |
during channnel_after_select() (used for dynamic channels). | |||
2001-10-07 | remove all assumptions that parent is psycho. Also, don't try to use | Jason 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-07 | gcc regress framework. | Marc Espie | |
2001-10-07 | Document bridge/pf interaction more appropriately. Ok Jason Wright. | Daniel Hartmeier | |
2001-10-07 | audioce crashes ultra 5s. Disable for now. | Artur Grabowski | |
2001-10-07 | Add interface name to address translation to pfctl, document it and add | Daniel 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-07 | Document REGRESS_IS_INTERACTIVE | Marc Espie | |
2001-10-07 | document REGRESS_FLAGS | Marc Espie | |
2001-10-07 | grammer; Matthew_Clarke@mindlink.bc.ca | Markus Friedl | |
2001-10-07 | sync | Theo de Raadt | |
2001-10-06 | Fix various 2300 (2Gb) last minute errata. Keep up with the jones' for | mjacob | |
the target mode code. | |||
2001-10-06 | Do not attempt to rebuild Makefile.in, configure, config.h.in or | Todd C. Miller | |
stamp-h1.in. Modifying files in the source tree considered harmful. | |||
2001-10-06 | Completely strip away all non-OpenBSD code to clean things up. Fix the | mjacob | |
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-06 | Inital tga manpage | Nathan Binkert | |
2001-10-06 | Fix ``echo foo |dd'' which was broken by the last commit. | Todd C. Miller | |
2001-10-06 | Missed that sun3 wants intro(4) as well. | Miod Vallat | |
2001-10-06 | Mostly complete list of supported devices for alpha. | Miod Vallat | |
2001-10-06 | No difference between alpha cy(4) and MI cy(4). | Miod Vallat | |
2001-10-06 | Add, commented out, missing lines for supported drivers. | Miod Vallat | |
2001-10-06 | Update and sort supported hardware list. | Miod Vallat | |
2001-10-06 | Note to self: save your file before running cvs diff, for your diff to | Miod Vallat | |
be complete... | |||
2001-10-06 | s/standrad/standard/ | Niklas Hallqvist | |
2001-10-06 | Since we have both KerberosIV and KerberosV, just mention ``Kerberos'' with | Miod Vallat | |
no version appended. | |||
2001-10-06 | Fix a few common typos and stuff related to tape installation. | Miod Vallat | |
2001-10-06 | Typo. | 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-06 | Remove MSDOSFS support from the ramdisk. | Miod Vallat | |
2001-10-06 | 2face version of boot icon. | Dale Rahn | |
2001-10-06 | More 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-06 | We must read the SROM ahead of time for all ADMtek-based PCI cards; based on | Aaron 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-06 | sync | Aaron Campbell | |
2001-10-06 | More TI FireWire products. | Aaron Campbell | |
2001-10-06 | unify hostkey check error messages, simplify prompt. | Markus Friedl | |
2001-10-06 | regression test for last buglet. Thanks Dale. | Marc Espie | |
2001-10-06 | This PUTBACK must be protected against EOF. The others are fine. | Marc Espie | |
2001-10-06 | +isp at sbus | Jason Wright | |
2001-10-06 | add sbus frontend for isp | Jason Wright | |
2001-10-06 | fix typo in error message, sync with do_exec_nopty | Markus Friedl | |
2001-10-06 | remove unused argument | Markus Friedl | |
2001-10-05 | grr, I had this right to begin with... NOW X10 firecracker works. | Jason Wright | |