aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mips: Remove msun supportWarner Losh2021-12-314-371/+0
* mips: Remove CSUWarner Losh2021-12-316-269/+0
* libkvm: Remove mips supportWarner Losh2021-12-313-490/+0
* Reapply: move libc++ from /usr/lib to /libDimitry Andric2021-12-301-0/+2
* Revert "Move libc++ from /usr/lib to /lib"Ed Maste2021-12-301-1/+0
* Make CPU_SET macros compliant with other implementationsStefan Eßer2021-12-308-4/+70
* iscsi: Handle large Text responses.John Baldwin2021-12-293-1/+342
* libc: Fix build with -DNS_REREAD_CONF.Alexander Motin2021-12-291-0/+2
* Move libc++ from /usr/lib to /libEd Maste2021-12-291-0/+1
* Clarify the description of the EINTEGRITY error in intro(2).Kirk McKusick2021-12-291-1/+1
* getfh: clarify that it is a privileged operationEd Maste2021-12-231-1/+4
* libc: Fix regexec when sizeof(char *) > sizeof(long)Jessica Clarke2021-12-231-2/+2
* libiscsiutil: Change keys_load/save to operate on data buffers.John Baldwin2021-12-222-12/+26
* libiscsiutil: Use open_memstream to build the outgoing block of keys.John Baldwin2021-12-221-23/+15
* libiscsiutil: Fix a memory leak with negotiation keys.John Baldwin2021-12-222-15/+17
* Add an internal libiscsiutil library.John Baldwin2021-12-229-0/+1296
* libc: Fix "harmless" iconv one-byte overreadJessica Clarke2021-12-211-2/+2
* csu: define STRIP_FBSDIDEd Maste2021-12-211-0/+1
* bsddialog: import version 0.0.2Baptiste Daroussin2021-12-211-2/+3
|\
| * bsddialog: import snapshot 0.0.2vendor/bsddialog/0.0.2Alfonso Siciliano2021-12-2116-212/+880
| * bsddialog: import version 0.0.1vendor/bsddialog/0.0.1Alfonso Siciliano2021-12-1314-422/+590
* | libefivar(3): efi_set_variables_supported.3 should be efi_variables_supported.3Li-Wen Hsu2021-12-211-1/+1
* | pkgbase: Create a FreeBSD-fetch packageEmmanuel Vadot2021-12-211-0/+2
* | pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot2021-12-2113-1/+25
* | pkgbase: Put yellow pages programs to its own packageEmmanuel Vadot2021-12-211-0/+1
* | libnv: bump sysctl for nvlist_send_recv__send_many_fds__dgram testRobert Wing2021-12-211-4/+4
* | Move ve_check_hash prototype to libsecureboot-priv.hSimon J. Gerraty2021-12-192-3/+3
* | libusb: remove use of COMPAT_32BITBrooks Davis2021-12-178-44/+20
* | sched_get/setaffinity(3): pid 0 should designate current processMath Ieu2021-12-172-4/+4
* | Document 7f911abe's new functions came in 11.0David E. O'Brien2021-12-164-0/+24
* | * lib/msun/Makefile b/lib/msun/Makefile:Mark Murray2021-12-155-2/+908
* | * lib/msun/Makefile:Mark Murray2021-12-154-390/+364
* | Make hwpmc work for userspace binaries againAndrew Gallatin2021-12-151-2/+7
* | Remove set-but-unused variable from s_sincosl.cDimitry Andric2021-12-141-2/+1
* | cap_net: fix verification of bind permissionMariusz Zaborski2021-12-141-1/+1
* | cap_net: plug memory leakMariusz Zaborski2021-12-141-3/+7
* | libdwarf: Add a weak uncompress() symbolMark Johnston2021-12-131-1/+2
* | Add accelerated arm64 sha512 to libmdAndrew Turner2021-12-131-0/+6
* | libkvm: fix kvm_walk_pagesBora Özarslan2021-12-101-2/+2
* | gmultipath.8: Fix a typoMateusz Piotrowski2021-12-101-1/+1
* | Add idle priority scheduling privilege group to MAC/priorityFlorian Walpen2021-12-101-9/+9
* | libc: Remove _get_tp() and _set_tp().John Baldwin2021-12-0933-793/+5
* | TLS: Use <machine/tls.h> for libc and rtld.John Baldwin2021-12-091-20/+5
* | libthr: Use <machine/tls.h> for most MD TLS details.John Baldwin2021-12-097-315/+16
* | libc: Fix the alignment of the TCB to match rtld for several architectures.John Baldwin2021-12-091-4/+7
* | mips _libc_get_static_tls_base: Narrow scope of #ifdef.John Baldwin2021-12-091-8/+2
* | libthr: Remove the DTV_OFFSET macro.John Baldwin2021-12-098-15/+1
* | Document new variant of swapoff(2)Konstantin Belousov2021-12-091-23/+3
* | swapoff: add one more variant of the syscallKonstantin Belousov2021-12-092-1/+3
* | Apply ASAN/UBSAN Makefile check only for build targetEd Maste2021-12-081-1/+1