Skip to content
  1. Dec 21, 2013
  2. Dec 17, 2013
  3. Dec 13, 2013
  4. Dec 12, 2013
    • Chong Lu's avatar
      modphp: enable endian check · a0393611
      Chong Lu authored
      
      
      Previously, modphp estimates endian on host rather than checks it on
      target. If the host is little-endian and the target is big-endian,
      modphp claims that endian is little. As a result, a memory location
      that it is not allowed to access when calling libphp5.so module on
      target. It will occur segmentation fault.
      This patch enables endian check support for modphp.
      
      Signed-off-by: default avatarChong Lu <Chong.Lu@windriver.com>
      Signed-off-by: default avatarPaul Eggleton <paul.eggleton@linux.intel.com>
      a0393611
  5. Dec 09, 2013
  6. Dec 05, 2013
  7. Dec 04, 2013
  8. Nov 29, 2013
    • Joe MacDonald's avatar
      ntpd: update config file comments · b2c0f57f
      Joe MacDonald authored
      
      
      The default ntp.conf file does the right thing but one of the comments is
      a bit misleading based on the active parts of the file changing a few
      times.  Update the comment to accurately describe what is happening in the
      configuration file and what a user should do next.
      
      Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
      b2c0f57f
    • Roy Li's avatar
      ntp: comment out the invalid server · 03e758cd
      Roy Li authored
      
      
      When ntpd starts, it will create a daemon to connect this invalid server,
      and fail, then ntpd will create other daemon to connect the local-only
      (127.127.1.0) server.
      
      The users should be aware that they need to configure the correct ntp
      servers, a invalid server will lead to a redundant daemon, so it is better
      to comment this example server to wait user to configure
      
      Signed-off-by: default avatarRoy Li <rongqing.li@windriver.com>
      Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
      03e758cd