275354 Commits

Author SHA1 Message Date
msaitoh
84d66683d0 Use unsigned to avoid undefined behavior. Found by kUBSan. 2020-04-01 15:55:52 +00:00
msaitoh
cc2bbb872c Regen. 2020-04-01 15:54:06 +00:00
msaitoh
37c0214688 Add NVIDIA Quadro NVS 295. 2020-04-01 15:53:35 +00:00
gson
42a6cab883 Fix incorrect device path. OK jmcneill. 2020-04-01 15:42:15 +00:00
gson
1db3cc90ce regen 2020-04-01 15:33:50 +00:00
gson
eacfd1aef9 Create the qemufwcfg device as part of "all". Discussed with jmcneill.
Also, include it in the list of special purpose devices.
2020-04-01 15:32:21 +00:00
kamil
85335799e7 Fix CVS Id 2020-04-01 13:07:32 +00:00
kamil
c4f12fb2cb Avoid comparison between signed and unsigned integer
Cast PAGE_SIZE to size_t.
2020-04-01 11:45:53 +00:00
tnn
cf57b6c19d efiboot: add clang fix from i386/stand/efiboot/bootx64/Makefile here too 2020-04-01 10:45:44 +00:00
msaitoh
b09941a461 Add AVX512_VP2INTERSECT, SERIALIZE and TSXLDTRK(TSX suspend load addr tracking) 2020-04-01 08:21:38 +00:00
nisimura
792fbca260 insert missing ETHER_UNLOCK() 2020-04-01 04:00:14 +00:00
knakahara
6277d3d977 Fix typo in comment. 2020-04-01 02:38:17 +00:00
kamil
2c306a0e81 Import a new example kernel module fopsmapper
fopsmapper - basic implementation of mmap with fileops fo_mmap

Submitted by Aditya Vardhan Padala.
2020-04-01 01:57:20 +00:00
christos
49c579d18d more cleanup 2020-04-01 01:51:02 +00:00
christos
0dd6d756c6 factor out common code and set the path. 2020-04-01 01:49:26 +00:00
christos
2e16057d77 Enforce a standard path 2020-04-01 00:49:04 +00:00
nisimura
2496d0ae98 switch to use ETHER_F_ALLMULTI flag 2020-04-01 00:07:04 +00:00
nisimura
14c9526088 iron out multicast filter logic and pick better name for its work 2020-03-31 23:26:32 +00:00
nia
27bd329625 synaptics: Maintain the left/right buttons when up/down are remapped
Reported on current-users by Mandacarú Cascavel
2020-03-31 19:08:19 +00:00
kamil
1c8bb7d153 Add getsid(2) to the XOPEN namespace (again) 2020-03-31 16:50:31 +00:00
kamil
221d32f6a2 Expose getsid(2) to POSIX >= 2008 2020-03-31 16:49:06 +00:00
maxv
dcd27c1856 Publish the request/response structures too. 2020-03-31 16:34:25 +00:00
maxv
0512ed0af2 Put the ioctl definitions in a header, and install it. 2020-03-31 16:28:28 +00:00
maxv
4f63cdaab4 Allow short transfers. We introduce a third packet, in the U->H list, that
contains a vhci_response_t, which indicates the size.
2020-03-31 16:17:32 +00:00
jmcneill
93e92a5e09 Add bcm2835_bscvar.h 2020-03-31 14:39:44 +00:00
sevan
2f0d5cc2cb New OpenSSL 2020-03-31 13:53:44 +00:00
roy
721f832e4d infocmp: don't crash when a terminfo description does not have an alias 2020-03-31 12:44:15 +00:00
jmcneill
aa67024947 Add ACPI support. 2020-03-31 12:23:17 +00:00
nisimura
19d13790fc fix negated loop condition. make break when reset. 2020-03-31 07:50:42 +00:00
ryo
36b02b5b3e add missing netmos devices
- NetMos NM9900 PCIe (pucdata.c r1.106)
- NetMos NM9912 PCIe (pucdata.c r1.104)
- NetMos NM9855 PCIe (pucdata.c r1.49)
2020-03-31 07:08:59 +00:00
nisimura
b8e1f61fdb dme needs mii 2020-03-31 03:42:10 +00:00
nisimura
40012bae25 add comment to clearify hw nature 2020-03-31 02:47:34 +00:00
nisimura
938df3c71a - reorgazine the entire structure to utilise ifmedia(4)/mii(4) and
redefine starting point of debug.
- nuke duplicated standard MII register definition.  Davicom PHY extension
  is defined in dev/mii/dmphyreg.h
2020-03-31 02:32:25 +00:00
christos
677813249d Allow env - atf-run to work by setting a default minimal path. 2020-03-31 01:02:18 +00:00
wiz
acf9dc2f4e Add comma in enumeration. 2020-03-30 22:14:48 +00:00
maya
9d3388e3c9 Don't mention a.out support, which does not exist in ddb any more. 2020-03-30 20:47:57 +00:00
maya
5f3e77959d Remove a.out leftovers (unused) 2020-03-30 20:45:59 +00:00
maya
5ff881a534 Mention elf rather than a.out some more.
(Also, inspired by freebsd, which removed the non-elf support)
2020-03-30 20:37:03 +00:00
maya
d4a8a6057f xref elf(5). 2020-03-30 20:35:12 +00:00
maya
9ced62b43c Be less of a minefield for new architectures. They're not going to be a.out.
Remove sh5, long gone.
(Hopefully nothing hits the #else case)
2020-03-30 20:34:11 +00:00
kamil
fbd05a39e3 Expose F_DUPFD_CLOEXEC to POSIX >= 200809 2020-03-30 20:17:42 +00:00
ad
536cb735fc cache_lookup(): fix a use-after-free. 2020-03-30 19:15:28 +00:00
jdolecek
18ceb74af9 don't check for IFF_OACTIVE, nothing sets it 2020-03-30 19:07:32 +00:00
wiz
ac9a18e047 New sentence, new line. 2020-03-30 17:32:22 +00:00
christos
44326bb04d Clarify that we always need a valid socket 2020-03-30 15:47:15 +00:00
jdolecek
08f9fb533d batch the GNTTABOP_copy hypervisor calls in xvif(4) when processing
DomU requests in xennetback_evthandler()

some 25% speed increase observed over the single-copy version
2020-03-30 15:31:52 +00:00
christos
3763e8dd1d Some interfaces (gif) don't have a mac address... 2020-03-30 13:01:39 +00:00
martin
103d2d1e66 Ooops, fix previous (PT_* enum values here are not DKW_PTYPE_* values) 2020-03-30 12:19:28 +00:00
christos
c3bbf81d67 On detach, destroy the mutex attach created, otherwise we crash with LOCKDEBUG.
XXX: other interface drivers have this issue.
2020-03-30 11:57:50 +00:00
jmcneill
08d87523dd Enable the cycle counter when a CPU hatches and store an estimate of the
frequency in ci_data.cpu_cc_freq.
2020-03-30 11:38:29 +00:00