| #
8269e767
|
| 14-Nov-2023 |
Brooks Davis <brooks@FreeBSD.org> |
libsys: relocate implementations and manpages
Remove core system call implementations and documentation to lib/libsys and lib/libsys/<arch> from lib/libc/sys and lib/libc/<arch>/<sys>. Update paths
libsys: relocate implementations and manpages
Remove core system call implementations and documentation to lib/libsys and lib/libsys/<arch> from lib/libc/sys and lib/libc/<arch>/<sys>. Update paths to allow libc to find them in their new home.
Reviewed by: kib, emaste, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/908
show more ...
|
| #
fd5aaf2e
|
| 12-Oct-2023 |
Andrew Turner <andrew@FreeBSD.org> |
libc: Teach libc about the BTI elf note
Add the Branch Target Identification (BTI) note to libc assembly sources. As all obect files need the note for the library to have it we need to insert it in
libc: Teach libc about the BTI elf note
Add the Branch Target Identification (BTI) note to libc assembly sources. As all obect files need the note for the library to have it we need to insert it in all asm files.
Reviewed by: emaste, markj Sponsored by: Arm Ltd Differential Revision: https://reviews.freebsd.org/D42228
show more ...
|
| #
1d386b48
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
|
| #
101480e9
|
| 05-Aug-2022 |
Andrew Turner <andrew@FreeBSD.org> |
Remove "All rights reserved" where I can in libc
These all have my copyright so can be removed. Some also have FreeBSD Foundation copyright so drop from there as has been done for previous files.
S
Remove "All rights reserved" where I can in libc
These all have my copyright so can be removed. Some also have FreeBSD Foundation copyright so drop from there as has been done for previous files.
Sponsored by: The FreeBSD Foundation
show more ...
|
| #
d15ac668
|
| 24-Jan-2017 |
Andrew Turner <andrew@FreeBSD.org> |
Fix the error value we write in cerror. __error returns an int *, however we were writing a 64 bit value meaning the 32 bits after this would be trashed.
MFC after: 3 days Sponsored by: DARPA, AFRL
|
| #
7481f097
|
| 14-Apr-2016 |
Ed Maste <emaste@FreeBSD.org> |
arm64 libc: hide .cerror, .curbrk, .minbrk for WITHOUT_SYMVER
When symver is in use these are hidden because they're not listed in the Symbol.map. Add an explicit .hidden so they are also hidden in
arm64 libc: hide .cerror, .curbrk, .minbrk for WITHOUT_SYMVER
When symver is in use these are hidden because they're not listed in the Symbol.map. Add an explicit .hidden so they are also hidden in the WITHOUT_SYMVER case.
Reviewed by: andrew Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5775
show more ...
|
| #
d422e6f9
|
| 07-Apr-2015 |
Andrew Turner <andrew@FreeBSD.org> |
Add the start of libc and libstand for arm64. Not all of the machine dependent functions have been implemented, but this is enough for world.
Differential Revision: https://reviews.freebsd.org/D2132
Add the start of libc and libstand for arm64. Not all of the machine dependent functions have been implemented, but this is enough for world.
Differential Revision: https://reviews.freebsd.org/D2132 Reviewed by: emaste Sponsored by: The FreeBSD Foundation
show more ...
|