Age | Commit message (Expand) | Author |
2003-05-30 | - section reorder | Jason McIntyre |
2003-05-12 | cpu -> CPU | Jason McIntyre |
2003-05-08 | Move setrgid(3) and setruid(3) from libc -> libcompat. | Todd C. Miller |
2003-05-07 | typos; | Jason McIntyre |
2003-01-31 | Replace emulated versions of setreuid() and setregid() with real syscalls. | Todd C. Miller |
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 |
2002-10-30 | Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSD | Todd C. Miller |
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 |
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 |
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 |
2000-04-18 | Repairs. | Aaron Campbell |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell |
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 |
1999-07-07 | when using `-' as a negative sign, escape it with a backslash so troff knows | Aaron Campbell |
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 |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman |
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 |
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 |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff |
1997-07-23 | tabify | kstailey |
1997-01-20 | back out my last change to avoid the __warn_references on the mips - it's | Thomas Graichen |
1997-01-19 | put all the __warn_references behind a #ifndef NO_WARN_REFERENCES which | Thomas Graichen |
1996-12-21 | -Wall madness. | Todd C. Miller |
1996-12-17 | strncpy that strerror, found by oliver@secnet.com | Theo de Raadt |
1996-09-15 | Remove dead code | Thorsten Lockert |
1996-08-19 | Fix RCS ids | Thorsten Lockert |
1996-07-27 | typo | Theo de Raadt |