summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the example: free the memory that was allocated by getline().n_hibma2014-07-311-0/+1
* Provide a means for loaders to control which file system to use. Thismarcel2014-07-302-9/+24
* If telldir() is called immediately after a call to seekdir(), POSIXjhb2014-07-292-28/+26
* Update the list of cross references to include the more modern set ofgnn2014-07-281-1/+13
* Unbreak the ABI by reverting r268494 until the compat shims are providedgahr2014-07-281-1/+1
* In r232153, libarchive 3.0.3 was imported, replacing the archive_hash.hdim2014-07-261-10/+10
* strftime() xlocale cleanups.pfg2014-07-261-37/+46
* In the "Too many open files" edge cases don't try to preserve oldache2014-07-261-0/+8
* Remove useless getpwnam() call.des2014-07-261-3/+1
* Reviewed by: impsjg2014-07-261-3/+3
OpenPOWER on IntegriCloud