]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Shrink struct sysent from 48 to 32 bytes (on LP64; on ILP32 its probably
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Sun, 27 Sep 2020 18:14:01 +0000 (18:14 +0000)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Sun, 27 Sep 2020 18:14:01 +0000 (18:14 +0000)
commit4abea760e78d8a932d56fa9b6ab0f69f41638cfa
tree86e0ea2f8fcc2df27b1a4bc580fc91d189764de3
parentad86fd010c1bcab2c580d58141464637eb5ea9c5
Shrink struct sysent from 48 to 32 bytes (on LP64; on ILP32 its probably
from 32 to 28) by shrinking some entries and reordering them.

Reviewed by: kib
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D26508
sys/sys/sysent.h