Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-10-03 | remove traces of non-existent getfstype() function; | Jason McIntyre | |
ok krw@ deraadt@ | |||
2005-10-02 | some fixes to the .Nm list: | Jason McIntyre | |
- remove duplicate entry for clntudp_create - add missing entries for svc_{destroy,fds,run} | |||
2005-10-02 | `ether_addr' is the name of a structure, not a function: remove its MLINK | Jason McIntyre | |
and remove its entry from the .Nm list; | |||
2005-10-02 | add missing MLINK for strnunvis.3, introduced -r1.14; | Jason McIntyre | |
2005-10-02 | add bf_{ecb,cbc}_{en,de}crypt to the .Nm list; | Jason McIntyre | |
2005-10-02 | add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list; | Jason McIntyre | |
2005-09-29 | use tabs instead of spaces in tags file | Uwe Stuehler | |
2005-09-27 | accept hostnames 1 char long; spotted by otto, ok otto | Theo de Raadt | |
2005-09-25 | Revert temporary hack. | Mark Kettenis | |
ok deraadt@ | |||
2005-09-23 | support %jd from c99, although intmax_t may not be available. | Ted Unangst | |
ok deraadt espie kettenis | |||
2005-09-15 | tidy up lists and displays... | Jason McIntyre | |
2005-09-14 | ptrace(2) following fork(2) | Mark Kettenis | |
ok miod@ | |||
2005-09-12 | Do not use __attribute__(regparm) on !x86 !amd64 platforms; ok espie@ | Miod Vallat | |
2005-09-12 | Missing colons. | Miod Vallat | |
2005-09-12 | some markup and punctuation fixes from wiz@netbsd | Jason McIntyre | |
2005-09-12 | punctuation; | Jason McIntyre | |
2005-09-10 | Use realloc() instead of malloc(). | Brad Smith | |
From: Alexander dot Farber at gmail dot com ok deraadt@ | |||
2005-09-09 | double word typos; | Jason McIntyre | |
from alexey e. suslikov; | |||
2005-09-06 | take some .Fd out of a literal block; | Jason McIntyre | |
from juha erkkila; | |||
2005-09-01 | repair VIS_GLOB; deraadt@ otto@ OK | Todd C. Miller | |
2005-08-29 | Remove spurious call to isgraph() that sneaked in in rev 1.16. | Otto Moerbeek | |
ok millert@ deraadt@ | |||
2005-08-28 | Fix the VIS_GLOB checks added in rev 1.16 | Todd C. Miller | |
Add missing casts to u_char so 0xff is treated the same on machines with signed and unsigned chars. OK deraadt@ espie@ | |||
2005-08-28 | fix vis prototype | Todd C. Miller | |
2005-08-22 | spelling: you missed this one david ;) | Jason McIntyre | |
2005-08-18 | Update a few error descriptions w.r.t. obtaining the limits | Jared Yanovich | |
that cause the errors to reality. ok millert, jmc |