Commit Graph

244557 Commits

Author SHA1 Message Date
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
maxv 0c53c658eb Localify. 2016-08-20 16:05:48 +00:00
christos b77232e0ab need kern_ssp.c for a full SSP build. 2016-08-20 15:50:50 +00:00
christos 951bbb9df8 provide an RL variant that prints an extra argument 2016-08-20 15:49:08 +00:00
christos 0ca6f6b287 - use snprintf
- print the argument that caused the error
2016-08-20 15:48:18 +00:00
christos 65510e9c89 avoid yacc regeneration (lex does not need it, because their file is called
.lex and we don't have rules for that)
2016-08-20 15:24:29 +00:00
wiz 35f6de0047 Bump date for previous. 2016-08-20 12:41:31 +00:00
hannken 7139aab724 Remove now obsolete operation vcache_remove().
Welcome to 7.99.36
2016-08-20 12:37:06 +00:00
hannken 2ec6f651c5 Change vcache_reclaim() to remove vnode from vnode cache once the
vnode was reclaimed from the file system.
2016-08-20 12:33:57 +00:00
hannken 113946c517 Rename vclean() to vcache_reclaim().
No functional change.
2016-08-20 12:31:37 +00:00
christos c92bff493f add unbound stuff 2016-08-20 11:34:49 +00:00
christos c90b9921a5 unbound additions 2016-08-20 11:21:50 +00:00
christos d909946ca0 Add bould glue 2016-08-20 11:20:31 +00:00
christos 3b6c3722d8 Import unbound 1.5.9 2016-08-20 11:08:26 +00:00
mrg 50a0769e5d turn off chips driver for macppc and xorg-server 1.18 (for now.) 2016-08-20 06:51:00 +00:00
mrg cda8b1479d redo previous in a way that always works 2016-08-20 06:49:21 +00:00
skrll d12c93e8ec Fix a couple of (unsed) definitions 2016-08-20 06:34:22 +00:00
skrll 441d694c73 Need to set ci_request_ipis otherwise they won't get delivered.
Correct the test for the IPL_HIGH ipis
2016-08-20 06:31:15 +00:00
mrg cc0f8c1f2c apply -Wno-error=cpp only for GCC builds. 2016-08-20 05:44:00 +00:00
mrg 6d38360287 enable mga driver on sparc64 and xorg-server 1.18 2016-08-20 05:24:26 +00:00
mrg 4bfbfcb844 reenable the cirrus, i128, i740, neomagic and tseng drivers now they
build with xorg-server 1.18.
2016-08-20 05:02:58 +00:00
mrg a541939fe8 re-enable ast driver for xorg-server 1.18 and x86 as 1.1.5 builds. 2016-08-20 03:57:25 +00:00
mrg faebb2a137 use and force evaluation of ${.PARSEDIR}. fixes build for some drivers. 2016-08-20 03:44:19 +00:00
mrg 1c8e124826 disable chips driver for ofppc and xorg-server 1.18. radeon works. 2016-08-20 03:26:56 +00:00
jakllsch 01d8380ef6 again, shlib_version didn't recently change for libpci 2016-08-20 01:50:30 +00:00
mrg bfe27e78b7 now they build, reenable mach64, mga, s3, s3virge and tdfx drivers on x86
when built with xorg-server 1.18
2016-08-20 01:08:13 +00:00
jakllsch b422b49360 revert previous change to this file, libpci shlib_version did not change 2016-08-20 01:05:39 +00:00
mrg f4f846ba5d delete dead code 2016-08-20 01:04:48 +00:00
mrg c391facab0 delete dead code. fix DIX flags for xorg-server 1.18 build after the
no longer installed dix-config.h
2016-08-20 01:03:34 +00:00
mrg 77801c142b apply -Wno-error=cpp due to this driver using xf86PciInfo.h. 2016-08-20 00:48:23 +00:00
mrg bfef5cee0b use netbsd rcsid 2016-08-20 00:36:41 +00:00