summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* - Change mb_copy_t to take a size_t as the length argument instead of anjhb2002-11-081-1/+1
* To reduce per-return overhead of userret(), call intorwatson2002-11-081-0/+1
* Add an explicit execlabel argument to exec-related MAC policy entryrwatson2002-11-081-3/+4
* A bunch of style(9) fixes.mux2002-11-071-40/+39
* - Use a better definition for MNAMELEN which doesn't requiremux2002-11-071-7/+2
* Bring in two sets of changes:rwatson2002-11-053-7/+21
* Regen.rwatson2002-11-053-3/+12
* Wrap function prototype declarations in __BEGIN_DECLS to do the right thingjmallett2002-11-051-0/+4
* Remove reference to struct execve_args from struct imgact, whichrwatson2002-11-051-1/+2
* Permit MAC policies to instrument the access control decisions forrwatson2002-11-042-0/+5
* Update licenses and wording: NAI has authorized the removal of clause threerwatson2002-11-041-7/+4
* License clarification and wording changes: NAI has approved removal ofrwatson2002-11-042-14/+8
* Add GPT entry types for partitions we're likely to encounter in themarcel2002-11-031-0/+23
* Introduce mac_check_system_settime(), a MAC check allowing policies torwatson2002-11-032-0/+2
* Regen from yesterday's system call placeholder rename.rwatson2002-11-023-3/+3
* Revert the change in revision 1.77 of kern/uipc_socket2.c. It is causingalc2002-11-021-0/+1
* Track the number of non-data chararacters stored in socket buffers so thatkbyanc2002-11-011-0/+5
* Add MAC checks for various kenv() operations: dump, get, set, unset,rwatson2002-11-012-0/+9
* Introduce malloc_last_fail() which returns the number of seconds sincephk2002-11-011-0/+1
* Introduce a "time_uptime" global variable which holds the time since bootphk2002-11-011-0/+1
* Bump version to account for the presence of pthread_XXX stubs in libc.dfr2002-11-011-1/+1
* Move to C99 sparse structure initialization for the mac_policy_opsrwatson2002-10-301-155/+4
* While 'mode_t' seemed like a good idea for the access mode argument forrwatson2002-10-302-4/+4
* Add an actual implementation of kse_thr_interrupt()davidxu2002-10-301-0/+1
* Duh. #ifdef CTASSERT so we don't break user-land software.phk2002-10-291-0/+2
* Put a CTASSERT on the size of struct sun_disklabel.phk2002-10-281-0/+2
* Remove all reference to 'struct oldmac', since it's no longer requiredrwatson2002-10-281-49/+2
* Change the way support for asynchronous I/O is indicated to applicationswollman2002-10-271-0/+1
* As promised, downgrade the #error into a #warning.wollman2002-10-271-1/+1
* Update limits and configuration parameters for 1003.1/TC1/D6.wollman2002-10-272-10/+14
* Implement mac_check_system_sysctl(), a MAC Framework entry point torwatson2002-10-272-0/+7
* Hook up mac_check_system_reboot(), a MAC Framework entry point thatrwatson2002-10-272-0/+3
* Merge from MAC tree: rename mac_check_vnode_swapon() torwatson2002-10-272-4/+4
* Slightly change the semantics of vnode labels for MAC: rather thanrwatson2002-10-262-31/+32
* Don't copy td_md. Instead, let the MD code handle it just like itjhb2002-10-251-3/+2
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-258-25/+67
* Within ufs, the ffs_sync and ffs_fsync functions did not alwaysmckusick2002-10-251-1/+1
* Extract out KSE specific code from machine specific codejulian2002-10-241-0/+1
* Fix the spechash lock order reversal by keeping an updated sumphk2002-10-242-0/+2
* Move thread related code from kern_proc.c to kern_thread.c.julian2002-10-241-6/+10
* Only define SEEK_{SET,CUR,END} if not already defined (by <stdio.h>)phk2002-10-231-0/+2
* Put parentheses around function-like macros to shut up warnings.markm2002-10-231-5/+5
* Remove the mac_te policy bits from 'struct oldmac' -- we're not goingrwatson2002-10-221-6/+0
* Introduce MAC_CHECK_VNODE_SWAPON, which permits MAC policies torwatson2002-10-222-0/+4
* Move the label initialized flag into _label.h: it's no longerrwatson2002-10-221-0/+2
* Revised APIs for user process label management; the existing APIs reliedrwatson2002-10-222-97/+108
* Regen.rwatson2002-10-223-4/+25
* Note that id_t can also hold a gid_t. Realign comments.mike2002-10-221-8/+8
* Add back the typedefs for in_addr_t and in_port_t; some broken autoconftjr2002-10-221-0/+10
* Remove the process state PRS_WAIT.julian2002-10-211-1/+0
OpenPOWER on IntegriCloud