summaryrefslogtreecommitdiff
path: root/lib/libc/compat-43
AgeCommit message (Expand)Author
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
2002-11-10SEE ALSO corrections. millert ok.Federico G. Schwindt
2002-10-30No longer usedTodd C. Miller
2002-10-30o .Xr setres[ug]idTodd C. Miller
2002-10-30Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSDTodd C. Miller
2002-09-18fix Xr refs; frisco@blackant.netTheo de Raadt
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-04-30Initial cleanup:Mike Pechkin
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2001-03-11mdoc police.Aaron Campbell
2001-01-18Remove errant line (pasto).Todd C. Miller
2001-01-18Provide examples showing how to convert old code to use sigprocmask(2).Todd C. Miller
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastAaron Campbell
2000-04-18Repairs.Aaron Campbell
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
2000-03-28sigblock.3 MLINKTheo de Raadt
2000-01-22Use .Er macro when referring to errno error names.Aaron Campbell
2000-01-06sentences finish with a periodDavid Leonard
1999-09-23Typo fixes.Alex Feldman