Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-22 | ie. -> i.e., | Aaron Campbell | |
1999-12-09 | dlopen and dlsym take const char * parameters. | Marc Espie | |
Fix prototypes, propagate const where applicable. | |||
1999-11-17 | Add missing MLINKs | Todd C. Miller | |
1999-09-08 | Document most of the new macros, | Marc Espie | |
clarify structure comparison (from Free) | |||
1999-09-05 | Document newer queue macros. | Marc Espie | |
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-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-07-01 | a start at fleshing this out | Theo de Raadt | |
1999-06-05 | more .Os cleanup, remove some trailing whitespace, cleanse some .Nm | Aaron Campbell | |
1998-11-29 | kill superfluous .Nm macro arguments | Aaron Campbell | |
1998-11-26 | whoops | Aaron Campbell | |
1998-11-25 | share/man/man3 man page repairs | Aaron Campbell | |
1998-11-20 | remove white lie (not all libc_r fns are thread-safe) | David Leonard | |
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-10-08 | insert bit_ffc into title, symlink bit_* to bitstring.3 | Niels Provos | |
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell | |
then/than and such. Other miscellaneous problems fixed across these source files. | |||
1998-09-05 | more man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff | |
1998-02-11 | Fixed typos | David Leonard | |
1997-06-13 | fix | Theo de Raadt | |
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt | |
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done | |||
1996-03-29 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-01-12 | from netbsd; Note search mechanism | Theo de Raadt | |
1995-11-20 | make dlopen() use hints database, not just paths; from etheisen@TECLink.Net; ↵ | Theo de Raadt | |
netbsd pr#1763 | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |