index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
Age
Commit message (
Expand
)
Author
2017-12-18
let's not try to document the number of items in a list...
Jason McIntyre
2017-12-18
Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2)
cheloha
2017-12-16
Move __cxa_thread_atexit* to its own .c file to avoid pulling the code
Philip Guenther
2017-12-16
Don't use _libc_ prefix when referencing "builtin" symbols with clang.
Mark Kettenis
2017-12-14
Simplify and unify timespec variables used in those event loops
Jeremie Courreges-Anglas
2017-12-14
Use CLOCK_MONOTONIC for the rpc event loops
Jeremie Courreges-Anglas
2017-12-12
Consistently use .Va for "errno";
Ingo Schwarze
2017-12-12
space required between macro arg and punctuation;
Jason McIntyre
2017-12-12
pledge()'s 2nd argument becomes char *execpromises, which becomes the
Theo de Raadt
2017-12-08
Fix the return value of fwscanf(3) when encountering an early matching
Kevin Lo
2017-12-05
Remove DEF_STRONG(__cxa_thread_atexit_impl). This produces an unwanted
Mark Kettenis
2017-12-05
Implement __cxa_thread_atexit to support C++11 thread_local scope. The
Mark Kettenis
2017-12-01
Redo the calculation of the alignment and placement of static TLS data to
Philip Guenther
2017-12-01
Consistently .Xr the corresponding wide char functions from char- and
Ingo Schwarze
2017-12-01
add missing argument name; from <kshe59 at zoho dot eu>; OK jmc@;
Ingo Schwarze
2017-11-29
clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"
Philip Guenther
2017-11-28
Add the missing STANDARDS section (kettenis@ noticed that these are
Ingo Schwarze
2017-11-28
GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections
Theo Buehler
2017-11-28
Delete fktrace(2). The consequences of it were not thought through
Philip Guenther
2017-11-22
Avoid .align 0 here as well. Also fix a .word that should be a .quad.
Mark Kettenis
2017-11-21
Avoid .align 0. Clang's integrated assembler actually honors this directive
Mark Kettenis
2017-11-21
Use a simple forward search to find '%' in the format string instead of
Theo Buehler
2017-11-16
Add error checking to some calls to __find_arguments(). Matches similar
Theo Buehler
2017-11-07
Fix spelling: bet -> net from Scott Bennett, thanks
Theo Buehler
2017-11-04
Revert recent changes to unbreak ports/net/samba
Jeremie Courreges-Anglas
2017-11-02
's' should include 'f'; from Jacqueline Jolicoeur
Otto Moerbeek
2017-10-31
Argh: put back some linker-supplied symbols to avoid triggering a bug
Philip Guenther
2017-10-30
fix oob read; form llvm via Vlad Tsyrklevich; ok millert@
Otto Moerbeek
2017-10-29
Stop exporting _memcpy, an implementation detail of bcopy/memcpy/memmove
Philip Guenther
2017-10-28
Remove __builtin_saveregs: gcc hasn't used it for years.
Philip Guenther
2017-10-28
Typo: 'end' should have been '_end', which is already exported/imported.
Philip Guenther
2017-10-28
Eliminate some more linker generated symbols that aren't needed.
Philip Guenther
2017-10-28
If the init_routine used with pthread_once() is canceled, then we need to
Philip Guenther
2017-10-28
Change pthread_cleanup_{push,pop} to macros that store the cleanup info
Philip Guenther
2017-10-28
Stop exporting some symbols internal to the softfloat implementation,
Mark Kettenis
2017-10-28
No need to include <sys/param.h> before <sys/sysctl.h>.
Martin Pieuchot
2017-10-28
consistently use .Vt for variable types and use ".Fa path" where appropriate;
Ingo Schwarze
2017-10-27
Use <elf.h> instead of <elf_abi.h>
Martin Pieuchot
2017-10-23
Don't let close(2) clobber errno. Some calls were already protected
Todd C. Miller
2017-10-22
Removed duplicated line.
Tobias Stoeckmann
2017-10-19
Restore a return that was inadvertently removed from freezero() in r1.234,
Joel Sing
2017-10-17
add missing HISTORY; based on CVS logs and release announcements
Ingo Schwarze
2017-10-16
draft-ietf-tcpm-initcwnd was published as rfc 6928
Mike Belopuhov
2017-10-15
Do not use an uninitialized value when determining the sign
Visa Hankala
2017-10-12
Add STANDARDS: denis@ spotted that it was missing.
Ingo Schwarze
2017-10-08
Document fktrace(2) more completely, including separation of errors.
Philip Guenther
2017-10-07
Add fktrace to the NAME section
Philip Guenther
2017-10-05
Document that connect(2) and sendto(2) may return with errno
Alexander Bluhm
2017-10-05
do not return f() where f is a void function; loop var type fix
Otto Moerbeek
2017-10-05
Use dprintf instead of snprintf/write
Otto Moerbeek
[next]