244108 Commits

Author SHA1 Message Date
scole
a76d63071c PR port-ia64/51261
Remove local acpi_func.h as common version exists
2016-08-05 16:56:43 +00:00
scole
cbe090683e PR port-ia64/51261
Use common/lib/libc/arch/ia64/string/bzero.S and other string functions
2016-08-05 16:53:36 +00:00
scole
a1b9a5a3b3 PR port-ia64/51261
Add procfs_getcpuinfstr()
2016-08-05 16:51:56 +00:00
scole
f8171c7d04 PR port-ia64/51261
Add cpu_coredump() stub
2016-08-05 16:50:07 +00:00
scole
b4897b3e7e PR port-ia64/51261
Add pcibus so kernels will compile.  Required for acpi now
2016-08-05 16:48:04 +00:00
scole
fc0e77863a PR port-ia64/51261
Import later version from FreeBSD
2016-08-05 16:45:50 +00:00
scole
3bee3bfd27 PR port-ia64/51261
For ia64, don't build elf32, disable MKDYNAMICROOT and MKRUMP.
ld.elf_so and rump are not implemented yet
2016-08-05 16:44:31 +00:00
scole
21984c24a3 PR port-ia64/51261
Add stubs for ia64 build
2016-08-05 16:40:47 +00:00
scole
6afc3b56dd PR port-ia64/51261
Change JEMALLOC_TINY_MIN_2POW for ia64
2016-08-05 16:25:18 +00:00
scole
e0fd82f4fc PR port-ia64/51261
Stubs for ia64
2016-08-05 16:22:08 +00:00
scole
341a8a2df6 PR port-ia64/51261
Changes for ia64
2016-08-05 16:21:09 +00:00
scole
93ff0c2593 PR port-ia64/51261
Add stubs for ia64
2016-08-05 16:18:19 +00:00
skrll
e55e183684 Fix register usage in the swap operation in tlb_update_addr.
This should help LOONGSON and hpcmips
2016-08-05 15:39:09 +00:00
skrll
daba771f89 Fix a comment 2016-08-05 15:35:32 +00:00
skrll
7c68dea0a8 Whitespace (comment alignment) 2016-08-05 15:33:28 +00:00
scole
b83ebeba7f PR port-ia64/51261
Imported from FreeBSD with a minor change or two
2016-08-05 15:06:02 +00:00
scole
d68880c4ee PR port-ia64/51261
Fix for ia64
2016-08-05 15:02:29 +00:00
scole
ea5cb0d634 PR port-ia64/51261
Make this compile for ia64
2016-08-05 15:01:39 +00:00
kiyohara
56a59430a9 Support TI_DM37XX. These register maps like to OMAP 34xx/35xx. 2016-08-05 14:32:36 +00:00
christos
de4e7aad22 add the sched_affinity man pages. 2016-08-05 13:14:16 +00:00
christos
f87fbe2f55 add missing stuff for the affinity calls (Rocky Hotas) 2016-08-05 13:03:13 +00:00
skrll
3e43f35414 Typo in comments 2016-08-05 10:39:49 +00:00
christos
64a263edf9 partial sync with FreeBSD 2016-08-05 09:06:52 +00:00
christos
7f175560ac unifdef 2016-08-05 09:05:02 +00:00
pgoyette
87cc8eeb68 Actually commit the changes for making this into a loadable module. The
module infrastructure was committed earlier, but the "guts" of the commit
were somehow missed.
2016-08-05 08:56:36 +00:00
wiz
07114cee33 Remove trailing whitespace. 2016-08-05 08:55:28 +00:00
pgoyette
106cffc32f Ignore return values when restoring what has just been undone. We're
really just putting back something that was there before, so we should
not get any errors, and a panic() would be rather severe.

This and the corresponding commit to vnd.c address newly reported
Coverity CID 1364761 and CID 1364760
2016-08-05 08:24:46 +00:00
pgoyette
c8a6580a87 Ignore return values when backing out of a "finish" sequence. There
really shouldn't be any errors here (we're just putting something back
that previously existed), and a panic() would be rather drastic.
2016-08-05 08:21:24 +00:00
christos
b31382fbd7 Avoid string gymnastics in an olympic year. 2016-08-05 07:22:17 +00:00
knakahara
a5c3fa9748 fix CID 1364766: Resource leaks 2016-08-05 06:58:55 +00:00
christos
5a86cfc800 CID 1364758: Integer handling issues, avoid sign extension to 64 bits. 2016-08-05 06:54:22 +00:00
isaki
2c5968324f Revert a part of previous commit.
If addr is not specified as "zsc0 at intio0" in kernel config
(though it's not right of course), it will cause a panic.
intio_map_allocate_region() should be called after address check.
2016-08-05 05:32:02 +00:00
pgoyette
86ecb258f2 The ppp compressors are already being handled correctly. No new
work will be needed here.
2016-08-05 04:21:01 +00:00
pgoyette
5c61d9f897 Add some info regarding ppp 2016-08-05 02:27:14 +00:00
ozaki-r
9b97df78c1 CID 1364759: fix using uninitialized value 2016-08-05 00:52:02 +00:00
ozaki-r
e8f81e31c2 CID 1364757: remove unnecessary branching 2016-08-05 00:51:14 +00:00
pgoyette
145756b29a Update sets lists for new slcompress module 2016-08-04 23:54:45 +00:00
pgoyette
042c1d6ecd Add and enable a new module, slcompress
This is a prerequisite to modularizing the ppp pseudo-device
2016-08-04 23:53:47 +00:00
pgoyette
d1fb75105d Add some more notes 2016-08-04 22:12:31 +00:00
rjs
f0f10739bd Another header change. 2016-08-04 21:39:20 +00:00
jakllsch
0e05321e4a TI_DM37xx does not currently have a working omapscm(4), which provides
omap_devid().  Avoid using omap_devid() until correctly fixed.
2016-08-04 20:07:18 +00:00
scole
693c3770f5 PR port-ia64/50719
Remove duplicate EFI files for ia64
2016-08-04 18:07:43 +00:00
jdolecek
bddc3c1201 make E2MAXSYMLINKLEN just alias for EXT2_MAXSYMLINKLEN, they are the same 2016-08-04 17:50:51 +00:00
jdolecek
2f2ae0277c move i_e2fs_* defines from ufs/inode.h to ext2fs/ext2fs_dinode.h, where they belong; they don't seem to be used anywhere else then ext2fs code any more 2016-08-04 17:47:47 +00:00
jdolecek
249e8f5f7e rename struct ext2fs_dinode attribute e2di_dacl to correct
e2di_size_high; even Linux ext2 filesystem code actually uses it
unconditionally this way and ext4 code finally also calls it that way
in their struct definition too; if there was any trace of this for other
purpose it's long gone
2016-08-04 17:43:47 +00:00
christos
c4b5e49df8 include bsd.init.mnk for consistency and set NOLINT since this overrides
MKLINT which can be re-set from /etc/mk.conf.
2016-08-04 17:07:23 +00:00
sevan
9d1016b7d6 Grammar 2016-08-04 16:36:45 +00:00
scole
14a34a34ce PR port-ia64/49717
Minimal changes needed to add nfs netboot support
2016-08-04 16:22:40 +00:00
kiyohara
0535c1529d s/for(/for (/. 2016-08-04 14:08:23 +00:00
kiyohara
bff77a3641 Change message for aprint_normal() "CPSW Ethernet" to "Layer 2 3-Port Switch".
Its described in Technical Reference Manual.
2016-08-04 14:05:20 +00:00