Home
last modified time | relevance | path

Searched refs:caused (Results 1 – 25 of 148) sorted by relevance

123456

/freebsd/usr.sbin/ppp/
H A Dsig.c36 static int caused[NSIG]; /* An array of pending signals */ variable
52 caused[sig - 1]++; in signal_recorder()
82 caused[sig - 1] = 0; in sig_signal()
109 if (caused[sig]) { in sig_Handle()
110 caused[sig]--; in sig_Handle()
/freebsd/contrib/libxo/doc/
H A Dxolint-errors.rst4 The message "A percent sign appearing in text is a literal" can be caused by code like:
23 The message "Unknown long name for role/modifier" can be caused by code like:
42 The message "Last character before field definition is a field type" can be caused by code like:
61 The message "Encoding format uses different number of arguments" can be caused by code like:
79 The message "Only one field role can be used" can be caused by code like:
94 The message "Potential missing slash after C, D, N, L, or T with format" can be caused by code like:
113 The message "An encoding format cannot be given (roles: DNLT)" can be caused by code like:
127 The message "Format cannot be given when content is present (roles: CDLN)" can be caused by code li…
145 The message "Field has color without fg- or bg- (role: C)" can be caused by code like:
163 The message "Field has invalid color or effect (role: C)" can be caused by code like:
[all …]
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-history.txt16 `float32_sqrt' that caused the result sometimes to be off by 1 unit in
32 -- Fixed a small error that caused `float64_round_to_int' often to round the
39 -- Corrected a mistake that caused borderline underflow cases not to raise
/freebsd/contrib/smbfs/
H A DHISTORY3 caused problems with translation between server and local charsets.
35 which caused erratical behavior of some programs (ftp(1) for example).
63 - There was a bug in the directory listing code which caused long directory
83 - Reduce overhead caused by using single hash table for each mount point.
100 - Fix kernel memory leak caused by two subsequent and identical
141 - fix authentication code, this caused troubles with NT server.
/freebsd/tools/build/mk/
H A DMakefile.boot91 Error was caused by Makefile in ${.CURDIR}
98 Error was caused by Makefile in ${.CURDIR}
/freebsd/tools/test/stress2/misc/
H A Dcore3.sh133 * This loop caused mount to wait in "ufs".
/freebsd/contrib/mandoc/
H A DNEWS46 * man(7): fix an assertion failure caused by doubly nested next-line scopes
51 * tbl(7): fix an assertion failure caused by excessive spacing modifiers
55 * roff(7): fix an assertion failure caused by a macro inside .ce .if
58 * -T ascii/utf8: fix assertion failures caused by excessive spacing
59 * -T html: fix an assertion failure caused by .ft in rare situations
60 * -T man: fix an assertion failure caused by tbl(7) and eqn(7) input
318 * Close a memory leak caused by missing gzclose(3).
501 * mdoc(7): Fix syntax tree corruption leading to segfaults caused
506 caused by partial implicit macros inside .Bl -column table cells.
510 caused by .Ta following a nested .Bl -column breaking another block.
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Db4420qds.dts29 * loss of use, data, or profits; or business interruption) however caused and
H A Db4420si-pre.dtsi29 * loss of use, data, or profits; or business interruption) however caused and
H A Db4420si-post.dtsi29 * loss of use, data, or profits; or business interruption) however caused and
H A Dp5040si-pre.dtsi29 * loss of use, data, or profits; or business interruption) however caused and
/freebsd/crypto/openssl/doc/man3/
H A DBIO_should_retry.pod52 condition, it returns the BIO that caused this condition and if
69 depends on the BIO type that caused it and the return code of the BIO
H A DBIO_s_datagram.pod131 call to L<BIO_read(3)>) may have been caused by a receive timeout.
136 call to L<BIO_write(3)>) may have been caused by a send timeout.
/freebsd/tools/tools/editing/
H A Dfreebsd.vim40 " Ignore indents caused by parentheses in FreeBSD style.
/freebsd/etc/mtree/
H A DREADME33 sections. This is caused by mtree not having a look ahead
/freebsd/share/mk/
H A Dbsd.subdir.mk129 probably caused by using SUBDIR.$${MK_FOO} without including\
/freebsd/contrib/bc/
H A DNEWS.md8 This bug was caused by the macOS fix in `7.0.0`. Unfortunately, this means that
216 The second memory bug was caused by passing an array argument to the `asciify()`
272 (caused by not using `memset()` where I should have but previously didn't have
278 sometimes caused the wrong error message) and adds a feature for compatibility
395 function caused an error.
600 from `afl`. Both were caused by a failure to distinguish between the same two
671 This is a production release that fixes the Chinese locales (which caused `bc`
672 to crash) and a crash caused by `bc` executing code when it should not have been
746 The next two bugs were bugs in `bc`'s parser that caused crashes when executing
817 bug where a `0` in the decimal place after the truncation position, caused it to
[all …]
H A DMEMORY_BUGS.md22 `-f`. This was caused by not properly ending a jump series.
/freebsd/usr.bin/col/
H A DREADME13 spaces into tabs. There was a -h option which caused it to compress spaces
/freebsd/libexec/bootpd/
H A DProblems20 Excessive startup time is usually caused by waiting for
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-arb-gpio-challenge.txt14 problems (hard to tell if i2c issues were caused by one master, another, or
/freebsd/contrib/byacc/
H A DREADME.BTYACC176 semantic values were not cleaned that caused quite severe
214 the token that caused the error.
227 errt Code of the token that caused the error.
228 errt_value Value of the token that caused the error.
229 errt_posn Text position of token that caused error.
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dmtk-sd.txt50 error caused by stop clock(fifo full)
/freebsd/lib/libc/db/
H A Dchangelog64 Fix bug in internal search routines that caused
/freebsd/crypto/openssh/
H A DPROTOCOL.sshsig55 This prevents cross-protocol attacks caused by signatures

123456