223563 Commits

Author SHA1 Message Date
christos
4c05c4493f remove unused variables 2013-12-30 01:34:22 +00:00
christos
178126fa8a Simplify previous, don't even set the variables if they are not going to
be used.
2013-12-29 23:26:00 +00:00
christos
5aa89cd133 ifdef unused variables 2013-12-29 23:07:34 +00:00
christos
a7fd76f87e - add casts for sign-changing conversions
- fix types
2013-12-29 22:55:32 +00:00
christos
9778b180e3 Fix incorrect types 2013-12-29 22:54:58 +00:00
msaitoh
0ab2b83057 Add note about wm(4)'s I354 support. 2013-12-29 21:31:17 +00:00
msaitoh
bcf70d1755 Add support For I354(C2000 interna Ethernet controller):
- Add I354 support.
 - Fix SGMII+MDIO case. SGMII+I2C is not supported yet.
 - Not tested well.
 - Sprinkle "XXX" to check later.
2013-12-29 21:28:41 +00:00
pgoyette
09c7634540 Start modularizing the opencrypto framework. 2013-12-29 18:20:42 +00:00
rkujawa
d844050dd3 Note ACA500 support. 2013-12-29 18:11:15 +00:00
pgoyette
77b8800e73 Re-sort in alphabetic sequence. 2013-12-29 16:32:32 +00:00
nakayama
08b2d996d1 Make buildable w/o options SUN4V. 2013-12-29 12:36:30 +00:00
pgoyette
9e1a16ff38 Add new zlib module 2013-12-29 08:10:14 +00:00
pgoyette
1b0023ef9a Modularize net/zlib so it can be used by the vnd module (and, eventually,
by an opencrypto module).
2013-12-29 08:09:44 +00:00
christos
a05b8588f7 Handle ancient vax gcc. 2013-12-29 03:32:00 +00:00
christos
6bb3b8411a not all characters are born signed. 2013-12-29 03:26:07 +00:00
christos
4f9b4467be Use cleantags to remove RCS tags, missed the NEWS file before. 2013-12-29 00:23:34 +00:00
dholland
1a69f6275d O_SYNC, not O_FSYNC. Spotted by "beatnix" on freenode. 2013-12-28 20:03:22 +00:00
pgoyette
9b1e967cfc Add entries for new ccd module 2013-12-28 19:46:00 +00:00
pgoyette
1b9d1cab87 Descend into ccd 2013-12-28 19:45:13 +00:00
pgoyette
8682ae0dd0 ccd module also needs dk_subr 2013-12-28 19:44:41 +00:00
pgoyette
61a025d95b Update sets lists for new modules. 2013-12-28 19:25:46 +00:00
pgoyette
e5a29159a9 Make dksubr.c into a module, and make the cgd and dm modules depend on
it.

Now that cgd is completely modularized, descend into modules/cgd to
actually create the module.
2013-12-28 19:25:07 +00:00
christos
6a493d6bc6 Some html files were removed 2013-12-28 18:06:41 +00:00
christos
e49015f507 warns 6 2013-12-28 18:04:18 +00:00
christos
8cf33d7f2e avoid using freed pointers and non-format strings 2013-12-28 18:04:03 +00:00
christos
285d1f1d2b fix for NetBSD-specific changes. 2013-12-28 17:36:50 +00:00
christos
1c9c725051 remove dup file 2013-12-28 17:35:01 +00:00
christos
966c0b1b14 32 bit build fixes. 2013-12-28 17:00:50 +00:00
christos
9d52fce24d Add more dependencies, fix CLEANDIR target 2013-12-28 16:03:51 +00:00
mrg
418eb52816 actually fix the previous change as desired. 2013-12-28 14:13:40 +00:00
mrg
d89324ae0d add new ntp docs. 2013-12-28 14:08:31 +00:00
pgoyette
a6570d4710 Update description to include Realtek 8211, to match contents of
sys/dev/mii/miidevs
2013-12-28 13:57:19 +00:00
mrg
d3f9e78087 remove (void *) casts when passing const pointers to a const void *
taking function.  ...
2013-12-28 13:27:39 +00:00
msaitoh
575d9f62e6 Add Intel C2000 PCU SMBus 2013-12-28 11:15:43 +00:00
nakayama
9476feea60 CI_UPAID has been renamed to CI_CPUID. 2013-12-28 11:12:09 +00:00
nakayama
296c58c0d7 Add SUN4V to opt_sparc_arch.h. 2013-12-28 11:09:33 +00:00
nakayama
36e6c2c76d Make 32-bit kernel buildable again. 2013-12-28 11:08:56 +00:00
tsutsui
2d54d3972b Note luna68k 4bpp framebuffer support. 2013-12-28 09:26:41 +00:00
tsutsui
b06143a210 Fix name and date pasto in previous ntp update. 2013-12-28 09:24:46 +00:00
tsutsui
2098d815c2 Add preleminary support of 4bpp LUNA framebuffer.
Changes details:
- prepare and switch 4bpp rasops functions that read/write all 4 planes
  and also handle both fg and bg colors
- make 1bpp ops use first plane on write rather than common bitmap plane
  (which is prepared for multiple plane write with raster ops)
- prepare 4bpp allocattr function to handle ANSI 16 color text
- split omrasops_init() function for each bpp
- move struct hwcmap from softc to hwdevconfig to sync palette values
  on initialization
- allow mmap(2) against all available planes

Now we can use ANSI 16 color text console and also can
demonstrate mlterm-fb with color sixel graphics and wallpaper.
XXX: Xserver needs much more work.
2013-12-28 09:17:23 +00:00
christos
94d1f47f5e adjust for non-amd64 build 2013-12-28 03:51:52 +00:00
christos
24bf420295 mention visible changes 2013-12-28 03:39:07 +00:00
christos
2073dae78f update mkver 2013-12-28 03:36:15 +00:00
christos
3683443505 mention manual handling of man pages 2013-12-28 03:29:46 +00:00
christos
35708350d1 add new ntp man pages. 2013-12-28 03:27:01 +00:00
christos
3af5ed8ddf mention new ntp 2013-12-28 03:24:35 +00:00
christos
2950cc38ef resolve conflicts 2013-12-28 03:20:12 +00:00
christos
bab87fff35 adjust for new ntp and add the generated man pages 2013-12-28 03:19:43 +00:00
christos
270d83b8cd put a comment for mode7 2013-12-28 03:18:39 +00:00
rjs
d63e9ca599 Only build shmif_dumpbus when rump is available. 2013-12-28 02:32:01 +00:00