summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-02-25Do not use bufferevent for something that's already covered in the imsgClaudio Jeker
buffer API. This fixes a few possible problems in session_read and does some further cleanup in various places. Wrap msgbuf into evbuf to add libevent functionality and use buf_read to handle the read side of a session. OK michele@ and dlg@ did not see anything evil
2010-02-25fix the usage messageTheo de Raadt
2010-02-25CAVEATS for suid programs; based on a diff from Rogier KriegerJason McIntyre
ok deraadt
2010-02-25Do not attempt to silently continue text for the last column of tablesIngo Schwarze
generated by .Bl -column .It <tab> on following lines. This is a workaround; fixing it properly in a way compatible with our old groff would require .Xo support for .Bl -column phrases in mandoc(1), which is too much work right now just to fix exactly this one place in our tree. ok jmc@ This commit fixes the last issue i'm aware of which prevented building our whole tree with mandoc. Not all pages format nicely yet, but none kill the build any more.
2010-02-25The correct value of DEL is 0x7F, not 0xFF. This is purely a documentationChristian Weisgerber
issue--od(1) and hexdump(1) behave as expected. From FreeBSD.
2010-02-25Fix AS-ext LSA detailed output. While there rework the way we printClaudio Jeker
prefixes a bit. The output is now a bit more compact.
2010-02-25fix incorrect reference; ok jmc@ gilles@ jacekm@Kevin Steves
2010-02-25get rid of overlapping blocks discouraged by mdoc.samples(7);Ingo Schwarze
found by and unbreaking the build with mandoc(1); "fine" jmc@ sobrado@
2010-02-25Add support for the 82599 ExpressModule (X520-P2) card.Jonathan Gray
2010-02-25regenJonathan Gray
2010-02-25add product id for 82599 ExpressModule found in the Linux driver.Jonathan Gray
2010-02-25+.It Xr stsec 4Jason McIntyre
2010-02-25let's try to avoid uppercasing nouns unneccessarily;Jason McIntyre
2010-02-25a little cleanup;Jason McIntyre
2010-02-25sync with www/build/mirrors.datStuart Henderson
2010-02-25make nsd compile on gcc2 platforms; from miod@Jakob Schlyter
2010-02-25- apache would send the wrong Host-Header back when setup as a reverse proxyJasper Lievisse Adriaanse
with ProxyPreserveHost. fixes pr6009, though i applied a different fix as what was suggested in that pr. ok sthen@
2010-02-25fix some fallout from the >2G commit. namely allow for all byte counters toPierre-Yves Ritschard
report the correct size when it exceeds a long's capacity. From Dan Harnett <daniel @ harnett . name>
2010-02-25- endianness fixes in then bioctl code;Marco Peereboom
- recognize additional volume and drive states; - make use of the disk vendor_id as it makes sense for sas drives; - fixup offline_reason definitions; - bring back nitems that was removed unintentionaly; - remove unused mpii_get_raid_config_pg0. from <mkb@crypt.org.ru>
2010-02-25some minor tweaks to the "next day cleanup": in particular,Ingo Schwarze
reference security(8) and make it clear that mail is not always sent; discussed some time ago with jmc@
2010-02-25obvious syntax fix: add missing double quote;Ingo Schwarze
found by mandoc -Wall -Tlint
2010-02-25Add 6300ESB/6321ESB to the list, from Brad.Stuart Henderson
2010-02-24Update comments: the bit we flip in ISR4C on LS2F systems is not undocumented,Miod Vallat
but documentation for it only exists in Chinese. I still don't have the slightest idea why flipping it is important, but I am more confident flipping it now (-:
2010-02-24Minimal support for the ST7 chip found on Gdium Liberty, brings us batteryMiod Vallat
information and a few other things not yet wired.
2010-02-24Force write posting after changing GPIO pin status.Miod Vallat
2010-02-24Fix read/write logic to not rely upon M41T8X_TOD_START being zero.Miod Vallat
No functional change.
2010-02-24Don't print "EEPROM reload timed out" message. Devices that don't have anMark Kettenis
EEPROM exist (RouterBOARD RB600A) and reloading default values from the EEPROM will fail on those decives. ok deraadt@
2010-02-24Sweex LW153Damien Bergamini
2010-02-24The Sweex LW153 is a run(4).Damien Bergamini
2010-02-24more run(4) idsDamien Bergamini
2010-02-24new vendor OvisLink and associated run(4) id.Damien Bergamini
new Pegatron run(4) id.
2010-02-24ALLWIN TechDamien Bergamini
2010-02-24new vendor ALLWIN Tech and associated run(4) product ids.Damien Bergamini
2010-02-24- use proper capitalization and add two more .Xr'sJasper Lievisse Adriaanse
2010-02-24- properly maintain sc->curchanDamien Bergamini
- return 1 in athn_intr for the gpio intr too
2010-02-24Disable Reduced Interframe Space search on AR9160 to workaroundDamien Bergamini
baseband issues. It would be cleaner to modify directly the initvals for AR9160 but I want to keep the exact same initvals as the Linux ath9k driver. from ath9k
2010-02-24fix AR_PHY_TX_DESIRED_SCALE_CCK mask (only affect AR9280 2.0Damien Bergamini
with ROM rev >= 20) do some cleanup of phy registers definitions while i'm here.
2010-02-24Typo fix from Tim van der Molen.Nicholas Marriott
2010-02-24Don't set the terminal to nonblocking on detach until we have finished with itNicholas Marriott
entirely.