16 Dec, 2009

1 commit


11 Sep, 2009

1 commit


26 Apr, 2008

1 commit


25 Apr, 2008

1 commit


16 Apr, 2008

1 commit


31 Mar, 2008

2 commits

  • On Friday 2008-03-28 19:20, Jonathan Corbet wrote:
    >commit 9756ccfda31b4c4544aa010aacf71b6672d668e8
    >Date: Fri Mar 28 11:19:56 2008 -0600
    >
    > Add the seq_file documentation

    patch on top:

    - add const qualifiers
    - remove void* casts
    - use proper specifier (%Ld is not valid)

    Signed-off-by: Jonathan Corbet
    Signed-off-by: Jan Engelhardt

    Jan Engelhardt
     
  • This is an updated version of the document describing the seq_file
    interface.

    Signed-off-by: Jonathan Corbet

    Jonathan Corbet