K 10 svn:author V 5 andre K 8 svn:date V 27 2004-08-11T17:26:56.000000Z K 7 svn:log V 264 Convert the routing table to use an UMA zone for rtentries. The zone is called "rtentry". This saves a considerable amount of kernel memory. R_Zmalloc previously used 256 byte blocks (plus kmalloc overhead) whereas UMA only needs 132 bytes. Idea from: OpenBSD END