Home
last modified time | relevance | path

Searched refs:reported (Results 1 – 25 of 218) sorted by relevance

123456789

/freebsd/sys/dev/hid/
H A Dhmt.c99 bool reported; /* Item value is passed to evdev */ member
107 .reported = false,
113 .reported = true,
119 .reported = true,
125 .reported = true,
131 .reported = true,
137 .reported = true,
143 .reported = true,
149 .reported = true,
155 .reported = true,
[all …]
/freebsd/sys/dev/usb/input/
H A Dwmt.c114 bool reported; /* Item value is passed to evdev */ member
122 .reported = false,
128 .reported = true,
134 .reported = true,
140 .reported = true,
146 .reported = true,
152 .reported = true,
158 .reported = true,
164 .reported = true,
170 .reported = true,
[all …]
/freebsd/lib/libcam/
H A Dscsi_wrap.c54 uint32_t reported; in scsi_wrap_get_physical_element_status() local
104 reported = scsi_4btoul(hdr->num_returned); in scsi_wrap_get_physical_element_status()
105 if (dtors != 0 && dtors != reported) { in scsi_wrap_get_physical_element_status()
/freebsd/sys/contrib/zstd/
H A DCHANGELOG201 api: fixed ZSTD_initCStream_advanced() performance with fast modes, reported by @QrczakMK
209 cli: fix command `-D dictionary` on Windows, reported by @artyompetrov
212 build: fixed zlibWrapper compilation on Visual Studio, reported by @bluenlive
213 build: fixed deprecation warning for certain gcc version, reported by @jasonma163
305 build: fix compilation on MIPS32, reported by @clbr (#1441)
333 api : fix : block api can be streamed with > 4 GB, reported by @catid
376 fix : bug #944 : multithreading with shared ditionary and large data, reported by @gsliepen
383 build: fix : compilation under rhel6 and centos6, reported by @pixelb
398 cli : fix : do not change /dev/null permissions when using command -t with root access, reported by…
403 build: fix : no-multithread variant compiles without pool.c dependency, reported by Mitchell Blank …
[all …]
/freebsd/contrib/libpcap/doc/
H A DREADME.linux29 Statistics reported by pcap are platform specific. The statistics
30 reported by pcap_stats on Linux are as follows:
36 but won't be reported by, for example, tcpdump output.
/freebsd/contrib/mandoc/
H A DTODO102 reported by brad@ Sat, 15 Jan 2011 15:45:23 -0500
204 reported by Michal Mazurek <akfaew at jasminek dot net>
300 reported by bentley@ 20 Jun 2017 02:04:29 -0600
434 reported again Nicolas Joly via wiz@ Wed, 12 Oct 2011 00:20:00 +0200
439 reported by millert Fri, 02 Apr 2010 16:13:46 -0400
455 reported by Nicolas Joly Sat, 17 Nov 2012 11:49:54 +0100
484 reported by bentley@ Wed, 22 May 2013 23:49:30 -0600
492 reported by juanfra@ Wed, 04 Jun 2014 21:44:58 +0200
496 re-reported by tb@ Mon, 16 Mar 2015 16:47:21 +0100
529 reported again by Mohamed Akram 25 Jun 2022 16:28:18 +0000
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-1.424 o Fix memory leak when setting up priorities; reported by Alexander Drozdov (cb1a722)
35 o Do not drop data from evbuffer when out of memory; reported by Jacek Masiulaniec
36 …o Rename our replacement compat/sys/_time.h header to avoid build a conflict on HPUX; reported by …
59 o clean up buffered http connection data on reset; reported by Brian O'Kelley
65 o off-by-one error in epoll_recalc; reported by Victor Goya
71 o Clear the timer cache on entering the event loop; reported by Victor Chang
72 o Only bind the socket on connect when a local address has been provided; reported by Alejo Sanchez
74 o Clear the timer cache when leaving the event loop; reported by Robin Haberkorn
75 o Fix a typo in setting the global event base; reported by lance.
99 o Fix a memory leak when using signals for some event bases; reported by Alexander Drozdov.
[all …]
/freebsd/contrib/libevent/
H A DChangeLog-1.424 o Fix memory leak when setting up priorities; reported by Alexander Drozdov (cb1a722)
35 o Do not drop data from evbuffer when out of memory; reported by Jacek Masiulaniec
36 …o Rename our replacement compat/sys/_time.h header to avoid build a conflict on HPUX; reported by …
59 o clean up buffered http connection data on reset; reported by Brian O'Kelley
65 o off-by-one error in epoll_recalc; reported by Victor Goya
71 o Clear the timer cache on entering the event loop; reported by Victor Chang
72 o Only bind the socket on connect when a local address has been provided; reported by Alejo Sanchez
74 o Clear the timer cache when leaving the event loop; reported by Robin Haberkorn
75 o Fix a typo in setting the global event base; reported by lance.
99 o Fix a memory leak when using signals for some event bases; reported by Alexander Drozdov.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dimg-mdc-dma.txt14 The maximum burst size is this value multiplied by the hardware-reported bus
24 the number reported by the hardware is used.
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.def260 means that to get to UTC from the reported local time one must
267 based on the reported precision of the server.
269 is the reported
273 synchronization distance, this will be reported as
285 of the host is reported
/freebsd/tools/build/options/
H A DWITH_UNDEFINED_VERSION4 present and the configuration should be reported.
/freebsd/contrib/file/magic/Magdir/
H A Dgnumeric6 # they will ordinarily reported as "compressed", but at least -z helps
/freebsd/usr.bin/lastcomm/tests/
H A DREADME8 4. Compare the reported values in VERSION-ARCH.out against the
/freebsd/contrib/dialog/package/freebsd/
H A Dpkg-descr6 reported were not related to ncurses. After that, I resumed development,
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dgpio-decoder.txt9 - decoder-max-value: Maximum possible value that can be reported by
H A Dlpc32xx-key.txt14 - linux,keymap: the key-code to be reported when the key is pressed
/freebsd/contrib/smbfs/
H A DHISTORY62 domain name (reported by Harald Weis).
64 traversals to fail (reported by A G F Keahan).
90 - Fix problem with files bigger than 2GB (reported by Lee McKenna)
/freebsd/contrib/ncurses/
H A DNEWS539 + add mutex lock/unlock in a few places reported by thread-sanitizer
1126 build-time breakages reported for OpenBSD 6 here:
2429 structures reported to make the categories more apparent.
2642 + correct sgr/sgr0 strings in a few other cases reported by tic, making
2848 + use ^? for kdch1 in interix (reported by Jonathan de Boyne Pollard)
2913 reported in Redhat #1464687; the given test-case was no longer
3808 + fix a few problems reported by Coverity.
5158 + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
5273 reported, and no variables set (cf: 20021206).
6108 + fix Debian "lintian" issues with manpages reported in
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dads7846.txt80 ti,pressure-min Minimum reported pressure value
82 ti,pressure-max Maximum reported pressure value (u16).
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dmax17042_battery.txt17 If skipped the condition won't be reported.
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dcdns,uart.txt17 always be reported as active instead of being obtained from the modem status
/freebsd/crypto/openssl/
H A DSUPPORT.md26 the problem has already been reported.
52 particular the manual pages, can be reported as issues.
/freebsd/.github/PULL_REQUEST_TEMPLATE/
H A Dpull_request_template.md5 Reported by: <If someone else reported the issue.>
/freebsd/contrib/llvm-project/lld/docs/
H A Derror_handling_script.rst38 interpreted as an error and reported to the user. In both cases, LLD still
/freebsd/lib/libc/softfloat/
H A Dsoftfloat-history.txt40 the underflow flag when they should have. (Problem reported by Doug

123456789