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
2013-03-24
dlerror() should not return const char *, as noted by landry
Theo de Raadt
2013-03-21
Do not need machine/param.h
Theo de Raadt
2013-03-20
Use a realloc() loop around the sysctl() for NET_RT_IFLIST, in case an
Theo de Raadt
2013-03-15
threadsafe random().
Ted Unangst
2013-03-14
tedu faith(4), suggested by todd@ some weeks ago after a submission by
Martin Pieuchot
2013-03-12
Return EINVAL if there are fewer than six template Xs in the path.
Philip Guenther
2013-03-12
Fix kernel profiling on MP systems by using per-CPU buffers and teach
Martin Pieuchot
2013-03-12
SOCK_SEQPACKET is supported on AF_UNIX too.
David Gwynne
2013-03-11
handle ECONNABORTED errors from accept(). In many code blocks they can be
Theo de Raadt
2013-03-11
document LOG_ODELAY; from Daniel Dickman
Jason McIntyre
2013-03-09
Describe interaction between write and O_APPEND.
Ted Unangst
2013-03-07
Fix return value of wcrtomb() in single-byte locales if the s argument is NULL.
Stefan Sperling
2013-03-07
Oops: confstr()'s return value should include the NUL in its count
Philip Guenther
2013-03-05
tweak wording of scanf return value; prompted by Jan Stary; ok jmc@
Otto Moerbeek
2013-03-04
Update STANDARDS section as appropriate for C99.
Brad Smith
2013-03-02
Fix the combination of 'j' format flag and the XPG "<num>$" modifier.
Philip Guenther
2013-03-02
zap end of line whitespace;
Jason McIntyre
2013-03-01
Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* defines
Philip Guenther
2013-02-12
Back out per-CPU kernel profiling, it shouldn't modify a public header
Martin Pieuchot
2013-02-12
Unbreak the tree by adding missing defines. Forgot to sync in previous
Martin Pieuchot
2013-02-11
Sync with libkern's copy. No functional change.
Martin Pieuchot
2013-02-03
gremlin crept in
Miod Vallat
2013-02-02
Userland bits for m68k/ELF. Mostly addition of register prefixes to the
Miod Vallat
2013-01-31
Add a bunch of missing functions.
Brad Smith
2013-01-30
Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3).
Brad Smith
2013-01-24
Oops, due to the way return from system calls work, we can not use a delay
Miod Vallat
2013-01-23
The kernel sources mention that the system call entry point is trap #450; the
Miod Vallat
2013-01-20
Fix PIC_LOAD and PIC_STORE macros to really access the variable, instead of
Miod Vallat
2013-01-20
Properly handle "%%" and "%N" where N is not a supported escape.
Todd C. Miller
2013-01-20
PIC-related code should follow the #ifdef __PIC__ line, not the #else line.
Miod Vallat
2013-01-19
Document F_DUPFD_CLOEXEC; adapted from FreeBSD
Todd C. Miller
2013-01-19
partially re-instate previous; requested by deraadt
Jason McIntyre
2013-01-19
better description of O_CLOEXEC; from russell
Jason McIntyre
2013-01-18
Update the setsockopt(2) interface documentation for the EFBIG and
Alexander Bluhm
2013-01-15
Don't pull <math.h> just because it can return HUGE_VAL in the
Martynas Venckus
2013-01-13
Remove machine-dependent glue for strtorQ, since hppa64 quad-precision
Martynas Venckus
2013-01-11
Add END() directives to the various functions.
Miod Vallat
2013-01-11
Add a bunch of macros to help writing PIC code for libc .S routines. Handles
Miod Vallat
2013-01-08
fix __cerror non-weak symbol name
Miod Vallat
2013-01-08
More int's that should be size_t for strlen() use
Theo de Raadt
2013-01-07
use a size_t instead of an int to avoid signed compare
Theo de Raadt
2013-01-05
Fix verbiage to make it clear that on success the return value of
Kenneth R Westerback
2013-01-05
Switch m88k ports to ELF.
Miod Vallat
2013-01-03
sysctl.3: remove some confusing text about NFS_NIOTHREADS
Jason McIntyre
2013-01-03
some small cleanup;
Jason McIntyre
2013-01-01
Add an implementation based on tedu@'s design of fmemopen(3) and
Martin Pieuchot
2012-12-26
Actually invoke the system call in libc's sigreturn() wrapper; went unnoticed
Miod Vallat
2012-12-22
Make sure the stack is 16-byte aligned otherwise the use of certain SSE
Mark Kettenis
2012-12-22
Fix bug in random offset introduced in rev 1.143; random range was
Otto Moerbeek
2012-12-17
Allow gethostbyname() to accept a numeric IP string.
Eric Faurot
[next]