summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix NULL ptr dereference in setusercontext if pwd is null,eadler2012-02-091-3/+6
* More accurately document what happens on error.eadler2012-02-091-3/+6
* Acknowledge that jail_attach and jail_remove can return EPERM.jamie2012-02-081-1/+3
* eui64_aton and eui64_ntoa are actually the equivalent of ether_aton_r andbrooks2012-02-081-7/+0
* Add a comment to the example that pidfile_* functions can handle pfh being NULL.pjd2012-02-081-0/+5
* Note that calling pidfile_write(3) multiple times is fine.pjd2012-02-081-1/+4
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessordim2012-02-074-4/+4
* Plug a memory leak. When a cached thread is reused, don't clear sleepdavidxu2012-02-072-12/+19
* Using the O_CLOEXEC flag on open(2) caused the pidfile lock to be lostghelmer2012-02-061-1/+1
* Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default,dim2012-02-0519-0/+197
|\
| * Vendor import of llvm 3.0 final release:dim2011-12-0922-161/+407
* | Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE whichandreast2012-02-054-34/+34
* | Try to avoid ambiguity when sysctl returns ENOMEM additionallytrociny2012-02-011-2/+3
* | Make the sys/ucontext.h self-contained by changing the return typekib2012-02-018-8/+8
* | Move descriptions of file caching commands out of the file locking section.tijl2012-01-281-17/+17
* | Remove a left-over reference to make.conf(5) which was used as a place topluknet2012-01-271-2/+1
OpenPOWER on IntegriCloud