Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-04 | tweak previous; | Jason McIntyre | |
2010-10-04 | tweak previous; | Jason McIntyre | |
2010-10-04 | document ask-update | Marc Espie | |
2010-10-04 | document TARGETS | Marc Espie | |
2010-10-04 | be more forceful in pointing people at MULTI_PACKAGES/ONLY_FOR_ARCHS | Marc Espie | |
interaction. | |||
2010-10-04 | add support for midi(4) ports to envy(4) | Alexandre Ratchov | |
2010-10-04 | fp_wscale is only a single byte so do not byteswap it. This makes os | Claudio Jeker | |
fingerprinting on little endian systems work. People using the osfp feature need to update /etc/pf.os or -current will be blocked. OK deraadt@, jsg@, jsing@, millert@, sthen@ | |||
2010-10-04 | Update the OpenBSD fingerprint to match against -current systems. | Claudio Jeker | |
The automatic send and recv buffer scaling changed the OS fingerprint. OK jsg@, sthen@ | |||
2010-10-04 | - rearrange STANDARDS slightly to read better | Jason McIntyre | |
- remove a stray .Pp | |||
2010-10-03 | remove most mentions of the deprecated random devices. ok deraadt | Ted Unangst | |
2010-10-03 | iopoolification. Tested on my Advansys ASP-3940U2W. Various eyes | Kenneth R Westerback | |
including miod@, oga@, dlg@, matthew@. | |||
2010-10-03 | iopoolification. Tested on my Initio INIC-950. Various eyes including | Kenneth R Westerback | |
miod@, oga@, dlg@, matthew@. | |||
2010-10-03 | don't use non-standard CFLAGS; ok miod@, deraadt@ | Christian Weisgerber | |
2010-10-03 | tweak previous; | Jason McIntyre | |
2010-10-03 | Prevent the Dream Link USB LED Message Board to be attached as an HID | Jonathan Armani | |
device so it can be used in userland. ok jasper@ | |||
2010-10-03 | Sync | Jonathan Armani | |
ok jasper@ | |||
2010-10-03 | Add Dream Link USB LED Message Board v1.0 | Jonathan Armani | |
2010-10-03 | sync | Theo de Raadt | |
2010-10-03 | usb mouse; brynet@gmail | Theo de Raadt | |
2010-10-03 | sync | Theo de Raadt | |
2010-10-03 | DES_LONG should be u_int on all platforms, it was spuriously | Damien Miller | |
u_long on i386. suggested by deraadt@ and kettenis@ | |||
2010-10-03 | Remove unused header. ok deraadt@ | Takuya ASADA | |
2010-10-03 | Follow recent changes on mip64 FPU handling. ok deraadt@ miod@ | Takuya ASADA | |
2010-10-02 | turn off lid suspend if we doing halt -p | Theo de Raadt | |
ok kettenis marco miod | |||
2010-10-02 | unneccessary check before calling cpu_unidle; Vladimir Kirillov | Theo de Raadt | |
2010-10-02 | Ensure the caches are wbinvd'd before we say that the cpu is not running | Theo de Raadt | |
anymore. ok kettenis | |||
2010-10-02 | make ci_flags volatile; some future MD code will depend on this. | Theo de Raadt | |
ok kettenis | |||
2010-10-02 | Revert rev 1.13, TIOCGSIZE is actually older that TIOCGWINSZ. | Todd C. Miller | |
2010-10-02 | Added octeon specific cop0 registers. ok miod@ | Takuya ASADA | |
2010-10-02 | Suggest modern TIOCGSIZE, not the old sgtty TIOCGWINSZ. | Todd C. Miller | |
On OpenBSD they are identical but new code should use the new name. | |||
2010-10-02 | srandom device no longer provides "strong" random data | Ted Unangst | |
2010-10-02 | remove support for srandom and urandom. direct everyone to arandom instead. | Ted Unangst | |
we do this to prevent people from opening a device that sounds good, but doesn't have the properties they really need. ok deraadt | |||
2010-10-02 | style cleanup, no functional change: | Ingo Schwarze | |
* make the initial maxvis/mmax calculation easier to understand * where real, non-indexing casts happen, make them explicit * avoid a few lint warnings that can easily be fixed * remove one needless LINTED comment "I like this" kristaps@ | |||
2010-10-02 | somewhat complicated optimization: avoid reading the whole plist file | Marc Espie | |
when we're only looking for update-info. Means Ustar must deal with "partial" files. Occasionnally a huge win, such as skipping 95% of the kdebase or texlive plist when they don't need updating. I've been running with this for a few weeks now... | |||
2010-10-02 | don't try to read bogus stuff, we already errored out on it | Marc Espie | |
2010-10-02 | whitespace | Marc Espie | |
2010-10-02 | percolate up errors from perl asm scripts, correctly enable SHA-256 asm on | Damien Miller | |
amd64 | |||
2010-10-02 | Fix Ian@'s pms keyboard/mouse while keeping my eeePC working. | Kenneth R Westerback | |
For posterity: there is one time when pckbc commands must be thrown, and one time when pckbc commands must be polled. Diff from shadchin. ok miod@ | |||
2010-10-02 | We haven't been updating ofwboot during upgrades since 2006. This | Kenneth R Westerback | |
is contrary to our usual practice of updating boot blocks. Let's try copying in the new one if we can find the 'i' partition. ok deraadt@ | |||
2010-10-01 | fix -Wall due to API change | Damien Miller | |
2010-10-01 | turn off -g too | Damien Miller | |
2010-10-01 | adapt to API changes in OpenSSL-1.0.0a | Damien Miller | |
2010-10-01 | oops, didn't mean to turn -Werror on for everyone. | Damien Miller | |
2010-10-01 | adapt to API changes in openssl-1.0.0a | Damien Miller | |
2010-10-01 | update to openssl-1.0.0a | Damien Miller | |
2010-10-01 | update supporting files, crank library majors | Damien Miller | |
2010-10-01 | add missing; yay for cvs! | Damien Miller | |
2010-10-01 | resolve conflicts, fix local changes | Damien Miller | |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller | |
2010-10-01 | - document new MODCPAN_MODULES | Jasper Lievisse Adriaanse | |
feedback and ok espie@ |