pooka
f67bb039d4
group msgbuf sysctls with the msgbuf code
...
(init_sysctl.c -> subr_log.c)
2015-05-20 11:17:24 +00:00
pooka
e63dc818ef
call loginit() later, a lot later
2015-05-20 11:02:54 +00:00
ozaki-r
b8199900dc
Remove leftover use of AF_NS and NS option
...
Unnecessary NETISR_NS is also removed.
2015-05-20 09:17:17 +00:00
matt
95b88ec007
Use Elf_Sym
2015-05-20 07:24:49 +00:00
matt
2a4267c6e4
#include <sys/exec_elf.h> for ksyms
2015-05-20 07:16:15 +00:00
matt
64433ea7fa
Don't .set mips64 if we are already mips64
2015-05-20 07:04:49 +00:00
snj
35a4e6246f
don't look for now-gone sparc/legal
2015-05-20 05:21:24 +00:00
snj
83a500f842
merge port-specific legal sections into the common file. most of these
...
entries were already in the common file, and it's a pain to maintain
them separately.
2015-05-20 05:19:19 +00:00
matt
0828cd07d4
Rework ksym defines and includes.
2015-05-20 04:37:45 +00:00
matt
cdbc8d4e56
Only define the KIOC netbsd32 stuff if the KIOC ioctls have been defined.
2015-05-20 04:09:37 +00:00
matt
d44de95798
add struct exec_package;
2015-05-20 04:08:54 +00:00
hsuenaga
637c81b6c9
move register accessor macros for MPIDR and AUXFMC0 to armreg.h
2015-05-20 02:59:57 +00:00
matt
d0c9fc59d2
Change the ksyms ioctls to more compat_netbsd32 friendly. Use _IOWR ioctls
...
to avoid extra copyouts. With these changes, netstat and vmstat work on
mips64eb with the normal N32 userland and a N64 kernel.
2015-05-20 02:45:20 +00:00
ozaki-r
458add7bf4
Add tests for XRESOLVE flag
2015-05-20 01:30:42 +00:00
msaitoh
b469f187fe
Add Catalyst CAT34TS02C support.
2015-05-20 00:43:28 +00:00
jmcneill
e48551c527
wait for PLLD2 lock
2015-05-20 00:05:53 +00:00
riastradh
c8e69c4036
Avoid C99 initializers outside _KERNEL.
...
Various software is built with, e.g., gcc without -std=c99, which
defaults to c89, which chokes on these.
Noted by Kamil Rytarowski.
2015-05-19 23:35:11 +00:00
snj
f9dc61f5fc
finish removing the set size stuff, which was thrown out four years ago.
2015-05-19 19:45:57 +00:00
snj
9c519f769f
- update upgrade issues:
...
+ ARM ABI change
+ new users
+ new groups
- add modules set where missing
- formatting improvements
- note that rtsol{,d} will be gone in the future
- fix raw partition info
- update sparc64 hardware support
- remove note about sparc SMP support being broken
- update some size requirements (still lots of ancient bogus RAM
minimums lingering -- HI PORTMASTERS!)
- various other minor content modernization
- whitespace fixes
2015-05-19 19:30:26 +00:00
kefren
f3bd20e96c
Use RUN_ONCE to initialize iss secret. Suggested by riastradh@
2015-05-19 17:33:43 +00:00
christos
e0b253ee23
Detect error earlier to avoid memory leak.
...
XXX: pullup-7
2015-05-19 15:16:00 +00:00
christos
58416d2a6d
Protect against a NULL pointer dereference described in:
...
https://www.altsci.com/ipsec/
XXX: pullup-7
2015-05-19 15:14:25 +00:00
christos
7310b6ff91
Fix the build for ancient (rhel5) systems that don't have O_CLOEXEC
...
XXX: pullup-7
2015-05-19 13:20:52 +00:00
joerg
7d8086b58f
Use __BEGIN_DECLS / __END_DECLS consistently for _KERNEL part too.
...
Don't pollute namespace by including sys/sysctl.h for !_KERNEL part.
2015-05-19 12:17:53 +00:00
hsuenaga
6d8eadc7be
fix Marvell Coherency Barrier register address.
...
configure coherency bus maintance broadcast using MPIDR. we need to configure
this regardless of 'options MULTIPROCESSOR.'
2015-05-19 09:20:19 +00:00
ozaki-r
44b264d7a7
Fix rump.ifconfig shows host's interface names in link local addresses
2015-05-19 08:14:38 +00:00
matt
fdf19e39a7
Let the compiler/assembler know we compiling for octeon.
2015-05-19 07:08:21 +00:00
martin
dd29c6c2e1
Revert previous untill fallout has been fixed.
2015-05-19 06:58:52 +00:00
martin
445ccb6af2
Cosmetics: fix netbsd.org spelling
2015-05-19 06:44:42 +00:00
matt
37a895a7a8
Support ELF64 on MIPS N32 even though it's ILP32.
...
XXX should we do this for other arches that support compat_netbsd32?
2015-05-19 06:09:15 +00:00
matt
b86a13b9df
Add per irq evcnt's
2015-05-19 05:51:16 +00:00
ozaki-r
4203465ea1
Handle child's exit status precisely
2015-05-19 04:14:04 +00:00
ozaki-r
f3005e6ac8
Use EXIT_FAILURE instead of 1
2015-05-19 03:19:27 +00:00
matt
948724d0bc
Enable MSDOSFS since the kernel lives on a MSDOS fs.
2015-05-19 02:30:57 +00:00
ozaki-r
b3ff39b0ab
Use NULL instead of 0 for pointers
2015-05-19 01:14:40 +00:00
matt
51f77124f5
no wd devices on erlite, use sd instead for the USB mass storage.
2015-05-19 00:09:02 +00:00
matt
210d1711a7
u-boot on the ERLITE will call the kernel entry point on each cpu specified
...
in the coremask argument. Add code to deal with that.
2015-05-19 00:00:23 +00:00
jmcneill
248d3419cb
make sure the display controllar partition is powered on
2015-05-18 21:32:05 +00:00
matt
3ff7ac636d
Add bpf to all_md
2015-05-18 21:21:11 +00:00
jmcneill
b1b62c5705
Make sure HDMI I/O is not in deep power down mode
2015-05-18 21:03:36 +00:00
jmcneill
ed3efacb13
Power-on Host1x subsystem
2015-05-18 20:36:42 +00:00
jmcneill
bfb965fe25
Work in progress HDMI / framebuffer support for Tegra K1.
2015-05-18 19:32:48 +00:00
pooka
a757287dfa
Rewrite rules so that makesyscalls.sh will not be executed multiple
...
times in a parallel make.
Hopefully fixes sporadic build failures reported by Justin
2015-05-18 17:49:16 +00:00
macallan
1e554361c1
explicitly un-suspend the OTG port after PHY reset
2015-05-18 15:11:47 +00:00
macallan
b5397a7efc
pass the appropriate clock register to devices so different instances of the
...
same driver don't have to guess
also wire the ddc2 part to iic4 for now so we can see the monitor
2015-05-18 15:07:52 +00:00
christos
bdf16bca92
make el_gets() return the number of characters read in wide mode (not the
...
number of wide characters) From khorben@ by FreeBSD:
https://svnweb.freebsd.org/ports/head/devel/libedit/files/patch-src_eln.c ?\
revision=382458&view=markup
XXX: Pullup-7
2015-05-18 15:07:04 +00:00
macallan
1f087e4105
add some clock divider registers
2015-05-18 15:03:16 +00:00
christos
4f2f73389d
don't re-define END() now that amd64 defines it
2015-05-18 14:41:41 +00:00
jmcneill
d490219c31
add WSDISPLAY_TYPE_TEGRA
2015-05-18 14:27:49 +00:00
msaitoh
27a2a4f94a
OOOOPS. Revert previous.
2015-05-18 13:09:55 +00:00