aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* jail(3lua): add jail.attach()/jail.remove() methodsKyle Evans2021-09-302-0/+96
* jail(3lua): add a jail.list() methodKyle Evans2021-09-302-35/+334
* libpmc: add some AMD pmu counter aliasesMitchell Horne2021-09-301-0/+13
* libpmc: fix the 'cycles' event alias on x86Mitchell Horne2021-09-302-2/+1
* bluetooth: Remove one more h4 reference.Warner Losh2021-09-301-1/+0
* bluetooth: Remove stray btccc referencesWarner Losh2021-09-301-1/+0
* pfctl: userspace adaptive syncookies configrationKristof Provost2021-09-292-6/+55
* mixer(3): Add support for controlling mixer mute and volume on feeder channels.Hans Petter Selasky2021-09-281-10/+14
* pidfile test: guarantee nul termination of the read pid stringKonstantin Belousov2021-09-241-1/+2
* pf: support dummynetKristof Provost2021-09-242-0/+9
* kqueue: Add EV_KEEPUDATA flagNathaniel Wesley Filardo2021-09-241-1/+16
* libsysdecode: Permit _ in VM_PROT_(.*) names.Nathaniel Wesley Filardo2021-09-241-1/+1
* pmc: intr pmc.soft(3) updateWojciech Macek2021-09-231-1/+13
* sysdecode.3: Remove documentation of CloudABI ABIs.John Baldwin2021-09-231-8/+2
* libsysdecode: Decode FreeBSD32 syscalls on arm64.Olivier Houchard2021-09-221-2/+2
* mixer(3) and mixer(8): Update manual pages.Hans Petter Selasky2021-09-221-2/+2
* Implement and use new mixer(3) library for FreeBSD.Hans Petter Selasky2021-09-225-0/+1165
* Drop cloudabiKonstantin Belousov2021-09-213-112/+0
* libcam: Define depop structures and introduce scsi_wrapWarner Losh2021-09-203-2/+221
* libc/locale: Fix races between localeconv(3) and setlocale(3)Mark Johnston2021-09-173-8/+8
* procctl(2): Add PROC_WXMAP_CTL/STATUSKonstantin Belousov2021-09-171-1/+63
* Remove PT_GET_SC_ARGS_ALLKonstantin Belousov2021-09-161-1/+1
* Remove an always-true check.John Baldwin2021-09-151-1/+1
* linux: implement PTRACE_GET_SYSCALL_INFOEdward Tomasz Napierala2021-09-141-1/+1
* tzcode: Implement timezone change detectionEdward Tomasz Napierala2021-09-121-0/+4
* libprocstat: extend zfs_defs hack for .pieoEd Maste2021-09-131-0/+2
* libc: Fix build on case-insensitive file systemsJessica Clarke2021-09-102-1/+1
* fetch: do not confuse capacity and lengthBaptiste Daroussin2021-09-091-2/+3
* Export _mmap and __sys_mmap from libc.soAlex Richardson2021-09-091-0/+2
* openssh: update to OpenSSH v8.7p1Ed Maste2021-09-081-1/+1
|\
* | mprotect.2: Improve the description of protBrooks Davis2021-09-071-8/+15
* | kqueue.2: Document the fact that EVFILT_READ can be used on kqueuesMark Johnston2021-09-071-1/+5
* | pkgbase: Create a FreeBSD-ftp packageEmmanuel Vadot2021-09-071-0/+1
* | pkgbase: Remove libefivar package and add a efi-tools oneEmmanuel Vadot2021-09-071-1/+1
* | pkgbase: Remove FreeBSD-libregex packageEmmanuel Vadot2021-09-071-1/+0
* | pkgbase: Create a FreeBSD-kerberos packageEmmanuel Vadot2021-09-073-0/+6
* | pkgbase: Put libbsdxml in FreeBSD-runtimeEmmanuel Vadot2021-09-071-1/+1
* | pkgbase: Create a FreeBSD-telnet packageEmmanuel Vadot2021-09-071-0/+1
* | compiler-rt: add aarch64 init function for LSE atomicsDimitry Andric2021-09-061-2/+3
* | Fix powf().Mark Murray2021-09-061-1/+1
* | Add WITH_LLVM_BINUTILS to install LLVM binutils instead of ElftoolchainAlex Richardson2021-09-063-5/+10
* | mprotect.2: Remove legacy BSD textBrooks Davis2021-09-031-6/+1
* | getdelim(3): Fix losing data on [EAGAIN]Bryan Drewery2021-09-022-3/+223
* | Symbol.map: Remove an extra space before _ForkKa Ho Ng2021-09-021-1/+1
* | Revert "Disable the accelerated arm64 sha25 in static libraries"Andrew Turner2021-08-301-1/+1
* | libpfctl: Implement DIOCGETSTATUS wrappersKristof Provost2021-08-292-0/+145
* | libpfctl: fix double freeKristof Provost2021-08-291-1/+0
* | Fix null pointer subtraction in mergesort()Dimitry Andric2021-08-271-5/+1
* | libc/posix1e: Add acl_extended_file_np() function.Gleb Popov2021-08-274-0/+187
* | libc/posix1e: Add acl_equiv_mode_np() function.Gleb Popov2021-08-274-0/+199