aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Retire lmc(4)Ed Maste2018-05-011-3/+0
* Fix bthidd build with GCC 4.2 after r333110Vladimir Kondratyev2018-05-012-4/+4
* Clarify bindat/connectat use with AT_FDCWDEd Maste2018-04-302-22/+20
* bluetooth(3): Add helper functions that performs Bluetooth Remote Name RequestVladimir Kondratyev2018-04-303-2/+145
* libsdp: Add method that returns actual source BD_ADDR of SDP session.Vladimir Kondratyev2018-04-303-2/+45
* Update ELF Tool Chain to r3614Ed Maste2018-04-271-1/+1
* libsysdecode: support errno and syscalls for arm64 LinuxEd Maste2018-04-263-8/+10
* Carefully update stack guard bytes inside __guard_setup().Konstantin Belousov2018-04-241-4/+16
* Finish removing FDDI and tokenring media support.Brooks Davis2018-04-231-27/+0
* Recommit r332501, with an additional upstream fix for "Cannot lowerDimitry Andric2018-04-202-1/+2
* Rename PROC_PDEATHSIG_SET -> PROC_PDEATHSIG_CTL and PROC_PDEATHSIG_GETKonstantin Belousov2018-04-201-6/+6
* lld: use correct number of digits in __FreeBSD_version-style IDEd Maste2018-04-201-1/+1
* Replace SOFTFLOAT with __riscv_float_abi_*.Brooks Davis2018-04-198-21/+21
* Add PROC_PDEATHSIG_SET to procctl interface.Konstantin Belousov2018-04-181-1/+46
* libmd: Remove trailing whitespace from mdXhl.cConrad Meyer2018-04-171-2/+2
* lld: add a __FreeBSD_version-style identifier to versionEd Maste2018-04-171-1/+3
* Don't put multiple names on a single .Nm line. This fixes apropos(1)Edward Tomasz Napierala2018-04-178-9/+35
* Remove support for FDDI and token ring media types in userland utilities.Brooks Davis2018-04-161-9/+0
* Revert r332501 for now, as it can cause build failures on i386.Dimitry Andric2018-04-142-2/+1
* Pull in r325446 from upstream clang trunk (by me):Dimitry Andric2018-04-142-1/+2
* Remove support for the Arcnet protocol.Brooks Davis2018-04-131-1/+0
* Replace MD assembly exect() with a portable version.Brooks Davis2018-04-1220-316/+53
* Bump .Dd value (forgot to do this in r332439)Oleksandr Tymoshenko2018-04-121-1/+1
* Fix quotes in the example code in syslog(3) BUGS sectionOleksandr Tymoshenko2018-04-121-1/+1
* Fix potentially overflowing expression "fs->fs_ipg * fs->fs_ncg"Kirk McKusick2018-04-111-1/+1
* Remove support for FDDI networks.Brooks Davis2018-04-111-27/+0
* Add the ability to control the CPU topology of created VMsRodney W. Grimes2018-04-082-1/+39
* The ufs_disk_write() function is used to upgrade a read-only descriptorKirk McKusick2018-04-081-4/+7
* Defensive programming when reading inodes in getino().Kirk McKusick2018-04-081-4/+12
* Add a way to temporarily suspend and resume virtual CPUs.John Baldwin2018-04-062-1/+36
* Remove caching from getlogin(2).Brooks Davis2018-04-0611-296/+17
* Let syslog(3) use RFC 5424.Ed Schouten2018-04-062-18/+46
* Remove architecture specific shmat.S files.Brooks Davis2018-04-057-95/+1
* Remove architecture specific sigreturn.S files.Brooks Davis2018-04-0410-220/+3
* Add new shared library -- libopencsd.Ruslan Bukin2018-04-042-0/+179
* The correct symbol version for FreeBSD 12 is 1.5.Cy Schubert2018-04-031-1/+4
* Correct the version number for gets_s(3).Cy Schubert2018-04-031-1/+1
* Add gets_s(3) to the man page title (noticed by ed@).Cy Schubert2018-04-031-2/+3
* Add new gets_s(3) stdio function.Cy Schubert2018-04-036-3/+275
* Add libdl to clibs packageKyle Evans2018-03-291-0/+1
* Add missing file from 4331508Jeff Roberson2018-03-251-0/+188
* Document new NUMA related syscalls and utility options.Jeff Roberson2018-03-243-10/+18
* Allow the libusb20_dev_get_port_path() function to be called when theHans Petter Selasky2018-03-233-21/+31
* Share Linux errno table with libsysdecodeEd Maste2018-03-221-22/+5
* getentropy(3): Fallback to kern.arandom sysctl on older kernelsConrad Meyer2018-03-215-6/+42
* If a jail parameter isn't found, try loading a related kernel module.Jamie Gritton2018-03-211-0/+32
* Ensure thread library is initialized in pthread_testcancel().John Baldwin2018-03-211-1/+3
* Add new shared library -- libipt.Ruslan Bukin2018-03-212-0/+78
* Implement getrandom(2) and getentropy(3)Conrad Meyer2018-03-219-0/+371
* Remove a lingering inaccuracy from mlock.2.Mark Johnston2018-03-201-4/+2