aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* iconv: Fix a pointer mismatch.Pedro F. Giffuni2017-11-201-2/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-20459-136/+1054
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-186-4/+16
* Fix formatting of _umtx_op(2)Eric van Gyzen2017-11-131-60/+70
* Add notes about overlapping copies.Warner Losh2017-11-133-0/+25
* Make sysctl_kern_proc_umask execute fast path when requested pid inBartek Rutkowski2017-11-071-1/+1
* The last example used LOG_INFO, but the message itself said error.Benedict Reuschling2017-11-051-2/+2
* posix_fallocate.2: add an EINVAL errno caseEd Maste2017-11-051-3/+4
* C++17 requires quick_exit(3) to be async-signal safe.Konstantin Belousov2017-11-042-2/+18
* Add alignment support to __libc_allocate_tls().Michal Meloun2017-11-031-23/+75
* While discussing the new gets_s.c in D12785, ed@ suggested puttingCy Schubert2017-11-031-2/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-3124-24/+3
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-312-0/+36
* Fix out-of-bounds read in libc/regex.Pedro F. Giffuni2017-10-281-1/+1
* Revert r325031. This breaks the build due to __FBSDID.Cy Schubert2017-10-271-1/+1
* Ensure all incude statements are kept together by moving theCy Schubert2017-10-271-1/+1
* Remove redundant sys/cdefs.h include.Cy Schubert2017-10-271-1/+0
* Define RB_POWERCYCLEWarner Losh2017-10-251-1/+9
* Bump man page revision dates for r324941Alan Somers2017-10-242-2/+2
* Remove artificial restriction on lio_listio's operation countAlan Somers2017-10-232-6/+6
* Add OID for the vm.overcommit sysctl. This makes it possible to removeEdward Tomasz Napierala2017-10-221-1/+5
* Make elf_aux_info() as public libc function.Michal Meloun2017-10-212-1/+30
* write.2: correct maximum nbytes size for EINVAL errorEd Maste2017-10-171-2/+7
* Save VFP state in getcontext(3) on ARM.Michal Meloun2017-10-162-1/+100
* allow posix_fallocate in capability modeEd Maste2017-10-121-1/+5
* Support armv7 builds for userlandWarner Losh2017-10-055-7/+7
* mdoc style: start new sentence on new lineBenjamin Kaduk2017-10-041-2/+4
* Fix typo.Cy Schubert2017-10-041-1/+1
* Clarify the wording describing the stayopen flag.Cy Schubert2017-10-041-9/+8
* Remove an unneeded and incorrect memset().Brooks Davis2017-10-031-3/+0
* Fixed description of msg_name/msg_namelen in recvmsg().Ruslan Ermilov2017-10-031-2/+2
* __setrunelocale: Fix asprintf(3) failure not returning an error.Bryan Drewery2017-09-292-5/+3
* rename(2): document capability mode errorsEd Maste2017-09-151-1/+24
* open(2): update ENOTCAPABLE description for .. lookupsEd Maste2017-09-151-2/+4
* Silently handle freeaddrinfo(NULL) for compatibility with code whichKonstantin Belousov2017-09-142-6/+16
* Add ptrace operations to fetch and store VFP registers.John Baldwin2017-09-141-1/+23
* Document some invariants for the XLC_ enum.David Chisnall2017-09-071-0/+21
* libc: minor indent(1) cleanups.Pedro F. Giffuni2017-08-263-51/+47
* getmntinfo(3): Scale faster, and return soonerConrad Meyer2017-08-253-5/+96
* Include {u,}{div,mod}si3() on mips in libcompiler_rt.John Baldwin2017-08-211-4/+0
* Optimize libc to get and set TLS using the RDFSBASE and RDGSBASEKonstantin Belousov2017-08-217-1/+155
* force use of ld.bfd for linking i386 libc, even when using lldEd Maste2017-08-161-0/+10
* Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper2017-08-141-0/+1
|\
| * Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* | Fix minor formatting issue.Michael Tuexen2017-08-131-1/+1
* | Fix a regression in r321608.Konstantin Belousov2017-08-131-2/+2
* | Add missing header.Sevan Janiyan2017-08-121-1/+2
* | Improve standard compliance for memset_s() and abort_handler_s().Konstantin Belousov2017-08-123-8/+22
* | Fix indent.Konstantin Belousov2017-08-121-1/+1
* | fnmatch(3): Update testcase for r322368.Pedro F. Giffuni2017-08-101-1/+1