tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libc
/
compat-43
/
at
jcs
17 files
Makefile.inc
for some time now mandoc has not required MLINKS to function correctly - logically complete that now by removing MLINKS from base;
10 years ago
creat.3
consistently put the Xr in "made obsolete by" in symbolic, as sigvec already does; remove the one inconsistent colon from creat(3) in this same text
3 years ago
creat.c
zap remaining rcsid.
20 years ago
getdtablesize.3
order sysctl(2) Xr by section missed when sysctl(3) references were changed to sysctl(2)
3 years ago
getdtablesize.c
zap remaining rcsid.
20 years ago
gethostid.3
tweak the previous two commits: a Internet address -> an Internet address and sort SEE ALSO
7 years ago
gethostid.c
make fixed-sized fixed-value mib[] arrays be const ok guenther tb millert
5 years ago
getwd.c
Add PROTO_NORMAL() declarations for the remaining syscalls, to avoid future, inadvertant PLT entries. Move the __getcwd and __realpath declarations to hidden/{stdlib,unistd}.h to consolidate and remove duplication.
2 years ago
killpg.3
killpg() is covered by XSI so add a STANDARDS section to that effect and document that handling of process group 0 is not specified by the standard.
9 years ago
killpg.c
Don't allow a negative process group ID, it would turn into a process ID when negated.
9 years ago
sethostid.c
make fixed-sized fixed-value mib[] arrays be const ok guenther tb millert
5 years ago
setpgrp.c
zap remaining rcsid.
20 years ago
sigblock.3
consistently put the Xr in "made obsolete by" in symbolic, as sigvec already does; remove the one inconsistent colon from creat(3) in this same text
3 years ago
sigcompat.c
sigsetmask() and sigblock() are no longer used by any setjmp implementation so the internal hidden names are unused; switch to PROTO_DEPRECATED() and drop the DEF_WEAK()s
9 years ago
sigpause.3
consistently put the Xr in "made obsolete by" in symbolic, as sigvec already does; remove the one inconsistent colon from creat(3) in this same text
3 years ago
sigsetmask.3
consistently put the Xr in "made obsolete by" in symbolic, as sigvec already does; remove the one inconsistent colon from creat(3) in this same text
3 years ago
sigvec.3
controm terminql -> controlling terminal;
3 years ago