summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Consensus between bde and pjd seemed to be that if the function namesghelmer2012-01-261-8/+8
* | Make the comments consistent (capitalization, punctuation, andghelmer2012-01-261-6/+10
* | Restore the parenthesis that are necessary around the constant values.ghelmer2012-01-261-7/+7
* | Fix two nits in previous commit pointed out by pjd@.des2012-01-231-2/+1
* | Clarify the implementation-defined behaviour in case of close(2)kib2012-01-221-1/+5
* | The sys/uio.h header is needed only for readv(2), preadv(2), writev(2) andpjd2012-01-222-4/+4
* | Use getcontextx(3) internal API instead of getcontext(2) to providekib2012-01-211-4/+13
* | Add API for obtaining extended machine context states that cannot bekib2012-01-2119-10/+693
* | This commit adds profiling support for powerpc64. Now we can do applicationandreast2012-01-201-1/+1
* | Conditionalize the __floatunsisf and __floatunsidf functions, added indas2012-01-201-0/+4
* | Fix a small nit noted by bde: exp_x should be of type float, not double.das2012-01-201-1/+1
* | Add a change I missed in r230367 (don't inline arm's fenv.h functions).das2012-01-201-1/+0
* | Remove an errant `#define dprintf printf'. It seems to be leftoverdas2012-01-201-2/+0
* | Don't inline fenv.h functions on arm for now. Inlining makes sense:das2012-01-204-13/+33
* | Merge in the latest SoftFloat changes from NetBSD. (NetBSD isn't thedas2012-01-2019-16/+555
* | Rev 228065 (change bsd.own.mk -> bsd.init.mk) broke pam_unix.so by causingpeter2012-01-181-2/+2
* | Fix two issues related to the use of SIGINFO in fetch(1) to displaydes2012-01-183-7/+75
OpenPOWER on IntegriCloud