summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in a comment.rpaulo2014-09-021-1/+1
* Add bsearch_b to the libc map and the stdlib header.pfg2014-09-011-0/+1
* Add lock annotations to libcuse.ed2014-09-011-5/+7
* According to the ISO C standard, lgamma(-integer) returnskargl2014-09-012-11/+13
* Add lock annotations to the header files of our threading libraries.ed2014-09-011-9/+18
* Fix a tab that somehow became 8 spaces.kargl2014-09-012-10/+5
* Compute sin(pi*x) without actually doing the pi*x multiplication.kargl2014-08-312-53/+49
* In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo).ian2014-08-3122-1/+36
* Fix the order of "const volatile" to be consistent withkargl2014-08-302-2/+2
* Make tiny volatile to prevent the compiler(s) fromkargl2014-08-302-2/+5
* The standard we compile libc++ with is called c++11 not c++0x.rdivacky2014-08-251-1/+1
* Fix "make checkdpadd" for lib/libc when MK_SSP != nongie2014-08-251-0/+1
* Fix a bug in r265255: only return NULL if the requested map wasn't found.markj2014-08-241-4/+6
* Add missing break.pfg2014-08-201-0/+1
* Use bsd.lib.mk here as all other csu Makefiles do.bdrewery2014-08-191-7/+11
* Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-192-4/+0
* Replace DPADD with DPSRCS to fix "make checkdpadd"ngie2014-08-181-1/+1
* Add LIBCRYPT to DPADD, remove LDFLAGS from LDADD, and sort the Makefile varia...ngie2014-08-181-1/+2
* Add more USB class codes.hselasky2014-08-181-0/+8
* Fix typo in lib/atf/libatfc++/Makefilengie2014-08-171-1/+1
* Add missing DPADD to Makefile.hselasky2014-08-171-0/+1
* Bump version because challenge buffer size changedache2014-08-141-1/+1
* From https://sourceware.org/ml/newlib/2014/msg00113.htmlimp2014-08-142-3/+7
* Stop telling people to directly report llvm or clang bugs upstream,dim2014-08-132-2/+2
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUStuexen2014-08-131-0/+6
* Fixed ENOMEM description.pluknet2014-08-131-1/+1
* Add a knob LIBPTHREAD_BIGSTACK_MAIN, which instructs libthr to leavekib2014-08-132-1/+12
* Style.kib2014-08-131-1/+1
* Integrate lib/libutil into the build/kyuangie2014-08-138-0/+1406
* Minor style tweaks.pfg2014-08-131-7/+7
* According to opie code and even direct mention in opie(4) challenge bufferache2014-08-121-1/+1
* Fix broken pointer overflow check ns_name_unpack()ume2014-08-121-2/+3
* Update our stub resolver to final version of libbind.ume2014-08-1236-199/+909
* Bring the md5 functions into libc for internal use only.ume2014-08-122-0/+6
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDtuexen2014-08-121-0/+7
* When r255294 was committed, it exposed the symbols lgammal, powl,kargl2014-08-091-22/+3
* In r268463, I misplaced a return in demangle(), causing the function todim2014-08-091-8/+2
* Const-ify character stringpfg2014-08-071-1/+1
* Make libohash a proper internallib instead of hidding it in m4bapt2014-08-066-0/+783
* Rework privatelib/internallibbapt2014-08-061-1/+1
* Integrate lib/libnv into the build/kyuangie2014-08-058-0/+1429
* Integrate lib/libmp into the build/kyuangie2014-08-043-0/+227
* fix misordering...jmg2014-08-041-3/+3
* add xrefs for the other functions...jmg2014-08-041-1/+5
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingtuexen2014-08-041-0/+3
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andtuexen2014-08-031-0/+3
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control thetuexen2014-08-031-0/+3
* Add support for the SCTP_PR_SUPPORTED socket option as specified intuexen2014-08-021-0/+3
* Cleanup the ECN configuration handling and provide an SCTP sockettuexen2014-08-021-0/+3
* Add pkgfs, a file system implementation for reading files out of amarcel2014-07-313-0/+793
OpenPOWER on IntegriCloud