aboutsummaryrefslogtreecommitdiff
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
...
* pgpkeys: Update my keyYasuhiro Kimura2024-09-221-42/+197
|
* Update my pgp keyCarlo Strub2024-09-201-23/+125
|
* Update developer-handbook tools, remove deprecated portsOskar Holmlund2024-09-201-8/+3
| | | | | | | | | | | | | | | | | | | Remove lang/gcl https://www.freshports.org/lang/gcl remove lang/cmucl https://www.freshports.org/lang/cmucl Update perl version 5.24->5.36 Remove lang/icon https://www.freshports.org/lang/icon/ Update Lua version Reviewed by: Pau Amma, mhorne, manu Approved by: Pau Amma, manu(mentor) Differential Revision: https://reviews.freebsd.org/D46645
* handbook: bump for 13.4-RMarc Fonvieille2024-09-181-1/+1
|
* documentation/themes: Enhance the book-menu featureDanilo G. Baio2024-09-152-4/+4
| | | | | | | | | | To activate the book menu, it is essential for the document to have a showBookMenu parameter set as a boolean. However, not all documents use a boolean; many utilize a string 'true' instead. This inconsistency often arises from translations, where our current tool, po4a, does not handle frontmatter correctly. This will ensure that the book menu displays correctly regardless of whether showBookMenu is set as a boolean or a string.
* doc/pt-br: Add search translationDanilo G. Baio2024-09-151-1/+1
|
* pt-br/books/fdp-primer: Sync with en e5b1222Danilo G. Baio2024-09-154-160/+242
| | | | Obtained from: https://translate-dev.freebsd.org
* doc: Update source files (en .po), for translationsDanilo G. Baio2024-09-1481-28525/+30506
|
* [documentation]: Fix another incomplete tableFernando Apesteguía2024-09-111-0/+3
| | | | | | | | | So we can have a clean build. The problem though is in a very outdated translation file that does not exist in master anymore. PR: 281396 Reported by: wosch@FreeBSD.org
* porters-handbook: Document updates to samba.mkMateusz Piotrowski2024-09-101-3/+7
| | | | | PR: 280977 Sponsored by: Klara, Inc.
* documentation/tools: Make *key.sh more portableIgor Ostapenko2024-09-092-15/+16
| | | | | | | | POSIX does not include ";&" as a case fallthrough syntax. Reviewed by: kp, des, markj Approved by: kp (mentor) Differential Revision: https://reviews.freebsd.org/D46453
* handbook: samba: Remove outdated `security=share` documentationMateusz Piotrowski2024-09-091-4/+2
| | | | | | | | | "share" is no longer a supported setting for the "security" option. Update our documentation accordingly. PR: 252893 Reported by: cm@sdf.org Sponsored by: Klara, Inc.
* [fdp-primer]: Clarify link macros usageFernando Apesteguía2024-09-071-1/+38
| | | | | | | | Put some order in what macros to use when. Follow-up for e6e9a81269 Differential Revision: https://reviews.freebsd.org/D46481
* [documentation]: Fix links in all output formatsFernando Apesteguía2024-09-0763-654/+1117
| | | | | | | | | | | | | Use the crossref: macro for intra-file and intra-book links. This will produce the correct link in Single HTML, Splitted HTML and PDF. Rework the macro to include the PDF special render. While here, briefly document macros. PR: 266107 Reviewed by: bcr@, dbaio@, concussious.bugzilla_runbox.com Differential Revision: https://reviews.freebsd.org/D46480
* doc/config/offline: Allow git commandDanilo G. Baio2024-09-071-1/+1
| | | | Following 826d39cdc4921ba5fce1780cfeeb116da0f0f556
* - update FAQ (zh-tw) abstract translation to sync with the english version.Ruey-Cherng Yu2024-09-061-3/+1
|
* pgpkeys: Proactively extend my key for another year.Dag-Erling Smørgrav2024-09-041-51/+51
|
* sockets(examples): remove unused register, replace bzero with memsetrilysh2024-09-041-14/+10
| | | | | | | | | | | | | | | | | | * Remove the redundant register keyword from the variables, as most compilers (GCC/Clang) just ignore them, and they're mostly just noise. * Replace bzero() with memset(). IEEE 1003.1-2008 removes the spec of bzero(), replacing it with memset(). * Use socklen_t (unsigned type) for variable b in the socket bind example. * Add unistd.h header file in the socket connect example (it is used by the write() and read() libc calls). Remove unnecessary (char *) cast from argv[1]. Signed-off-by: rilysh <nightquick@proton.me> Reviewed-by: emaste@
* Update my pgp key expiry.Tim Bishop2024-08-291-64/+64
|
* - update title and metadataRuey-Cherng Yu2024-08-271-21/+7
| | | | | | | - update FAQ title - update trademark entity - update copyright year - remove release related matadata
* New committer (src): Igor Ostapenko (igoro)Igor Ostapenko2024-08-262-0/+775
| | | | | | | | Complete steps 1-4 from Committer's Guide, "7.1 For New Committers". Reviewed by: markj, kp Approved by: markj (mentor), kp (mentor) Differential Revision: https://reviews.freebsd.org/D46436
* documentation: Fix all warningsFernando Apesteguía2024-08-2022-4/+49
| | | | All warnings related to tables with unfinished rows.
* Allow git commandFernando Apesteguía2024-08-191-1/+1
| | | | | | | Use the default configuration as show in the Hugo site: https://gohugo.io/about/security/#security-policy Necessary for the upcoming update to hugo 0.133.0
* Update se@ PGP key expiry dateStefan Eßer2024-08-151-33/+40
|
* searchable index of all ports is at ports.freebsd.orgWolfram Schneider2024-08-148-14/+14
| | | | PR: 280816
* Use full path to ifconfig/route binaries in VNET config example scriptBenedict Reuschling2024-08-121-7/+7
| | | | | | | | | | | | | | | Before this change, the jail.conf example for VNET jails produces the following error when running "service jail start vnet": Starting jails: cannot start jail "vnet": jail: vnet: exec ifconfig: No such file or directory jail: vnet: ifconfig epair154 create up: failed The solution is to provide full paths to both ifconfig and route (/sbin/ifconfig and /sbin/route, respectively) in the example. Afterwards, the jail starts without errors. This seems to be the only occurance in the chapter since the other examples do not have any exec.{prestart,start,poststop} sections.
* 13.4-R: Revert previous commit until the 13.4-R releaseMarc Fonvieille2024-08-101-1/+1
|
* 13.4-R: Temporary version rebump for 13.4-RMarc Fonvieille2024-08-101-1/+1
| | | | The doc tree needs to be retagged with a fix, so a rebump is needed.
* Move osamaabb's GPG key to the right placeColin Percival2024-08-101-0/+43
| | | | | | | Mea culpa, I need to review patches more closely. Fixes: e4957ac9d52d "New committer (src): Osama Abboud ( osamaabb )" Reported by: Graham Perrin
* 13.4-R: Revert previous commit until the 13.4-R releaseMarc Fonvieille2024-08-091-1/+1
|
* 13.4-R: Temporary version bump for 13.4-Rrelease/13.4.0Marc Fonvieille2024-08-091-1/+1
|
* books/handbook: use of correct releases version.Marc Fonvieille2024-08-091-1/+1
|
* pgpkeys: Extend expiration date for my PGP keys until 2027Joseph Mingrone2024-08-061-78/+78
|
* Add section about automatic runtime directories handling since FreeBSD 14.1Benedict Reuschling2024-08-011-1/+3
| | | | | | | | | | | FreeBSD 14.1 added functionality to automatically create XDG runtime directories needed for Wayland to run. Add a section describing this and how to handle it in pre-14.1 releases. I changed the resulting diff to use active voice in the last sentence. Reported by: concussious.bugzilla_runbox.com Approved by: manu, lwhsu,x11 Differential Revision: https://reviews.freebsd.org/D45953
* arch-handbook: rewrite MAC chapter K&R C prototypesEd Maste2024-07-281-954/+258
| | | | | | | | | K&R C has been deprecated for decades and is no longer valid C. Reported by: https://101010.pl/@nabijaczleweli/112860058280711119 Reviewed by: lwhsu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D46171
* 13.2: Add to unsupported release listColin Percival2024-07-201-0/+3
| | | | | | | Update the EoL instructions to add this to the checklist. PR: 280193 Reported by: Graham Perrin
* There is only one method to install the ports tree so make this singularBrad Davis2024-07-161-1/+1
|
* rc-scripting: Strip whitespace and fix typosMateusz Piotrowski2024-07-161-16/+16
| | | | Fixes: e9bc86f962 rc scripting article: file naming convention and "instancing"
* handbook: security: Reword OpenSSH descriptionMateusz Piotrowski2024-07-161-1/+1
| | | | | | We do not want the reader to think that the base system OpenSSH version might be less secure than security/openssh-portable due to less frequent updates.
* rc scripting article: file naming convention and "instancing"Alexander Leidinger2024-07-161-1/+104
| | | | | | | - emphasize the file naming convention and why - add a section about "instancing" Reviewed by: Pau Amma (doc/english bits) Differential Revision: https://reviews.freebsd.org/D45897
* Fix typo: s|Passwork|Password|Fukang Chen2024-07-071-1/+1
|
* gpgkeys: Update core.13 membersLi-Wen Hsu2024-07-031-13/+13
| | | | Approved by: core
* handbook: Update the latest core election dateLi-Wen Hsu2024-07-031-1/+1
| | | | Approved by: core
* dev-model: Update core secretaryLi-Wen Hsu2024-07-031-1/+1
| | | | Approved by: core
* pgpkeys: Update my keyLi-Wen Hsu2024-07-031-106/+29
|
* Fix grammar in ZFS handbook chapter, rollback sectionBenedict Reuschling2024-06-301-2/+2
| | | | | Submitted by: ntremble@gmail.com PR: 279481
* documentation/themes: Fix the Download PDF link after Hugo upgradeDanilo G. Baio2024-06-294-12/+24
| | | | | PR: 279896 Reported by: freebsd.illusive064@passinbox.com
* handbook/jails: consistent spacing and assignmentMina Galić2024-06-261-2/+2
| | | | | | | Fix some inconsistencies reported on IRC. Reviewed by: dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/370
* handbook/jails: Fix thinjail instructions on UFSElijah Gwynn2024-06-261-2/+1
| | | | | | | | | | | | The zfs instructions say to clone a snapshot from the skeleton to the new thinjail. But the UFS instructions say to _make_ the thinjail directory first and then copy the skeleton into it. This will cause your new jail to be inside of `/usr/local/jails/containers/thinjail/13.2-RELEASE-skeleton` instead of just `/usr/local/jails/containers/thinjail`. Reviewed by: dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/382
* handbook/network: Fix wording to reflect commands without DHCPMario Campos2024-06-261-1/+1
| | | | | | | | The `sysrc` commands would be enabled when an interface configures its address via SLAAC, not DHCP. Hence, the instruction is incorrect. Reviewed by: https://github.com/rilysh, dbaio Pull Request: https://github.com/freebsd/freebsd-doc/pull/383