summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-045-43/+41
* Add infrastructure to allow all frames/packets received on an interfacebz2011-07-031-0/+1
* Reintroduce the cioctl() hook in the TTY layer for digi(4).ed2011-07-021-6/+20
* When Capsicum starts creating capabilities to wrap existing filejonathan2011-06-301-27/+58
* Add some checks to ensure that Capsicum is behaving correctly, and add somejonathan2011-06-304-0/+53
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-292-3/+3
* We may split today's CAPABILITIES into CAPABILITY_MODE (which hasjonathan2011-06-292-6/+6
* Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.ed2011-06-265-30/+30
* Remove redundant Capsicum sysctl.jonathan2011-06-251-7/+0
* unconditionally stop other cpus when entering kdb in smp systemavg2011-06-251-21/+2
* generic_stop_cpus: pull timeout logic from under DIAGNOSTICavg2011-06-251-3/+1
OpenPOWER on IntegriCloud