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-10-22
After deleting hifn(4) the only provider for the LZS compression
Alexander Bluhm
2021-10-22
Put back sys/types.h and sys/socket.h. The latter was unintentionally
Theo Buehler
2021-10-22
Fix some ghastly whitespace. From Martin Vahlensieck
Theo Buehler
2021-10-22
Use unsigned char instead of u_char in base64.c. This is a mild
Theo Buehler
2021-10-13
Provide realpath(1)
Klemens Nanni
2021-10-11
does not need arpa/nameser.h
Theo de Raadt
2021-10-08
group the SO_PEERCRED text more logically and mark it read only;
Jason McIntyre
2021-09-22
use mmap() instead of alloca(), so that argv memory overflow leading to
Theo de Raadt
2021-09-19
Switch two calls from memset() to explicit_bzero()
Theo Buehler
2021-09-17
sys/param.h is not needed in these files
Theo de Raadt
2021-09-08
Zap _THIS_PORT helper for printf("%n") tracking in ports land
Jeremie Courreges-Anglas
2021-09-06
document EFAULT, and replace all 'It Er' errno with 'It Bq Er'
Theo de Raadt
2021-09-03
* add the missing STANDARDS section as noticed by tb@
Ingo Schwarze
2021-09-02
Document new %n syslog+abort behaviour, text mostly copied from printf.3
Theo de Raadt
2021-09-01
remove unused macro;
Jason McIntyre
2021-09-01
inet_ntop(3) needs sys/socket.h for AF_INET / AF_INET6 so add the header
Claudio Jeker
2021-09-01
neither ktrace(2) or utrace(2) require a caller to pull sys/param.h
Theo de Raadt
2021-08-30
Make uuid_from_string() reject a string of the correct length but having a
Kenneth R Westerback
2021-08-30
Document that %n has been neutered -- it now does syslog+abort.
Theo de Raadt
2021-08-30
jca and I converted %n to a syslog warning about a year ago, and the ports
Theo de Raadt
2021-07-25
Consistently use __asm instead of asm/__asm__
Jeremie Courreges-Anglas
2021-07-25
nanosleep.2: HISTORY: correct historic sleep() system call origins
cheloha
2021-07-24
riscv64 userland timecounter support
Jeremie Courreges-Anglas
2021-07-24
Fix strchr() and strrchr() on mips64
Visa Hankala
2021-07-23
Make MALLOC_STATS compile again; noted by Omar Polo and Joe Nelson
Otto Moerbeek
2021-07-23
nanosleep.2: miscellaneous cleanup and rewrites
cheloha
2021-07-18
Markup promises with Cm not Va
kn
2021-07-07
Mention that there are alternatives for ERE '+' and '?' in BRE.
Martijn van Duren
2021-07-02
usleep(3): always call nanosleep(2)
cheloha
2021-06-30
more trivial .Ar -> .Fa replacements in syscall manuals
Ingo Schwarze
2021-06-30
use .Fa rather than .Ar; patch from me at EmilEngler dot com
Ingo Schwarze
2021-06-29
more precision because the argument is signed,
Ingo Schwarze
2021-06-24
alarm(3): remove superfluous pointer
cheloha
2021-06-20
We need to store the flagged passed to sigsetjmp(3) and use it in
Mark Kettenis
2021-06-19
C version of fabs(), for now
Theo de Raadt
2021-06-18
alarm.3: miscellaneous improvements to alarm(3) documentation
cheloha
2021-06-17
compar is a function arg (Fa) not function name (Fn);
Jason McIntyre
2021-06-13
Save and restore errno around FUTEX_WAIT futex(2) operations. While there
Mark Kettenis
2021-06-12
remove incorrect CAVEATS section;
Jason McIntyre
2021-06-11
Since futex(2) can fail, it needs a full syscall stub. This should fixes
Mark Kettenis
2021-06-03
(man page also)
Theo de Raadt
2021-06-03
secure_path(3) hasn't been called since we recognized the TOCTOU issues a few
Theo de Raadt
2021-06-02
add RTLD_NODELETE support
Sebastien Marie
2021-05-31
auth_call(3) no longer uses secure_path(3)
Todd C. Miller
2021-05-26
Fix the return value for the FUTEX_WAIT/FUTEX_WAIT_PRIVATE futex(2)
Mark Kettenis
2021-05-21
The implementation of the FUTEX_WAIT option in futex(2) is subtly broken.
Mark Kettenis
2021-05-18
Document new net.unix sysctls.
Claudio Jeker
2021-05-17
delete useless blank lines
Theo de Raadt
2021-05-14
Fix regression for _setjmp, fucntion does not use stack and adjusting
Dale Rahn
2021-05-09
Change offsets to (N * 8) to reduce chance of register clobber and mistakes.
Dale Rahn
[next]