summaryrefslogtreecommitdiff
path: root/lib/libc/compat-43
AgeCommit message (Expand)Author
2023-05-18Add PROTO_NORMAL() declarations for the remaining syscalls, to avoidPhilip Guenther
2022-12-13consistently put the Xr in "made obsolete by" in symbolic,Jason McIntyre
2022-10-13controm terminql -> controlling terminal;Jason McIntyre
2022-07-17order sysctl(2) Xr by sectionJonathan Gray
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2021-12-16getwd(3): don't malloc space for buf if it is NULLTodd C. Miller
2020-10-12make fixed-sized fixed-value mib[] arrays be constTheo de Raadt
2019-09-06More Version 1 AT&T UNIX history.Ingo Schwarze
2019-03-03tweak the previous two commits:Ingo Schwarze
2019-03-03Just called the Internet nowTheo de Raadt
2018-01-12Adjust references for sysctl(3) to sysctl(2)Theo de Raadt
2017-11-28GNU ld has prefixed the contents of .gnu.warning.SYMBOL sectionsTheo Buehler
2017-08-01delete sigmask(3) from sigsetmask(3) SYNOPSIS and use .Xr ratherIngo Schwarze
2017-05-29sort SEE ALSO;Jason McIntyre
2017-05-29It is distasteful to have manual pages which don't refer to realTheo de Raadt
2017-05-07killpg() is covered by XSI so add a STANDARDS section to that effectTodd C. Miller
2017-05-07Don't allow a negative process group ID, it would turn into aTodd C. Miller
2016-09-26sigsetmask() and sigblock() are no longer used by any setjmp implementationPhilip Guenther
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadPhilip Guenther
2015-09-13Do provide hidden _libc_* aliases for sig{block,setmask} and use them inPhilip Guenther
2015-01-29Use .Rv where appropriate, and move it to RETURN VALUES;Ingo Schwarze
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2015-01-15use .In where appropriate; from Kaspars at Bankovskis dot netIngo Schwarze
2015-01-14these never needed sys/param.hTheo de Raadt
2014-12-12Xr getdtablecountTheo de Raadt
2014-04-07Add some missing names to the NAME sections.Ingo Schwarze
2013-09-30Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,Todd C. Miller
2013-07-17more library historyIngo Schwarze
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2013-06-01no need to cast nullTed Unangst
2011-11-22sigstack() is long dead, and the compat sigaltstack syscall is gone too.Philip Guenthe
2011-09-03knock out some useless Pp;Jason McIntyre
2011-09-03make -column lists pretty again;Jason McIntyre
2010-02-25Do not attempt to silently continue text for the last column of tablesIngo Schwarze
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2007-05-31convert to new .Dd format;Jason McIntyre
2006-10-11SIGCONT may be sent to any process with the same session ID as the caller,Jason McIntyre
2005-10-05End sentences with a dotMiod Vallat
2005-08-08zap remaining rcsid.Marc Espie
2003-10-10Warn against getwd() usage.Miod Vallat
2003-07-15proto repairsTheo de Raadt
2003-07-15protosTheo de Raadt
2003-06-11ansification; checked by pvalTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-30- section reorderJason McIntyre
2003-05-12cpu -> CPUJason McIntyre
2003-05-08Move setrgid(3) and setruid(3) from libc -> libcompat.Todd C. Miller
2003-05-07typos;Jason McIntyre
2003-01-31Replace emulated versions of setreuid() and setregid() with real syscalls.Todd C. Miller