Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | 1999-05-23 | 2 | -4/+4 | ||
| | | | | is used instead; kwesterback@home.com | |||||
* | grammar police: do not hyphenate compound words that act as adjectives if the | 1999-05-12 | 1 | -3/+3 | ||
| | | | | | | first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong | |||||
* | make function names the correct case | 1999-02-27 | 1 | -13/+13 | ||
| | ||||||
* | 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 | |||||
* | realloc repair | 1998-08-14 | 1 | -4/+9 | ||
| | ||||||
* | use Bx macro for BSD versions | 1998-06-15 | 1 | -2/+4 | ||
| | ||||||
* | some -Wall | 1998-03-19 | 1 | -18/+18 | ||
| | ||||||
* | Fix warnings | 1997-08-24 | 2 | -120/+120 | ||
| | ||||||
* | convert to mdoc format | 1997-07-29 | 2 | -263/+320 | ||
| | ||||||
* | formatting | 1997-07-17 | 1 | -3/+3 | ||
| | ||||||
* | Be specific about using unsigned values | 1997-04-30 | 1 | -23/+23 | ||
| | ||||||
* | Remove dead code and variables | 1997-04-30 | 2 | -24/+2 | ||
| | ||||||
* | - cast usages of *printf() to void since we don't check return val | 1997-04-28 | 13 | -71/+131 | ||
| | | | | | | - move an assert to be *before* a strcpy() where it can do some good. - integrate NetBSD fixes for 64-bit machines (NetBSD PR #3450, Ross Harvey) - add lite2 tags | |||||
* | long -> int to fix 64bit issues. This breaks 16bit machines but since we don't have any 16bit ports...) The alternative is to use int32_t's but then this code will break when/if int > 32bits which is not so unlikely. Fixes NetBSD PR #3450 from Ross Harvey (but in a different way) | 1997-04-12 | 3 | -19/+19 | ||
| | ||||||
* | Remove dead code | 1996-09-15 | 3 | -70/+5 | ||
| | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | |||||
* | Fix RCS ids | 1996-08-19 | 14 | -63/+17 | ||
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | |||||
* | Make a proper lvalue in INC | 1996-03-25 | 1 | -1/+1 | ||
| | ||||||
* | initial import of NetBSD tree | 1995-10-18 | 14 | -0/+4683 | ||