Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | |
now done for the pmax like for the arc in machine/cdefs.h | |||
1997-01-19 | put all the __warn_references behind a #ifndef NO_WARN_REFERENCES which | Thomas Graichen | |
is then set in the libc Makefile for the mips (the mips linker can't handle them) | |||
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 | |
Remove unused variables Silence some warnings lint(1) is your friend | |||
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1996-07-27 | typo | Theo de Raadt | |
1996-05-04 | mention sysctl(2) and setrlimit(2); netbsd pr#2152; from ↵ | Theo de Raadt | |
davide@PIPER.NECTAR.CS.CMU.EDU | |||
1996-03-25 | Cast negative args to their unsigned type | Thorsten Lockert | |
1996-03-25 | Add prototypes for internal functions | Thorsten Lockert | |
1996-03-25 | Minor cleanup | Thorsten Lockert | |
1996-03-22 | sethostid() is documented and has historically returned int, not long | Thorsten Lockert | |
1996-03-19 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |