summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove label that was accidentally moved during Giant removal from VFS.pjd2013-01-311-3/+4
* Simplify code a bit. This is leftover after Giant removal from VFS.pjd2013-01-311-3/+1
* The case of pid == WAIT_MYPGRP for the kern_wait() is already handledkib2013-01-301-7/+7
* Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent thejhb2013-01-282-4/+4
* - Move large functions m_getjcl() and m_get2() to kern/uipc_mbuf.cglebius2013-01-241-0/+73
* Fix a typo.jhb2013-01-231-1/+1
* Move the mbuf memory limit calculations from init_param2() toandre2013-01-172-23/+18
* Do not autotune ncallout to be greater than 18508.alfred2013-01-151-1/+4
* - Detect when we are in KVM.zont2013-01-151-0/+2
* Add a trivial comment to record the proper commit log for r245407:kib2013-01-141-0/+1
* diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.ckib2013-01-141-0/+13
* Add exported vfs_hash_index() function, which calculates the canonicalkib2013-01-141-0/+7
* Rename vfs_hash_index() to vfs_hash_bucket().kib2013-01-141-6/+6
* Add flags argument to vfs_write_resume() and removekib2013-01-111-9/+2
* lockmgr: unlock interlock (if requested) when dealing with upgrade/downgrademjg2013-01-061-0/+2
* Protect the p->p_pgrp dereference with the process lock.kib2013-01-061-0/+2
* Teach the kernel to recognize that it is executing inside a bhyve virtualneel2013-01-051-0/+1
* Fix some minor inaccuracies introduced in r243251.bjk2013-01-051-3/+3
* Revert revision 244760 because strncpy pads trailing space with zero,davidxu2013-01-041-3/+3
* Remove the deprecated MNT_VNODE_FOREACH interface. Use thekib2013-01-031-97/+0
* The process_deferred_inactive() function locks the vnodes of the ufskib2013-01-011-1/+2
* Make it possible to atomically resume writes on the mount and accountkib2012-12-281-27/+52
* Fix build on ARM (and probably other platforms)gonzo2012-12-281-2/+2
* Use strlcpy to NULL-terminate error message even if user provided a shortdavidxu2012-12-281-3/+3
* Fixup r244240: mp_ncpus will be 1 also in the !SMP and smp_disabled=1attilio2012-12-261-8/+1
* Do not force a writer to the devfs file to drain the buffer writes.kib2012-12-231-1/+2
* Reject spaces and double quotation marks in device names. devctl(4)jh2012-12-221-0/+7
* Fixup r240424: On entering KDB backends, the hijacked thread to runattilio2012-12-225-13/+17
* Fixup r218424: uio_yield() was scaling directly to userland priority.attilio2012-12-213-6/+6
* Rewrite fdgrowtable() so common mortals can actually understand whatdes2012-12-201-55/+74
* Create an architecture-agnostic buffer pool manager that uses uma(9) tocognet2012-12-201-0/+174
* Replace expand_name() function with corefile_open() function, which notpjd2012-12-191-54/+35
* Use correct file permissions when looking for available core file ifpjd2012-12-191-1/+1
* - Add new machine parsable KTR macros for timing events.jeff2012-12-191-10/+8
* - Correctly handle EWOULDBLOCK in quiesce_cpusjeff2012-12-191-1/+2
* The 'flags' argument can be modified in vn_open_cred(), so we need topjd2012-12-191-1/+1
* Do not audit paths we try when kern.corefile contains %I.pjd2012-12-191-1/+2
* Style cleanups.pjd2012-12-191-50/+48
* The expand_name() function isn't called with the process lock held anymore,pjd2012-12-191-14/+2
* prison_racct_detach can be called for not fully initialized jail, so make it ...mjg2012-12-181-0/+2
OpenPOWER on IntegriCloud