223375 Commits

Author SHA1 Message Date
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
christos
8585484ef8 import devel ntpd to avoid amplification attacks. 2013-12-27 23:30:11 +00:00
matt
a49db314d1 Bump SYMTAB_SPACE 2013-12-27 22:13:32 +00:00
christos
e0f5dac1bf Remove strncat now that it is part of the kernel anyway. 2013-12-27 22:09:43 +00:00
christos
d059c97c45 adjust for new acpica 2013-12-27 21:33:46 +00:00
palle
f4d9eaa0a8 a) make the hunt through the cpus list more generic b) sun4v: ensure that the interrupt stack is mapped permanently and the TSB is setup properly - parts from OpenBSD. OK martin@ 2013-12-27 21:11:19 +00:00
christos
6865ff7222 use ACPI_DEBUG not ACPI_DEBUGGER which is used internally by acpica 2013-12-27 20:55:59 +00:00
christos
8c78eb9844 fix debugging build. 2013-12-27 20:55:40 +00:00
christos
fcb25a8463 add missing debugger files. 2013-12-27 20:55:03 +00:00
christos
96602b9efa make it kernel friendly. 2013-12-27 20:26:53 +00:00
christos
5e0bd251ff add strncat (for acpi) 2013-12-27 20:25:33 +00:00
christos
6ddea99505 moved to common 2013-12-27 20:25:11 +00:00
christos
967db62434 kernel needs it now too. 2013-12-27 20:24:45 +00:00
christos
5646c58d29 new openpam 2013-12-27 20:13:36 +00:00
christos
c9a970f03f updates for new version 2013-12-27 20:11:50 +00:00
christos
e9a1eddb86 remove conflicts 2013-12-27 20:11:26 +00:00
christos
8fa0fefe00 merge conflicts 2013-12-27 20:10:20 +00:00
christos
64e8a5e66f Import openpam-20130907 2013-12-27 19:27:40 +00:00
christos
0bbc3b9f79 Import openpam-20130907 2013-12-27 19:16:04 +00:00
christos
de29e5bc0e new acpica 2013-12-27 18:55:40 +00:00
christos
0a1a7e4862 Add new functions 2013-12-27 18:53:25 +00:00
christos
e9e92000ab - remove function list that was out of date
- explain magical munging so that people are not scared to update in the future.
2013-12-27 18:53:16 +00:00
christos
a76e346af4 function argument changed width 2013-12-27 18:52:16 +00:00
christos
5b339ad5cf constant changed name 2013-12-27 18:51:44 +00:00
christos
773b72577c amend for new files 2013-12-27 18:51:08 +00:00
christos
a2c051a9b0 resolve conflicts 2013-12-27 18:50:56 +00:00
christos
ff4a156d7c import new acpica 2013-12-27 18:45:57 +00:00
njoly
465ae6432a Add easy parts (TCOOFF/TCOON) of the TCXONC linux termios ioctl. 2013-12-27 16:58:50 +00:00
njoly
27180d99da Rename ipcall/socketcall specific defines to avoid conflict with
syscalls definitions. No functional changes.
2013-12-27 15:10:53 +00:00
njoly
825f0d0c2c Regen. 2013-12-27 14:17:32 +00:00
njoly
87ffdd525a Add struct linux_stat64 definition for alpha, and enable syscalls that
use it.
2013-12-27 14:17:11 +00:00
matt
e17715169a Switch to using FP instructions instead of cp10/11 instructions. 2013-12-27 12:16:01 +00:00
msaitoh
6985a537b1 regen. 2013-12-27 08:40:28 +00:00
msaitoh
a7a21cbef2 Add some Marvell 88SE9xxx devices. 2013-12-27 08:39:56 +00:00
matt
cc0c93bfa4 Pass -mfpu=vfp so GAS won't complain about vmsrne 2013-12-27 04:41:29 +00:00
rkujawa
3eb32fc6e9 Implement the probe procedure for ACA500. Now the user just needs acafh0
compiled in his kernel and it all should(tm) work.

Due to lack of obio in amiga port, the probe is called directly from mbattach().
This is going to change with the introduction of obio for all non-autoconfig
expansions.
2013-12-26 20:38:11 +00:00
apb
0b88554d45 Change comments and variables to reduce differences with upstream.
No change in the installed files.
2013-12-26 20:19:17 +00:00
apb
a5d67b01f7 Remove empty directory /usr/share/zoneinfo/Mideast.
The files that used to be in this directory were removed in tzdata2013i.
2013-12-26 20:14:38 +00:00
apb
60b70d0f7c zoneinfo: Import tzdata2013i. [apb 20131226]
Also fix a typp in the previous line, for tzcode2013i.
2013-12-26 18:56:23 +00:00