summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Trim some warnings and notes from capabilities.conf -- these are left overrwatson2011-08-131-6/+1
* When falloc() was broken into separate falloc_noinstall() and finstall(),rwatson2011-08-131-2/+3
* Update use of the FEATURE() macro in sys_capability.c to reflect the moverwatson2011-08-131-1/+3
* Now that capability support has been committed, update and expand therwatson2011-08-131-3/+17
* Regenerate system call files following r224812 changes to capabilities.conf.rwatson2011-08-132-13/+13
* Allow openat(2), fstatat(2), etc. in capability mode.jonathan2011-08-131-25/+19
* Allow Capsicum capabilities to delegate constrainedjonathan2011-08-134-48/+141
* Rename CAP_*_KEVENT to CAP_*_EVENT.jonathan2011-08-123-6/+6
* Only call fdclose() on successfully-opened FDs.jonathan2011-08-111-2/+4
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-1114-150/+348
* Revert r224655 and r224614 because vn_fullpath* does not always workmm2011-08-081-79/+7
* The change in r224615 didn't take into account that vn_fullpath_global()mm2011-08-051-31/+68
* Always disable mount and unmount for jails with enforce_statfs==2.mm2011-08-021-1/+2
* For mount, discover f_mntonname from supplied path argumentmm2011-08-021-7/+42
* Fix the LK_NOSHARE lockmgr flag interaction with LK_UPGRADE andkib2011-08-011-2/+12
* Don't leak kld_sx lock in kldunloadf().glebius2011-07-311-1/+2
* smp_rendezvous: master cpu should wait until all slaves are fully doneavg2011-07-301-31/+23
* Fix the devmtx lock leak from make_dev(9) when the old device cloningkib2011-07-301-1/+2
* remove RESTARTABLE_PANICS optionavg2011-07-251-9/+0
* Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flagmckusick2011-07-241-2/+1
* This update changes the mnt_flag field in the mount structure frommckusick2011-07-242-3/+4
* Turn on AUDIT_ARG_RIGHTS() for cap_new(2).jonathan2011-07-221-2/+0
* Export capability information via sysctls.jonathan2011-07-201-0/+32
* Remove explicit MAXCPU usage from sys/pcpu.h avoiding a namespaceattilio2011-07-191-1/+1
* Remove pc_name member of struct pcpu.attilio2011-07-191-3/+0
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.bz2011-07-181-2/+2
* - Export each thread's individual resource usage in in struct kinfo_proc'sjhb2011-07-182-6/+39
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-182-6/+7
* Define two new sysctl node flags: CTLFLAG_CAPRD and CTLFLAG_CAPRW, whichrwatson2011-07-175-34/+68
* Fix a LOR between hwpmc and the kernel linker. When a system-widerstone2011-07-171-11/+24
* Auto-generated system call code with cap_new(), cap_getrights().jonathan2011-07-153-4/+46
* Add cap_new() and cap_getrights() system calls.jonathan2011-07-152-2/+70
* Add implementation for capabilities.jonathan2011-07-152-10/+234
* If TSC stops ticking in C3, disable deep sleep when the user forcefullyjkim2011-07-141-0/+6
* Rename resource names to match these in login.conf.trasz2011-07-142-17/+17
* Remove semaphore map entry count "semmap" field and its tuningbz2011-07-141-7/+0
* Implement an RFTSIGZMB flag to rfork(2) to specify a signal that iskib2011-07-121-1/+16
* Include sys/sbuf.h directly.ae2011-07-112-0/+2
* Update tags build scriptmckusick2011-07-101-0/+2
* Add a facility to disable processing page faults. When activated,kib2011-07-091-10/+53
* Add an option to have a fail point term only execute when run by amdf2011-07-081-1/+19
* style(9) and cleanup fixes.mdf2011-07-081-80/+69
* Fix the "passability" test in fdcopy().jonathan2011-07-081-2/+2
* In the experimental soreceive_stream():andre2011-07-081-13/+9
* Style fix - macros are supposed to be uppercase.trasz2011-07-072-18/+18
* Remove the TCP_SORECEIVE_STREAM compile time option. The use ofandre2011-07-071-2/+0
* All the racct_*() calls need to happen with the proc locked. Fixing thistrasz2011-07-068-1/+44
* Call pmap_qremove() before freeing or unwiring the pages, otherwisemarius2011-07-051-3/+5
* Rework _fget to accept capability parameters.jonathan2011-07-051-6/+75
* Add kernel functions to unwrap capabilities.jonathan2011-07-041-0/+122
OpenPOWER on IntegriCloud