| #
bdcbfde3
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a pe
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
b2c76c41
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
| #
5dbd4b8e
|
| 01-Jul-2020 |
Fernando Apesteguía <fernape@FreeBSD.org> |
printf(1): Add EXAMPLES section
* Small addition with four simple examples * While here, remove three obsolete .Tn macros
Approved by: manpages (gbe) Differential Revision: https://reviews.freebs
printf(1): Add EXAMPLES section
* Small addition with four simple examples * While here, remove three obsolete .Tn macros
Approved by: manpages (gbe) Differential Revision: https://reviews.freebsd.org/D25462
show more ...
|
| #
58df81b3
|
| 30-Jul-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @350426
Sponsored by: The FreeBSD Foundation
|
| #
2bf7d924
|
| 29-Jul-2019 |
Jilles Tjoelker <jilles@FreeBSD.org> |
printf(1): Note that \c only works in %b strings
PR: 238313 Reported by: Andras Farkas MFC after: 1 week
|
| #
bdcbfde3
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a pe
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
b2c76c41
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
| #
5dbd4b8e
|
| 01-Jul-2020 |
Fernando Apesteguía <fernape@FreeBSD.org> |
printf(1): Add EXAMPLES section
* Small addition with four simple examples * While here, remove three obsolete .Tn macros
Approved by: manpages (gbe) Differential Revision: https://reviews.freebs
printf(1): Add EXAMPLES section
* Small addition with four simple examples * While here, remove three obsolete .Tn macros
Approved by: manpages (gbe) Differential Revision: https://reviews.freebsd.org/D25462
show more ...
|
| #
58df81b3
|
| 30-Jul-2019 |
Alan Somers <asomers@FreeBSD.org> |
MFHead @350426
Sponsored by: The FreeBSD Foundation
|
| #
2bf7d924
|
| 29-Jul-2019 |
Jilles Tjoelker <jilles@FreeBSD.org> |
printf(1): Note that \c only works in %b strings
PR: 238313 Reported by: Andras Farkas MFC after: 1 week
|
| #
348238db
|
| 01-Mar-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r314420 through r314481.
|
| #
fbbd9655
|
| 28-Feb-2017 |
Warner Losh <imp@FreeBSD.org> |
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96
show more ...
|
| #
6cec9cad
|
| 03-Jun-2014 |
Peter Grehan <grehan@FreeBSD.org> |
MFC @ r266724
An SVM update will follow this.
|
| #
3b8f0845
|
| 28-Apr-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head
|
| #
84e51a1b
|
| 23-Apr-2014 |
Alan Somers <asomers@FreeBSD.org> |
IFC @264767
|
| #
b0620803
|
| 21-Apr-2014 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
Add parameterized position handling to printf(1).
Add a new %n$ option to change the order of the parameters as done in the ksh93 builtin printf (among others).
For example: %printf '%2$1d %1$s\n'
Add parameterized position handling to printf(1).
Add a new %n$ option to change the order of the parameters as done in the ksh93 builtin printf (among others).
For example: %printf '%2$1d %1$s\n' one 2 three 4 2 one 4 three
The feature was written by Garret D'Amore under a BSD license for Nexenta/illumos.
Reference: http://garrett.damore.org/2010/10/new-implementation-of-printf.html
PR: bin/152934 Obtained from: Illumos MFC after: 2 weeks
show more ...
|
| #
6a068746
|
| 15-May-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC
|
| #
38f1b189
|
| 26-Apr-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r234692
sys/amd64/include/cpufunc.h sys/amd64/include/fpu.h sys/amd64/amd64/fpu.c sys/amd64/vmm/vmm.c
- Add API to allow vmm FPU state init/save/restore.
FP stuff discussed with: kib
|
| #
8833b15f
|
| 03-Apr-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r232686 through r233825 into projects/pf/head.
|
| #
a5615c90
|
| 28-Jun-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r222830
|
| #
348238db
|
| 01-Mar-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r314420 through r314481.
|
| #
fbbd9655
|
| 28-Feb-2017 |
Warner Losh <imp@FreeBSD.org> |
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is
Renumber copyright clause 4
Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96
show more ...
|
| #
6cec9cad
|
| 03-Jun-2014 |
Peter Grehan <grehan@FreeBSD.org> |
MFC @ r266724
An SVM update will follow this.
|
| #
3b8f0845
|
| 28-Apr-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head
|
| #
84e51a1b
|
| 23-Apr-2014 |
Alan Somers <asomers@FreeBSD.org> |
IFC @264767
|