Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-25 | manpages under ${PORTSDIR}/infrastructure/man are in the default search | Landry Breuil | |
path since almost two years (r1.17 of man.conf) - fix corresponding documentation. From Timo Myyrä on ports@, thanks! | |||
2013-03-24 | dlerror() should not return const char *, as noted by landry | Theo de Raadt | |
ok guenther | |||
2013-03-23 | Sync checksum flags with mbuf.h by renaming M_{TCP,UDP}V4_CSUM_OUT to | Lawrence 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-23 | Revert 1.138 and switch amd64, i386, arm, sh and sparc64 back to binutils 2.15. | Miod Vallat | |
2013-03-22 | there is no lower controllable lower bound for nkmempages | Theo de Raadt | |
2013-03-21 | oops, missed this in previous; | Jason McIntyre | |
2013-03-21 | NKMEMPAGES_MIN went away a long time ago. wording help from jmc. | Theo de Raadt | |
2013-03-21 | Missed the man page bits for the IT8728. | Bryan Steele | |
2013-03-21 | tweak previous; | Jason McIntyre | |
2013-03-21 | Adapt after default USE_LIBTOOL moved from No to Yes. | Antoine Jacoutot | |
ok jasper@ landry@ espie@ sthen@ | |||
2013-03-20 | Switch amd64, arm, i386, sh and sparc64 to binutils 2.17. Other platforms to | Miod Vallat | |
follow soon. | |||
2013-03-20 | Note 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-19 | Add ruby20 FLAVOR to ruby-module(5). | Jeremy Evans | |
2013-03-19 | Note that ruby 1.8 is the current default for non-gem or extconf | Jeremy Evans | |
ruby ports, and how to use MODRUBY_REV to choose which ruby version to use. | |||
2013-03-18 | Recognize 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 chipset | Brad 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-17 | Some improvements to the vr(4) man page, split out the hw | Brad Smith | |
into a table and add some hw. ok sthen@ | |||
2013-03-17 | Mention Soekris hw. | Brad Smith | |
ok sthen@ | |||
2013-03-17 | update Nd for vge; also, vic had been added in the wrong place | Jason McIntyre | |
2013-03-17 | Split out the hardware listed in the page into a table and | Brad Smith | |
add some more hardware. ok sthen@ | |||
2013-03-17 | Update the page to mention all of the Velocity controller models. | Brad Smith | |
ok sthen@ | |||
2013-03-16 | mention how to disable RingEventIndex | Stefan Fritsch | |
OK jmc@ | |||
2013-03-15 | remove reference to the sequencer device, from jmc | Alexandre Ratchov | |
2013-03-15 | regen after sequencer removal | Alexandre Ratchov | |
2013-03-15 | Delete the sequencer(4) driver, since its not used any longer. Diff | Alexandre Ratchov | |
mostly from armani. ok miod, mpi, jsg and help from sthen | |||
2013-03-14 | commented out Host AP documentation gives grep false hope. | Ted Unangst | |
2013-03-14 | Kill unused ACCEPT_JRL_LICENSE. | Antoine Jacoutot | |
ok kurt@ | |||
2013-03-14 | Add man page bits. | Bryan Steele | |
2013-03-14 | disable pie for kernel modules; from dinar talypov, ok deraadt, pascal | Mike Belopuhov | |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot | |
dhill. ok krw@, mikeb@, tedu@ (implicit) | |||
2013-03-14 | Remove SSLv2 references from the intro(3) and ssl(8) man pages, and | Lawrence Teo | |
mention in ssl(8) that SSLv2 was disabled in OpenBSD 5.2. feedback/ok jmc sthen | |||
2013-03-12 | document limited boot support; help/ok jsing | Jason McIntyre | |
as reported by Lars Engblom | |||
2013-03-12 | Update to tzdata2013b from iana.org | Todd C. Miller | |
2013-03-11 | missing spaces; | Jason McIntyre | |
2013-03-11 | Report new PF "translation" counter, indicating that address translation | Stuart Henderson | |
has failed due to no free ports in the configured range. ok mikeb@ | |||
2013-03-11 | fix REGRESS -> TEST | Marc Espie | |
2013-03-10 | document REGRESS -> TEST | Marc Espie | |
2013-03-10 | add placeholder for lang/erlang | Jasper Lievisse Adriaanse | |
2013-03-10 | Allow the PIE/NOPIE variables in bsd.own.mk to be overriden. Force proper | Miod Vallat | |
values in Makefile.cross to make sure binutils are built with the proper PIE_DEFAULT value for the target. ok millert@ deraadt@ | |||
2013-03-10 | a small cheap adapter, keebox w150nu | Ted Unangst | |
2013-03-09 | fix target name | Marc Espie | |
2013-03-09 | document simpler logic | Marc Espie | |
2013-03-08 | zap PERMIT_DISTFILES_CDROM | Marc Espie | |
2013-03-07 | Add ECDSA instructions to ssl(8), with this and DSA's method now generating | Stuart Henderson | |
a CSR first, then a self-signed cert as a separate step, using the -days and -sha256 options in the example. Syncs with style used for RSA here/faq and saves hair pulling if you actually want a CSR and don't notice the "-x509". Tweaks from jmc@, stsp and jung like the separate use of -days. | |||
2013-03-05 | Allied Telesis AT-2916T | Mike Belopuhov | |
2013-03-04 | i missed a list of ciphers that rogier krieger didn't miss. thanks. | Jasper Lievisse Adriaanse | |
2013-03-04 | sync with reality, only sha256 checksums are generated for distinfo. | Jasper Lievisse Adriaanse | |
prompted by a mail on ports@ by rogier krieger ok landry@ | |||
2013-02-19 | Make it clear that the default implicit 'pass' rule does not create state, | Stuart Henderson | |
make sense to deraadt@, ok/wording tweak from mikeb. | |||
2013-02-16 | Make it clear that USE_MFS is not meant to be set by a user. This | Antoine Jacoutot | |
would prevent dumb people like yours truly wondering why dpb -M does not do the right thing. ok espie@ | |||
2013-02-14 | rework EXAMPLES somewhat, and remove the obsolete NONE NONE NONE dhcp | Jason McIntyre | |
stuff; ok krw |