summaryrefslogtreecommitdiffstats
path: root/lib/libc/compat-43 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sigstack() is long dead, and the compat sigaltstack syscall is gone too.guenther2011-11-221-4/+3
| | | | | | Correct the namespace protections for sigreturn(), sigwait(), and psignal() ok millert@
* knock out some useless Pp;jmc2011-09-031-2/+1
|
* make -column lists pretty again;jmc2011-09-031-36/+35
| | | | | | | | | | specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense.
* Do not attempt to silently continue text for the last column of tablesschwarze2010-02-251-5/+3
| | | | | | | | | | | | | generated by .Bl -column .It <tab> on following lines. This is a workaround; fixing it properly in a way compatible with our old groff would require .Xo support for .Bl -column phrases in mandoc(1), which is too much work right now just to fix exactly this one place in our tree. ok jmc@ This commit fixes the last issue i'm aware of which prevented building our whole tree with mandoc. Not all pages format nicely yet, but none kill the build any more.
* Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod2010-02-031-2/+2
| | | | | | | files or directories when applicable. The inspiration and name of MACHINE_CPU come from NetBSD, although the way to provide it to Makefiles is completely different. ok kettenis@
* convert to new .Dd format;jmc2007-05-318-16/+16
|
* SIGCONT may be sent to any process with the same session ID as the caller,jmc2006-10-111-2/+2
| | | | | | | not to any process that is a descendant of the current process. from ryan younce (freebsd pr #58710); confirmed by otto and ok
* End sentences with a dotmiod2005-10-051-2/+2
|
* zap remaining rcsid.espie2005-08-088-32/+6
| | | | | | Kill old files that are no longer compiled. okay theo
* Warn against getwd() usage.miod2003-10-101-1/+4
| | | | ok millert@ deraadt@
* proto repairsderaadt2003-07-151-1/+2
|
* protosderaadt2003-07-151-1/+2
|
* ansification; checked by pvalderaadt2003-06-114-18/+11
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0215-90/+30
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* - section reorderjmc2003-05-304-16/+15
| | | | | - in sigvec(3) removed .Xr to itself, added section numbers to two other .Xr's
* cpu -> CPUjmc2003-05-121-2/+2
|
* Move setrgid(3) and setruid(3) from libc -> libcompat.millert2003-05-084-182/+3
| | | | Programs should not be using these...
* typos;jmc2003-05-071-2/+2
|
* Replace emulated versions of setreuid() and setregid() with real syscalls.millert2003-01-315-335/+3
| | | | These are spec'd by POSIX as of 1003.1-2001; deraadt@ OK
* SEE ALSO corrections. millert ok.fgsch2002-11-101-2/+2
|
* No longer usedmillert2002-10-302-150/+0
|
* o .Xr setres[ug]idmillert2002-10-303-11/+35
| | | | o Update HISTORY section
* Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSDmillert2002-10-305-24/+49
| | | | functions.
* fix Xr refs; frisco@blackant.netderaadt2002-09-181-2/+2
|
* spelling; raj@cerias.purdue.eduderaadt2002-06-042-4/+4
|
* Initial cleanup:mpech2002-04-301-2/+2
| | | | | | | | | | | | o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-196-38/+6
|
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-164-8/+8
|
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-3/+2
|
* mdoc police.aaron2001-03-111-2/+3
|
* Remove errant line (pasto).millert2001-01-181-2/+1
|
* Provide examples showing how to convert old code to use sigprocmask(2).millert2001-01-182-2/+97
|
* .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastaaron2000-12-151-2/+2
| | | | this is consistent.
* Repairs.aaron2000-04-186-29/+40
|
* - For consistency, `super-user' -> `superuser' in all cases.aaron2000-04-154-13/+13
| | | | | - Some punctuation fixes. - Some `id' -> `ID'.
* sigblock.3 MLINKderaadt2000-03-281-1/+2
|
* Use .Er macro when referring to errno error names.aaron2000-01-222-4/+4
|
* sentences finish with a periodd2000-01-061-2/+2
|
* Typo fixes.alex1999-09-231-2/+2
|
* - remove all trailing whitespaceaaron1999-07-097-14/+14
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* when using `-' as a negative sign, escape it with a backslash so troff knowsaaron1999-07-074-11/+11
| | | | it's not supposed to be a hyphen/dash
* punctuationaaron1999-05-253-11/+11
|
* all functions need a return type and at least one arg, even if it's voidaaron1999-05-252-4/+4
|
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-2311-22/+22
| | | | is used instead; kwesterback@home.com
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-168-27/+27
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* correct some Xr's which referred to the wrong man page sectionsaaron1999-05-101-2/+2
|
* make function names the correct casederaadt1999-02-277-22/+22
|
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-2/+2
| | | | | | | | | | | | | All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
* improve behaviour; ww@styx.orgderaadt1998-11-152-5/+31
|
* Man pages Xrefs.espie1998-07-244-12/+12
|