aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fexecve(2): allow O_PATH file descriptors opened without O_EXECKonstantin Belousov2021-11-061-3/+0
* llvm BPF target: add missed source filesDimitry Andric2021-11-051-0/+2
* sinpi[fl] etc: Fix the ld128 implementationsSteve Kargl2021-11-023-37/+46
* sinpi,cospi,tanpi: float.h needed for week referenceSteve Kargl2021-11-023-0/+3
* lib/msun: Move the files to appropriate locations in the MakefileSteve Kargl2021-11-021-9/+8
* lib/msun/ld128/s_tanpil.c: make it compile.Konstantin Belousov2021-11-021-3/+3
* [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl]Steve Kargl2021-11-0224-2/+2203
* libutil: add kinfo_getswapvmobject(3)Konstantin Belousov2021-11-012-4/+18
* procctl: actually require debug privileges over targetKonstantin Belousov2021-10-261-0/+8
* procctl(2): add consistent shortcut P_ID:0 as curprocKonstantin Belousov2021-10-261-0/+2
* Revert "libc/locale: Fix races between localeconv(3) and setlocale(3)"Mark Johnston2021-10-203-8/+8
* libc/locale: Fix races between localeconv(3) and setlocale(3)Mark Johnston2021-10-203-8/+8
* sysdecode_enum.3: Fix a typo: SIGBTRAP -> SIGTRAP.John Baldwin2021-10-191-1/+1
* O_PATH: allow vfs_extattr syscallsGreg V2021-10-161-1/+6
* libpmc: add some AMD pmu counter aliasesMitchell Horne2021-10-151-0/+13
* libpmc: fix the 'cycles' event alias on x86Mitchell Horne2021-10-152-2/+1
* login.conf.5: Mark passwordtime as implementedFelix Johnson2021-10-151-4/+4
* libgcc_s: Export 64-bit int to 128-bit float functionsJessica Clarke2021-10-101-0/+2
* libc: Fix build on case-insensitive file systemsJessica Clarke2021-10-102-1/+1
* readlinkat(2): allow O_PATH fdKonstantin Belousov2021-10-101-2/+3
* Fix mistakes in link(2) and shm_open(2)Konstantin Belousov2021-10-102-3/+3
* libc: vDSO timekeeping: Add pvclock supportAdam Fenn2021-10-101-0/+62
* libthr(3): explain some internals of the locks implementationKonstantin Belousov2021-10-081-2/+61
* pfctl: userspace adaptive syncookies configrationKristof Provost2021-10-062-6/+55
* libc: ssp: sprinkle around some __dead2Kyle Evans2021-10-061-3/+3
* jail(3lua): add jail.attach()/jail.remove() methodsKyle Evans2021-10-062-0/+96
* jail(3lua): add a jail.list() methodKyle Evans2021-10-062-35/+334
* kqueue: document how timers with low/past timeouts are handledKyle Evans2021-10-061-1/+7
* pidfile test: guarantee nul termination of the read pid stringKonstantin Belousov2021-10-011-1/+2
* Add arm64 ifunc support in static binariesAndrew Turner2021-09-273-2/+51
* libnetmap: reset errno in nmreq_register_decode()Vincenzo Maffione2021-09-261-0/+2
* procctl(2): Add PROC_WXMAP_CTL/STATUSKonstantin Belousov2021-09-241-1/+63
* procctl(2): add PROC_NO_NEW_PRIVS_CTL, PROC_NO_NEW_PRIVS_STATUSEdward Tomasz Napierala2021-09-241-1/+26
* libfetch: use more portable getline() interfaceDaniel Kolesa2021-09-221-3/+6
* compiler-rt: add aarch64 init function for LSE atomicsDimitry Andric2021-09-211-2/+3
* libprocstat: extend zfs_defs hack for .pieoEd Maste2021-09-201-0/+2
* geli(8): Do not report error on resize to the same size.Alexander Motin2021-09-171-4/+4
* libc: Use the initial-exec TLS modelMark Johnston2021-09-141-0/+7
* kqueue.2: Document the fact that EVFILT_READ can be used on kqueuesMark Johnston2021-09-141-1/+5
* clock_gettime: Add Linux aliases for CLOCK_*Warner Losh2021-09-121-1/+14
* libarchive: import changes from upstreamMartin Matuska2021-09-103-0/+6
* clang: Build with -fno-strict-aliasing when using GCCJessica Clarke2021-09-071-0/+2
* clang: Fix inverted condition in llvm.build.mkJessica Clarke2021-09-071-2/+2
* riscv: Implement non-stub __vdso_gettc and __vdso_gettimekeepJessica Clarke2021-09-072-1/+57
* libpfctl: Implement DIOCGETSTATUS wrappersKristof Provost2021-09-062-0/+145
* libpfctl: fix double freeKristof Provost2021-09-061-1/+0
* libsecureboot: define SOPEN_MAXToomas Soome2021-09-031-0/+3
* Fix null pointer subtraction in mergesort()Dimitry Andric2021-08-311-5/+1
* pmc(3): remove Pentium-related man pages and referencesMitchell Horne2021-08-3029-2830/+1
* Cleanup compiler warning flags in lib/libefivar/MakefileDimitry Andric2021-08-291-3/+7