Commit graph

22 commits

Author SHA1 Message Date
Mitchell Horne 552e24e454 hier(7): remove text describing /usr/src layout
It poses a maintenance burden, since much of the information is
duplicated in the src tree's README.md file. Readers who are interested
enough in learning about the structure of the src tree can download it,
or browse the README online. Have hier(7) just point them there instead.

PR:		261349
Discussed with:	freebsd-arch@, freebsd-doc@ lists
Reviewed by:	imp, emaste
MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D37135

(cherry picked from commit f0e4e02110)
2022-12-05 12:37:07 -04:00
Mitchell Horne 9409cdaf79 README.md: shift description of kernel config files
Document it in sys/README.md instead. Describe the purpose of LINT
config files as well.

Reviewed by:	imp
MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D37134

(cherry picked from commit 9e0dcd0ab2)
2022-12-05 12:32:39 -04:00
Mitchell Horne b548d985de Create sys/README.md
Add this primarily to document the sys/ subdirectories of the source tree.

This is a straight copy from the contents of hier(7). Improvements will
follow in other changes.

Reviewed by:	imp, emaste
MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D37132

(cherry picked from commit d1087fe843)
2022-12-05 12:32:19 -04:00
Mitchell Horne 4bfc1fb862 README.md: link to the list of supported platforms
It answers a question that someone might have when faced with the source
tree for the first time, and improves discoverability of the platforms
page.

Reviewed by:	emaste
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D37179

(cherry picked from commit c34ffd6c8b)
2022-11-14 13:04:12 -04:00
Li-Wen Hsu bfbe15ca51 Whitespace cleanup
(cherry picked from commit aaf998056e)
2022-11-12 15:07:14 -04:00
Li-Wen Hsu 47740fd2c5 Update doc links in README
(cherry picked from commit cada2b74b8)
2022-11-12 15:07:14 -04:00
Warner Losh 2292caf6cd readme: Link to COPYRIGHT file
(cherry picked from commit e75eac2cb8)
2022-11-12 15:07:14 -04:00
Warner Losh ad2fe88979 Fix arch rendering
(cherry picked from commit dbd92cc2a4)
2022-11-12 15:07:14 -04:00
Warner Losh 7d9207ce56 readme: update style
Update the style to one sentence per line, as is currently used in the FreeBSD
document project. Make the links to the handbook clickable.

(cherry picked from commit 2918e9fdb8)
2022-11-12 15:07:14 -04:00
Ed Maste f91319d471 README.md: update gnu directory description
(At this point in main we have just LGPL libdialog and dialog, and GPL
diff3, left in gnu/.)

Reported by:	bapt
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit 266cbbfc65)
2021-12-19 21:01:53 -05:00
Stefan Eßer bf77fadc22 Revert "bc: Vendor import of Gavin Howard's bc version 3.2.6"
This reverts commit 601ac82194.

Seems that git cherry-pick mis-merges files for this software.
It associates files in completely unrelated sub-trees with same name
files from this package, e.g. README.md and .gitignore.

My attempt to fix the mis-merge was incomplete and wrong.
Therefore I'm reverting the commit that as a result of my failed
attempt at conflict resolution lead to README.md and .gitignore
in the top source directory to be deleted.

This mistake has been carried over to releng/13.0, which now
also lacks README.md and .gitignore in /usr/src.

I'll try to re-apply the failed commit over the next hours and to get
the fix merged to releng/13.0 with re approval.
2021-02-05 20:53:34 +01:00
Stefan Eßer 601ac82194 bc: Vendor import of Gavin Howard's bc version 3.2.6
(cherry picked from commit 47a52dc4d4)
2021-02-03 11:37:34 +01:00
Li-Wen Hsu 5ef5f51d2b
Mark the repository has been converted to Git
This is the first Git commit to src.

Sponsored by:	The FreeBSD Foundation
2020-12-23 12:27:27 +08:00
Li-Wen Hsu 3cc0c0d66a Mark the repository as being converted to Git.
This is the last Subversion commit to src.

Sponsored by:	The FreeBSD Foundation
2020-12-20 02:59:44 +00:00
Eitan Adler 0eba55c34b README: add generic notes about GENERIC and NOTES
Inform new users what GENERIC and NOTES are. These are useful for people
perusing the tree without a great deal of specific fbsd knowledge.
See discussion of r334073 for further motivation.

Requested by:	jhb
2018-06-17 19:44:24 +00:00
Eitan Adler 7c0631790c README: Reduce the textdump; describe the project
Rework the README to make it a little easier for new users. This is the
first file many will see when persuing the FreeBSD source code so

- remove some of the text describes how to build. This is better covered
in the linked documentation.
- add a small blurb for what FreeBSD is. Some users might find this
document through features such as github search so they may not even
know what the project is

generally, gear this file for the new, accidental, or casual user rather
than towards someone seeking fuller documentation.
2018-05-23 04:09:01 +00:00
Edward Tomasz Napierala 5924726086 Fix README.md formatting.
MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
2018-03-02 14:42:08 +00:00
Mark Johnston 8960a01967 Document the sys/boot -> stand move in hier.7 and the top-level README.
Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D13353
2017-12-03 20:36:36 +00:00
Eitan Adler 745ddc1000 Correct the URLs for both READMEs for tracking src
Previously there were two different URLs in two
different READMEs, neither of which went anywhere.
2017-10-29 20:29:31 +00:00
Eitan Adler a2aef24aa3 Update several more URLs
- Primarily http -> https
- Primarily FreeBSD project URLs
2017-10-29 08:17:03 +00:00
Ed Maste ee9ffb4ff9 Remove hard line breaks from README.md
This is rendered with variable-width formatting and a proportional font,
so hard line breaks before 80 cols are undesired.
2017-03-01 15:39:58 +00:00
Warner Losh 26e8791990 Create README.md file for viewing on github.
This is a lightly edited README using github's MARKDOWN.

Submitted by:	Johan <johan2422@gmail.com>
Pull Request:	https://github.com/freebsd/freebsd/pull/56
2017-03-01 05:05:05 +00:00