Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
not to any process that is a descendant of the current process. from ryan younce (freebsd pr #58710); confirmed by otto and ok | |||
2005-10-05 | End sentences with a dot | Miod Vallat | |
2005-08-08 | zap remaining rcsid. | Marc Espie | |
Kill old files that are no longer compiled. okay theo | |||
2003-10-10 | Warn against getwd() usage. | Miod Vallat | |
ok millert@ deraadt@ | |||
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 | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-30 | - section reorder | Jason McIntyre | |
- in sigvec(3) removed .Xr to itself, added section numbers to two other .Xr's | |||
2003-05-12 | cpu -> CPU | Jason McIntyre | |
2003-05-08 | Move setrgid(3) and setruid(3) from libc -> libcompat. | Todd C. Miller | |
Programs should not be using these... | |||
2003-05-07 | typos; | Jason McIntyre | |
2003-01-31 | Replace emulated versions of setreuid() and setregid() with real syscalls. | Todd C. Miller | |
These are spec'd by POSIX as of 1003.1-2001; deraadt@ OK | |||
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 | |
o Update HISTORY section | |||
2002-10-30 | Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSD | Todd C. Miller | |
functions. | |||
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 | |
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 | |||
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 | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel | |
2001-03-11 | mdoc police. | Aaron Campbell | |
2001-01-18 | Remove errant line (pasto). | Todd C. Miller | |
2001-01-18 | Provide 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 least | Aaron Campbell | |
this is consistent. | |||
2000-04-18 | Repairs. | Aaron Campbell | |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-03-28 | sigblock.3 MLINK | Theo de Raadt | |
2000-01-22 | Use .Er macro when referring to errno error names. | Aaron Campbell | |
2000-01-06 | sentences finish with a period | David Leonard | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* 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... | |||
1999-07-07 | when using `-' as a negative sign, escape it with a backslash so troff knows | Aaron Campbell | |
it's not supposed to be a hyphen/dash | |||
1999-05-25 | punctuation | Aaron Campbell | |
1999-05-25 | all functions need a return type and at least one arg, even if it's void | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-05-10 | correct some Xr's which referred to the wrong man page sections | Aaron Campbell | |
1999-02-27 | make function names the correct case | Theo de Raadt | |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
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 | |||
1998-11-15 | improve behaviour; ww@styx.org | Theo de Raadt | |
1998-07-24 | Man pages Xrefs. | Marc Espie | |
1998-04-28 | use Xr more often | Theo de Raadt | |
1997-11-15 | cleanups from various sources | Theo de Raadt | |
1997-11-05 | sv_mask is an int; mycroft | Theo de Raadt | |
1997-11-05 | blank line seperator | Theo de Raadt | |
1997-11-04 | decl type | Theo de Raadt | |