summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* MFCattilio2013-02-271-6/+13
* MFCattilio2013-02-262-9/+20
* MFCattilio2013-02-261-11/+6
|\
| * Merge from vmobj-rwlock branch:attilio2013-02-261-1/+0
| * Style.pjd2013-02-251-8/+5
| * After r237012, the fdgrowtable() doesn't drop the filedesc lock anymore,pjd2013-02-251-3/+1
| * Further refine the handling of stop signals in the NFS client. Thejhb2013-02-214-9/+18
* | MFCattilio2013-02-214-9/+18
* | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-212-8/+7
* | MFCattilio2013-02-211-2/+6
|\ \ | |/
| * Don't worry if a module is already loaded when looking for a fstype to mountjamie2013-02-211-2/+6
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-2016-105/+105
* | Switch vm_object lock to be a rwlock.attilio2013-02-2017-12/+24
|/
* Fix a few typos.jhb2013-02-191-2/+2
* Update the comment: we do show the backtrace of misbehaving thread.pjd2013-02-171-4/+3
* Style.pjd2013-02-171-9/+5
* - Require CAP_FSYNC capability right when opening a file with O_SYNC or O_FSYNCpjd2013-02-171-1/+4
* Remove redundant parenthesis.pjd2013-02-171-1/+1
* Remove redundant space.pjd2013-02-171-1/+1
* Add break to the default case.pjd2013-02-171-0/+1
* Don't treat pointers as booleans.pjd2013-02-171-3/+3
* Remove redundant parenthesis.pjd2013-02-171-1/+1
* Add barrier write capability to the VFS buffer interface. A barriermckusick2013-02-162-3/+51
* Add PPS_CANWAIT support for time_pps_fetch(). This adds support for all threeian2013-02-151-8/+49
* vn_io_faults_cnt:pluknet2013-02-151-2/+2
* Add support of passing SCM_BINTIME ancillary data object for PF_LOCALpluknet2013-02-151-0/+13
* Make the F_READAHEAD option to fcntl(2) work as documented: a value of zeroian2013-02-131-1/+1
* Reform the busdma API so that new types may be added without modifyingkib2013-02-122-0/+506
* Update comments to reflect r246689.marius2013-02-111-2/+8
* Make SYSCTL_{LONG,QUAD,ULONG,UQUAD}(9) work as advertised and also handlemarius2013-02-111-9/+17
* Remove the ia64-specific code fragment, which effect is more cleanlykib2013-02-101-10/+0
* ktr: correctly handle possible wrap-around in the boot bufferavg2013-02-081-1/+5
* When vforked child is traced, the debugging events are not generatedkib2013-02-074-3/+5
* Stop translating the ERESTART error from the open(2) into EINTR.kib2013-02-071-2/+0
* If an interrupt event's assign_cpu method fails, then restore the originalneel2013-02-071-1/+1
* Audit sockaddr argument for bind(2), connect(2), accept(2), sendto(2) andpjd2013-02-071-1/+8
* Minor style tweaks.pjd2013-02-071-27/+27
* Rework the handling of stop signals in the NFS client. The changes injhb2013-02-062-15/+45
* Prezero the acl structure which is to be copied to usermode, to avoidpluknet2013-02-061-1/+1
* Remove reference to the rlist code from comments, and fix a typo visiblepluknet2013-02-051-8/+4
* ktr: prevent possible footshooting with KTR_ENTRIES and KTR_BOOT_ENTRIESavg2013-02-041-1/+1
* ktr: copy content from the early static buffer if KTR_ENTRIES !=avg2013-02-041-0/+1
* Try to improve r242655 take III: move these SYSCTLs describing the kernelmarius2013-02-041-11/+0
* Further improve r242655 and supply VM_{MIN,MAX}_KERNEL_ADDRESS as constantmarius2013-02-031-7/+7
* allow for large KTR_ENTRIES values by allocating ktr_buf using malloc(9)avg2013-02-031-2/+28
* fix some fat-fingering in r246246avg2013-02-021-1/+1
* print compiler version in the kernel banneravg2013-02-022-0/+4
* Get time of next event from other cores only if SMP is already started.gber2013-02-011-8/+10
* Now that MPSAFE flag is gone, we can arrange code a bit better.pjd2013-01-311-49/+46
* Remove leftover label after Giant removal from VFS.pjd2013-01-311-5/+3
OpenPOWER on IntegriCloud