#
5167a1a7 |
| 30-Nov-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Silence down the example builds a bit.
MFC after: 2 weeks Sponsored by: DARPA, AFRL
|
#
f1d1d6f6 |
| 30-Nov-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Add an example of quick kernel rebuild.
MFC after: 2 weeks Sponsored by: DARPA, AFRL
|
#
873a1193 |
| 30-Nov-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Add an example of rebuilding a single piece of userspace.
MFC after: 2 weeks Sponsored by: DARPA, AFRL
|
#
3d5db455 |
| 24-Nov-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r340427 through r340868.
|
#
03840eef |
| 16-Nov-2018 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
development(7): Replace "reboot" with "shutdown -r now"
We generally document shutdown(8) instead of reboot(8) as it's better for interactive use.
In modern FreeBSD is matters a lot less, it's most
development(7): Replace "reboot" with "shutdown -r now"
We generally document shutdown(8) instead of reboot(8) as it's better for interactive use.
In modern FreeBSD is matters a lot less, it's mostly just convention. One minor thing is that shutdown(8) produces a global message, while reboot(8) does not. It is believed that historically, some versions of reboot did not do appropriate safe shutdown checks and just rebooted.
It's also just consistency: for example the handbook[1] documents shutdown.
There is actually another important difference between reboot and shutdown -r now: reboot does not run /etc/rc.shutdown. This is because reboot has its own shutdown procedure and does not signal init like init 6 and shutdown -r now do (except in the case of rerooting via reboot -r).
A few years ago jilles@ proposed changing reboot's default to signalling init (preserving reboot -q which just invokes the reboot system call), but this was not accepted. Perhaps this can be tried again for 13.0.
[1]: https://www.freebsd.org/doc/handbook/boot-shutdown.html
Reported by: eadler Reviewed by: eadler, jilles Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D16843
show more ...
|
#
7847e041 |
| 24-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r338026 through r338297, and resolve conflicts.
|
#
2bd42f2f |
| 22-Aug-2018 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
Suggest to reboot after installworld in the example of development workflow.
Reviewed by: trasz Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D16746
|
Revision tags: release/11.2.0 |
|
#
b920f69b |
| 21-Jun-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
"Kernel APIs" is a misnomer; use the proper name instead.
Suggested by: kib@, ian@ MFC after: 2 weeks
|
#
4c156ba2 |
| 20-Jun-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Improve wording.
MFC after: 2 weeks
|
#
5596cb94 |
| 11-May-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Improve development(7):
- Use Fx when referring to FreeBSD. - Use Ql instead of Cm for command invocations. - Remove some redundant Pp macros. - Use a literal indented Bd instead of a series of
Improve development(7):
- Use Fx when referring to FreeBSD. - Use Ql instead of Cm for command invocations. - Remove some redundant Pp macros. - Use a literal indented Bd instead of a series of Dl macros.
Submitted by: 0mp@ Reviewed by: eadler@ MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D15126
show more ...
|
#
9c08ba77 |
| 10-Apr-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Make development(7) mention tests and section 9 of manual pages.
MFC after: 2 weeks
|
#
ac663598 |
| 27-Mar-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Add trailing slash for consistency.
For some reason, the other link - https://lists.FreeBSD.org/ - needs the trailing slash, otherwise man(8) renders it in a weird way. No idea why's that. At leas
Add trailing slash for consistency.
For some reason, the other link - https://lists.FreeBSD.org/ - needs the trailing slash, otherwise man(8) renders it in a weird way. No idea why's that. At least try to be consistent. Revert it when the other link gets fixed.
MFC after: 2 weeks
show more ...
|
#
f9b7620b |
| 27-Mar-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Use https:// instead of http://.
MFC after: 2 weeks
|
#
f007c46d |
| 27-Mar-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Fix capitalization.
MFC after: 2 weeks
|
#
d09cfd27 |
| 18-Mar-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Fix typo.
MFC after: 2 weeks
|
#
bdfc6e62 |
| 18-Mar-2018 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Here's the new development(7), which removes information that's no longer relevant (read: most of what was there) and adds some quick links to point newcomers in the right direction.
Reviewed by: im
Here's the new development(7), which removes information that's no longer relevant (read: most of what was there) and adds some quick links to point newcomers in the right direction.
Reviewed by: imp@ MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D14680
show more ...
|
Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0 |
|
#
246e7a2b |
| 02-Sep-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r269962
Submitted by: Anish Gupta (akgupt3@gmail.com)
|
#
ee7b0571 |
| 19-Aug-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head from 7/28
|
#
1b833d53 |
| 13-Aug-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r269943.
|
Revision tags: release/9.3.0 |
|
#
a63d6c94 |
| 23-Jun-2014 |
Baptiste Daroussin <bapt@FreeBSD.org> |
use .Mt to mark up email addresses consistently (part6)
PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
|
#
3b8f0845 |
| 28-Apr-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head
|
#
84e51a1b |
| 23-Apr-2014 |
Alan Somers <asomers@FreeBSD.org> |
IFC @264767
|
#
5748b897 |
| 19-Feb-2014 |
Martin Matuska <mm@FreeBSD.org> |
Merge head up to r262222 (last merge was incomplete).
|
#
485ac45a |
| 04-Feb-2014 |
Peter Grehan <grehan@FreeBSD.org> |
MFC @ r259205 in preparation for some SVM updates. (for real this time)
|
Revision tags: release/10.0.0 |
|
#
11f7d10c |
| 04-Dec-2013 |
Sergey Kandaurov <pluknet@FreeBSD.org> |
Clean up paragraph remnants.
|