2006-01-31から1日間の記事一覧

stunnel.pem証明書は/usr/local/etc/stunnel/へインストールされます

20060131: AFFECTS users of security/stunnel AUTHOR roam@FreeBSD.org Since stunnel-4.14_1, the stunnel.pem certificate generated by "make cert" is installed into /usr/local/etc/stunnel/ instead of /usr/local/etc/. stunnel-4.14_1より、「make…

カーネルのmalloc(9)にバッファ汚染防御(RedZone)を加えました

追加 # DEBUG_REDZONE enables buffer underflows and buffer overflows detection for # malloc(9). options DEBUG_REDZONE commit log Add buffer corruption protection (RedZone) for kernel's malloc(9). カーネルのmalloc(9)にバッファ汚染防御(RedZon…

le(4)をビルドに加えました

追加 # le: AMD Am7900 LANCE and Am79C9xx PCnet device le AMD Am7900 LANCE and Am79C9xx PCnet commit log Hook up le(4) to the build. For now it's only added to the sparc64 GENERIC in order to support the on-board LANCE in Ultra 1 and to the…

RWLOCK_NOINLINEを加えました

修正 # MUTEX_NOINLINE forces mutex operations to call functions to perform each # operation rather than inlining the simple cases. This can be used to # shrink the size of the kernel text segment. Note that this behavior is # already impli…

ce(4)をビルドに加えました。

追加 # ce: Cronyx Tau-PCI/32 sync single/dual port G.703/E1 serial adaptor # with 32 HDLC subchannels (requires sppp (default), or NETGRAPH if # NETGRAPH_CRONYX is configured) device ce commit log Attach ce(4) to the build. ce(4)をビルドに…