Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-07 | slightly "nicer" debug printfs | Alexandre Ratchov | |
2014-03-06 | If RPP_STDIN is set the prompt is not displayed. | Todd C. Miller | |
Use explicit_bzero in the example code. | |||
2014-03-06 | sync with header; | Jason McIntyre | |
From: Gabriel Linder | |||
2014-03-06 | sort SEE ALSO; | Jason McIntyre | |
2014-03-06 | Fix unsigned comparision. | Gerhard Roth | |
ok mpi@ | |||
2014-03-05 | Fix the return values of getpwnam_r(), getpwuid_r(), getgrnam_r(), | Ingo Schwarze | |
and getgrgid_r() to agree with POSIX. Not touching errno handling yet, which will also need fixing. Problem originally reported by william at 25thandClement dot com on bugs@. OK sthen@, and kettenis@ agrees it's "a step in the right direction". | |||
2014-03-05 | - use relative read/write positions to keep track of buffer | Alexandre Ratchov | |
usage as seen by the caller - refresh current position before reading/writing data, to keep the current position always consistent with read & write pointers - fix confusion between processed samples by the hardware (as reported by GET{I,O}OFFS) and samples played as reported by GETINFO(). Fixes incorrect delta propagated after xruns in play-only and rec-only modes - don't wait for POLLIN or POLLOUT to be set to refresh ring pointers, as they may not be set in certain cases. Fixes sndiod crash after few days of continuous playback. - save current parameters instead of calling getpar() too often | |||
2014-03-05 | say this is the "sndio" api, as we have other audio/midi apis, | Alexandre Ratchov | |
makes "man -k" happier. ok jmc, schwarze | |||
2014-03-03 | fix support for HOSTALIASES. | Eric Faurot | |
reported by tedu@ ok tedu@ deraadt@ | |||
2014-02-27 | SECURITY fixes backported from openssl-1.0.1f. ok mikeb@ | Jeremie Courreges-Anglas | |
CVE-2013-4353 NULL pointer dereference with crafted Next Protocol Negotiation record in TLS handshake. Upstream: 197e0ea CVE-2013-6449 Fix crash with crafted traffic from a TLS 1.2 client. Upstream: ca98926, 0294b2b CVE-2013-6450 Fix DTLS retransmission from previous session. Upstream: 3462896 | |||
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller | |
2014-02-26 | Try to document SO_RTABLE better. With input from deraadt@ | Claudio Jeker | |
2014-02-26 | No need to Xr the same man page twice. | Claudio Jeker | |
2014-02-26 | need more #include files for resolv.h, for the non-YP case, which happens | Theo de Raadt | |
on the install media... ok eric | |||
2014-02-26 | Do not restrict chars in dname during label expansion, but validate resulting | Eric Faurot | |
hostnames before returning them to the caller. ok deraadt@ | |||
2014-02-24 | make res_search() report NO_DATA instead of HOST_NOT_FOUND in some cases. | Eric Faurot | |
issue reported by matthieu@ ok matthieu@ deraadt@ | |||
2014-02-24 | solar's testsuite revealed insufficient validation of invalid input hashes. | Ted Unangst | |
add a more complete check for the rounds parameter. ok deraadt | |||
2014-02-23 | in HISTORY, say where this actually came from; | Ingo Schwarze | |
ok deraadt@ bentley@ | |||
2014-02-22 | Increase _STACKALIGNBYTES to 15 (was 7), and make sure the stack is aligned | Miod Vallat | |
to a 16 byte boundary in csu (similar to what the other arches where _STACKALIGNBYTES != _ALIGNBYTES do). This is necessary for long double variables on the stack to be correctly aligned. | |||
2014-02-21 | remove section 2/3 pointers from section 1, | Ingo Schwarze | |
and do not point programmers at the obsolete usleep(3); based on a diff from Jan Klemkow <j dot klemkow at wemelug dot de>, but removing more as suggested by jmc@ and deraadt@ | |||
2014-02-19 | Add tcpdump(8) to the SEE ALSO section, and tweak the formatting in that | Lawrence Teo | |
section to follow traditional man(7) conventions. man(7) formatting help from jmc@ and schwarze@ feedback/ok jmc@ | |||
2014-02-17 | replace spaces with tabs for indentation | Stefan Sperling | |
2014-02-17 | Better search strategy for getaddrinfo. The address family loop must | Eric Faurot | |
be done "inside" the search domain loop, not the other way round. | |||
2014-02-17 | report extra PTR records as aliases | Eric Faurot | |
2014-02-17 | remove redundant test | Ted Unangst | |
2014-02-17 | sticking strlen into a char leads to wraparound at 256. fix this and | Ted Unangst | |
introduce a new 'b' hash minor. still generate 'a' minors for now. reported by solar designer. diff by some combination of solar and jca. ok deraadt | |||
2014-02-13 | Fix logic bug; we can only infer tm_yday if both tm_mday and tm_mon | Todd C. Miller | |
are set. Adapted from a diff from David Higgs. OK krw@ | |||
2014-02-13 | Don't use use .Tn with AND/OR/NOT | Philip Guenther | |
Phrase any "The _flags_ argument is the ..." line consistently, eliminating unnecessary use of 'inclusive' and saying "zero or more" or "one or more" as appropriate ok millert@ jmc@ schwarze@ | |||
2014-02-12 | use .At to refer to System V.1; from Jan Stary <hans at stare dot cz> | Ingo Schwarze | |
2014-02-11 | avoid pointless TAB outside literal context; | Ingo Schwarze | |
from Jan Stary <hans at stare dot cz> | |||
2014-02-11 | Make floor round to integral value less than x, when x is tiny. | Martynas Venckus | |
Reported by dcoppa@, thanks! OK kettenis@, dcoppa@. | |||
2014-02-07 | Fix inet6_opt_init() to only check extlen when extbuff is not NULL | Martin Pieuchot | |
as per RFC 3542, from DragonFlyBSD via Eitan Adler. ok bluhm@ | |||
2014-02-05 | Allow libfuse to compile with WARNINGS=yes. No functional change. | Sylvestre Gallon | |
ok tedu@ | |||
2014-02-05 | Remove unnecessary stdio.h include. | Stefan Sperling | |
Patch by Jean-Philippe Ouellet ; ok krw@ | |||
2014-02-05 | check return values in libfuse. | Sylvestre Gallon | |
inputs from stsp@. ok stsp@. | |||
2014-02-05 | Always set errno when returning NULL. OK kettenis@ henning@ | Todd C. Miller | |
2014-02-05 | More crash dump parsing fixes: correct paddr in process info and pids | Philip Guenther | |
in file info. Drop some unnecessary casts and unused variables too. ok millert@ | |||
2014-01-31 | explicit_bzero where useful | Ted Unangst | |
2014-01-29 | Add fuse support for IO_APPEND. | Sylvestre Gallon | |
ok beck@ | |||
2014-01-29 | e.g. not i.e. | Jason McIntyre | |
From: Ross L Richardson | |||
2014-01-26 | appeared in 5.2. from Donovan Watteau | Ted Unangst | |
2014-01-24 | Update C standard reference to C99 and document HISTORY and AUTHORS; | Ingo Schwarze | |
using input from millert@, reminded by and ok jmc@ | |||
2014-01-23 | Fix .readdir() code following what is done in .getdir(). | Sylvestre Gallon | |
Issue reported by Helg Bredow and Derrik Pates, thanks ! ok pelikan@ | |||
2014-01-23 | also document that ctime* and asctime* can return NULL; ok deraadt@, millert@ | Otto Moerbeek | |
2014-01-22 | Use consistent phrasing for bitmask flags. | Philip Guenther | |
tweaking and ok millert@ jmc@ | |||
2014-01-22 | add explicit_bzero to NAME; | Jason McIntyre | |
2014-01-22 | minor++ | Ted Unangst | |
2014-01-22 | add explicit_bzero to libc. implementation subject to change, but start | Ted Unangst | |
the ball rolling. ok deraadt. | |||
2014-01-22 | clean up macro usage; | Ingo Schwarze | |
tweak and ok ratchov@, ok jmc@ | |||
2014-01-22 | fix a leak in getgrouplist() | Jonathan Gray | |
problem reproduced and fix verified by schwarze who wrote the code ok krw@ deraadt@ schwarze@ |