riastradh
a706f00cdd
Avoid missing field initializers.
2014-09-17 16:16:33 +00:00
riastradh
b15c22d9aa
Kludgily define __user in kernel here too.
2014-09-17 16:10:41 +00:00
riastradh
8c9fdee7d6
Suppress some more missing field initializer warnings from Clang.
2014-09-17 15:59:53 +00:00
riastradh
4b15ab16fe
Mark some unused variables as such to shut up Clang.
2014-09-17 15:54:31 +00:00
riastradh
b78a26db5f
Suppress clang warning about `= {0}'.
2014-09-17 15:53:15 +00:00
riastradh
cc7d357c56
Fix header guard name.
2014-09-17 15:46:57 +00:00
riastradh
0f679d06ed
Use %hhx for uint8_t, not %hx.
2014-09-17 15:41:56 +00:00
riastradh
8715d36a14
Don't redefine __u64 &c. here if we included <linux/types.h>.
2014-09-17 15:36:04 +00:00
joerg
ff474c241d
Use --no-warn only with GCC on MIPS.
2014-09-17 11:37:28 +00:00
joerg
d131912831
Explicitly set noat around instructions using $at.
2014-09-17 11:02:55 +00:00
joerg
aca672a912
Use canonical three operand form of add.d.
2014-09-17 11:01:05 +00:00
ozaki-r
58dd466be8
Make shmif buildable when DRPINTF enabled
2014-09-17 04:20:58 +00:00
ozaki-r
ba4f0be24c
Remove out-of-date comments
2014-09-17 01:00:41 +00:00
joerg
a00bc98930
Provide explicit prototypes in case HAVE_SSP=no.
2014-09-17 00:39:28 +00:00
matt
b768bac5e7
Always set SMP on the A7 since it's needed for ldrex/strex
2014-09-16 22:29:09 +00:00
roy
9be9bcccc0
Note import of dhcpcd-6.4.4
2014-09-16 22:28:56 +00:00
roy
f1cbc45c57
Sync
2014-09-16 22:27:04 +00:00
roy
f4cc42a9c0
Import dhcpcd-6.4.4 with the following changes:
...
* Many bounds checking fixes from Tobias Stoeckmann
* Improve error when the authentication token cannot be found
* close the IPv4 specific UDP socket when done sending
* Implemented a write queue to the control sockets
* Only send interfaces to control sockets when in a BOUND state
* Add a sample controlgroup directive to dhcpcd.conf to make setup easier
* Add variables if_oneup and if_ipwaited so hook scripts know the overall
state of dhcpcd better
* Pass RC_SVCNAME from enviromment to hooks so that a service hook can
know it's name (may not be dhcpcd)
* Document every variable set for dhcpcd-run-hooks(8)
* Allow SSIDs with non printable characters to be used in ssid selection
in dhcpcd.conf
* Add an unprivileged control socket so that normal users can obtain
dhcpcd running state
2014-09-16 22:23:17 +00:00
matt
390a7b23f0
Enable L2 prefetch on A9 if MP
2014-09-16 22:00:22 +00:00
matt
ecb438fb21
Remove redundant CORTEXA9_AUXCTL defines
2014-09-16 21:59:40 +00:00
christos
6b3fd816dd
PR/49206: ping6 dies with SIGINT even when it just fails to ping
...
When reusing the same handler for SIGALRM, make don't pretend you
got SIGINT.
2014-09-16 21:29:12 +00:00
christos
17d648a1fc
Fix problem reading the last line when it did not contain a delimiter
...
(Hubert Garavel)
2014-09-16 17:23:50 +00:00
jmcneill
9dcf9072c5
remove unused header; mmc regs are in awin_reg.h
2014-09-16 15:08:58 +00:00
skrll
c6734445b9
Use lower case for USBHIST messages.
2014-09-16 10:27:53 +00:00
mrg
06c8f8ccd8
fix an END() marker to match the function.
2014-09-16 09:42:47 +00:00
wiz
a1bd179106
Remove trailing whitespace.
2014-09-16 08:52:02 +00:00
apb
85013cd7a1
Rephrase the NOTE about embedded NUL characters, using "apparent length"
...
for what strlen(3) reports, and "true length" for what the return value
reports.
2014-09-16 08:42:20 +00:00
msaitoh
2f9955008a
Add some new I218 devices.
2014-09-16 07:06:42 +00:00
msaitoh
cadd6c87a2
Regen.
2014-09-16 07:06:14 +00:00
msaitoh
6e715d6cf9
Add some new Intel I218 devices.
2014-09-16 07:05:44 +00:00
christos
44751e4dbf
belt-n-suspenders, close on exec catalog files.
2014-09-16 01:30:28 +00:00
christos
d7c0fb8fbb
close on exec hostaliases
2014-09-16 01:30:00 +00:00
christos
9a0178b83d
Mark the dup of the resolv fd for close on exec.
2014-09-16 01:29:48 +00:00
christos
9abd014fb5
mention what happens if the line contains NUL's.
2014-09-15 23:41:16 +00:00
christos
7a55074b17
fix markup.
2014-09-15 23:31:17 +00:00
christos
57367022db
Fix documentation to reflect what happens when EOF is found before delimiter,
...
aligning us with POSIX.
2014-09-15 23:29:16 +00:00
riastradh
5c57068fcc
Fix mistakes in Linux ww_mutex code.
...
I wrote some cases for the WW_WANTOWN state forgetting that there is
an acquisition context associated with it.
- On acceptance of a lock, allow WW_WANTOWN as well as WW_CTX.
- On unlock when WW_WANTOWN, decrement the context's acquire count.
Fixes KASSERT(ctx->wwx_acquired == 0) failure in ww_acquire_fini, and
would fix unlikely but possible kasserts in ww_mutex_lock* if another
lwp swoops in to lock without a context quickly enough.
While here, add some comments and kassert up the wazoo.
2014-09-15 20:24:55 +00:00
martin
c2db80d8f5
BOARDTYPE is now a string, use it directly.
2014-09-15 19:30:16 +00:00
martin
61ee040607
Pass BOARDTYPE as a string to awin_machdep.c
2014-09-15 19:28:49 +00:00
skrll
df48ab1cef
Don't set CORTEXA9_AUXCTL_FW on A7. It's undefined.
...
Misc. cleanup while I'm here.
2014-09-15 19:02:38 +00:00
joerg
a1f9624941
Apply r1.2 from our GCC 4.8 version of the same file:
...
Kill the "throw()" on a forward declaration for posix_memalign (it does
not match our base declaration and may cause warnings).
2014-09-15 16:29:18 +00:00
ryo
c66b395b38
fix to invalidate all way of own processor
2014-09-15 11:49:01 +00:00
ozaki-r
75f57c494b
Write about -vlanif in ifconfig.8
...
PR 49114
2014-09-15 06:48:05 +00:00
ozaki-r
adf2c730e5
Add -vlanif to the help message of ifconfig
...
PR 49114
2014-09-15 06:46:04 +00:00
ozaki-r
cb96c403a1
Delete link local addresses of a vlan interface when detaching its parent
...
This fixes PR 49197.
2014-09-15 06:07:37 +00:00
ozaki-r
c6219f41c7
Leave promiscuous mode when detaching a parent (ifconfig -vlanif)
...
We have to call ifpromisc(ifp, 0) for both a VLAN interface
and its parent when they are in promiscuous mode.
PR 49196
2014-09-15 05:54:02 +00:00
matt
6ab5cc49ed
Make sure to read SCTRL no matter way CPU we are on.
2014-09-15 00:35:37 +00:00
skrll
1b7f4b19c8
Typo
2014-09-14 21:06:37 +00:00
jmcneill
d48142776d
remove extra space between device name and "Ethernet address"
2014-09-14 21:06:12 +00:00
ryo
be4cd43a64
add memory access barrier
2014-09-14 20:35:45 +00:00