freebsd-dev/sys/dev/cxgb
Attilio Rao cecd8edba5 Remove the suser(9) interface from the kernel. It has been replaced from
years by the priv_check(9) interface and just very few places are left.
Note that compatibility stub with older FreeBSD version
(all above the 8 limit though) are left in order to reduce diffs against
old versions. It is responsibility of the maintainers for any module, if
they think it is the case, to axe out such cases.

This patch breaks KPI so __FreeBSD_version will be bumped into a later
commit.

This patch needs to be credited 50-50 with rwatson@ as he found time to
explain me how the priv_check() works in detail and to review patches.

Tested by:      Giovanni Trematerra <giovanni dot trematerra at gmail dot com>
Reviewed by:    rwatson
2008-09-17 15:49:44 +00:00
..
common White space cleanups to bring closer to RELENG_7 2008-09-16 02:03:28 +00:00
sys White space cleanups to bring closer to RELENG_7 2008-09-16 02:03:28 +00:00
ulp Remove the suser(9) interface from the kernel. It has been replaced from 2008-09-17 15:49:44 +00:00
bin2h.pl Parameterize for module name 2008-02-26 23:12:55 +00:00
cxgb_adapter.h White space cleanups to bring closer to RELENG_7 2008-09-16 02:03:28 +00:00
cxgb_config.h Further whitespace and copyright cleanups to minimize the 2008-09-16 02:28:08 +00:00
cxgb_include.h White space cleanups to bring closer to RELENG_7 2008-09-16 02:03:28 +00:00
cxgb_ioctl.h Import ioctl updates for latest rev of cxgbtool 2008-09-02 07:47:14 +00:00
cxgb_main.c Further whitespace and copyright cleanups to minimize the 2008-09-16 02:28:08 +00:00
cxgb_multiq.c - update firmware to 5.0 2008-02-23 01:06:17 +00:00
cxgb_offload.c MFSVN: 2008-05-05 01:41:53 +00:00
cxgb_offload.h Further whitespace and copyright cleanups to minimize the 2008-09-16 02:28:08 +00:00
cxgb_osdep.h Further whitespace and copyright cleanups to minimize the 2008-09-16 02:28:08 +00:00
cxgb_sge.c White space cleanups to bring closer to RELENG_7 2008-09-16 02:03:28 +00:00
cxgb_t3fw.c move remaining binaries in to blob headers 2008-02-26 23:05:05 +00:00
cxgb_t3fw.h Move firmware in to separate module that can be compiled statically in to the kernel 2008-02-26 03:02:20 +00:00
t3b_protocol_sram.h move remaining binaries in to blob headers 2008-02-26 23:05:05 +00:00
t3b_tp_eeprom.h move remaining binaries in to blob headers 2008-02-26 23:05:05 +00:00
t3cdev.h MFSVN: 2008-05-05 01:41:53 +00:00