options (6fdf637e231849d1ed733e3322f0684f81c7218d) | options (0a70aaf8f5d93454d0940a09b94deecd7aa5fa0d) |
---|---|
1# $FreeBSD$ 2# 3# On the handling of kernel options 4# 5# All kernel options should be listed in NOTES, with suitable 6# descriptions. Negative options (options that make some code not 7# compile) should be commented out; LINT (generated from NOTES) should 8# compile as much code as possible. Try to structure option-using --- 374 unchanged lines hidden (view full) --- 383 384# Net stuff. 385ACCEPT_FILTER_DATA 386ACCEPT_FILTER_DNS 387ACCEPT_FILTER_HTTP 388ALTQ opt_global.h 389ALTQ_CBQ opt_altq.h 390ALTQ_CDNR opt_altq.h | 1# $FreeBSD$ 2# 3# On the handling of kernel options 4# 5# All kernel options should be listed in NOTES, with suitable 6# descriptions. Negative options (options that make some code not 7# compile) should be commented out; LINT (generated from NOTES) should 8# compile as much code as possible. Try to structure option-using --- 374 unchanged lines hidden (view full) --- 383 384# Net stuff. 385ACCEPT_FILTER_DATA 386ACCEPT_FILTER_DNS 387ACCEPT_FILTER_HTTP 388ALTQ opt_global.h 389ALTQ_CBQ opt_altq.h 390ALTQ_CDNR opt_altq.h |
391ALTQ_CODEL opt_altq.h |
|
391ALTQ_DEBUG opt_altq.h 392ALTQ_HFSC opt_altq.h 393ALTQ_FAIRQ opt_altq.h 394ALTQ_NOPCC opt_altq.h 395ALTQ_PRIQ opt_altq.h 396ALTQ_RED opt_altq.h 397ALTQ_RIO opt_altq.h 398BOOTP opt_bootp.h --- 562 unchanged lines hidden --- | 392ALTQ_DEBUG opt_altq.h 393ALTQ_HFSC opt_altq.h 394ALTQ_FAIRQ opt_altq.h 395ALTQ_NOPCC opt_altq.h 396ALTQ_PRIQ opt_altq.h 397ALTQ_RED opt_altq.h 398ALTQ_RIO opt_altq.h 399BOOTP opt_bootp.h --- 562 unchanged lines hidden --- |