Home
last modified time | relevance | path

Searched refs:bug (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/freebsd/crypto/openssl/test/ssl-tests/
H A D01-simple.cnf6 test-1 = 1-Server signature algorithms bug
34 [1-Server signature algorithms bug]
35 ssl_conf = 1-Server signature algorithms bug-ssl
37 [1-Server signature algorithms bug-ssl]
38 server = 1-Server signature algorithms bug-server
39 client = 1-Server signature algorithms bug-client
41 [1-Server signature algorithms bug-server]
47 [1-Server signature algorithms bug-client]
/freebsd/contrib/netbsd-tests/net/mcast/
H A Dmcast.c91 addmc(int s, struct addrinfo *ai, bool bug) in addmc() argument
119 if (bug && IN6_IS_ADDR_V4MAPPED(&s6->sin6_addr)) { in addmc()
189 bool bug) in getsocket() argument
219 if ((f == bind || f == connector) && addmc(s, ai, bug) == -1) { in getsocket()
268 bool bug) in sender() argument
276 s = getsocket(host, port, conn ? connect : connector, &slen, bug); in sender()
311 bool bug) in receiver() argument
320 s = getsocket(host, port, bind, &slen, bug); in receiver()
346 run(const char *host, const char *port, size_t n, bool conn, bool bug) in run() argument
358 receiver(syncfds[0], host, port, n, conn, bug); in run()
[all …]
/freebsd/crypto/heimdal/
H A DNEWS65 - Many many more bug fixes
133 [HEIMDAL-10] - Follow-up on bug report for SEGFAULT in
135 [HEIMDAL-15] - Re: [Heimdal-bugs] potential bug in Heimdal 1.1
195 * Serveral bug fixes to iprop.
348 * bug fixes
361 * bug fixes
377 * bug fixes
393 * other bug fixes
399 * bug fixes
413 * other bug fixes
[all …]
/freebsd/contrib/less/
H A DNEWS53 * Fix bug when entering search modifier key at start of non-empty
56 * Fix bug repainting screen with --form-feed (github #672).
66 * Fix bug using --pattern with --incsearch (github #696).
94 * Fix bug using -g and -J (github #636).
96 * Fix bug when pasting a search pattern while --incsearch is active
99 * Fix bug in Windows build when autorepeating a search pattern (github #639).
101 * Fix lesskey bug using #stop directive.
103 * Fix lesskey bug using "invalid" action (github #643).
105 * Fix bug causing file to appear to end prematurely if an input command
169 * Fix bug when coloring prompt string with SGR sequences (github #516).
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dphony-end.mk3 all ok also.ok bug phony:
6 .END: ok also.ok bug
8 phony bug: .PHONY
/freebsd/contrib/bc/
H A DNEWS.md30 This bug was caused by the macOS fix in `7.0.0`. Unfortunately, this means that
43 The first bug is that `bc`/`dc` will exit on macOS when the terminal is resized.
45 The second bug is that an array, which should only be a function parameter, was
48 The third bug is that value stack for `dc` was cleared on any error. However,
55 This is a production release to fix one bug.
57 The bug was that `bc` attempted to jump out when flushing `stdout` on exit, but
62 This is a production release to fix one small bug.
64 The bug is that sometimes numbers are printed to incorrect line lengths. The
88 This is a production release with a bug fix for `SIGINT` only being handled
105 This is a production release with two bug fixes and one change.
[all …]
H A DMEMORY_BUGS.md11 This list is sorted by the first version a bug exists in, not the last it
18 The first version without this bug is `6.2.1`.
24 The first version without this bug is `6.0.2`.
31 The first version without this bug is `6.7.6`.
43 The first version without this bug is `6.1.0`.
52 The first version without this bug is `6.1.0`.
60 The first version without this bug is `6.0.1`.
65 The first version without this bug is `6.2.5`.
/freebsd/contrib/libcbor/.github/ISSUE_TEMPLATE/
H A Dbug_report.md5 labels: bug
10 **Describe the bug**
11 A clear and concise description of what the bug is.
/freebsd/contrib/nvi/regex/
H A DWHATSNEW3 New in alpha3.4: The complex bug alluded to below has been fixed (in a
7 the bug was that something like a?b matching ab matched b rather than ab.
8 (The bug was essentially specific to this exact situation, else it would
17 the cost of weaker checking. A workaround for a bug in some folks'
20 because the code currently flunks them (complex bug; fix coming).
26 serious bug that affected REs using many [] (including REG_ICASE REs
40 it out the door in time for 4.4" release.) One bug fix: regfree() didn't
60 BRE \$ bug is fixed. Most uses of "uchar" are gone; it's all chars now.
78 been tightened up somewhat. Small bug fixes in parameter passing (not
/freebsd/lib/libc/regex/
H A DWHATSNEW2 New in alpha3.4: The complex bug alluded to below has been fixed (in a
6 the bug was that something like a?b matching ab matched b rather than ab.
7 (The bug was essentially specific to this exact situation, else it would
16 the cost of weaker checking. A workaround for a bug in some folks'
19 because the code currently flunks them (complex bug; fix coming).
25 serious bug that affected REs using many [] (including REG_ICASE REs
39 it out the door in time for 4.4" release.) One bug fix: regfree() didn't
59 BRE \$ bug is fixed. Most uses of "uchar" are gone; it's all chars now.
77 been tightened up somewhat. Small bug fixes in parameter passing (not
/freebsd/contrib/ntp/html/hints/
H A Dmpeix17 bug when slewing the system time. This bug is documented in SR 5003462838, and
20 bug is fixed.
22 This bug has a side-effect whereby the ntpd daemon will screw up the hardware
28 affected by this bug side-effect. You can safely use these commands to alter
H A Daix5 is eithre a feature or a bug, has to do with an unwanted promotion of
17 Subject: time and AIX 3.2.5 raw tty bug
20 clock or set the clock backwards is subject to the AIX 3.2.5 bug.
22 On AIX 3.2.5, there is a bug in the tty driver for a raw device which
/freebsd/contrib/gdtoa/
H A Dchanges3 (fixed-point mode); fix rounding bug in these modes when the input
17 dtoa.c: fix another bug in modes 3,5,7,9 when the result, before
58 dtoa.c: fix bug in strtod's handling of numbers with very
112 -DNO_IEEE_Scale restores the old logic. Fix a bug, revealed by
114 than the smallest normalized number. (The bug introduced an extra
176 dtoa.c: Fix bug in strtod under -DSudden_Underflow and (the default)
191 dtoa.c, gdtoa.tgz: fix a bug in strtod's reading of 4.9e-324:
248 dtoa.c: tweak to bypass a bug with HUGE_VAL on HP systems.
264 1. Fix bug in test for exact half-way cases of denormalized numbers
318 gdtoa.tgz: Fix uninitialized variable bug in g_Qfmt.c's handling of NaNs.
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/att/
H A Dcategorization.dat4 ; POSITION=bug
8 ; ASSOCIATIVITY=bug
12 ; SUBEXPRESSION=bug
17 ; REPEAT_LONGEST=bug
/freebsd/contrib/llvm-project/libcxx/
H A DCREDITS.TXT44 D: C++14 support, patches and bug fixes.
52 D: Minor patches and bug fixes.
65 D: LFTS support, patches and bug fixes.
69 D: Regex bug fixes.
84 D: Minor patches and bug fixes.
173 D: Minor bug fix.
182 D: Minor patches and bug fixes.
/freebsd/contrib/ntp/ntpd/
H A Dntp_refclock.c1369 struct refclockbug *bug /* output structure */ in refclock_buginfo()
1397 bug->nvalues = 8; in refclock_buginfo()
1398 bug->svalues = 0x0000003f; in refclock_buginfo()
1399 bug->values[0] = pp->year; in refclock_buginfo()
1400 bug->values[1] = pp->day; in refclock_buginfo()
1401 bug->values[2] = pp->hour; in refclock_buginfo()
1402 bug->values[3] = pp->minute; in refclock_buginfo()
1403 bug->values[4] = pp->second; in refclock_buginfo()
1404 bug->values[5] = pp->nsec; in refclock_buginfo()
1405 bug in refclock_buginfo()
1371 refclock_buginfo(sockaddr_u * srcadr,struct refclockbug * bug) refclock_buginfo() argument
[all...]
/freebsd/crypto/krb5/src/util/
H A Dkrb5-send-pr.sh6 information with your bug report. Please note that bug reports are
/freebsd/contrib/mandoc/
H A DNEWS145 * Anthony Bentley and Klemens Nanni (OpenBSD) for many patches and bug
147 * Anton Lindqvist (OpenBSD) for two patches and a bug report
148 * Marc Espie (OpenBSD) for a patch, many bug reports, and useful discussions
149 * Lukas Epple (NixOS) for a patch, bug reports, suggesting a minor
151 * Abel Romero Perez for a patch, a bug report, and suggesting a new feature
153 * Jonathan Gray (OpenBSD) for a patch and for bug reports
160 * Jan Schreiber for many bug reports found with afl(1)
161 * G. Branden Robinson (GNU troff) for several bug reports, feature
163 * Michael Stapelberg (Debian) for several bug reports and feature
165 * Ian Ropers, Lorenzo Beretta, and Oliver Corff for several bug reports
[all …]
/freebsd/contrib/smbfs/
H A DHISTORY1 22.07.2002 1.4.5 (bug fix only)
6 - Workaround for W2K bug in resource listing.
7 - Minor bug fixes.
57 - Minor bug fixes.
61 - nail down a nasty bug which may cause incorrect values supplied as
63 - There was a bug in the directory listing code which caused long directory
125 - More bug fixes in the connection handling mechanism.
/freebsd/contrib/unifdef/
H A DREADME23 Please send bug reports and patches to me via email to the
34 - bug fixes, improved unifdefall
37 - bug fixes and other improvements
/freebsd/contrib/xz/
H A DREADME140 downstream distributors that want bug fixes but don't want
160 so here are a few things to do before sending a bug report:
173 4. Try to reproduce the suspected bug. If you get "assertion failed"
174 message, be sure to include the complete message in your bug
179 (gdb) bt # Print the backtrace. Copy & paste to bug report.
182 Report your bug via email or IRC (see Contact information below).
186 online somewhere and include a URL to the file(s) in the bug report.
188 Always include the exact version number of XZ Utils in the bug report.
193 repeat the bug with the code compiled from unpatched source code,
194 you probably need to report a bug to your distribution's bug tracking
/freebsd/contrib/ntp/
H A DREADME.pullrequests50 2) Look through the bugs listed in the bug tracker: http://bugs.ntp.org/
52 3) Once you've found a bug to work on:
59 ii) Start working on the bug.
70 4) Once you feel you've fixed the bug (and tested it), you need to
80 6) You have fixed a bug. Goto step #2.
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-1.48 o Valgrind fix: Clear struct kevent before checking for OSX bug. (5713d5d William Ahern)
32 … negative number of bytes to read from a socket, do not believe it. Fixes bug 2841177; found by A…
33 …er than we're requesting them. Saves up to 512K per epoll-based event_base. Resolves bug 2839240.
53 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen]
55 …o Fix a nasty dangling pointer bug in epoll.c that could occur after epoll_recalc(). [Patch from K…
60 o bug fix and potential race condition in signal handling; from Alexander Drozdov
85 …o Fix a bug where headers arriving in multiple packets were not parsed; fix from Jiang Hong; test …
92 o Reject negative Content-Length headers; anonymous bug report
93 o Detect CLOCK_MONOTONIC at runtime for evdns; anonymous bug report
94 o Fix a bug where deleting signals with the kqueue backend would cause subsequent adds to fail
[all …]
/freebsd/contrib/libevent/
H A DChangeLog-1.48 o Valgrind fix: Clear struct kevent before checking for OSX bug. (5713d5d William Ahern)
32 … negative number of bytes to read from a socket, do not believe it. Fixes bug 2841177; found by A…
33 …er than we're requesting them. Saves up to 512K per epoll-based event_base. Resolves bug 2839240.
53 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen]
55 …o Fix a nasty dangling pointer bug in epoll.c that could occur after epoll_recalc(). [Patch from K…
60 o bug fix and potential race condition in signal handling; from Alexander Drozdov
85 …o Fix a bug where headers arriving in multiple packets were not parsed; fix from Jiang Hong; test …
92 o Reject negative Content-Length headers; anonymous bug report
93 o Detect CLOCK_MONOTONIC at runtime for evdns; anonymous bug report
94 o Fix a bug where deleting signals with the kqueue backend would cause subsequent adds to fail
[all …]
/freebsd/contrib/elftoolchain/
H A DREADME.rst108 Please use our `bug tracker`_ for viewing existing bug reports and
109 for submitting new bug reports.
111 .. _`bug tracker`: https://sourceforge.net/p/elftoolchain/tickets/

12345678910>>...22