| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'. | cvs2svn | 2003-12-07 | 4 | -3275/+0 |
| * | Rename mac_create_cred() MAC Framework entry point to mac_copy_cred(), | Robert Watson | 2003-12-06 | 3 | -5/+5 |
| * | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 3 | -1/+115 |
| * | Implement sockets support for __mac_get_fd() and __mac_set_fd() | Robert Watson | 2003-11-16 | 5 | -7/+79 |
| * | Implement mac_get_peer(3) using getsockopt() with SOL_SOCKET and | Robert Watson | 2003-11-16 | 1 | -0/+1 |
| * | Abstract the label checking and setting logic from | Robert Watson | 2003-11-16 | 2 | -13/+24 |
| * | Reduce gratuitous redundancy and length in function names: | Robert Watson | 2003-11-16 | 2 | -8/+6 |
| * | Whitespace fix. | Robert Watson | 2003-11-16 | 1 | -2/+2 |
| * | Reduced prequisites by only using MALLOC_DECLARE() if it is defined. | Bruce Evans | 2003-11-14 | 1 | -0/+4 |
| * | Mark __mac_get_pid() as MPSAFE in the comment, as it runs without | Robert Watson | 2003-11-12 | 2 | -74/+30 |
| * | GC prototype for mac_destroy_vnode_label(), missed in last commit. | Robert Watson | 2003-11-12 | 1 | -1/+0 |
| * | Modify the MAC Framework so that instead of embedding a (struct label) | Robert Watson | 2003-11-12 | 10 | -359/+579 |
| * | Whitespace sync to MAC branch, expand comment at the head of the file. | Robert Watson | 2003-11-11 | 2 | -6/+18 |
| * | When allocation of a socket peer label fails, scrub what was | Robert Watson | 2003-11-07 | 1 | -1/+1 |
| * | Trim trailing whitespace. | Robert Watson | 2003-11-07 | 1 | -2/+2 |
| * | Remove the flags argument from mac_externalize_*_label(), as it's not | Robert Watson | 2003-11-06 | 7 | -24/+24 |
| * | Make MAC_EXTERNALIZE() and MAC_INTERNALIZE() simply take the object | Robert Watson | 2003-10-25 | 5 | -15/+15 |
| * | Sort type declarations together. | Robert Watson | 2003-10-25 | 1 | -6/+1 |
| * | mac_Finish break-out of kern_mac.c into parts: | Robert Watson | 2003-10-22 | 2 | -5512/+10 |
| * | Variable cleanup following break-out of kern_mac.c into sys/security/mac: | Robert Watson | 2003-10-22 | 2 | -32/+20 |
| * | Rename error_select() to mac_error_select(), and unstaticize so it | Robert Watson | 2003-10-22 | 2 | -10/+8 |
| * | Remove non-VFS related code from mac_vfs.c. Leave: | Robert Watson | 2003-10-22 | 1 | -2987/+5 |
| * | Remove non-system bits from mac_system.c. Leave: | Robert Watson | 2003-10-22 | 1 | -3692/+2 |
| * | Remove non-credential/process-related bits from mac_process.c. Leave: | Robert Watson | 2003-10-22 | 1 | -3473/+8 |
| * | Remove non-pipe code from mac_pipe.c. Leave: | Robert Watson | 2003-10-22 | 1 | -3712/+5 |
| * | Remove non-network related contents from mac_net.c. Leave: | Robert Watson | 2003-10-22 | 1 | -3027/+3 |
| * | The following shared types/constants/interfaces/... are required | Robert Watson | 2003-10-22 | 1 | -3756/+70 |
| * | Use __BEGIN_DECLS and __END_DECLS around userland function prototypes | Robert Watson | 2003-10-02 | 1 | -0/+2 |
| * | If the struct mac copied into the kernel has a negative length, return | Robert Watson | 2003-09-29 | 8 | -8/+16 |
| * | Remove extra tabs indenting MAC library calls; they were there to | Robert Watson | 2003-08-29 | 1 | -21/+20 |
| * | Fix a mac_policy_list reference to be a mac_static_policy_list | Robert Watson | 2003-08-26 | 8 | -8/+8 |
| * | Make the elements argument to mac_prepare() be const. | Robert Watson | 2003-08-22 | 1 | -1/+1 |
| * | Add prototype for new libc function mac_prepare_type(). | Robert Watson | 2003-08-22 | 1 | -0/+1 |
| * | Introduce two new MAC Framework and MAC policy entry points: | Robert Watson | 2003-08-21 | 10 | -0/+157 |
| * | Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr(): | Robert Watson | 2003-08-21 | 10 | -0/+265 |
| * | Remove about 40 lines of #ifdef/#endif by using new macros | Robert Watson | 2003-08-20 | 8 | -560/+248 |
| * | Attempt to simplify #ifdef logic for MAC_ALWAYS_LABEL_MBUF. | Robert Watson | 2003-08-01 | 8 | -224/+144 |
| * | Redesign the externalization APIs from the MAC Framework to | Robert Watson | 2003-06-23 | 9 | -332/+167 |
| * | Forward declare a boatload of structures referenced in the MAC | Robert Watson | 2003-06-22 | 1 | -0/+12 |
| * | Add a f_vnode field to struct file. | Poul-Henning Kamp | 2003-06-22 | 8 | -16/+16 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 8 | -32/+32 |
| * | Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables and | Robert Watson | 2003-05-08 | 8 | -64/+64 |
| * | Clean up locking for the MAC Framework: | Robert Watson | 2003-05-07 | 8 | -624/+1440 |
| * | - Acquire the vm_object's lock when performing vm_object_page_clean(). | Alan Cox | 2003-04-24 | 8 | -0/+16 |
| * | Update NAI copyright to 2003, missed in earlier commits and merges. | Robert Watson | 2003-04-18 | 10 | -10/+10 |
| * | mac_init_mbuf_tag() accepts malloc flags, not mbuf allocator flags, so | Robert Watson | 2003-04-15 | 8 | -24/+16 |
| * | Move MAC label storage for mbufs into m_tags from the m_pkthdr structure, | Robert Watson | 2003-04-14 | 10 | -138/+952 |
| * | Abstract access to the mbuf header label behind a new function, | Robert Watson | 2003-04-14 | 8 | -200/+640 |
| * | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav | 2003-04-08 | 8 | -16/+16 |
| * | Modify the mac_init_ipq() MAC Framework entry point to accept an | Robert Watson | 2003-03-26 | 10 | -34/+98 |