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
2021-03-02
document ENOTSUP wxallowed/wxneeded behaviour more clearly; ok kurt
Theo de Raadt
2021-02-25
- Make use of the fact that we know how the chunks are aligned, and
Otto Moerbeek
2021-02-12
Some people still argue that rand(3) and random(3) have suitable deterministic
Theo de Raadt
2021-02-04
Referece trpt(8) from the SO_DEBUG section of getsockopt(2).
Alexander Bluhm
2021-02-03
Adding a hard-trap instruction after the __threxit syscall instruction
Kurt Miller
2021-02-02
article fixes; from eddie youseph
Jason McIntyre
2021-01-26
When checking for available address family for AI_ADDRCONFIG consider
Florian Obser
2021-01-20
Missing return value; ok jmc@
Otto Moerbeek
2021-01-19
Prevent an overflow in inet_net_pton(3) when the passed in buffer is
Florian Obser
2021-01-13
kernel, sysctl(8): remove dead variable: tickadj
cheloha
2021-01-08
Make fts_{alloc,safe_changed}() const correct
Theo Buehler
2021-01-07
sleep(3): don't bypass nanosleep(2) if seconds is zero
cheloha
2021-01-06
Fix two issues related to thread private data in asr.
Otto Moerbeek
2021-01-03
Make consistent reference to pathname.
rob
2021-01-03
Make CHIN() Boolean-valued and use this to turn an expression with a
Theo Buehler
2021-01-03
Turn macros into inline functions so that there is no need to document in
Theo Buehler
2021-01-02
Remove two now-unused functions; a result of the categories removal.
Todd C. Miller
2020-12-31
More regular error handling with the REQUIRE macro.
Todd C. Miller
2020-12-31
Remove unused categories in re_guts; they are written to but never read.
Todd C. Miller
2020-12-31
Strings in struct parse can be const, they are never modified.
Todd C. Miller
2020-12-30
getifaddrs() can return entries where ifa_addr is NULL. Check for this
Sebastian Benoit
2020-12-30
regcomp.c uses the "start + count < end" idiom to check that there are
Theo Buehler
2020-12-30
Constify the strings in regerror.c and make use of the strlcpy()
Theo Buehler
2020-12-30
cclasses[] multis field is always an empty string. Remove it and code
Theo Buehler
2020-12-30
Constify the strings in cnames[]. No functional change.
Theo Buehler
2020-12-29
Document kern.video.record.
Marcus Glocker
2020-12-28
Fix an off-by-one error in the marking of the O_CH operator following
Todd C. Miller
2020-12-21
Always call endservent_r() after getservbyport_r().
Eric Faurot
2020-12-13
Geode CPU does not support SSE, so MXCSR does not exists there. As
Alexander Bluhm
2020-12-06
On i386 setjmp(3) should store the FPU state and longjmp(3) restore
Alexander Bluhm
2020-12-06
Introduce constants to access the setjmp(3) jmp_buf fields from
Alexander Bluhm
2020-12-03
grammar fixes from Varik "The Genuine Article!!!" Valefor;
Jason McIntyre
2020-12-01
Set type to DB_RECNO in __rec_open() for consistency with other db types.
Todd C. Miller
2020-11-28
Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S
gkoehler
2020-11-23
mapalign() only handles allocations >= a page; problem found by and ok semarie@
Otto Moerbeek
2020-11-14
Constify dktypenames and fstypenames in libc.
Philip Guenther
2020-11-14
remove macro instances from arbitrary string width specifiers. for example
Jason McIntyre
2020-11-14
EVFILT_EXCEPT operates on sockets (emil engler)
Jason McIntyre
2020-11-07
Actually m88k assembler can not handle 'nop' mnemonic, use a macro instead.
Kenji Aoyama
2020-11-05
double word fixes;
Jason McIntyre
2020-10-27
The printf format string component %n is a nearly turning-complete gadget.
Theo de Raadt
2020-10-26
Retguard asm macros for powerpc libc, ld.so
gkoehler
2020-10-25
clock_gettime.2: overhaul manpage
cheloha
2020-10-21
Save and restore the MXCSR register and the FPU control word such that
Mark Kettenis
2020-10-20
Align the basename(3) and dirname(3) prototypes with the POSIX spec:
Christian Weisgerber
2020-10-20
Use a trap instruction that unconditionally terminates the process.
Visa Hankala
2020-10-19
Retguard sigsetjmp on powerpc64.
mortimer
2020-10-19
replace ad-hoc illegal instruction with the architecturally defined one
Christian Weisgerber
2020-10-19
add retguard prologue/epilogue
Theo de Raadt
2020-10-19
Save and restore the FPCR register such that floating-point control modes
Mark Kettenis
[next]