Commit Graph

230314 Commits

Author SHA1 Message Date
reinoud
44a4c2d5b2 Naming convention 2014-09-19 14:32:20 +00:00
wiz
0bc91cdbea Add missing closing quote. From Henning Petersen in PR 49223. 2014-09-19 13:34:25 +00:00
matt
ab5c9505ae include for configs which includes all file-systems and any dependent
pseudo-devices
2014-09-19 09:05:23 +00:00
matt
59b5cc8fdb Add EM_RISCV 2014-09-19 09:04:35 +00:00
matt
e8e589879a Teach this to deal with the use of include in majors files. 2014-09-19 09:01:05 +00:00
matt
59f16e16f4 add random/urandom to MAKEDEV std 2014-09-19 09:00:23 +00:00
matt
3b6f53715b Add UCB RISC-V EM value 2014-09-19 08:59:38 +00:00
matt
2d5fc5945d Simplify or1k config.gcc configury bits. use gcc_cv_initfini_array=yes
to enable initfini.  remove hacked initfini support and use the common gcc
implementation.  Rerun native-gcc.
2014-09-19 00:24:28 +00:00
joerg
501b7c86f0 Typo 2014-09-18 23:37:51 +00:00
roy
1e6bb6aee6 Note import of dhcpcd-6.4.5 2014-09-18 20:47:39 +00:00
roy
06b615d894 Sync 2014-09-18 20:46:30 +00:00
roy
0d512cb656 Import dhcpcd-6.4.5 with the following changes:
*  Remove all instances of if_indextoname as we already know the index
  *  Check we have allocated IPv6 resources before checkings RA's
2014-09-18 20:43:55 +00:00
wiz
7bfc8162b1 Per the wiki roadmap, rename the three dtrace modules to have
a "dtrace_" prefix.
amd64 build tested, other set list changes done the same way.
2014-09-18 19:45:24 +00:00
ozaki-r
de6373426e Add net/if_bridge test 2014-09-18 15:25:10 +00:00
ozaki-r
5937935b47 Add net/if_bridge test 2014-09-18 15:13:27 +00:00
wiz
6623c7d147 Add commented out KDTRACE_HOOKS line. 2014-09-18 14:58:21 +00:00
christos
9a513d9643 make more descriptors that we open as close-on-exec 2014-09-18 13:58:20 +00:00
dholland
9e4a361214 Comments, and one very minor tidyup. 2014-09-18 08:06:13 +00:00
christos
7447c028c2 KNF, sign cast. 2014-09-17 23:54:42 +00:00
reinoud
ef40ac265a Fix bug introduced in last patch 2014-09-17 21:18:43 +00:00
reinoud
79652a00ee As pointed out by wiz@ prevent a possible attack or corruption that results in
an endless loop of indirect descriptors being processed.

The number of indirect descriptors followed is now maximized.
While here, also fix a use-after-free bug!
2014-09-17 19:47:05 +00:00
joerg
7dc902cf7b Normal spelling is .asciz, so use that on MIPS too. 2014-09-17 16:49:20 +00:00
riastradh
fa9938ffd1 Ifdef out nonsensical comparison until we update from upstream. 2014-09-17 16:43:31 +00:00
riastradh
bdc3db8137 Avoid container_of-inspired &obj->base == NULL nonsense. 2014-09-17 16:35:39 +00:00
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