aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Un-staticize mac_cred_mmapped_drop_perms() so that it may be usedRobert Watson2002-11-261-0/+1
* Under certain circumstances, we were calling kmem_free() fromMaxime Henrion2002-11-221-0/+1
* - Add the new sched_pctcpu() function to the sched_* api.Jeff Roberson2002-11-211-0/+5
* - Add an event that is triggered when the system is low on memory. This isJeff Roberson2002-11-211-0/+4
* - Move scheduler specific macros and defines out of proc.hJeff Roberson2002-11-211-12/+0
* - Implement a mechanism for allowing schedulers to place scheduler dependantJeff Roberson2002-11-212-0/+22
* Introduce p_label, extensible security label storage for the MAC frameworkRobert Watson2002-11-203-0/+6
* Merge kld access control checks from the MAC tree: these access controlRobert Watson2002-11-192-0/+7
* 1. Support versioning and wall clock in kse mailbox,David Xu2002-11-182-0/+11
* 1. Hide the internals of struct fd_set in standard namespaces.Mike Barcroft2002-11-171-5/+15
* Rework the sysconf(3) interaction with aio:Alfred Perlstein2002-11-171-0/+1
* Regenerate after adding system calls.Daniel Eischen2002-11-163-5/+24
* Add getcontext, setcontext, and swapcontext as system calls.Daniel Eischen2002-11-161-0/+8
* headers should not really include "opt_foo.h" (in this case opt_posix.h).Alfred Perlstein2002-11-151-2/+0
* Make the msg_size, msg_bufx and msg_bufr memebers of struct msgbufThomas Moestl2002-11-141-6/+6
* Add the sys/stddef.h header, so that we can have ptrdiff_tMaxime Henrion2002-11-131-0/+43
* Fix a constant in the standard namespace not to depend on anotherMike Barcroft2002-11-131-2/+2
* Garbage collect mac_create_devfs_vnode() -- it hasn't been used sinceRobert Watson2002-11-122-4/+0
* Declare the snp ioctl()s to work on udev_t, since that is what theyThomas Moestl2002-11-111-2/+2
* o Include <sys/uuid.h>. This avoids that applications such asMarcel Moolenaar2002-11-101-1/+3
* - Change mb_copy_t to take a size_t as the length argument instead of anJohn Baldwin2002-11-081-1/+1
* To reduce per-return overhead of userret(), call intoRobert Watson2002-11-081-0/+1
* Add an explicit execlabel argument to exec-related MAC policy entryRobert Watson2002-11-081-3/+4
* A bunch of style(9) fixes.Maxime Henrion2002-11-071-40/+39
* - Use a better definition for MNAMELEN which doesn't requireMaxime Henrion2002-11-071-7/+2
* Bring in two sets of changes:Robert Watson2002-11-053-7/+21
* Regen.Robert Watson2002-11-053-3/+12
* Wrap function prototype declarations in __BEGIN_DECLS to do the right thingJuli Mallett2002-11-051-0/+4
* Remove reference to struct execve_args from struct imgact, whichRobert Watson2002-11-051-1/+2
* Permit MAC policies to instrument the access control decisions forRobert Watson2002-11-042-0/+5
* Update licenses and wording: NAI has authorized the removal of clause threeRobert Watson2002-11-041-7/+4
* License clarification and wording changes: NAI has approved removal ofRobert Watson2002-11-042-14/+8
* Add GPT entry types for partitions we're likely to encounter in theMarcel Moolenaar2002-11-031-0/+23
* Introduce mac_check_system_settime(), a MAC check allowing policies toRobert Watson2002-11-032-0/+2
* Regen from yesterday's system call placeholder rename.Robert Watson2002-11-023-3/+3
* Revert the change in revision 1.77 of kern/uipc_socket2.c. It is causingAlan Cox2002-11-021-0/+1
* Track the number of non-data chararacters stored in socket buffers so thatKelly Yancey2002-11-011-0/+5
* Add MAC checks for various kenv() operations: dump, get, set, unset,Robert Watson2002-11-012-0/+9
* Introduce malloc_last_fail() which returns the number of seconds sincePoul-Henning Kamp2002-11-011-0/+1
* Introduce a "time_uptime" global variable which holds the time since bootPoul-Henning Kamp2002-11-011-0/+1
* Bump version to account for the presence of pthread_XXX stubs in libc.Doug Rabson2002-11-011-1/+1
* Move to C99 sparse structure initialization for the mac_policy_opsRobert Watson2002-10-301-155/+4
* While 'mode_t' seemed like a good idea for the access mode argument forRobert Watson2002-10-302-4/+4
* Add an actual implementation of kse_thr_interrupt()David Xu2002-10-301-0/+1
* Duh. #ifdef CTASSERT so we don't break user-land software.Poul-Henning Kamp2002-10-291-0/+2
* Put a CTASSERT on the size of struct sun_disklabel.Poul-Henning Kamp2002-10-281-0/+2
* Remove all reference to 'struct oldmac', since it's no longer requiredRobert Watson2002-10-281-49/+2
* Change the way support for asynchronous I/O is indicated to applicationsGarrett Wollman2002-10-271-0/+1
* As promised, downgrade the #error into a #warning.Garrett Wollman2002-10-271-1/+1
* Update limits and configuration parameters for 1003.1/TC1/D6.Garrett Wollman2002-10-272-10/+14