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
/
compat-43
Age
Commit message (
Expand
)
Author
2018-01-12
Adjust references for sysctl(3) to sysctl(2)
Theo de Raadt
2017-11-28
GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections
Theo Buehler
2017-08-01
delete sigmask(3) from sigsetmask(3) SYNOPSIS and use .Xr rather
Ingo Schwarze
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-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
2016-09-26
sigsetmask() and sigblock() are no longer used by any setjmp implementation
Philip Guenther
2016-03-30
for some time now mandoc has not required MLINKS to function
Jason McIntyre
2015-10-23
Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread
Philip Guenther
2015-09-13
Do provide hidden _libc_* aliases for sig{block,setmask} and use them in
Philip Guenther
2015-01-29
Use .Rv where appropriate, and move it to RETURN VALUES;
Ingo Schwarze
2015-01-16
Move to the <limits.h> universe.
Theo de Raadt
2015-01-15
use .In where appropriate; from Kaspars at Bankovskis dot net
Ingo Schwarze
2015-01-14
these never needed sys/param.h
Theo de Raadt
2014-12-12
Xr getdtablecount
Theo de Raadt
2014-04-07
Add some missing names to the NAME sections.
Ingo Schwarze
2013-09-30
Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,
Todd C. Miller
2013-07-17
more library history
Ingo Schwarze
2013-06-05
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Ted Unangst
2013-06-01
no need to cast null
Ted Unangst
2011-11-22
sigstack() is long dead, and the compat sigaltstack syscall is gone too.
Philip Guenthe
2011-09-03
knock out some useless Pp;
Jason McIntyre
2011-09-03
make -column lists pretty again;
Jason McIntyre
2010-02-25
Do not attempt to silently continue text for the last column of tables
Ingo Schwarze
2010-02-03
Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent
Miod Vallat
2007-05-31
convert to new .Dd format;
Jason McIntyre
2006-10-11
SIGCONT may be sent to any process with the same session ID as the caller,
Jason McIntyre
2005-10-05
End sentences with a dot
Miod Vallat
2005-08-08
zap remaining rcsid.
Marc Espie
2003-10-10
Warn against getwd() usage.
Miod Vallat
2003-07-15
proto repairs
Theo de Raadt
2003-07-15
protos
Theo de Raadt
2003-06-11
ansification; checked by pval
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-30
- section reorder
Jason McIntyre
2003-05-12
cpu -> CPU
Jason McIntyre
2003-05-08
Move setrgid(3) and setruid(3) from libc -> libcompat.
Todd C. Miller
2003-05-07
typos;
Jason McIntyre
2003-01-31
Replace emulated versions of setreuid() and setregid() with real syscalls.
Todd C. Miller
2002-11-10
SEE ALSO corrections. millert ok.
Federico G. Schwindt
2002-10-30
No longer used
Todd C. Miller
2002-10-30
o .Xr setres[ug]id
Todd C. Miller
2002-10-30
Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSD
Todd C. Miller
2002-09-18
fix Xr refs; frisco@blackant.net
Theo de Raadt
2002-06-04
spelling; raj@cerias.purdue.edu
Theo de Raadt
2002-04-30
Initial cleanup:
Mike Pechkin
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-06-27
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
[next]