mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
general cleanup of the API. The entire API now consists of two functions similar to the pre-KSE API. The suser() function takes a thread pointer as its only argument. The td_ucred member of this thread must be valid so the only valid thread pointers are curthread and a few kernel threads such as thread0. The suser_cred() function takes a pointer to a struct ucred as its first argument and an integer flag as its second argument. The flag is currently only used for the PRISON_ROOT flag. Discussed on: smp@ |
||
|---|---|---|
| .. | ||
| con.CX-IBM.h | ||
| con.CX.h | ||
| con.EPCX.h | ||
| con.MBank.h | ||
| CX.bios.h | ||
| CX.c | ||
| CX.fepos.h | ||
| CX_PCI.bios.h | ||
| CX_PCI.c | ||
| CX_PCI.fepos.h | ||
| digi.c | ||
| digi.h | ||
| digi_isa.c | ||
| digi_mod.h | ||
| digi_pci.c | ||
| digi_pci.h | ||
| digireg.h | ||
| EPCX.bios.h | ||
| EPCX.c | ||
| EPCX.fepos.h | ||
| EPCX_PCI.bios.h | ||
| EPCX_PCI.c | ||
| EPCX_PCI.fepos.h | ||
| Xe.bios.h | ||
| Xe.c | ||
| Xe.fepos.h | ||
| Xem.bios.h | ||
| Xem.c | ||
| Xem.fepos.h | ||
| Xr.bios.h | ||
| Xr.c | ||
| Xr.fepos.h | ||