summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2013-04-17Add new ioctl command USB_DEVICE_GET_DDESC to usb(4) to retrieve theMarcus Glocker
device descriptor. Help and ok mpi@
2013-04-17mention that the tga driver is specifically for the DECchip 21030Jonathan Gray
ok miod@
2013-04-16spelling fixes;Jason McIntyre
2013-04-16Adapt after recent gnome MODULE change.Antoine Jacoutot
2013-04-15do not Capitalize architecture names, because it makes it hard to searchTheo de Raadt
for them... especially important in this manual page.. diskless setup is a weavy path of use this, not that, but this, etc ok jmc
2013-04-08Add new ioctl's USB_DEVICE_GET_CDESC and USB_DEVICE_GET_FDESC to usb(4).Marcus Glocker
Those are the equivalents for ugen(4)'s USB_GET_CONFIG_DESC and USB_GET_FULL_DESC. Help and OK mpi@, jmc@
2013-04-05Small grammar fix. "a firmware" -> "a firmware file"Brian Callahan
"sounds better." tedu@
2013-03-30Remove mentioning specific systems with embedded Ethernet chipsets orBrad Smith
LOM in vge(4) which is pretty vague and common to many Ethernet chipsets. ok kettenis@
2013-03-30Remove mentioning dual-port cards and being built into motherboardsBrad Smith
and the bit about the hw list not being exhaustive. ok kettenis@
2013-03-28regen for vscsi(8) -> vscsi(4);Jason McIntyre
2013-03-26bits for octeon (will format as OCTEON in Dt);Jason McIntyre
2013-03-26hookup octeonJasper Lievisse Adriaanse
ok deraadt@
2013-03-26add octeon bits here tooJasper Lievisse Adriaanse
2013-03-26Document the recent change to the x11/gnome MODULE.Antoine Jacoutot
2013-03-26no more palm;Jason McIntyre
2013-03-25no need for these palm filesTheo de Raadt
2013-03-25these will not be built for palm since it went awayTheo de Raadt
2013-03-25space between macro arg and punctuation;Jason McIntyre
2013-03-25manpages under ${PORTSDIR}/infrastructure/man are in the default searchLandry Breuil
path since almost two years (r1.17 of man.conf) - fix corresponding documentation. From Timo Myyrä on ports@, thanks!
2013-03-24dlerror() should not return const char *, as noted by landryTheo de Raadt
ok guenther
2013-03-23Sync checksum flags with mbuf.h by renaming M_{TCP,UDP}V4_CSUM_OUT toLawrence Teo
M_{TCP,UDP}_CSUM_OUT. Also rename m_pkthdr.csum to m_pkthdr.csum_flags. Remove "/IPv4" from the descriptions of the M_{TCP,UDP}_CSUM_IN_* flags since they are also used to calculate TCP or UDP checksums over IPv6, such as on newer bge(4) chips (pointed out by naddy@). feedback/ok naddy, ok haesbaert jmc
2013-03-23Revert 1.138 and switch amd64, i386, arm, sh and sparc64 back to binutils 2.15.Miod Vallat
2013-03-22there is no lower controllable lower bound for nkmempagesTheo de Raadt
2013-03-21oops, missed this in previous;Jason McIntyre
2013-03-21NKMEMPAGES_MIN went away a long time ago. wording help from jmc.Theo de Raadt
2013-03-21Missed the man page bits for the IT8728.Bryan Steele
2013-03-21tweak previous;Jason McIntyre
2013-03-21Adapt after default USE_LIBTOOL moved from No to Yes.Antoine Jacoutot
ok jasper@ landry@ espie@ sthen@
2013-03-20Switch amd64, arm, i386, sh and sparc64 to binutils 2.17. Other platforms toMiod Vallat
follow soon.
2013-03-20Note that ruby 1.9 is now the default ruby version in all cases.Jeremy Evans
Add some more documentation about the ruby.port.mk variables and how they interact.
2013-03-19Add ruby20 FLAVOR to ruby-module(5).Jeremy Evans
2013-03-19Note that ruby 1.8 is the current default for non-gem or extconfJeremy Evans
ruby ports, and how to use MODRUBY_REV to choose which ruby version to use.
2013-03-18Recognize and treat files with .cpp extension like any other C++ file.Martin Pieuchot
This will help me reduce some xenocara Makefiles and as millert@ pointed out, .cpp has won over .C or .cxx ;) Tested in a bulk by landry@, ok espie@, sthen@
2013-03-17- Mention the VT6102 chipsetBrad Smith
- Add PC Engines boards; Requested by chris@ - Move section BUGS to CAVEATS and change the alignment comment to mention that this is only used for the VT3043 and VT86C100A chips ok chris@
2013-03-17Some improvements to the vr(4) man page, split out the hwBrad Smith
into a table and add some hw. ok sthen@
2013-03-17Mention Soekris hw.Brad Smith
ok sthen@
2013-03-17update Nd for vge; also, vic had been added in the wrong placeJason McIntyre
2013-03-17Split out the hardware listed in the page into a table andBrad Smith
add some more hardware. ok sthen@
2013-03-17Update the page to mention all of the Velocity controller models.Brad Smith
ok sthen@
2013-03-16mention how to disable RingEventIndexStefan Fritsch
OK jmc@
2013-03-15remove reference to the sequencer device, from jmcAlexandre Ratchov
2013-03-15regen after sequencer removalAlexandre Ratchov
2013-03-15Delete the sequencer(4) driver, since its not used any longer. DiffAlexandre Ratchov
mostly from armani. ok miod, mpi, jsg and help from sthen
2013-03-14commented out Host AP documentation gives grep false hope.Ted Unangst
2013-03-14Kill unused ACCEPT_JRL_LICENSE.Antoine Jacoutot
ok kurt@
2013-03-14Add man page bits.Bryan Steele
2013-03-14disable pie for kernel modules; from dinar talypov, ok deraadt, pascalMike Belopuhov
2013-03-14tedu faith(4), suggested by todd@ some weeks ago after a submission byMartin Pieuchot
dhill. ok krw@, mikeb@, tedu@ (implicit)
2013-03-14Remove SSLv2 references from the intro(3) and ssl(8) man pages, andLawrence Teo
mention in ssl(8) that SSLv2 was disabled in OpenBSD 5.2. feedback/ok jmc sthen
2013-03-12document limited boot support; help/ok jsingJason McIntyre
as reported by Lars Engblom