summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-28man page for apm(4)Otto Moerbeek
2010-02-28build for loongson; ok miod@ jasper@ matthieu@Otto Moerbeek
2010-02-28syncOtto Moerbeek
2010-02-28sync for realOtto Moerbeek
2010-02-28syncOtto Moerbeek
2010-02-28add apmOtto Moerbeek
2010-02-28Basic apm(4), providing battery/power status and events. apm(4) is theOtto Moerbeek
generic part, ykbec(4) provides the device specific parts. Other battery/power status drivers can easily hook to adb(4). With help from miod@; ok matthieu@ miod@ jasper@
2010-02-27Remove ELF check. It is broken and since the PROM checks the loaded executableMark Kettenis
anyway, it's not worth fixing. Bump version number. ok deraadt@
2010-02-27Remove the paragraph about "sysctl debug" as suggested by kettenis@.Ingo Schwarze
It misled users to think they could use it, and it didn't really provide any useful information. Instead, note that some sysctl variables depend on options(4). OK jmc@
2010-02-27regenRobert Nagy
2010-02-27add Radeon HD4890 from Tero KoskinenRobert Nagy
2010-02-27Fix multicast handling. All Atheros controllers use big-endian formKevin Lo
when computing multicast hash. From Brad via FreeBSD
2010-02-27Fix the atelnet() function, which was wrong in several ways.Nicholas Marriott
Pointed out by obsd at happyjack.org, fix based on a diff from kili@. ok deraadt
2010-02-27Eliminate double call to scsi_done() when polling.Kenneth R Westerback
Reported by and fix tested by peters at schwertfische dot de.
2010-02-27Don't print sense info for ioctl's. Let the userland program decideKenneth R Westerback
what to tell the user. Silences cdio and cdrecord while probing media. ok dlg@ marco@ deraadt@
2010-02-26use more mkhybrid flags like we do elsewhere; rockridge in the iso image is ↵Theo de Raadt
a good idea
2010-02-26grow the miniroot a wee little bitTheo de Raadt
2010-02-26when we build a vendor label for writing, clear the memory supplied by theTheo de Raadt
buffer cache first, so that all sorts of gibble doesn't end up on the disk. ok kettenis (for the sparc/sparc64 ones, at least)
2010-02-26crank version of the ofwboot, so we can tell which is whichTheo de Raadt
2010-02-26tweak previous;Jason McIntyre
2010-02-26- remove double cvs id'sJasper Lievisse Adriaanse
2010-02-26- there's just no volume control here.Jasper Lievisse Adriaanse
discussed with and ok jakemsr@ jmc@
2010-02-26- this device doesn't provide volume control, so stop whining about it. it's ↵Jasper Lievisse Adriaanse
just not there. ok jakemsr@ drahn@
2010-02-26regression tests for certified keysDamien Miller
2010-02-26Add support for certificate key types for users and hosts.Damien Miller
OpenSSH certificate key types are not X.509 certificates, but a much simpler format that encodes a public key, identity information and some validity constraints and signs it with a CA key. CA keys are regular SSH keys. This certificate style avoids the attack surface of X.509 certificates and is very easy to deploy. Certified host keys allow automatic acceptance of new host keys when a CA certificate is marked as trusted in ~/.ssh/known_hosts. see VERIFYING HOST KEYS in ssh(1) for details. Certified user keys allow authentication of users when the signing CA key is marked as trusted in authorized_keys. See "AUTHORIZED_KEYS FILE FORMAT" in sshd(8) for details. Certificates are minted using ssh-keygen(1), documentation is in the "CERTIFICATES" section of that manpage. Documentation on the format of certificates is in the file PROTOCOL.certkeys feedback and ok markus@
2010-02-26Back out the last commit. Bizzarely, that extra l@ makes boong from CD fail!Theo de Raadt
Why this code, which must be executed, is not failing on disk is an utter mystery. More investigation needed.
2010-02-26fix TRY_BROKENMarc Espie
2010-02-26initialise 's' before first use in the unlikely error path; from cnstTheo de Raadt
2010-02-26Fix some minor issues. 0 instead of NULL in one comparison. Set theClaudio Jeker
right flags when protecting the IPv6 loopback addr (instead of reassigning the IPv4 ones) and install the IPv4 loopback blocker as 127/8 and not as 127.0.0.1/8. First two found by Hiroki Sato hrs (at) allbsd org and I found the 127/8 issue all by myself.
2010-02-26- fix netmask matching for AF_INET, it was broken in many ways, problemGilles Chehade
was reported by nicm@ which spent a couple hours with me trying to understand what was causing the bug, and helping me write and test fix.
2010-02-26Subdevice interrupt dispatcher for voyager(4) and ohci@voyager device, onlyMiod Vallat
allowed to match on old gdium artwork, as newer artwork have nothing connected to the usb pins, and this causes the empty bus probe to stall the boot a few seconds.
2010-02-26remove superfluous hyphen on `analog-to-digital' and `digital-to-analog'Igor Sobrado
for consistency with other manual pages. ok jakemsr@
2010-02-26pcfadc is in section 4 of the manual, not in section 8; use lowerIgor Sobrado
case letters for both `environmental monitoring subsystem' and `analog to digital converter', as these are generic terms and not trade marks; s/analogue/analog/ on `analogue to digital converter'. tweak on iic(4) reminded by jmc@ ok jmc@
2010-02-26Old news: there is an experimental "loongson" port.Ingo Schwarze
This commit corresponds to what jmc@ did in share/tmac/mdoc/doc-common and share/man/man7/mdoc.samples.7 on January 24.
2010-02-26The groff_man(7) manual says "the first line of text following" .TP isIngo Schwarze
used as a label, not "the first line following", so allow (some kinds of) intervening macros - some people actually put macros in between. On the other hand, when there is no text line before the next block macro, that is, when the .TP block ends without any text line, then something *is* broken, so still error out in that case.
2010-02-26Support .It .Xo.Ingo Schwarze
The trick is to not switch from the .It header to the body at EOL, but, in case an explicit block macro follows, at the end of the block.
2010-02-26regenRobert Nagy
2010-02-26Add Ricoh SD/MMC found in the Dell Studio 1557Robert Nagy
ok deraadt@
2010-02-26Swap order of RB tree sorting from type, ls_id, adv_rtr to type, adv_rtr,Claudio Jeker
ls_id. This is needed since sometimes the ls_id is not known and we need to walk part of the tree.
2010-02-26Array indices are limited to 0 through 10239 now.william
ok jmc deraadt
2010-02-25syncTheo de Raadt
2010-02-25One more substitution of label 0 with NO_LABEL.Michele Marchetto
ok claudio@
2010-02-25Fix up some of the comments to use the correctAlexandre Ratchov
capitilization for names. from brad, thanks!
2010-02-25Add VT1617 codec ID used in VIA Tremor 5.1 cards,Alexandre Ratchov
from Alexandr Shadchin <alexandr.shadchin at gmail.com>, thanks!
2010-02-25Remove trailing spaces,Alexandre Ratchov
from Alexandr Shadchin <alexandr.shadchin at gmail.com>, thanks!
2010-02-25Whitespaces cleanup.Michele Marchetto
2010-02-25NO_LABEL (instead of zero) must be used to mean that no labels are associatedMichele Marchetto
with the prefix. ok claudio@
2010-02-25fix two comments that i forgot when the SA query transaction identifierDamien Bergamini
changed from 16 bytes to 2 bytes. no binary change
2010-02-25new run(4) idsDamien Bergamini
2010-02-25new run(4) idsDamien Bergamini
from Windows driver via http://www.wikidrivers.com/wiki/Ralink_RT2870