Commit Graph

244751 Commits

Author SHA1 Message Date
msaitoh
77fb8c3b5f Fix XE5_V3_IMC1_DDRIO_[34]'s values. 2016-08-23 09:19:44 +00:00
msaitoh
e0cd0693f7 regen. 2016-08-23 09:18:21 +00:00
msaitoh
cd76acd3b9 - Fix entries. The following problems were found while sorting entries:
- Remove the following entries because the value is duplicated:

    CMDTECH_240			(CMDTECH_AAR_1210SA has the same value)
    INTEL_C610_SATA_RAID	(INTEL_82801H_SATA_RAID has the same vaule)
    INTEL_C610_PCIE_1_3		(82801BA_HPB has the same value)
    GEFORCE_610M3		(GEFORCE_610M2 has the same value)

  - RADEON_RV350_NQ is not 0x4e41 but 0x4e51
  - 82801JD_SATA_RAID is not 0x3a02 but 0x3a05.

  - The following two entries have the same number. Fix one of them:

    DH89XXCL_USB_2 to 0x23b5		(was 0x23b4 (== DH89XXCL_USB_1))
    5500_HB to 0x3404 and change the desc (was 0x3403 (== 3400_HB))
    82X58_PCIE_0_1 to 0x3421		(was 0x3420 (== 82X58_PCIE_0_0))
    82801JI_THERMAL to 0x3a32		(was 0x3a30 (== 82801JI_SMB))

- Sort entries in device ID's order.
2016-08-23 09:18:01 +00:00
christos
8d5c607639 add unbound.conf 2016-08-23 09:11:06 +00:00
skrll
d2b6f0303e Whitespcae 2016-08-23 07:29:46 +00:00
christos
36b34638d9 CID 1371648: off by one in index checking
KNF.
2016-08-23 06:40:54 +00:00
christos
9d3a5ca7ac KNF, no functional change 2016-08-23 06:40:25 +00:00
christos
d7191ea7c2 CID 1371644: use strlcpy, remove dup copy. 2016-08-23 06:24:30 +00:00
christos
67894636ac CID 1371645: remove dead code 2016-08-23 06:23:26 +00:00
sevan
9e84015020 Instruction to not split the line needs to be stated separately. 2016-08-23 03:21:16 +00:00
sevan
0f2a09011f Add HISTORY section
Credit author of initial implementation in AUTHORS section
Bump date
Remove contraction highlighted by textproc/igor
2016-08-23 02:58:45 +00:00
skrll
a321adb539 Two fixes from rmind
- tmpfs_node_get: restore (decrement) the node count on the error path.
- tmpfs_bytes_max: save the value of uvmexp.freetarg (since it is
  unlocked/racy).
2016-08-22 23:07:36 +00:00
wiz
523d4d8d2a gcc-6.2 out. 2016-08-22 22:53:02 +00:00
christos
e405703132 PR/51437: Hauke Fath: write a byte to the socket so that nfsd -u does not die. 2016-08-22 16:08:51 +00:00
htodd
50d1536a92 Fix debug build for i386 xorg. 2016-08-22 15:08:48 +00:00
skrll
0363604388 KNF 2016-08-22 11:34:42 +00:00
skrll
4ca51ca61a Can't KASSERT that a lock isn't held. 2016-08-22 11:34:06 +00:00
maya
16cf37a656 Mistakes were made, compare correct values now. 2016-08-22 10:36:20 +00:00
martin
68da8ce34e Visit "etc" so our rc.d file gets installed. 2016-08-22 09:38:50 +00:00
mrg
34cc6e2c48 now sunffb builds, build it for xorg-server 1.18 2016-08-22 08:58:57 +00:00
maya
7e38ec308c add failing test for PR lib/51427
ilogb(INFINITY)=-INT_MAX, it should be INT_MAX

while here, test raised exceptions, other values.

XXX some platforms don't have exceptions
2016-08-22 08:49:33 +00:00
mrg
115f85cd84 ffb_dga.c has const issues as well 2016-08-22 08:39:20 +00:00
msaitoh
223fd57db4 Don't follow an incorrect pointer in an extended capability header. Tested
with Super Micro X10SDV-8C-TLN4F bus 255, device 12, function 0 (BIOS 1.1b).
2016-08-22 08:35:42 +00:00
christos
8c27d15300 missing _ 2016-08-22 07:41:10 +00:00
christos
403ef7767e Add missing unbound 2016-08-22 07:37:43 +00:00
maya
47a6662175 BUGS section is no longer correct
FP_ILOGB0 and FP_ILOGBNAN are both defined in math.h
2016-08-22 07:33:30 +00:00
christos
a78f4eaca1 From OpenBSD:
bugfix: when fgetwc(3) fails, fgetwln(3) must fail as well;
2016-08-22 06:11:39 +00:00
mlelstv
ac5dc9905b align with xserver lists 2016-08-22 04:15:58 +00:00
sevan
b99eec368e Add AUTHORS section
bump date
2016-08-22 00:15:59 +00:00
jdolecek
76043b45b1 report also gmtoff in the output of mount options 2016-08-21 22:27:20 +00:00
mrg
9237538bc5 build 'hw' (the actual servers) after everything else. should fix
a build issue reported by Dave Tyson.
2016-08-21 20:51:04 +00:00
joerg
2f09723281 HAVE_GCC may be undefined. 2016-08-21 18:23:58 +00:00
joerg
abb6771cb7 Ignore abuse of VLAs. 2016-08-21 18:23:33 +00:00
christos
9d2979415e reorder for the benefit of sun2 2016-08-21 17:24:22 +00:00
hannken
b3aa7e069f siggetinfo: use TAILQ_FOREACH_SAFE as the element gets removed from the list. 2016-08-21 15:24:17 +00:00
christos
03f6cc7066 fix wrong variable. 2016-08-21 13:23:36 +00:00
joerg
95bd5eff9b HAVE_GCC may be undefined. 2016-08-21 12:39:17 +00:00
maxv
21eb885e04 My changes. 2016-08-21 12:02:38 +00:00
maxv
4e73005cec KNF, and typo. 2016-08-21 11:48:59 +00:00
maxv
5996942f53 Simplify gdt_grow, and make sure we don't kenter more than has been
virtually allocated.
2016-08-21 10:42:33 +00:00
maxv
243950117e Use KASSERT, and panic by default instead of allowing the area to overflow. 2016-08-21 10:20:21 +00:00
maxv
e7b13942e7 Explain a little what we are doing. Also, make sure gdt_init_cpu is called
on the currently running CPU. Theoretically, we could put the same KASSERT
in gdt_reload_cpu, but the associated IPI is never sent, which is another
issue.
2016-08-21 10:07:15 +00:00
maxv
39cfab9701 Simplify. 2016-08-21 09:53:25 +00:00
christos
784cd04526 fix the build. 2016-08-21 08:30:22 +00:00
christos
4c2fb15304 delete now unused function . 2016-08-21 08:27:57 +00:00
mrg
0078a2c916 reenable chips driver everywhere now it builds with xorg-server 1.18 2016-08-20 23:56:19 +00:00
jdolecek
54bc00f99d fix code which sets REV1 e2fs_fsmnt, set also mount time and mount count 2016-08-20 21:22:25 +00:00
mrg
e5e692211a apply -Wno-error=discarded-qualifiers only with GCC > 4. 2016-08-20 20:22:53 +00:00
joerg
cd81055f70 Don't bail out on #warning for clang either. 2016-08-20 20:19:08 +00:00
mrg
bd0724a2f0 put a variable under the #ifdef it's only used in. 2016-08-20 20:09:47 +00:00