summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2023-09-05strongly hint that people take advantage of sqlportsMarc Espie
2023-09-05document moving mechanismsMarc Espie
2023-09-05use terminology for other projects: it's still "fake" to us, butMarc Espie
acknowledge the more common name "staging area"
2023-09-05There's no index in bsd.port.mk these days.Marc Espie
2023-09-05Be more specific in some places.Marc Espie
In particular, telling people not to use pre-fake unless they know what they're doing is idiotic.
2023-09-05readmes hasn't existed for a long time, say goodbye to TEMPLATESMarc Espie
2023-09-05nits, explain when DISTFILES is automatically setMarc Espie
2023-09-04document DIST_TUPLE and related variables: EXTRACT_SUFX.<name>,Thomas Frohwein
TEMPLATE_DISTFILES.<name>, and TEMPLATE_HOMEPAGE.<name>. ok espie@
2023-09-04complete documentation for ALL_DISTFILES/ALL_PATCHFILES and theMarc Espie
new warning message
2023-09-03if UNLOCK_CMD is a user settings, so is LOCK_CMD !Marc Espie
2023-09-03gc ancient stuffMarc Espie
point people to pkg_create wrt FULLPKGNAME
2023-09-02document ALL_DISTFILES and ALL_PATCHFILESMarc Espie
2023-08-29Also support FDT now.Mark Kettenis
2023-08-26Update to reflect current functionality.Visa Hankala
2023-08-26provide some strong warnings about dlopenTheo de Raadt
ok guenther millert jmc
2023-08-22SUPDISFILES -> SUPDISTFILESJonathan Gray
2023-08-21more relevant instance of port with SUPDISTFILES, bootstrap stuffMarc Espie
on various architectures is often a good candidate
2023-08-21document the new DISTFILES.sufx infrastructureMarc Espie
2023-08-18Mark up variables in Bl with EvTheo Buehler
prompted by op
2023-08-18Document MODCARGO_WANTLIBTheo Buehler
initial diff from Ashlen
2023-08-17remove reference to old gcc3 module, spotted by Alexey BrovchenkoStuart Henderson
2023-08-17Document MODCARGO_INSTALL_TARGET_PATHTheo Buehler
2023-08-15spacial -> spatialJonathan Gray
ok stsp@
2023-08-12Mention recent developments.Miod Vallat
2023-08-08document new diagnosticMarc Espie
2023-08-07some readability tweaks; ok dlgJason McIntyre
2023-08-07add LJGMoritz Buhl
2023-08-07sec(4) to support route-based ipsec vpns.David Gwynne
committing it now so jmc@ gets commits for any fixes he makes.
2023-07-26revert previous: dlg tells me it's incorrectJason McIntyre
2023-07-26-.Cd "pseudo-device gre"Jason McIntyre
+.Cd "pseudo-device eoip"
2023-07-25Add CXXOPTS.ASOU Masato
ok deraadt@
2023-07-15sync with <sys/namei.h>; 'looks good' deraadtKlemens Nanni
Document missing struct nameidata members and fix one member's const-ness. Add REALPATH flag from 2019.
2023-07-12missing word; from thib4711Jason McIntyre
2023-07-09correct spellingJonathan Gray
confirmed by Vladimir
2023-07-08stfpcie(4) and stfpciephy(4)Mark Kettenis
2023-07-08stfpciephy(4)Mark Kettenis
2023-07-08stfpcie(4)Mark Kettenis
2023-07-08Mention JH7110.Mark Kettenis
2023-07-08add ietp(4);Jason McIntyre
2023-07-08Add ietp driver for Elantech I2C touchpadsJoshua Stein
From Vladimir Serbinenko
2023-07-07Remove softdep from example fstab fileJob Snijders
2023-07-06missed refcnt_init_trace in NAMEKlemens Nanni
2023-07-06Document dt(4)'s refcnt_init_traceKlemens Nanni
"yes please" mvs Input jca
2023-07-06add support for starting at a given timestamp/ISO8601 timeMarc Espie
2023-07-06new options (boilerplate progressmeter options)Marc Espie
and also the ability to specify a timestamp as a subset of ISO8601
2023-07-05Document DIOCXEND in pf(4) manpage.Alexandr Nedvedicky
With many improvements from jmc@ and kn@ OK jmc@, kn@ deraadt@
2023-07-04document the recent addition of "Building from scratch" and what it means.Marc Espie
2023-07-04m_reclaim() was removed in uipc_mbuf.c rev 1.195Jonathan Gray
2023-07-03Bring malloc(9) and <sys/malloc.h> into sync for M_* entries, suchPhilip Guenther
that the former's text comes from the latter's comments. Rationalize capitalization, whitespace, and plural-vs-singular. Mark things for for automation in the future. Prompted by loss of sync from the addition of M_IFGROUP and M_PF Previously worked up in discussion with schwarze@ and jmc@ ok deraadt@, miod@, jmc@
2023-07-02Add button mappings for two- and three-finger clicks on clickpads.Ulf Brosziewski
Based on a proposal of tobhe@. ok tobhe@