aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,Hiroki Sato2013-11-2551-1333/+1305
* pmc(3) does not document a dependency on <sys/types.h> but <pmc.h>Ryan Stone2013-11-251-0/+1
* Add ICONV_{GET,SET}_ILSEQ_INVALID iconvctl. GNU iconv returns EILSEQHiroki Sato2013-11-254-1/+43
* Get rid of the CONCAT macro.Andreas Tobler2013-11-232-19/+19
* If check_deferred_signal() execution needs binding of PLT symbol,Konstantin Belousov2013-11-232-2/+10
* Add an ioctl to assert and deassert an ioapic pin atomically. This will be usedNeel Natu2013-11-232-0/+12
* Replace the WEAK_ALIAS() alias with the WEAK_REFERENCE() alias. Use it andAndreas Tobler2013-11-219-34/+22
* Introduce a WEAK_REFERENCE() alias and use it. Get rid of the CNAME and theAndreas Tobler2013-11-219-39/+23
* Catch up with OpenPAM Nummularia.Sergey Kandaurov2013-11-211-1/+1
* Fix build with GCCBryan Drewery2013-11-191-1/+2
* Support SNI in libfetchBryan Drewery2013-11-191-0/+9
* Bug fixes in iconv(3) UTF-7 support.Tijl Coosemans2013-11-181-8/+9
* MFV: Import atf-0.18.Julio Merino2013-11-173-3/+4
* Fix the build of some ATF tests.Julio Merino2013-11-173-8/+8
* Attempt to move the POSIX iconv* symbols out of runtime linker space.Peter Wemm2013-11-1720-42/+670
* Add missing include files for the printf_l and scanf_l man pages.Eitan Adler2013-11-172-0/+2
* Move the ioapic device model from userspace into vmm.ko. This is needed forNeel Natu2013-11-122-0/+24
* Bring in libnv library for managing name/value pairs. The following typesPawel Jakub Dawidek2013-11-1214-0/+5162
* Update LLDB to upstream r194122 snapshotEd Maste2013-11-128-6/+17
* Just disable recoding support in libsmb if built WITHOUT_ICONV.Gleb Smirnoff2013-11-121-0/+6
* Fix typo.Edward Tomasz Napierala2013-11-121-1/+1
* Fix description to actually make sense.Edward Tomasz Napierala2013-11-121-4/+3
* Mention acl_get_brand_np(3).Edward Tomasz Napierala2013-11-121-1/+6
* Indicate that expand_number is case-insensitive.Eitan Adler2013-11-121-1/+2
* Consistently add the relocation offset only when the ELF type is notMark Johnston2013-11-111-7/+16
* Fix typo: site_t -> size_tEitan Adler2013-11-101-1/+1
* Fix extattr(2) MLINKS.Sergey Kandaurov2013-11-091-2/+2
* Fix typo in include guard, found by clang 3.4.Dimitry Andric2013-11-081-1/+1
* Build and install the atf tests.Julio Merino2013-11-0810-5/+168
* Install category Kyuafiles from their category directories.Julio Merino2013-11-082-1/+13
* Subsume the functionality of MK_ATF into MK_TESTS.Julio Merino2013-11-081-4/+4
* Yet, another attempt to fix the libm breakage due to theSteve Kargl2013-11-071-0/+2
* Fix bulding libm on platforms with LDBL_MANT_DIG == 53.Steve Kargl2013-11-072-2/+6
* * Use "math.h" instead of <math.h>.Steve Kargl2013-11-063-24/+41
* Fix .Dd after r257646.Glen Barber2013-11-051-1/+1
* Modify the libproc breakpoint add/remove functions to stop the targetMark Johnston2013-11-051-7/+59
* Use OpenBSD's revamped description of strlcpy and strlcat.Eitan Adler2013-11-041-68/+63
* - Add manual pages for capability rights (rights(4)), cap_rights_init(3)Pawel Jakub Dawidek2013-11-046-529/+427
* kqueue: Change error for kqueues rlimit from EMFILE to ENOMEM and documentJilles Tjoelker2013-11-031-1/+8
* Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm thanPeter Wemm2013-11-035-42/+0
* Fix up FreeBSD tag for files not from a vendor branchEd Maste2013-10-315-5/+5
* Add missing header.Nathan Whitehorn2013-10-301-0/+1
* printf() specifier updates to CAM to handle either 32-bit or 64-bit lun_id_t.Nathan Whitehorn2013-10-301-6/+6
* Fix an off-by-one error when checking whether a given address is withinMark Johnston2013-10-291-2/+2
* Revert r257248 and fix the problem in a way that doesn't violate style(9).Mark Johnston2013-10-292-4/+3
* Remove ng_fec(4).Gleb Smirnoff2013-10-281-2/+0
* Fix the build with gcc.Mark Johnston2013-10-281-1/+2
* Remove an incorrect debug printf.Mark Johnston2013-10-281-1/+0
* Use the size of the MACHINE_ARCH string instead of sizeof(uint32_t). It canOlivier Houchard2013-10-271-1/+1
* Clean up the debug printing in libproc a bit. In particular:Mark Johnston2013-10-276-33/+35