Commit Graph

243568 Commits

Author SHA1 Message Date
ozaki-r
6e4af1673a CID 1363344: remove dead code
We may need to reconsider a case when m_get_rcvif_psref returns NULL.
2016-07-08 06:15:33 +00:00
skrll
b61c1800b7 Don't ignore return value of xhci_update_ep0_mps and remove KASSERT at
the end of that function.

From t-hash
2016-07-08 05:38:31 +00:00
skrll
f062101a0a More debug in new_device.
From t-hash.
2016-07-08 05:37:38 +00:00
skrll
96197f702e s/UBS/USB/
From t-hash
2016-07-08 05:36:51 +00:00
ozaki-r
4133a8eca8 Replace macros to get an IP address with proper inline functions
The inline functions are more friendly for applying psz/psref;
they consist of only simple interations.
2016-07-08 04:33:30 +00:00
ozaki-r
75a23513d7 Kill remaining use of the old lists of IP addresses 2016-07-08 03:40:34 +00:00
christos
abddfef7f8 more fixes. 2016-07-08 01:24:53 +00:00
matt
1c4b7019be Add placeholder for compiing earmv7* with -mthumb.
Preserve $d/$a/$t for all ARM binaries regardless of endian.
2016-07-07 20:52:53 +00:00
kiyohara
bbc92c4d2e com@obio's type is COM_TYPE_OMAP. This mean is able to change the baudrate.
tested on VTC100's com1(GPS).
2016-07-07 15:27:42 +00:00
kiyohara
9161291044 Call uart_enable() before comprobe1().
And rename to uart_enable_omap().  Also do soft reset in new uart_enable().
Add uart_enable_am335x().  Its enable to clocks.
2016-07-07 15:20:58 +00:00
maya
44573f1093 Turn a few KASSERTs into KASSERTMSG mentioning the tested values
Some of these values are optimized out, so knowing why the test failed
can be challenging.
2016-07-07 10:53:03 +00:00
ozaki-r
9e4c2bda8a Switch the address list of intefaces to pslist(9)
As usual, we leave the old list to avoid breaking kvm(3) users.
2016-07-07 09:32:01 +00:00
pgoyette
b791414fa5 Clarify the BUGS section. The driver doesn't do any PM stuff, but it
does still provide access to the SMBus.
2016-07-07 09:23:20 +00:00
martin
6f4dc43cbd Switch sparc64 to gcc 5.4, binutils 2.26 and gdb 7.10. 2016-07-07 07:52:24 +00:00
ozaki-r
89e0e151d3 Restore const qualifier dropped due to switching to IN_ADDRLIST_READER_FOREACH
IN_ADDRLIST_READER_FOREACH (pslist(9)) now allows const variables.
2016-07-07 06:59:30 +00:00
ozaki-r
44e4372f3f Constify some arguments of pslist(9) functions
By doing so, callers don't need to discard const qualifier.
2016-07-07 06:56:24 +00:00
msaitoh
8bc54e5be6 KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
ozaki-r
dbd9e912ff Use IFADDR_FOREACH instead of IFADDR_FOREACH_SAFE
No item is removed in the loop.
2016-07-07 06:54:26 +00:00
matt
cd97b9dec7 Add sbin/sysctl 2016-07-07 06:28:57 +00:00
matt
a22fcfee4e When building earmv7 ramdisks, compile with -mthumb -mthumb-interwork
to save space.  Think of it as -Os on steriods.
2016-07-07 06:28:20 +00:00
mrg
6c93c005b3 find gcov.1 again. 2016-07-07 03:15:58 +00:00
christos
e1e18efcc4 kill RAL_DEBUG 2016-07-07 02:18:05 +00:00
christos
6968f145a4 add 539x support from FreeBSD (not working) 2016-07-07 01:24:16 +00:00
abhinav
e4c681d955 Fix an off by one issue when concatenating strings. 2016-07-06 18:03:27 +00:00
wiz
ed940b32ac Markup improvements. 2016-07-06 15:55:02 +00:00
christos
82732dd294 fix uninitialized var. 2016-07-06 14:42:53 +00:00
christos
3d07e3a1a9 more cards, sort. 2016-07-06 14:28:51 +00:00
christos
a79be2d540 regen 2016-07-06 14:27:02 +00:00
christos
81a04fdda9 more ral products 2016-07-06 14:26:31 +00:00
macallan
4b12ccf7bd shut up another unused function warning 2016-07-06 13:30:42 +00:00
macallan
9004b96a22 shut up unused function warning 2016-07-06 13:28:34 +00:00
mrg
6a40e30af2 g++.1 is a link to gcc.1, don't need to generate/update it. 2016-07-06 11:37:58 +00:00
mrg
703c8b8111 missed from previous:
remove old generated versions of man pages.
update the dist versions of man and info pages to include local changes.
2016-07-06 11:37:26 +00:00
mrg
e292c2206e remove old generated versions of man pages.
update the dist versions of man and info pages to include local changes.
2016-07-06 11:21:17 +00:00
ozaki-r
6106c473fc Move in6_ifaddr_list to a more proper place (from ip6_input.c to in6.c)
It's a similar place as the IPv4 address list, i.e., in.c.

More varibles will join together.
2016-07-06 10:49:49 +00:00
abhinav
fbfde9fee4 Add missing .Nd
ok wiz@, knakaraha@
2016-07-06 09:20:42 +00:00
abhinav
d5630c9cd6 Avoid possible buffer overflow while parsing NAME section of man(7) pages.
Also, simplify copyging of strings, use estrdupn instead of emalloc + memcpy.

Patch from christos@, XXX comment by me
2016-07-06 08:52:01 +00:00
ozaki-r
350c782980 Switch the IPv4 address list to pslist(9)
Note that we leave the old list just in case; it seems there are some
kvm(3) users accessing the list. We can remove it later if we confirmed
nobody does actually.
2016-07-06 08:42:34 +00:00
mrg
c9720ec989 use -Wa,--warn on m68k. new sqlite generates a large jump table
that generates warnings (but should work).
2016-07-06 08:01:30 +00:00
ozaki-r
806a31cb3c Add missing IN6_ADDRLIST_ENTRY_DESTROY 2016-07-06 07:52:53 +00:00
abhinav
84549e3f9b Fix possible buffer overflow when concatenating strings.
Patch from christos@
2016-07-06 06:57:40 +00:00
ozaki-r
cbdb04e97c Tweak indentation 2016-07-06 06:30:08 +00:00
ozaki-r
e8fc43f394 Add and use pslist(9)-based hashtable for IPv4 addresses
Note that we leave the old hashtable to keep vmstat -H working.
2016-07-06 05:27:52 +00:00
ozaki-r
058d974b09 Add HASH_PSLIST (pslist(9)) type for hashinit() 2016-07-06 05:20:48 +00:00
knakahara
062c64dfec fix build failure when defined GIF_ENCAPCHECK 2016-07-06 01:10:07 +00:00
ozaki-r
d04ff44ad6 Apply m_get_rcvif_psref (kill m_get_rcvif_NOMPSAFE) 2016-07-06 00:30:55 +00:00
christos
1f9c8df1d3 man page for sched_protect (Charles Cui, GSoC 2016) 2016-07-05 21:13:12 +00:00
abhinav
168510ab07 Reuse variable from previous line. 2016-07-05 16:24:18 +00:00
wiz
b9737c740d Fix some lint.
Too much or too little whitespace;
improve macro usage;
add missing .El;
merge error sections for same error code.
2016-07-05 10:04:17 +00:00
wiz
c5a003bb82 Bump date for _SC_THREAD_PRIO_PROTECT. 2016-07-05 09:51:10 +00:00