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
2012-05-21
Fix ftell() to return EOVERFLOW if the file offset is greater than
Matthew Dempsky
2012-05-14
More sysconf(3)-y and pathconf(3)-y goodness from Brad.
Matthew Dempsky
2012-04-26
Add strnlen() to libkern.
Matthew Dempsky
2012-04-25
fix a few warnings
Eric Faurot
2012-04-24
document address truncation; from Steffen Daode Nurpmeso
Jason McIntyre
2012-04-22
Document that getpeereid() works for SOCK_SEQPACKET sockets too.
Matthew Dempsky
2012-04-20
use "an addrinfo", not "a addrinfo". ok jmc
Stuart Henderson
2012-04-20
rearrange DESCRIPTION somewhat to make this page more readable;
Jason McIntyre
2012-04-19
rely on the compiler giving us a built-in alloca. any new architecture
Theo de Raadt
2012-04-15
Create a new resolver for each thread. It will be done differently
Eric Faurot
2012-04-15
calling getnameinfo here is a bad idea. use inet_ntop.
Eric Faurot
2012-04-15
tweak previous;
Jason McIntyre
2012-04-14
only define DEBUG internally
Eric Faurot
2012-04-14
Import asr, an experimental async resolver implementation.
Eric Faurot
2012-04-12
tweak;
Jason McIntyre
2012-04-12
tweak previous;
Jason McIntyre
2012-04-12
alloca.c cannot be used
Theo de Raadt
2012-04-12
alloca is NOT machine dependent; it has exactly the same
Theo de Raadt
2012-04-12
Since threads are becoming more common, this "work around the
Theo de Raadt
2012-04-12
more rfork mop-up
Theo de Raadt
2012-04-12
mmap(2) updated
Ariane van der Steldt
2012-04-12
remove rfork(); ok guenther miod
Theo de Raadt
2012-04-12
crank major for sh gcc4 switch
Jonathan Gray
2012-04-12
kill lfs system call lines and libc stubs
Theo de Raadt
2012-04-12
New system call: getdtablecount(2) returns the number of file
Theo de Raadt
2012-04-12
document getdelim() and getline(), and a grammar fix whilst here;
Jason McIntyre
2012-04-11
Mark outermost frame such that backtraces in thread terminate at
Mark Kettenis
2012-04-11
complete function name.
Marc Espie
2012-04-11
tweak previous;
Jason McIntyre
2012-04-11
In sendmsg() permit at most 10% of maxfiles to be in-flight
Theo de Raadt
2012-04-11
Provide __tfork_thread() for hppa64. This makes libc compile again.
Joel Sing
2012-04-11
fuss with details
Marc Espie
2012-04-11
new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit.
Marc Espie
2012-04-10
Do not pick the network number as alias on entries with no alias
Eric Faurot
2012-04-10
Document new KERN_NTHREADS and KERN_MAXTHREAD sysctls
Philip Guenthe
2012-04-06
range check st_size before calling calloc()
Theo de Raadt
2012-04-03
Document that openat(), etc are safe to call from a signal handler.
Matthew Dempsky
2012-04-03
tweak previous;
Jason McIntyre
2012-04-02
simplify the strlcpy/strlcat manual page substantially. do less
Theo de Raadt
2012-04-01
fix previous;
Jason McIntyre
2012-04-01
remind people to think of the poor file descriptors
Theo de Raadt
2012-03-26
Bump standards years, as we conform to the new versions too
Philip Guenthe
2012-03-26
strsignal() was standardized in POSIX-2008
Philip Guenthe
2012-03-24
The arguments scandir() and alphasort() have changed; show that and
Philip Guenthe
2012-03-23
we don't mention LIBRARY: c
Marc Espie
2012-03-22
clean the sigact in a portable way; ok matthew
Theo de Raadt
2012-03-22
bump majors on libc and rthreads for the additions to libc and transfer
Philip Guenthe
2012-03-22
Make DIR a private type within libc, give it the same underlying
Matthew Dempsky
2012-03-22
Update alphasort() and scandir()'s argument types to match POSIX:
Philip Guenthe
2012-03-22
Add dirfd() as a function to libc per POSIX requirement; dirfd() macro
Matthew Dempsky
[next]