summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildtheraven2012-03-045-29/+115
* Add __aeabi_read_tp to the symbol list.cognet2012-03-041-0/+1
* Use snprintf(3) constantly when generating CAM error messages.jh2012-03-031-44/+58
* Removed excessive _seekdir() call in closedir(). This saves one lseek()ru2012-03-021-3/+1
* Belatedly add dl_iterate_phdr(3) to the list of installed manpages.kib2012-03-021-1/+1
* Finally removed the stat() and fstat() calls from the opendir() code.ru2012-03-021-24/+14
* Kill EoL whitespaces, and minor lint.pluknet2012-03-022-297/+295
* - Add support for the Intel Sandy Bridge microarchitecture (both core and unc...davide2012-03-014-0/+1203
* Handle the case where a boolean parameter is also a node.jamie2012-03-011-30/+23
* Note that memory should be freed after uuid_to_string(3) call.ae2012-03-011-2/+11
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-283-10/+6
* Follow changes made in revision 232144, pass absolute timeout to kernel,davidxu2012-02-273-30/+37
* Document SO_PROTOCOL socket option.kib2012-02-261-2/+13
* Whitespace cleanup:gjb2012-02-251-151/+220
* Whitespace cleanup:gjb2012-02-252-16/+21
* Fix various typos in manual pages.gjb2012-02-2510-20/+20
* Update libarchive to 3.0.3mm2012-02-253-292/+520
* In revision 231989, we pass a 16-bit clock ID into kernel, howeverdavidxu2012-02-253-38/+64
* libc: Eliminate some relative relocations in fmtmsg().jilles2012-02-221-7/+7
* Use unused fourth argument of umtx_op to pass flags to kernel for operationdavidxu2012-02-221-13/+3
* Document the fact that getgrouplist(3) returns 0 on success.pjd2012-02-201-2/+2
* Set the O_CLOEXEC flag when opening the pidfile to avoid leaking theghelmer2012-02-201-1/+1
* Check both seconds and nanoseconds are zero, only checking nanosecondsdavidxu2012-02-191-1/+1
* Document PL_FLAG_CHILD.kib2012-02-181-1/+6
* Use ANSI prototypes.delphij2012-02-181-42/+13
* Fix cross-references.kib2012-02-171-2/+2
* Switch the license boilerplates to our standard one.brueffer2012-02-1732-352/+352
* Document dl_iterate_phdr(3).kib2012-02-171-0/+115
* Fetch the aux vector for the static libc, and use the entries tokib2012-02-173-5/+89
* Add err(3) to strerror(3) SEE ALSO sectioneadler2012-02-161-0/+1
* Bump .Dd date for previous revision.delphij2012-02-151-1/+1
* Add notes about sigev_notify_kevent_flags introduced in revision 230857davidxu2012-02-151-0/+3
* Revert r231673 and r231682 for now, until we can run a full makedim2012-02-145-115/+29
* Fix a misplaced __NO_TLS locations, and change a GNUism to a C11ism fortheraven2012-02-142-3/+5
* Cleanup of xlocale:theraven2012-02-145-29/+113
* wctob() returns EOF and not WEOF.delphij2012-02-141-2/+2
* Add thread-local storage support for arm:gonzo2012-02-142-4/+5
* Add __aeabi_read_tp function required for thread-local storagegonzo2012-02-142-1/+43
* Globally replace u_int*_t from (non-contributed) man pages.ed2012-02-1212-54/+54
* MFp4 204292:bz2012-02-111-0/+12
* Replace utxrm(8) by utx(8).ed2012-02-111-1/+1
* Use the correct constant (with same value) for comparying the SA type.bz2012-02-111-1/+1
* Set read buffer size to multiple of sizeof(struct futx).ed2012-02-111-7/+12
* Switch getifaddrs(3) to the new API introduced in r231505. Also removebz2012-02-111-122/+47
* Introduce a new NET_RT_IFLISTL API to query the address list. It worksbz2012-02-111-1/+15
* Backout changes from r228571. Remove if_data from struct ifa_msghdr again.bz2012-02-111-1/+1
* Make code more stable by checking NULL pointers.davidxu2012-02-111-2/+6
* Unbreak build.ed2012-02-101-1/+1
* Detect file modification properly by using tv_nsec.ed2012-02-101-1/+2
* Switch MIPS TLS implementation to Variant I:gonzo2012-02-102-13/+20
OpenPOWER on IntegriCloud