Commit Graph

244587 Commits

Author SHA1 Message Date
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
jdolecek
34f2997571 adjust ext2fs_loadvnode_content() to do the sanity checking before allocating
memory, and avoid reallocaing memory on vnode reload
2016-08-20 20:05:28 +00:00
jdolecek
fa4a02b45a modify the comment to note code needs to brele() to have a shot on actually
working
2016-08-20 19:53:43 +00:00
jdolecek
cd053bea0c #if 0 the check for ext2fs_mapsearch() failure (similar what was done
for ffs counterpart), it actually never fails, it panics instead
2016-08-20 19:51:50 +00:00
jdolecek
1a50fd75de add support for GDT_CSUM AKA uninit_bg feature 2016-08-20 19:47:44 +00:00
christos
bb798ce931 fix the build 2016-08-20 19:46:54 +00:00
jdolecek
7546c749f2 whitespace fix 2016-08-20 19:45:20 +00:00
jdolecek
3c404120db extract crc16 code from utoppy driver to a separate file in libkern, for use
by ext2fs; every usage gets their own copy of the table for now, as it's
fairly small, and too rare to be used to be useful pulling into every kernel
2016-08-20 19:44:46 +00:00
maxv
1c5242547b Make this area compile, even if we don't support USER_LDT on amd64. 2016-08-20 18:31:06 +00:00
nakayama
169b66087f Avoid "cast to pointer from integer of different size" warning on
32-bit kernels.
2016-08-20 18:21:18 +00:00
maxv
06dbb05ff6 The GDT needs to be grown on each CPU, and not just gdtstore (cpu0).
Otherwise, if the caller gets switched to another CPU, the kernel will
end up accessing unallocated memory.

Currently, it never happens. The same is done in i386.
2016-08-20 18:04:04 +00:00
christos
e010c1ef06 fix the build. 2016-08-20 17:34:23 +00:00
wiz
ec8cd010f2 binutils-2.27 out. 2016-08-20 17:09:34 +00:00
christos
b4ed6943ac add missing library dependencies. 2016-08-20 17:06:18 +00:00
christos
f9ebca8e6a mention the default for MKUNBOUND 2016-08-20 16:11:07 +00:00