Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-01 | a bit of rewording; with input from jmc@. | Federico G. Schwindt | |
2005-10-31 | - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution. | Brad Smith | |
- Remove the macros MUTEX_TYPE_FAST and MUTEX_TYPE_COUNTING_FAST. From stefanf FreeBSD ok fgsch@ | |||
2005-10-31 | add copyright from the original FreeBSD man page. | Brad Smith | |
2005-10-30 | Make xdrstdio_getlong() and xdrstdio_putlong() work on 64-bit big-endian | Mark Kettenis | |
systems. From NetBSD and FreeBSD. ok deraadt@, otto@, "looks correct to me" fgsch@ | |||
2005-10-30 | remove trailing spaces; | Jason McIntyre | |
2005-10-30 | shuffle some of the function names around into new section names. | Brad Smith | |
2005-10-30 | and make sure the header change goes in too. | Brad Smith | |
2005-10-30 | Add pthread_atfork(3) | Brad Smith | |
From FreeBSD 'looks ok' fgsch@ miod@ man page reviewed by jmc@ | |||
2005-10-30 | Don't use TAILQ_NEXT() on an element that has been removed. Similar to | Kenneth R Westerback | |
otto@'s diff for uvm_aobj.c. Identical to a diff canacar@ developed independantly. ok brad@ 'looks correct' fgsch@ | |||
2005-10-29 | rewording; ok millert otto | Jared Yanovich | |
2005-10-29 | Don't use TAILQ_NEXT() on an element that has been removed. Similar to | Kenneth R Westerback | |
otto@'s diff for uvm_aobj.c. ok deraadt@ pedro@ | |||
2005-10-29 | Activate missing wcswidth, as noted by Alexander Bluhm. | Marc Espie | |
okay deraadt@, otto@ Minor bump (nobody stepped forward with other changes, so let's do this one) | |||
2005-10-27 | remove errors that no longer apply; ok millert, tedu | Jared Yanovich | |
2005-10-26 | Always set errno on error. Based on NetBSD. ok jaredy@ pat@ | Otto Moerbeek | |
2005-10-26 | Remove obsolete comment. ok deraadt@ | Otto Moerbeek | |
2005-10-26 | clarifications from ray lai; | Jason McIntyre | |
tweaked by tedu@ and myself; | |||
2005-10-25 | dont' -> don't in comments; | Jason McIntyre | |
from ray lai; | |||
2005-10-22 | fix MLINKS; | Jason McIntyre | |
from andreas schweitzer (pr #4566); ok dtucker@ | |||
2005-10-20 | put HISTORY in the right order; | Jason McIntyre | |
2005-10-20 | A library should not return EFAULT. Just segfault if a bogus or | Otto Moerbeek | |
NULL pointer is passed in. ok espie@ | |||
2005-10-19 | once again: library routines should not check pointers and what errno | Theo de Raadt | |
with EFAULT. programmers ignore the error returns. please, please, please -- we want to crash so that the programmer will become aware of the bug and fix it instead. ok otto | |||
2005-10-19 | library routines should not be checking for NULL pointers passed in, | Theo de Raadt | |
and then setting errno to EFAULT. that is balony programming! they should keep stumbling along to purposely create a crash, so that the programmer stops doing that kind of stupid crap. ok otto | |||
2005-10-19 | add missing header for HISTORY section; ok jmc awhile ago | Jared Yanovich | |
2005-10-19 | EFAULT corrections; ok millert and otto | Jared Yanovich | |
2005-10-19 | missing full stop | Jared Yanovich | |
2005-10-14 | Use queue macros instead of directly accessing fields. ok marc@ miod@ | Otto Moerbeek | |
patrick@ | |||
2005-10-12 | three new .so libraries to help the ports people who need (or might need) | Theo de Raadt | |
them for perl modules; discussion with pvalchev | |||
2005-10-12 | add uu_lock_txfr to .Nm list; | Jason McIntyre | |
2005-10-12 | add hid_parse_usage_page and hid_parse_usage_in_page to .Nm list; | Jason McIntyre | |
2005-10-12 | remove MLINK for skeyzero.3: the function was removed in -r1.5; | Jason McIntyre | |
2005-10-12 | remove MLINKS for pthread_mutexattr_{g,s}etpshared.3: | Jason McIntyre | |
these functions seem never to have existed, and are certainly not documented in pthread_mutexattr(3), the page to which they point. | |||
2005-10-12 | Use queue macros instead of directly accessing fields. ok millert@ | Otto Moerbeek | |
2005-10-11 | add missing MLINK for evbuffer_readline.3 | Jason McIntyre | |
2005-10-11 | add el_get() to the Nm list; | Jason McIntyre | |
2005-10-11 | fix potential SSL 2.0 rollback ↵ | Markus Friedl | |
(http://www.openssl.org//news/secadv_20051011.txt) from http://www.openssl.org/news/patch-CAN-2005-2969.txt | |||
2005-10-11 | tidy up examples | Jared Yanovich | |
- use err() for error handling - add lint hints - spacing nits and missing braces ok otto | |||
2005-10-10 | Pass local var instead of mp->lqh.cqh_first to CIRCLEQ_REMOVE macro. | Otto Moerbeek | |
The latter might fail, depending on the actual implementation of CIRCLEQ_REMOVE. Found by a strict queue.h I'm working on. ok pedro@ millert@ | |||
2005-10-10 | fix a few warnings, keep the crypt stuff for later. | Marc Espie | |
okay otto@ | |||
2005-10-10 | Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95. | Marc Espie | |
Patch by Leonardo Chiquitto Filho <leonardo@iken.com.br> Thanks. | |||
2005-10-09 | ANSI function prototypes in examples; ok otto | Jared Yanovich | |
2005-10-07 | Add Spanning Tree Protocol support. | Marco Pfatschbacher | |
Bump version to 3.1. OK brad@ | |||
2005-10-07 | Document the recent changes to the multicast routing in the kernel. | Esben Norby | |
from jmc@ ok jmc@ | |||
2005-10-05 | End sentences with a dot | Miod Vallat | |
2005-10-05 | Clarify the return value and drop nonapplicable bugs section hastily pasted | Miod Vallat | |
from ttyname(3). Feedback espie@ jmc@, ok deraadt@ jmc@ | |||
2005-10-05 | further knf and cleaning; ok tdeval | Theo de Raadt | |
2005-10-05 | first KNF (no binary diffs) | Theo de Raadt | |
2005-10-04 | Fix use after free(). Bug found by mpech@; ok deraadt@ | Otto Moerbeek | |
2005-10-03 | add struct udf_args; | Jason McIntyre | |
requested by mpech@ ok otto@ | |||
2005-10-03 | rename OpenSSL blowfish.3 manpage to BF_set_key.3, so it doesn't clobber | Damien Miller | |
libc manpage of the same name; reported and ok jmc@ | |||
2005-10-03 | add missing MLINK for WEXITSTATUS.2 | Jason McIntyre | |