aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* The gids argument can be declared as const.Mariusz Zaborski2018-03-183-5/+5
* Fix reference to man page in Makefile.Mariusz Zaborski2018-03-181-1/+1
* Fix similar typos to r331124.Mariusz Zaborski2018-03-183-4/+4
* Fix typo.Mariusz Zaborski2018-03-181-1/+1
* Update libcasper references to all new man pages.Mariusz Zaborski2018-03-181-53/+9
* Document the sysctl Casper service.Mariusz Zaborski2018-03-182-0/+148
* Document the pwd Casper service.Mariusz Zaborski2018-03-182-0/+250
* lib(private)zstd: Fix riscv buildConrad Meyer2018-03-181-0/+7
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-171-2/+2
* Fix formatting errors that resulted in apropos(1) output looking weird.Edward Tomasz Napierala2018-03-171-1/+1
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-171-2/+2
* Chase r331057 in libsysdecode erno tableEd Maste2018-03-161-3/+3
* Add a space between a section number and a following comma.Mark Johnston2018-03-151-5/+5
* Make getnameinfo(3) salen requirement less strict andHiroki Sato2018-03-152-9/+33
* Bump copyright following recent changesDevin Teske2018-03-142-2/+2
* Fix bad error messages from dpv(3)Devin Teske2018-03-142-6/+4
* Use full month in dpv(3), figpar(3), and bsdconfig(8) manualsDevin Teske2018-03-142-2/+2
* Fix lint/igor warningsDevin Teske2018-03-131-25/+39
* Fix typo and lint/igor warningsDevin Teske2018-03-131-39/+59
* The vmresult table was missing most of the values apart from two due toBjoern A. Zeeb2018-03-121-1/+1
* Update pfkey_open() function to set socket's write buffer size toAndrey V. Elsukov2018-03-111-4/+26
* LIB32: Avoid linking in unneeded (and invalid lib32) libz for libmagic build ...Bryan Drewery2018-03-091-0/+2
* des_crypt.3: Fix typo.Eitan Adler2018-03-071-1/+1
* Move softfloat symbol map entries to softfloat/Symbol.map.John Baldwin2018-03-054-54/+14
* Refer to SysV IPC permissions as numeric constants.Brooks Davis2018-03-043-31/+36
* open.3: Use .Fa where appropriateEitan Adler2018-03-041-4/+4