[D-runtime] [D-Programming-Language/druntime] 54acd7: Add common kernel way of accesing siginfo_t values...

GitHub noreply at github.com
Tue Jul 10 01:12:21 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 54acd733e852496869ca234d05a85afa6af53a65
      https://github.com/D-Programming-Language/druntime/commit/54acd733e852496869ca234d05a85afa6af53a65
  Author: deadalnix <deadalnix at gmail.com>
  Date:   2012-07-09 (Mon, 09 Jul 2012)

  Changed paths:
    M src/core/sys/posix/signal.d

  Log Message:
  -----------
  Add common kernel way of accesing siginfo_t values when possible.


  Commit: e282d2643fa626ca1272d976b931f7c8fb83277a
      https://github.com/D-Programming-Language/druntime/commit/e282d2643fa626ca1272d976b931f7c8fb83277a
  Author: deadalnix <deadalnix at gmail.com>
  Date:   2012-07-09 (Mon, 09 Jul 2012)

  Changed paths:
    M src/core/sys/posix/signal.d

  Log Message:
  -----------
  @property to read and write into sifinfo_t.


  Commit: d0b6170472fdcc476c14c7691577d45ea23f095a
      https://github.com/D-Programming-Language/druntime/commit/d0b6170472fdcc476c14c7691577d45ea23f095a
  Author: deadalnix <deadalnix at gmail.com>
  Date:   2012-07-09 (Mon, 09 Jul 2012)

  Changed paths:
    M src/core/sys/posix/signal.d

  Log Message:
  -----------
  Remove auto nd replace it with explicit type.


  Commit: e0280cbbeb2db3a4234c1e5a3f10b3a2ebc11661
      https://github.com/D-Programming-Language/druntime/commit/e0280cbbeb2db3a4234c1e5a3f10b3a2ebc11661
  Author: dawg <dawg at dawgfoto.de>
  Date:   2012-07-10 (Tue, 10 Jul 2012)

  Changed paths:
    M src/core/sys/posix/signal.d

  Log Message:
  -----------
  untabify and delete-trailing-whitespace


  Commit: 2009508c21fd6ce32b357cce6c47ea5b1dd7bc35
      https://github.com/D-Programming-Language/druntime/commit/2009508c21fd6ce32b357cce6c47ea5b1dd7bc35
  Author: dawg <dawg at dawgfoto.de>
  Date:   2012-07-10 (Tue, 10 Jul 2012)

  Changed paths:
    M src/core/sys/posix/signal.d

  Log Message:
  -----------
  use more compact ref properties


  Commit: 125dc6b38ca8e57926fd4ef2883f6f98397dce74
      https://github.com/D-Programming-Language/druntime/commit/125dc6b38ca8e57926fd4ef2883f6f98397dce74
  Author: dawg <dawg at dawgfoto.de>
  Date:   2012-07-10 (Tue, 10 Jul 2012)

  Changed paths:
    M src/core/sys/posix/signal.d

  Log Message:
  -----------
  opengroup compat

- http://pubs.opengroup.org/onlinepubs/009695399/basedefs/signal.h.html

- remove linux specific extensions
  si_{tid,overrun,utime,stime,int,ptr}

- add missing XSI field si_band


  Commit: e7dead55095545a5a8433b15c70f31695e79756d
      https://github.com/D-Programming-Language/druntime/commit/e7dead55095545a5a8433b15c70f31695e79756d
  Author: dawg <dawg at dawgfoto.de>
  Date:   2012-07-10 (Tue, 10 Jul 2012)

  Changed paths:
    M src/core/sys/posix/signal.d

  Log Message:
  -----------
  FreeBSD's XSI si_band


  Commit: 3ce3decb1c984de33813c3d029b26bd29afd9c0a
      https://github.com/D-Programming-Language/druntime/commit/3ce3decb1c984de33813c3d029b26bd29afd9c0a
  Author: dawg <dawg at dawgfoto.de>
  Date:   2012-07-10 (Tue, 10 Jul 2012)

  Changed paths:
    M src/core/sys/posix/signal.d

  Log Message:
  -----------
  Merge branch 'siginfo_t'


Compare: https://github.com/D-Programming-Language/druntime/compare/5155a47dadca...3ce3decb1c98


More information about the D-runtime mailing list