summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-04tweak previous;Jason McIntyre
2010-10-04tweak previous;Jason McIntyre
2010-10-04document ask-updateMarc Espie
2010-10-04document TARGETSMarc Espie
2010-10-04be more forceful in pointing people at MULTI_PACKAGES/ONLY_FOR_ARCHSMarc Espie
interaction.
2010-10-04add support for midi(4) ports to envy(4)Alexandre Ratchov
2010-10-04fp_wscale is only a single byte so do not byteswap it. This makes osClaudio 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-04Update 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 betterJason McIntyre
- remove a stray .Pp
2010-10-03remove most mentions of the deprecated random devices. ok deraadtTed Unangst
2010-10-03iopoolification. Tested on my Advansys ASP-3940U2W. Various eyesKenneth R Westerback
including miod@, oga@, dlg@, matthew@.
2010-10-03iopoolification. Tested on my Initio INIC-950. Various eyes includingKenneth R Westerback
miod@, oga@, dlg@, matthew@.
2010-10-03don't use non-standard CFLAGS; ok miod@, deraadt@Christian Weisgerber
2010-10-03tweak previous;Jason McIntyre
2010-10-03Prevent the Dream Link USB LED Message Board to be attached as an HIDJonathan Armani
device so it can be used in userland. ok jasper@
2010-10-03SyncJonathan Armani
ok jasper@
2010-10-03Add Dream Link USB LED Message Board v1.0Jonathan Armani
2010-10-03syncTheo de Raadt
2010-10-03usb mouse; brynet@gmailTheo de Raadt
2010-10-03syncTheo de Raadt
2010-10-03DES_LONG should be u_int on all platforms, it was spuriouslyDamien Miller
u_long on i386. suggested by deraadt@ and kettenis@
2010-10-03Remove unused header. ok deraadt@Takuya ASADA
2010-10-03Follow recent changes on mip64 FPU handling. ok deraadt@ miod@Takuya ASADA
2010-10-02turn off lid suspend if we doing halt -pTheo de Raadt
ok kettenis marco miod
2010-10-02unneccessary check before calling cpu_unidle; Vladimir KirillovTheo de Raadt
2010-10-02Ensure the caches are wbinvd'd before we say that the cpu is not runningTheo de Raadt
anymore. ok kettenis
2010-10-02make ci_flags volatile; some future MD code will depend on this.Theo de Raadt
ok kettenis
2010-10-02Revert rev 1.13, TIOCGSIZE is actually older that TIOCGWINSZ.Todd C. Miller
2010-10-02Added octeon specific cop0 registers. ok miod@Takuya ASADA
2010-10-02Suggest 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-02srandom device no longer provides "strong" random dataTed Unangst
2010-10-02remove 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-02style 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-02somewhat complicated optimization: avoid reading the whole plist fileMarc 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-02don't try to read bogus stuff, we already errored out on itMarc Espie
2010-10-02whitespaceMarc Espie
2010-10-02percolate up errors from perl asm scripts, correctly enable SHA-256 asm onDamien Miller
amd64
2010-10-02Fix 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-02We haven't been updating ofwboot during upgrades since 2006. ThisKenneth 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-01fix -Wall due to API changeDamien Miller
2010-10-01turn off -g tooDamien Miller
2010-10-01adapt to API changes in OpenSSL-1.0.0aDamien Miller
2010-10-01oops, didn't mean to turn -Werror on for everyone.Damien Miller
2010-10-01adapt to API changes in openssl-1.0.0aDamien Miller
2010-10-01update to openssl-1.0.0aDamien Miller
2010-10-01update supporting files, crank library majorsDamien Miller
2010-10-01add missing; yay for cvs!Damien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller
2010-10-01- document new MODCPAN_MODULESJasper Lievisse Adriaanse
feedback and ok espie@