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-06-10
Fix broken markup of function pointer invocations; found
Ingo Schwarze
2017-06-10
fix a sentence that used unusual terminology, the wrong macro,
Ingo Schwarze
2017-06-07
Add an acct(5) flag for pledge violations. Then lastcomm(1) shows
Alexander Bluhm
2017-06-01
Remove branch prediction hint from conditional branch instruction.
Christian Weisgerber
2017-05-31
Add support for EV_RECEIPT and EV_DISPATCH flags
Mike Belopuhov
2017-05-31
install futex(2), ok mpi
Stuart Henderson
2017-05-30
getrlimit is now allowed by "stdio"
Theo de Raadt
2017-05-30
Don't fall back to heapsort() if we would otherwise switch to
Todd C. Miller
2017-05-29
sort SEE ALSO;
Jason McIntyre
2017-05-29
sort SEE ALSO;
Jason McIntyre
2017-05-29
It is distasteful to have manual pages which don't refer to real
Theo de Raadt
2017-05-27
move sha224_initial_hash_value[] under !SHA2_SMALL; ok deraadt@ millert@
Christian Weisgerber
2017-05-24
Support swapping 32-bit aligned elements on 64-bit platforms.
Todd C. Miller
2017-05-20
Document that qsort falls back to heapsort() if the recursion depth
Todd C. Miller
2017-05-20
Use David Musser's introsort algorithm to fall back to heapsort(3)
Todd C. Miller
2017-05-17
The BSD qsort() performs tail recursion elimination on the second
Todd C. Miller
2017-05-15
Typo: freezeo -> freezero
Theo Buehler
2017-05-13
- fix bug wrt posix_memalign(3) of blocks between half a page and a page
Otto Moerbeek
2017-05-08
Fix exponential CPU use with repeated '*' operators by changing '*'
Todd C. Miller
2017-05-08
Update STANDARDS section, these are now in XSI BASE.
Todd C. Miller
2017-05-07
killpg() is covered by XSI so add a STANDARDS section to that effect
Todd C. Miller
2017-05-07
Don't allow a negative process group ID, it would turn into a
Todd C. Miller
2017-05-06
Move info about group handling via a negative pid into the list
Todd C. Miller
2017-05-05
Document what happens when sending a signal to the calling process.
Todd C. Miller
2017-05-05
Mention that the signal mask does not affect what signals are
Todd C. Miller
2017-05-04
Merge headers defining identifiers from sysctl.8 into sysctl.3. Shorten and
Theo Buehler
2017-05-03
make the description strings match the code
Theo de Raadt
2017-05-01
Document that wait3/waitpid can receive SIGCHILD when wpid does
Todd C. Miller
2017-04-30
Add futex(2) shim, bump minor.
Martin Pieuchot
2017-04-28
Reference the "Futexes Are Tricky" paper.
Martin Pieuchot
2017-04-28
errant space;
Jason McIntyre
2017-04-28
Document futex(2) with a lot of inputs from schwarze@
Martin Pieuchot
2017-04-27
ntohl() returns uint32_t so it cannot be < 0. Since we're storing
Todd C. Miller
2017-04-27
Remove "len < 0" check; len is socklen_t (uint32_t) so can't be
Todd C. Miller
2017-04-23
Rearrange text a bit to make it clear what "discarded" means; ok jmc@ deraadt@
Otto Moerbeek
2017-04-22
For small allocations (chunk) freezero only validates the given
Otto Moerbeek
2017-04-20
Fix previous.
Visa Hankala
2017-04-20
Get TCB address using the RDHWR instruction instead of __get_tcb().
Visa Hankala
2017-04-18
don't forget to fill in canary bytes for posix_memalign(3); reported by
Otto Moerbeek
2017-04-17
consictently use .Dv NULL and a few other tweaks; ok schwarze@
Otto Moerbeek
2017-04-17
whitespace fixes
Otto Moerbeek
2017-04-16
Always return nonzero from _longjmp too.
Mark Kettenis
2017-04-15
Document RB_TIMEBAD; delete RB_* that are obsolete/unimplemented
Philip Guenther
2017-04-14
whitespace
Theo de Raadt
2017-04-14
correct path; from Klemens Nanni
Theo de Raadt
2017-04-13
Xr sigprocmask(2) not the obsolete sigsetmask(3)
Todd C. Miller
2017-04-13
Use recallocarray in getdelim/getline to clear memory on buffer resizes,
Bryan Steele
2017-04-13
allow clearing less than allocated and document freezero(3) better
Otto Moerbeek
2017-04-12
SipHash_Final() was assuming the digest was 64-bit aligned, resulting in
Theo de Raadt
2017-04-12
New strstr() implementation from musl libc by Rich Felker. This
Todd C. Miller
[next]