Edit

IABSD.fr/src/usr.sbin/config

Branch :

  • Show log

    Commit

  • Author : deraadt
    Date : 2021-11-28 19:26:03
    Hash : 1e13aedb
    Message : remove sys/param.h includes by stopping use of NODEV, ALIGNED and ALIGN(). The latter two exposed a large block allocator on top of malloc() which doesn't really make sense in this decade (the objects are never freed, so not quite like the famous openssl allocator) ok millert jsg