Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sigstack() is long dead, and the compat sigaltstack syscall is gone too. | 2011-11-22 | 1 | -4/+3 | |
| | | | | | | Correct the namespace protections for sigreturn(), sigwait(), and psignal() ok millert@ | ||||
* | knock out some useless Pp; | 2011-09-03 | 1 | -2/+1 | |
| | |||||
* | make -column lists pretty again; | 2011-09-03 | 1 | -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 tables | 2010-02-25 | 1 | -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 dependent | 2010-02-03 | 1 | -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; | 2007-05-31 | 8 | -16/+16 | |
| | |||||
* | SIGCONT may be sent to any process with the same session ID as the caller, | 2006-10-11 | 1 | -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 dot | 2005-10-05 | 1 | -2/+2 | |
| | |||||
* | zap remaining rcsid. | 2005-08-08 | 8 | -32/+6 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | Warn against getwd() usage. | 2003-10-10 | 1 | -1/+4 | |
| | | | | ok millert@ deraadt@ | ||||
* | proto repairs | 2003-07-15 | 1 | -1/+2 | |
| | |||||
* | protos | 2003-07-15 | 1 | -1/+2 | |
| | |||||
* | ansification; checked by pval | 2003-06-11 | 4 | -18/+11 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 15 | -90/+30 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | - section reorder | 2003-05-30 | 4 | -16/+15 | |
| | | | | | - in sigvec(3) removed .Xr to itself, added section numbers to two other .Xr's | ||||
* | cpu -> CPU | 2003-05-12 | 1 | -2/+2 | |
| | |||||
* | Move setrgid(3) and setruid(3) from libc -> libcompat. | 2003-05-08 | 4 | -182/+3 | |
| | | | | Programs should not be using these... | ||||
* | typos; | 2003-05-07 | 1 | -2/+2 | |
| | |||||
* | Replace emulated versions of setreuid() and setregid() with real syscalls. | 2003-01-31 | 5 | -335/+3 | |
| | | | | These are spec'd by POSIX as of 1003.1-2001; deraadt@ OK | ||||
* | SEE ALSO corrections. millert ok. | 2002-11-10 | 1 | -2/+2 | |
| | |||||
* | No longer used | 2002-10-30 | 2 | -150/+0 | |
| | |||||
* | o .Xr setres[ug]id | 2002-10-30 | 3 | -11/+35 | |
| | | | | o Update HISTORY section | ||||
* | Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSD | 2002-10-30 | 5 | -24/+49 | |
| | | | | functions. | ||||
* | fix Xr refs; frisco@blackant.net | 2002-09-18 | 1 | -2/+2 | |
| | |||||
* | spelling; raj@cerias.purdue.edu | 2002-06-04 | 2 | -4/+4 | |
| | |||||
* | Initial cleanup: | 2002-04-30 | 1 | -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. | 2002-02-19 | 6 | -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. | 2002-02-16 | 4 | -8/+8 | |
| | |||||
* | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | 2001-06-27 | 1 | -3/+2 | |
| | |||||
* | mdoc police. | 2001-03-11 | 1 | -2/+3 | |
| | |||||
* | Remove errant line (pasto). | 2001-01-18 | 1 | -2/+1 | |
| | |||||
* | Provide examples showing how to convert old code to use sigprocmask(2). | 2001-01-18 | 2 | -2/+97 | |
| | |||||
* | .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least | 2000-12-15 | 1 | -2/+2 | |
| | | | | this is consistent. | ||||
* | Repairs. | 2000-04-18 | 6 | -29/+40 | |
| | |||||
* | - For consistency, `super-user' -> `superuser' in all cases. | 2000-04-15 | 4 | -13/+13 | |
| | | | | | - Some punctuation fixes. - Some `id' -> `ID'. | ||||
* | sigblock.3 MLINK | 2000-03-28 | 1 | -1/+2 | |
| | |||||
* | Use .Er macro when referring to errno error names. | 2000-01-22 | 2 | -4/+4 | |
| | |||||
* | sentences finish with a period | 2000-01-06 | 1 | -2/+2 | |
| | |||||
* | Typo fixes. | 1999-09-23 | 1 | -2/+2 | |
| | |||||
* | - remove all trailing whitespace | 1999-07-09 | 7 | -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 knows | 1999-07-07 | 4 | -11/+11 | |
| | | | | it's not supposed to be a hyphen/dash | ||||
* | punctuation | 1999-05-25 | 3 | -11/+11 | |
| | |||||
* | all functions need a return type and at least one arg, even if it's void | 1999-05-25 | 2 | -4/+4 | |
| | |||||
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | 1999-05-23 | 11 | -22/+22 | |
| | | | | is used instead; kwesterback@home.com | ||||
* | Cleanup xrefs under SEE ALSO. Specifically: | 1999-05-16 | 8 | -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 sections | 1999-05-10 | 1 | -2/+2 | |
| | |||||
* | make function names the correct case | 1999-02-27 | 7 | -22/+22 | |
| | |||||
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). | 1998-11-20 | 1 | -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.org | 1998-11-15 | 2 | -5/+31 | |
| | |||||
* | Man pages Xrefs. | 1998-07-24 | 4 | -12/+12 | |
| |