| #
d0a3fd34
|
| 06-Oct-2024 |
Graham Percival <gperciva@tarsnap.com> |
fgets.3: document gets_s() __STDC_WANT_LIB_EXT1__
This matches the man page for qsort_s().
PR: 281828 Signed-off-by: Graham Percival <gperciva@tarsnap.com> Sponsored by: Tarsnap Backup Inc.
|
| #
dc36d6f9
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
lib: 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 s
lib: 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/
|
| #
4b7f35db
|
| 05-May-2022 |
Gordon Bergling <gbe@FreeBSD.org> |
libc: Add HISTORY sections to the manual pages
There are some sections which could be improved and work to do so is on going. The work will be covered via 'X-MFC-WITH' commits.
Obtained from: OpenB
libc: Add HISTORY sections to the manual pages
There are some sections which could be improved and work to do so is on going. The work will be covered via 'X-MFC-WITH' commits.
Obtained from: OpenBSD MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D34759
show more ...
|
| #
c5c3ba6b
|
| 03-Sep-2019 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r351317 through r351731.
|
| #
7381dcc9
|
| 01-Sep-2019 |
Ed Maste <emaste@FreeBSD.org> |
libc: remove gets
gets is unsafe and shouldn't be used (for many years now). Leave it in the existing symbol version so anything that previously linked aginst it still runs, but do not allow new so
libc: remove gets
gets is unsafe and shouldn't be used (for many years now). Leave it in the existing symbol version so anything that previously linked aginst it still runs, but do not allow new software to link against it.
(The compatability/legacy implementation must not be static so that the symbol and in particular the compat sym gets@FBSD_1.0 make it into libc.)
PR: 222796 (exp-run) Reported by: Paul Vixie Reviewed by: allanjude, cy, eadler, gnn, jhb, kib, ngie (some earlier) Relnotes: Yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D12298
show more ...
|
| #
c6879c6c
|
| 23-Oct-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r339015 through r339669.
|
| #
3ad12d27
|
| 23-Oct-2018 |
Cy Schubert <cy@FreeBSD.org> |
Follow up on r331936. gets_s(3) will also fail in the same way that gets(3) does. This was missed in r331936.
Reported by: emaste@ MFC after: 3 days
|
| #
d0a3fd34
|
| 06-Oct-2024 |
Graham Percival <gperciva@tarsnap.com> |
fgets.3: document gets_s() __STDC_WANT_LIB_EXT1__
This matches the man page for qsort_s().
PR: 281828 Signed-off-by: Graham Percival <gperciva@tarsnap.com> Sponsored by: Tarsnap Backup Inc.
|
| #
dc36d6f9
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
lib: 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 s
lib: 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/
|
| #
4b7f35db
|
| 05-May-2022 |
Gordon Bergling <gbe@FreeBSD.org> |
libc: Add HISTORY sections to the manual pages
There are some sections which could be improved and work to do so is on going. The work will be covered via 'X-MFC-WITH' commits.
Obtained from: OpenB
libc: Add HISTORY sections to the manual pages
There are some sections which could be improved and work to do so is on going. The work will be covered via 'X-MFC-WITH' commits.
Obtained from: OpenBSD MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D34759
show more ...
|
| #
c5c3ba6b
|
| 03-Sep-2019 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r351317 through r351731.
|
| #
7381dcc9
|
| 01-Sep-2019 |
Ed Maste <emaste@FreeBSD.org> |
libc: remove gets
gets is unsafe and shouldn't be used (for many years now). Leave it in the existing symbol version so anything that previously linked aginst it still runs, but do not allow new so
libc: remove gets
gets is unsafe and shouldn't be used (for many years now). Leave it in the existing symbol version so anything that previously linked aginst it still runs, but do not allow new software to link against it.
(The compatability/legacy implementation must not be static so that the symbol and in particular the compat sym gets@FBSD_1.0 make it into libc.)
PR: 222796 (exp-run) Reported by: Paul Vixie Reviewed by: allanjude, cy, eadler, gnn, jhb, kib, ngie (some earlier) Relnotes: Yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D12298
show more ...
|
| #
c6879c6c
|
| 23-Oct-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r339015 through r339669.
|
| #
3ad12d27
|
| 23-Oct-2018 |
Cy Schubert <cy@FreeBSD.org> |
Follow up on r331936. gets_s(3) will also fail in the same way that gets(3) does. This was missed in r331936.
Reported by: emaste@ MFC after: 3 days
|
| #
7ad6003d
|
| 03-Apr-2018 |
Cy Schubert <cy@FreeBSD.org> |
Add gets_s(3) to the man page title (noticed by ed@).
While I'm at it correct the update date in the man page.
Reported by: ed@ MFC after: 2 weeks X-MFC with: r331936 Differential Revision: https:/
Add gets_s(3) to the man page title (noticed by ed@).
While I'm at it correct the update date in the man page.
Reported by: ed@ MFC after: 2 weeks X-MFC with: r331936 Differential Revision: https://reviews.freebsd.org/D12785
show more ...
|
| #
a77546fb
|
| 03-Apr-2018 |
Cy Schubert <cy@FreeBSD.org> |
Add new gets_s(3) stdio function.
This implements the gets_s(3) function as documented at http://en.cppreference.com/w/c/io/gets. It facilitates the optional removal of gets(3).
Reviewed by: ed MFC
Add new gets_s(3) stdio function.
This implements the gets_s(3) function as documented at http://en.cppreference.com/w/c/io/gets. It facilitates the optional removal of gets(3).
Reviewed by: ed MFC after: 2 weeks Relnotes: yes Differential Revision: https://reviews.freebsd.org/D12785
show more ...
|
| #
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 ...
|
| #
b652778e
|
| 11-Jul-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r238370
|
| #
31ccd489
|
| 28-May-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r233826 through r236168.
|
| #
6a068746
|
| 15-May-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC
|
| #
7ad6003d
|
| 03-Apr-2018 |
Cy Schubert <cy@FreeBSD.org> |
Add gets_s(3) to the man page title (noticed by ed@).
While I'm at it correct the update date in the man page.
Reported by: ed@ MFC after: 2 weeks X-MFC with: r331936 Differential Revision: https:/
Add gets_s(3) to the man page title (noticed by ed@).
While I'm at it correct the update date in the man page.
Reported by: ed@ MFC after: 2 weeks X-MFC with: r331936 Differential Revision: https://reviews.freebsd.org/D12785
show more ...
|
| #
a77546fb
|
| 03-Apr-2018 |
Cy Schubert <cy@FreeBSD.org> |
Add new gets_s(3) stdio function.
This implements the gets_s(3) function as documented at http://en.cppreference.com/w/c/io/gets. It facilitates the optional removal of gets(3).
Reviewed by: ed MFC
Add new gets_s(3) stdio function.
This implements the gets_s(3) function as documented at http://en.cppreference.com/w/c/io/gets. It facilitates the optional removal of gets(3).
Reviewed by: ed MFC after: 2 weeks Relnotes: yes Differential Revision: https://reviews.freebsd.org/D12785
show more ...
|