summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove dead gettimeofday calls and timevals.cheloha2018-01-062-6/+2
* some grammar fixes; from dholland@netbsd, -r1.68jmc2018-01-021-6/+6
* Only init chunk_info once, plus some moving of code to group related functions.otto2018-01-011-273/+267
* step one in avoiding unneccesary init of chunk_info;otto2017-12-271-65/+81
* Add ARM EABI runtime aliases to the GCC runtime functions that we includekettenis2017-12-2610-9/+86
* memcpy from the right place. at this point, the used variable is nottedu2017-12-251-2/+2
* Fix one possible buffer overflow and one underflow. Also some minormillert2017-12-241-20/+36
* let's not try to document the number of items in a list...jmc2017-12-181-3/+3
* Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2)cheloha2017-12-181-3/+16
* Move __cxa_thread_atexit* to its own .c file to avoid pulling the codeguenther2017-12-164-39/+64
* Don't use _libc_ prefix when referencing "builtin" symbols with clang.kettenis2017-12-162-3/+8
* Simplify and unify timespec variables used in those event loopsjca2017-12-143-18/+14
* Use CLOCK_MONOTONIC for the rpc event loopsjca2017-12-143-40/+40
* Consistently use .Va for "errno";schwarze2017-12-121-3/+3
* space required between macro arg and punctuation;jmc2017-12-121-2/+2
* pledge()'s 2nd argument becomes char *execpromises, which becomes thederaadt2017-12-122-44/+48
* Fix the return value of fwscanf(3) when encountering an early matchingkevlo2017-12-081-2/+2
* Remove DEF_STRONG(__cxa_thread_atexit_impl). This produces an unwantedkettenis2017-12-051-2/+1
* Implement __cxa_thread_atexit to support C++11 thread_local scope. Thekettenis2017-12-056-5/+63
* Redo the calculation of the alignment and placement of static TLS data toguenther2017-12-013-45/+105
* Consistently .Xr the corresponding wide char functions from char- andschwarze2017-12-0111-26/+37
* add missing argument name; from <kshe59 at zoho dot eu>; OK jmc@;schwarze2017-12-011-8/+32
* clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"guenther2017-11-2931-86/+148
* Add the missing STANDARDS section (kettenis@ noticed that these areschwarze2017-11-281-6/+14
* GNU ld has prefixed the contents of .gnu.warning.SYMBOL sectionstb2017-11-2815-31/+31
* Delete fktrace(2). The consequences of it were not thought throughguenther2017-11-282-40/+7
* Avoid .align 0 here as well. Also fix a .word that should be a .quad.kettenis2017-11-223-10/+7
* Avoid .align 0. Clang's integrated assembler actually honors this directivekettenis2017-11-213-9/+6
* Use a simple forward search to find '%' in the format string instead oftb2017-11-211-35/+12
* Add error checking to some calls to __find_arguments(). Matches similartb2017-11-161-6/+16
* Fix spelling: bet -> net from Scott Bennett, thankstb2017-11-071-3/+3
* Revert recent changes to unbreak ports/net/sambajca2017-11-048-110/+21
* 's' should include 'f'; from Jacqueline Jolicoeurotto2017-11-021-2/+2
* Argh: put back some linker-supplied symbols to avoid triggering a bugguenther2017-10-312-1/+12
* fix oob read; form llvm via Vlad Tsyrklevich; ok millert@otto2017-10-301-3/+3
* Stop exporting _memcpy, an implementation detail of bcopy/memcpy/memmoveguenther2017-10-295-9/+10
* Remove __builtin_saveregs: gcc hasn't used it for years.guenther2017-10-283-63/+2
* Typo: 'end' should have been '_end', which is already exported/imported.guenther2017-10-282-5/+2
* Eliminate some more linker generated symbols that aren't needed.guenther2017-10-281-5/+1
* If the init_routine used with pthread_once() is canceled, then we need toguenther2017-10-281-1/+11
* Change pthread_cleanup_{push,pop} to macros that store the cleanup infoguenther2017-10-287-19/+98
* Stop exporting some symbols internal to the softfloat implementation,kettenis2017-10-281-27/+0
* No need to include <sys/param.h> before <sys/sysctl.h>.mpi2017-10-281-3/+3
* consistently use .Vt for variable types and use ".Fa path" where appropriate;schwarze2017-10-281-16/+18
* Use <elf.h> instead of <elf_abi.h>mpi2017-10-271-2/+2
* Don't let close(2) clobber errno. Some calls were already protectedmillert2017-10-231-1/+5
* Removed duplicated line.tobias2017-10-221-3/+2
* Restore a return that was inadvertently removed from freezero() in r1.234,jsing2017-10-191-1/+2
* add missing HISTORY; based on CVS logs and release announcementsschwarze2017-10-174-12/+32
* draft-ietf-tcpm-initcwnd was published as rfc 6928mikeb2017-10-161-3/+3