summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2006-04-03Clarify the firmware part of the iwi(4) manpage:Dimitry Andric
- Trim firmware files list to match -current - Mention URL of prepackaged proper firmware ok deraadt
2006-04-02clarify the Encore ENL832-TX model for the Realtek variant.Brad Smith
2006-03-29Recognise it(4) at port 0xd00 as well. This is where ASUS seemJonathan Gray
to be putting it on all their recent boards. "put this in" grange@
2006-03-28Add Intel 82801GB (ICH7M) SATA;Robert Nagy
reported by Gabor Micsko <trey@hup.hu>; ok jsg@ marco@ kettenis@
2006-03-27correction from jsg;Jason McIntyre
2006-03-27macppc has com now; fkr@bytemine.deTheo de Raadt
2006-03-27syncTheo de Raadt
2006-03-26tweaks; ok jsg, except one change which i'll alter if he disagrees..Jason McIntyre
2006-03-26grammar;Jason McIntyre
2006-03-26fix SEE ALSO;Jason McIntyre
2006-03-26Explain a bit more about the usage of isagpio(4).Alexander Yurchenko
Requested by deraadt@.
2006-03-26Support for accesing 8-bit ISA I/O throught the gpio(4)Alexander Yurchenko
framework. Allows to use stupid GPIO device on the Acrosser AR-B1662 board. Work by form@.
2006-03-26Support for Falcom Samba GPRS modem; from tm@openbsd.ru.Alexander Yurchenko
2006-03-26Better verbiage on unloading a map. PR 5059Marco Peereboom
from jason@
2006-03-25document BIOCGDIRFILT/BIOCSDIRFILT ioctlsDamien Miller
sync/sort the list of allowed ioctls under BIOCLOCK too
2006-03-25ddb.{console,panic} cannot be raised at securelevel 1 either;Jason McIntyre
from nicholas marriott; ok miod ray
2006-03-24oops, chip misnamed; roman.hunt@comcast.netTheo de Raadt
2006-03-24update supported device list and sort it while im here.David Gwynne
2006-03-24sort;Jason McIntyre
2006-03-24Driver for the serial interface to Qualcomm MSM EVDO modems.Jonathan Gray
Tested with Verizon Wireless by jolan@ ok dlg@
2006-03-24The Buffalo WLI-CB-B11 card uses SA2400 radio.Robert Nagy
2006-03-24typo; ray@humanrights.gov.auTheo de Raadt
2006-03-23deprive theo of his love for `Ns';Jason McIntyre
2006-03-23tweaks;Jason McIntyre
2006-03-21Encourage using strtonum(3).Ray Lai
Sync variable declarations with variables used in getopt(3) loop. OK otto@
2006-03-19Remove case '?': from getopt example.Ray Lai
OK otto@
2006-03-16some clarifications on the AGP supportTheo de Raadt
2006-03-16Document the APGIOC_XXX ioctls and associated structures.Dimitry Andric
ok matthieu@
2006-03-15mention machdep.allowaperture can be loweredTheo de Raadt
(and remove mention of XFree86 snuck in here by someone who did NOT understand how wrong that is)
2006-03-15syncTheo de Raadt
2006-03-14implement a Unicast Reverse Path Forwarding (uRPF) check for pf(4)Damien Miller
which optionally verifies that a packet is received on the interface that holds the route back to the packet's source address. This makes it an automatic ingress filter, but only when routing is fully symmetric. bugfix feedback claudio@; ok claudio@ and dhartmei@
2006-03-14Use .Xo/.Xc and .Fo/.Fc to put all arguments of iic_exec() in manRay Lai
page, breaking nine argument limit. ok grange, otto
2006-03-12with pcn(4) now in place remove or replace the references to PCI le(4)Martin Reindl
and complement pcn* at pci? where useful as request by brad@ ok brad@
2006-03-12document new attach args for devicesDavid Gwynne
2006-03-11better history section, one .Ox per sentence is enoughMartin Reindl
2006-03-10remove default Transport=udp and DOI=IPSEC to simplify example isakmpd configDavid Krause
ok jmc@ hshoexer@
2006-03-08Unbreak docs after marco.Alexander Yurchenko
2006-03-061-Wire bus support will first appear in OpenBSD 4.0, not 3.9.Alexander Yurchenko
Spotted by Dries Schellekens <gwyllion@ulyssis.org>.
2006-03-06actually, the authors section is a lie, since we rewrote itTheo de Raadt
2006-03-06i386 is not special anymoreTheo de Raadt
2006-03-05better wording from weingart;Jason McIntyre
2006-03-05document USER_LDT;Jason McIntyre
requested by mpech ok deraadt
2006-03-05tweaks;Jason McIntyre
2006-03-05add some articles;Jason McIntyre
2006-03-05piixpm works on amd64 too; from olivier cherrierJason McIntyre
ok grange
2006-03-05better wording;Jason McIntyre
2006-03-05Mention nfe(4).Jonathan Gray
2006-03-04Update caveats section to better reflect reality.Jonathan Gray
2006-03-04Dallas 1-Wire bus support. Includes the following drivers:Alexander Yurchenko
gpioow(4) 1-Wire bus bit-banging through GPIO pin onewire(4) 1-Wire bus driver owid(4) 1-Wire ID family type device owtemp(4) 1-Wire temperature family type device Drivers for RS-232 and USB bus masters will follow. ok deraadt@
2006-03-04Add support for Socket CF 10/100.Jonathan Gray
From Andrew Smith <asmith at tranquility.fsbusiness.co.uk>.