Commit Graph

244043 Commits

Author SHA1 Message Date
msaitoh b3c7a10a8f - Use aprint_normal_dev() instead of aprint_error_dev() when printing
Ethernet address.
- Use aprint() more.
- KNF.
2016-07-14 04:15:27 +00:00
msaitoh 1e88b6113d Use aprint*() instead of printf() in the attach function.
KNF.
2016-07-14 04:12:08 +00:00
msaitoh 663ec00239 Use aprint_error() instead of aprint_normal() on error. 2016-07-14 04:01:32 +00:00
msaitoh d21ffc75e5 - Use aprint*() instead of printf() in xxx_attach().
- Add missing aprint_naive("\n");
- KNF
2016-07-14 04:00:45 +00:00
matt fdd524d4cc Library which implements the softfloat primitives using FP instructions
Currently contains only untested MIPS routines.
XXX move arm libc_vfp to here.
2016-07-14 01:59:18 +00:00
christos 143eb5c5cf fix sysctl based interface printing, and annotate where we should add the
missing multicast printing code.
2016-07-13 22:01:12 +00:00
christos 543b506e7c Use sysctl for interface printing (-i), leave on for multicast address printing
(-ia) and comment in the code where this is missing?
XXX: should that be an ioctl or sysctl? provide getifmultiaddrs() via the
routing socket? I guess since this is just for netstat a simple sysctl or
ioctl would suffice. I lean towards sysctl.
2016-07-13 21:57:01 +00:00
macallan bfeedbc2cf appease gcc by removing now unnecessary cast 2016-07-13 21:33:28 +00:00
skrll a4e34e27d6 Fix compile 2016-07-13 21:31:03 +00:00
macallan b530e5c554 make this compile again 2016-07-13 21:25:15 +00:00
maya 407bb4505c Fix a deadlock
ok dholland@
2016-07-13 16:26:26 +00:00
maxv 0fbc3ea8d4 x86_alldisks can be NULL, so don't dereference it. Not tested, but obvious
enough.
2016-07-13 15:59:54 +00:00
matt f1bfe5838e Fix libproc compat setting 2016-07-13 15:58:37 +00:00
maxv 828c59bc22 Reorder some instructions, reduces the diff between amd64 and i386. 2016-07-13 15:53:26 +00:00
maxv 0ae80e2785 Remove msgbuf_paddr. 2016-07-13 15:39:33 +00:00
maxv 82880de2fb KNF 2016-07-13 15:35:56 +00:00
maya f0395d220b Removed unused variable 2016-07-13 15:12:20 +00:00
shm 3d9e7389b4 Add USE_FORT support. 2016-07-13 13:10:04 +00:00
jmcneill 90c253b56b add drvctl(4) 2016-07-13 11:12:56 +00:00
jmcneill 5be74d296b Add netbsd32 support for drvctl(4) 2016-07-13 11:11:53 +00:00
hannken da7d165fe0 rtcache_clear_rtentry: use LIST_FOREACH_SAFE as the element gets
removed from the list.
2016-07-13 09:56:20 +00:00
njoly 9c5f636bf3 Add testcase that ensure that stack hard limit is never smaller than
soft limit.
2016-07-13 09:53:16 +00:00
njoly 84b8b47bee In dosetrlimit() round stack hard limit just like soft one.
Avoid cases where hard limit becomes smaller than soft limit.
2016-07-13 09:52:00 +00:00
abhinav 2893d320e8 Fix grammar and be consistent between using zero and 0. 2016-07-13 09:05:16 +00:00
abhinav 25421db367 Add STANDARDS section, referencing IEEE std 1003.1-2008
ok wiz@
2016-07-13 06:50:02 +00:00
knakahara d0cdb1d106 Add missing network MP-ify changes.
Pointed out by chs@n.o.
2016-07-13 05:45:00 +00:00
ozaki-r 09c9d891be Get rid of wrongly added TAILQ_INSERT_TAIL 2016-07-13 03:19:29 +00:00
christos 76d6b0a033 Add all the variant microcode from linux, but don't install it yet.
Switch to the linux copyright. Note the microcode.h does not build
the same code at least for rt2860.
2016-07-13 00:19:01 +00:00
christos f853680af1 sync with FreeBSD 2016-07-13 00:15:44 +00:00
maya d80255b801 Avoid redefining UPAGES
(now defined in mips/mips_param.h)

Fixes build
2016-07-13 00:04:28 +00:00
christos 59d044e5b1 Use the proper channel for some things.
Remove debugging now that it all works.
2016-07-13 00:01:27 +00:00
matt a0b044b4d6 Put back cacheable 2016-07-12 23:53:18 +00:00
wiz 9e24a59267 Add missing word. 2016-07-12 21:45:41 +00:00
maya 256344f5dd Include <mips/locore.h> for badaddr.
Fixes mipseb DB120 kernel build.

ok skrll@
2016-07-12 17:04:21 +00:00
abhinav 5d114c3928 Fix sentence 2016-07-12 16:43:53 +00:00
skrll fc26d007b8 Appease gcc and asm 2016-07-12 15:56:23 +00:00
abhinav 2bdfd85b5f Add STANDARDS section.
It is part of IEEE Std 1003.1-2001 and 2008, both, but there doesn't seem to be
any difference between the two versions, therefore referencing the older standard.
2016-07-12 15:45:24 +00:00
skrll 9410291483 Fix harmless (?) typo 2016-07-12 15:40:53 +00:00
skrll 44cfabd557 Fix typo for build check 2016-07-12 15:30:46 +00:00
skrll 99f8fd8471 Fix RCSId 2016-07-12 14:24:13 +00:00
kiyohara 636527f18a Fix intr_establish. PCI interrupt is LEVEL LOW. 2016-07-12 13:43:18 +00:00
kiyohara d7142e5e19 Add VTC100 and KURONAS_X4. 2016-07-12 13:32:14 +00:00
kiyohara c72c29b59f Add 'KURONAS x4' configuration. 2016-07-12 13:28:46 +00:00
kiyohara 59c5f5fd78 Comment-out tiotg. It is not working yet.
Also clean-up and disable usb devices.
2016-07-12 13:20:03 +00:00
kiyohara fbb1be58f5 cpsw's intrbase is 40. 2016-07-12 13:16:50 +00:00
wiz aad7676047 Whitespace fixes, xref fixes, a bit more markup. 2016-07-12 12:39:04 +00:00
wiz 7304bf1e95 Merge two EAGAIN sections. 2016-07-12 12:24:40 +00:00
wiz 8c6f2a8da1 Bump date for previous. 2016-07-12 10:56:01 +00:00
zafer 4158ea49d0 improve description regarding symbolic links. ok @wiz. 2016-07-12 09:59:42 +00:00
wiz 3562b7c5c3 Use Nm instead of Xr to itself. 2016-07-12 09:50:36 +00:00