summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* When prot is VM_PROT_NONE, call pmap_page_protect() directly rather thanalc2002-11-102-3/+3
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-1/+1
* Assign value of NULL to imgp->execlabel when imgp is initializedrwatson2002-11-081-0/+1
* To reduce per-return overhead of userret(), call intorwatson2002-11-081-4/+7
* Add an explicit execlabel argument to exec-related MAC policy entryrwatson2002-11-081-3/+4
* Move the definitions of the hw.physmem, hw.usermem and hw.availpagestmm2002-11-071-0/+26
* - Use %j to print intmax_t values.jhb2002-11-071-3/+4
* Use %z to quiet a warning.jhb2002-11-071-1/+1
* - Fix a bunch of casts to long which were truncating off_t's.mux2002-11-071-17/+15
* - Use a better definition for MNAMELEN which doesn't requiremux2002-11-071-1/+1
* Do a bit more work in the aio code to simulate the credential environmentrwatson2002-11-071-0/+7
* Spotted a couple of places where the socket buffer's counters were beingkbyanc2002-11-052-0/+8
* Fix filt_soread() to properly flag a kevent when a 0-byte datagram iskbyanc2002-11-051-1/+1
* Correct merge-o: disable the right execve() variation if !MACrwatson2002-11-051-4/+4
* Bring in two sets of changes:rwatson2002-11-052-14/+128
* Regen.rwatson2002-11-052-4/+4
* Flesh out the definition of __mac_execve(): per earlier discussion,rwatson2002-11-051-1/+2
* Assert that appropriate vnodes are locked in mac_execve_will_transition().rwatson2002-11-051-0/+8
* Hook up the mac_will_execve_transition() and mac_execve_transition()rwatson2002-11-051-0/+15
* Typo in comment: commmand -> commandkeramida2002-11-051-1/+1
* Remove reference to struct execve_args from struct imgact, whichrwatson2002-11-053-19/+42
* Permit MAC policies to instrument the access control decisions forrwatson2002-11-042-0/+47
* Remove mac_cache_fslabel_in_vnode sysctl -- with the new VFS/MACrwatson2002-11-041-6/+0
* License clarification and wording changes: NAI has approved removal ofrwatson2002-11-041-7/+4
* Introduce mac_check_system_settime(), a MAC check allowing policies torwatson2002-11-032-0/+26
* Regen from yesterday's system call placeholder rename.rwatson2002-11-022-4/+4
* Catch up with the removal of the vm page buckets spin mutex.alc2002-11-021-1/+0
* Revert the change in revision 1.77 of kern/uipc_socket2.c. It is causingalc2002-11-023-3/+3
* Update the st_size reported via stat(2) to accurately reflect the amountkbyanc2002-11-011-1/+1
* Track the number of non-data chararacters stored in socket buffers so thatkbyanc2002-11-011-1/+1
* Rename __execve_mac() to __mac_execve() for increased consistencyrwatson2002-11-011-1/+1
* Add MAC checks for various kenv() operations: dump, get, set, unset,rwatson2002-11-012-1/+75
* Introduce malloc_last_fail() which returns the number of seconds sincephk2002-11-011-0/+16
* Introduce a "time_uptime" global variable which holds the time since bootphk2002-11-011-0/+2
* KSE-enabled processes only.davidxu2002-10-312-2/+8
* Move to C99 sparse structure initialization for the mac_policy_opsrwatson2002-10-301-583/+0
* While 'mode_t' seemed like a good idea for the access mode argument forrwatson2002-10-301-3/+3
* Check NULL thread mailbox pointer.davidxu2002-10-302-0/+4
* Style fixes.davidxu2002-10-302-20/+20
* Don't forget to set syscall result.davidxu2002-10-302-0/+4
* Add an actual implementation of kse_thr_interrupt()davidxu2002-10-303-4/+54
* Minor comment typo fix.rwatson2002-10-291-1/+1
* The syscall names are string constants, so make them consts.dwmalone2002-10-292-3/+3
* Trim extraneous #else and #endif MAC comments per style(9).rwatson2002-10-282-9/+9
* An inappropriate ASSERT slipped in during the recent merge of therwatson2002-10-281-2/+0
* Close a race window in kse_create(): signal delivered after SIGPENDING calldavidxu2002-10-282-8/+4
* Fix a case in kern_rename() where a vn_finished_write() call wasiedowse2002-10-272-4/+4
* Change the way support for asynchronous I/O is indicated to applicationswollman2002-10-275-3/+40
* Centrally manage enforcement of {reboot,swapon,sysctl} using therwatson2002-10-271-13/+9
* Implement mac_check_system_sysctl(), a MAC Framework entry point torwatson2002-10-272-0/+39
OpenPOWER on IntegriCloud