aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* syslog.3: MFC: document ident[N] formatEugene Grosbein2023-07-181-1/+6
* libthr: some style in thr_rwlock.cKonstantin Belousov2023-07-181-2/+2
* pmclog(3): Drop .UdMitchell Horne2023-07-171-3/+1
* pmc: clarify and strengthen statements about API/ABIMitchell Horne2023-07-171-6/+2
* login.conf: document how to specify env var values with commasEd Maste2023-07-171-1/+2
* libthr: Patch to reduce latency to acquire+release a pthread mutex.Greg Becker2023-07-131-4/+4
* libthr: Add src.conf variable WITHOUT_PTHREADS_ASSERTIONSGreg Becker2023-07-132-1/+3
* libbe: bail out early if the zfs kmod isn't loadedKyle Evans2023-07-111-0/+11
* acl_is_trivial_np(3): minor fixesKyle Evans2023-07-111-5/+6
* pam_krb5: Add missing patchCy Schubert2023-07-081-12/+0
* libpthread: allocate rwlocks and spinlocks in dedicated cachelinesGreg Becker2023-07-052-2/+6
* libc.a: implement _rtld_addr_phdr()Konstantin Belousov2023-07-021-0/+36
* libsysdecode: Decode linux_clone syscall flagsDmitry Chagin2023-06-293-0/+20
* cap_net.3: fix typoShawn Webb2023-06-271-1/+1
* msun: Correct FreeBSD version in sincos() man pageBrad Smith2023-06-221-1/+1
* nameser: Fix a typo in a source code commentGordon Bergling2023-06-221-1/+1
* pam_krb5: Fix spoofing vulnerabilityCy Schubert2023-06-212-17/+102
* libc: locale: fix collation file size validationKyle Evans2023-06-201-1/+1
* acl(3): improve discoverability of acl_get_perm_np(3)Kyle Evans2023-06-202-2/+8
* xdr(3): Fix a typo in a source code commentGordon Bergling2023-06-201-1/+1
* libvmmapi: Remove some unneeded includesMark Johnston2023-06-151-3/+0
* Allow a comma-separated list in login class capabilities,Sean Eric Fagan2023-06-131-2/+107
* lib/csu: do not compile the body of handle_static_init() for PIC build at allKonstantin Belousov2023-06-121-0/+2
* libc/csu: add powerpcspeKonstantin Belousov2023-06-121-0/+4
* libc/csu: rename ignore_init.c to libc_start1.cKonstantin Belousov2023-06-122-1/+1
* libc: move declaration of 'char **environ' to common private headerKonstantin Belousov2023-06-128-13/+3
* x86: microoptimize static PIE startupKonstantin Belousov2023-06-124-10/+22
* csu: move common code to libcKonstantin Belousov2023-06-1217-0/+500
* lib/csu: Get rid of unused fptr typedef on amd64.Gleb Popov2023-06-123-8/+2
* libpmc: expand PMC_OP* definesMitchell Horne2023-06-091-24/+23
* open(2): fix typoKonstantin Belousov2023-06-051-1/+1
* __acl_get_fd(2), __acl_aclcheck_fd(2): enable for O_PATH filedescriptorsKonstantin Belousov2023-06-051-1/+2
* MFC: listen(2): improve administrator control over loggingEugene Grosbein2023-05-301-2/+13
* geli: fix typoMariusz Zaborski2023-05-291-1/+1
* libthr rtld locks: do not leak URWLOCK_READ_WAITERS into childKonstantin Belousov2023-05-293-0/+17
* cap_net tests: Skip tests if there is no connectivityMark Johnston2023-05-111-43/+86
* Explicitly set CXXSTD to c++11 for old C++ code using std::auto_ptr<>.John Baldwin2023-05-022-0/+4
* libefivar: Fix a buffer overread.John Baldwin2023-05-021-2/+3
* libirdma: Drop clang-specific -ferror-limit.John Baldwin2023-05-021-1/+0
* libpmc: Use LIB_CXX instead of explicit LDADD to link a C++ library.John Baldwin2023-05-021-2/+1
* msdosfs: fix debug print format and parameterStefan Eßer2023-05-011-1/+17
* libc: Add missing object size check to qsort_s(3)Hans Petter Selasky2023-04-302-3/+11
* libc: Sorting is not needed when there are less than two elementsHans Petter Selasky2023-04-301-1/+2
* libusb: remove use of COMPAT_32BITBrooks Davis2023-04-308-44/+20
* libusb(3): Implement libusb_init_context() and the needed structures and defi...Hans Petter Selasky2023-04-304-9/+69
* memmem: add a note about other systems which have memmemEd Maste2023-04-271-2/+3
* umtx: allow to configure minimal timeout (in nanoseconds)Konstantin Belousov2023-04-253-0/+28
* procctl: add state flags to PROC_REAP_GETPIDS reportsVal Packett2023-04-231-2/+8
* pkru.3: fix markupKonstantin Belousov2023-04-161-2/+2
* Change kqueue1() to be compatible with NetBSDKonstantin Belousov2023-04-164-0/+62