[Swan-commit] Changes to ref refs/heads/master

David McCullough davidm at vault.libreswan.fi
Tue Oct 15 18:50:13 EEST 2013


New commits:
commit cdb4a1acddf563eae00ab14ea9176f64e90c45be
Author: David McCullough <ucdevel at gmail.com>
Date:   Wed Oct 16 01:45:06 2013 +1000

    Support procfs on linux-3.10, rewrite and cleanup
    
    Convert all the proc handling to seq_* functions.  This has been supported
    since 2.4 kernels and is much simpler/cleaner and easier to maintain.
    
    Remove any pre 2.4 procfs support, its just pointless.  We have lots of
    other cases where pre 2.4 support has been dropped.
    
    Cleanup all procfs related code as much as practical and hopefully
    maintaining the coding style :-).
    
    /proc/net/ipsec/birth/ipv4 /proc/net/ipsec/birth/ipv6 are gone.
    The only code or any kind referencing them was the procfs implementation to
    read and write them.  The testcases that check for these will need to be
    removed/updated.
    
    These changes were compile tested on linux-2.4.34 and linux-2.6.32.
    They were runtime tested on linux-3.10.

commit 883ede748861f281c74b9822811c140210d04aff
Author: David McCullough <ucdevel at gmail.com>
Date:   Wed Oct 16 01:43:54 2013 +1000

    Cleaner code to check for OCF



More information about the Swan-commit mailing list