summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-102-1/+3
* Remove dm_root entry from struct devfs_mount. It's never set, and isrwatson2002-12-092-11/+16
* Remove a race condition / deadlock from snapshots. Whenmckusick2002-11-301-0/+2
* Conditionalize a GCCism.mike2002-11-291-0/+2
* Fix the standards case by referring to __fds_bits instead of fds_bitsmike2002-11-281-3/+3
* Remove the <sys/types.h> prerequisite for <ucontext.h> by includingmike2002-11-281-0/+1
* Resolve conflicts arising from the ACPI CA 20021118 import.iwasaki2002-11-271-0/+1
* Make the rman_{get,set}_* macros into real functions. The macrosimp2002-11-271-10/+13
* Un-staticize mac_cred_mmapped_drop_perms() so that it may be usedrwatson2002-11-261-0/+1
* Under certain circumstances, we were calling kmem_free() frommux2002-11-221-0/+1
* - Add the new sched_pctcpu() function to the sched_* api.jeff2002-11-211-0/+5
* - Add an event that is triggered when the system is low on memory. This isjeff2002-11-211-0/+4
* - Move scheduler specific macros and defines out of proc.hjeff2002-11-211-12/+0
* - Implement a mechanism for allowing schedulers to place scheduler dependantjeff2002-11-212-0/+22
* Introduce p_label, extensible security label storage for the MAC frameworkrwatson2002-11-203-0/+6
* Merge kld access control checks from the MAC tree: these access controlrwatson2002-11-192-0/+7
* 1. Support versioning and wall clock in kse mailbox,davidxu2002-11-182-0/+11
* 1. Hide the internals of struct fd_set in standard namespaces.mike2002-11-171-5/+15
* Rework the sysconf(3) interaction with aio:alfred2002-11-171-0/+1
* Regenerate after adding system calls.deischen2002-11-163-5/+24
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-161-0/+8
* headers should not really include "opt_foo.h" (in this case opt_posix.h).alfred2002-11-151-2/+0
* Make the msg_size, msg_bufx and msg_bufr memebers of struct msgbuftmm2002-11-141-6/+6
* Add the sys/stddef.h header, so that we can have ptrdiff_tmux2002-11-131-0/+43
* Fix a constant in the standard namespace not to depend on anothermike2002-11-131-2/+2
* Garbage collect mac_create_devfs_vnode() -- it hasn't been used sincerwatson2002-11-122-4/+0
* Declare the snp ioctl()s to work on udev_t, since that is what theytmm2002-11-111-2/+2
* o Include <sys/uuid.h>. This avoids that applications such asmarcel2002-11-101-1/+3
* - 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
OpenPOWER on IntegriCloud