Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-02 | add setjmp test | David Leonard | |
1999-12-02 | add _setjmp/_longjmp test | David Leonard | |
1999-12-02 | better tests | David Leonard | |
1999-11-30 | garbage collect thread-specific data | David Leonard | |
1999-11-30 | clean up the poll fdsets in the garbage collector, not in exit() | David Leonard | |
1999-11-30 | set state of new threads using correct macro. This makes debugging a bit easier. | David Leonard | |
1999-11-30 | really remove all other threads when fork()ing. (bug was in removing ↵ | David Leonard | |
elements from a list whilest walking it) | |||
1999-11-30 | make test a little bit more stressful | David Leonard | |
1999-11-30 | set the ulimit a little higher for test_preemption | David Leonard | |
1999-11-30 | enable test_select and test_poll | David Leonard | |
1999-11-30 | test poll() | David Leonard | |
1999-11-29 | add devel/glib and www/squid to the TODO check list | Brad Smith | |
1999-11-29 | add net/mrtd to the TODO check list, chris@dqc.org | David Leonard | |
1999-11-28 | clean up | David Leonard | |
1999-11-28 | more freebsd sync stuff | David Leonard | |
1999-11-28 | bump | David Leonard | |
1999-11-28 | reality | David Leonard | |
1999-11-28 | remove redundant macro | David Leonard | |
1999-11-27 | do it the single-processor way | David Leonard | |
1999-11-26 | use pthread_join instead of pthread_cancel to test for a thread's existence ↵ | David Leonard | |
after forking | |||
1999-11-26 | don't use stack cache if user supplied the storage | David Leonard | |
1999-11-25 | NBPG in userland? what were you thiking? | Theo de Raadt | |
1999-11-25 | sync with FreeBSD | David Leonard | |
1999-11-25 | keep freebsd's thread info distcint from mine | David Leonard | |
1999-11-24 | Add FreeBSD tags | David Leonard | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-08 | TAILQ_FOREACH now is in queue.h | 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-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
1999-07-02 | remove redundant .Pp macros | Aaron Campbell | |
1999-06-29 | temporary crank | Theo de Raadt | |
1999-06-15 | this should definately have been cranked before | Theo de Raadt | |
1999-06-15 | Remove pthread_atfork() | David Leonard | |
1999-06-15 | Remove pthread_atfork(). It was only part of draft 10 for a little while and ↵ | David Leonard | |
was removed before stddization. | |||
1999-06-14 | mention the process' pid in the debug message. greatly helps to debug ↵ | David Leonard | |
problems when fork()ing | |||
1999-06-09 | document cancellation point handling a bit better | David Leonard | |
1999-06-09 | sync with freebsd | David Leonard | |
1999-06-05 | capitalize the acronym ID | Aaron Campbell | |
1999-05-26 | back out sigpending hide | David Leonard | |
1999-05-26 | forgot to hide sigpending | David Leonard | |
1999-05-26 | sync with FreeBSD | David Leonard | |
1999-05-26 | document two new states (deadlock and spinblock) | David Leonard | |
1999-05-26 | add mb (memory barrier) instruction. from FreeBSD | David Leonard | |
1999-05-26 | document double-unlock check and how it relates to the std. (POSIX says in ↵ | David Leonard | |
one paragraph that the behaviour is undefined, then in another says that EPERM should be returned | |||
1999-05-26 | bye bye gethostbyname_r and getservbyname_r tests | David Leonard | |
1999-05-26 | count and chec the number of times the self-cancelling thread tries to ↵ | David Leonard | |
cancel itself | |||
1999-05-26 | show a bit more information when checks fail | David Leonard | |
1999-05-18 | Use .St susv2. | Alex Feldman | |
pwrite.3: pread -> pwrite where appropriate. | |||
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-14 | Memory leak; FreeBSD PR 11713 rse@engelschall.com | Alex Feldman | |