summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add sbin and /usr/local directories to _PATH_DEFPATH.jilles2016-01-052-4/+4
* Fix a memory leak in gss_release_oid_setdfr2016-01-041-6/+16
* Remove free'ing of an uninitialized variablengie2016-01-041-2/+0
* Use `nitems(x)` macro instead of using hardcoded numbers for indices intongie2016-01-041-53/+59
* Convert another `string` variable to `string_arr` missed in r293130ngie2016-01-041-3/+3
* Rename nitems and string variables to avoid collisionsngie2016-01-041-105/+106
* Add sys/types.h for for size_t, etcngie2016-01-031-0/+1
* Reduce libstand Makefile duplicationemaste2016-01-011-3/+4
* When building libstand for arm, don't emit instructions that requireian2015-12-311-0/+6
* Fix a file descriptor leak in mdXhl.c (which is used by numerous hashingjtl2015-12-301-4/+9
* Use __alignof__ instead of assuming int64_t to get the rightimp2015-12-301-10/+1
* Document the recently added support for ptrace(2) LWP events.jhb2015-12-301-1/+38
* The FILE structure has a mbstate_t in it. This structure needs to beimp2015-12-271-2/+14
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.callanjude2015-12-276-423/+78
* Verify that tv_sec value specified in settimeofday() and clock_settime()dchagin2015-12-272-2/+8
* Replace implementation of hsearch() by one that scales.ed2015-12-277-185/+335
* Typo.kib2015-12-271-1/+1
* Upgrade our copies of clang and llvm to 3.7.1 release. This is adim2015-12-256-13/+13
* Make libxnet.so a symlink to libc.so. This makes `-lxnet` a no-op, ascperciva2015-12-251-0/+1
* Remove _gethostbynisname() and _gethostbynisaddr(). These functionsume2015-12-252-57/+0
* Do not compile ARMv6 instructions on ARMv4/v5. Although clang is finekib2015-12-241-0/+7
* Increase the timeout for resolv_test from the default (300 seconds) tongie2015-12-232-4/+13
* Use j instead of a hardcoded index (9) and increment it afterngie2015-12-231-1/+2
* Support a.out format in nlist only on i386emaste2015-12-221-2/+2
* Move the mkioctls script to libsysdecode and use it to generate ajhb2015-12-225-1/+178
* Let tsearch()/tdelete() use an AVL tree.ed2015-12-226-86/+605
* We don't need to use a temporary buffer, here.ume2015-12-221-7/+3
* Make CUSE usable with platforms where the size of "unsigned long" ishselasky2015-12-221-4/+4
* Allow dhcp/bootp server-provided values to be overriden from environmentian2015-12-221-6/+13
* Use _map_v4v6_address().ume2015-12-211-4/+3
* Make the building of libsmb and mount_smbfs unconditional, now that r292552ian2015-12-211-8/+1
* Simplify _map_v4v6_address().ume2015-12-211-7/+3
* If we end up following a CNAME chain that does not findume2015-12-211-1/+6
* libc: Use namespace.h in a few more files.jilles2015-12-204-11/+19
* libthr: Don't use both __sys_open() and __sys_openat().jilles2015-12-202-2/+1
* addrinfo.ai_family is an address family, not a protocol family.ume2015-12-201-8/+8
* clock_gettime(2),gettimeofday(2): Remove [EFAULT] error.jilles2015-12-202-8/+2
* Fix lockf(3) cancellation behaviour.kib2015-12-201-3/+8
* Integrate the remaining tools/regression/lib/msun testcases into thengie2015-12-208-1/+1978
* Create libstand version of uuid_from_string and uuid_to_string. Theimp2015-12-193-1/+244
* Use _map_v4v6_address().ume2015-12-181-4/+3
* Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3).ume2015-12-182-28/+174
* Add au_notify.2 and MLINKs (added in OpenBSM 1.2 alpha 4).brueffer2015-12-181-0/+4
* pxeboot: make the tftp loader use the option root-path directivebapt2015-12-161-3/+17
* As a followup to r292330, standardize on size_t and add a few comments.des2015-12-161-2/+5
* Reset bufpos to 0 immediately after refilling the buffer. Otherwise, wedes2015-12-161-3/+2
* Integrate a number of testcases from tools/regression/lib/msunngie2015-12-1615-1/+3427
* Iterate down lib/libc/tests/nss...ngie2015-12-161-0/+1
* Integrate tools/regression/lib/libc/nss into the FreeBSD test suite asngie2015-12-1610-0/+5399
* Add Makefile accidentally missed in r292317ngie2015-12-161-0/+15
OpenPOWER on IntegriCloud