aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Disable the accelerated arm64 sha25 in static librariesAndrew Turner2021-08-191-1/+1
* geli(8): Do not report error on resize to the same size.Alexander Motin2021-08-181-4/+4
* libfetch: use more portable getline() interfaceDaniel Kolesa2021-08-171-3/+5
* libc tls: use TLS_DTV_OFFSET defined by rtld.hKonstantin Belousov2021-08-161-8/+2
* rtld: Remove calculate_tls_endFangrui Song2021-08-161-8/+0
* libc: vDSO timekeeping: Add pvclock supportAdam Fenn2021-08-141-0/+62
* Fix a common typo in source code commentsGordon Bergling2021-08-141-2/+2
* clang: Fix inverted condition in llvm.build.mkJessica Clarke2021-08-121-2/+2
* libsecureboot: define SOPEN_MAXToomas Soome2021-08-101-0/+3
* Use arm64 sha256 intrinsics in libmdAndrew Turner2021-08-111-0/+5
* pmc(3): remove Pentium-related man pages and referencesMitchell Horne2021-08-1029-2830/+1
* ipsec_set_policy(3): fix sentenceKonstantin Belousov2021-08-101-1/+1
* _Exit(3): document implementationKonstantin Belousov2021-08-081-6/+14
* fork(2): comment about doubtful use of stdio and exit(3) in exampleKonstantin Belousov2021-08-081-1/+18
* Follow-up to d69d07569ee2 by bumping lld local versionDimitry Andric2021-08-071-1/+1
* Fix pathconf.2 documentation errorKa Ho Ng2021-08-061-4/+5
* fork.2: correct minor typo in manpage.Ceri Davies2021-08-051-1/+1
* Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).Ka Ho Ng2021-08-054-0/+194
* add blank line between variables (testing git commit)Phil Shafer2021-08-041-0/+1
* Prefer MK_SSP=no to SSP_CFLAGS=Mitchell Horne2021-08-042-3/+2
* Add _Fork()Konstantin Belousov2021-08-034-4/+124
* StyleKonstantin Belousov2021-08-031-2/+2
* Add missing bsd.linker.mk include after 31ba4ce8898f9dfa5e7f054fdbc26e50a599a6e3Alex Richardson2021-08-021-0/+1
* Fix GCC and -DWITH_CLEAN build after 7bc797e3f3807660cf98e5b1bd63545cafe820f8Alex Richardson2021-08-021-2/+5
* Allow bootstrapping llvm-tblgen on macOS and LinuxAlex Richardson2021-08-023-8/+65
* libc: Disable ASAN for certain string functionsAlex Richardson2021-08-021-0/+9
* Don't instrument the rdtsc ifunc when building with ASAN/UBSANAlex Richardson2021-08-021-0/+8
* libthr: work around an ASAN false-positiveAlex Richardson2021-08-021-0/+6
* Add build system support for ASAN+UBSAN instrumentationAlex Richardson2021-08-025-0/+18
* tools/build: Don't redefine open() for the linux bootstrapAlex Richardson2021-08-021-0/+6
* Correct section reference for examples in RFC3542Tom Jones2021-08-011-2/+2
* clock_gettime: Add Linux aliases for CLOCK_*Warner Losh2021-07-301-1/+14
* hwpmc: remove static POWER8 definitionsLeandro Lupori2021-07-291-20/+1
* x86 __vdso_gettc: add O_CLOEXEC flag to openKonstantin Belousov2021-07-291-2/+2
* libc/locale: Use O_CLOEXEC when opening locale tablesMark Johnston2021-07-292-2/+2
* libc qsort(3): Eliminate ambiguous sign comparisonConrad Meyer2021-07-292-1/+8
* compilert-rt: build out-of-line LSE atomics helpers for aarch64Dimitry Andric2021-07-281-0/+20
* socket: Implement SO_RERRORRoy Marples2021-07-281-1/+9
* libvmmapi: Fix warnings and stop overridding WARNSMark Johnston2021-07-262-19/+17
* powerpc64: add Power8 and Power9 PMCsLeandro Lupori2021-07-261-0/+34
* lib/csu: Get rid of unused fptr typedef on amd64.Gleb Popov2021-07-253-8/+2
* libpmc/hwpmc: fix issues with arm64 pmu-events supportMitchell Horne2021-07-211-0/+5
* Fix race between first rand(3) calls with _once().Alexander Motin2021-07-211-4/+5
* Revert "Fix race between first rand(3) calls."Alexander Motin2021-07-211-7/+2
* Fix race between first rand(3) calls.Alexander Motin2021-07-201-2/+7
* pfctl: syncookie configurationKristof Provost2021-07-202-0/+68
* kenv: allow listing of static kernel environmentsKyle Evans2021-07-191-3/+21
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-161-0/+10
* Merge llvm-project 12.0.1 releaseDimitry Andric2021-07-163-6/+5
* libc: Use the initial-exec TLS modelMark Johnston2021-07-161-0/+7