summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add VOP_ADVLOCKPURGE so that the file system is called when purgingzml2010-05-123-1/+19
* When there is no memory or KVA, try to help by reclaiming some vnodes.pjd2010-05-121-0/+13
* I added vfs_lowvnodes event, but it was only used for a short while and nowpjd2010-05-111-1/+0
* Right now, WITNESS just blindly pipes all the output to theattilio2010-05-113-16/+20
* There is not a good reason to have a different prototype for db_printf()attilio2010-05-111-6/+6
* Fix a hang introduced in r206878 for kernel compiled with SMP support butattilio2010-05-111-1/+2
* Update a comment: It no longer makes sense to talk about the page queuesalc2010-05-081-4/+1
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-082-5/+0
* Add MAKEDEV_NOWAIT flag to make_dev_credf(9), to create a device nodekib2010-05-061-19/+28
* Eliminate page queues locking around most calls to vm_page_free().alc2010-05-061-3/+1
* Avoid overflow.trasz2010-05-061-1/+1
* Style fixes and removal of unneeded variable.trasz2010-05-061-3/+3
* Remove page queues locking from all sf_buf_mext()-like functions. The pagealc2010-05-062-11/+2
* Eliminate a small bit of unneeded code from kern_sendfile(): Whilealc2010-05-061-7/+2
* Switch to our preferred 2-clause BSD license.joel2010-05-051-24/+21
* Acquire the page lock around all remaining calls to vm_page_free() onalc2010-05-052-0/+4
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().trasz2010-05-051-0/+19
* Fix a mistake in r207603. td_rux.rux_runtime still needs conversion.kib2010-05-051-1/+1
* Push down the acquisition of the page queues lock into vm_page_unwire().alc2010-05-051-4/+2
* Add page locking to the vm_page_cow* functions.alc2010-05-042-5/+0
* Fix typo in comment.kib2010-05-041-1/+1
* Remove a comment that merely repeats code.kib2010-05-041-1/+0
* Use td_rux.rux_runtime for ki_runtime instead of redoing calculation.kib2010-05-041-1/+1
* Implement RUSAGE_THREAD. Add td_rux to keep extended runtime and tickskib2010-05-042-12/+23
* Acquire the page lock around vm_page_unwire() and vm_page_wire().alc2010-05-031-4/+9
* This is the first step in transitioning responsibility for synchronizingalc2010-05-032-0/+8
* Lock the page around hold_count access.kib2010-05-021-0/+2
* Properly synchronize access to the page's hold_count in vfs_vmio_release().alc2010-05-021-6/+6
* It makes no sense for vm_page_sleep_if_busy()'s helper, vm_page_sleep(),alc2010-05-021-1/+10
* Remove a redundant variable assignment.zec2010-05-011-2/+1
* Extract thread_lock()/ruxagg()/thread_unlock() fragment into utilitykib2010-05-011-13/+14
* Handle taskqueue_drain(9) correctly on a threaded taskqueue:zml2010-04-301-5/+6
* Avoid allocating MAXHOSTNAMELEN bytes on the stack in expand_name(),alfred2010-04-301-3/+19
* Don't leak core_buf or gzfile if doing a compressed core file and wealfred2010-04-301-4/+7
* Do not set IO_NODELOCKED while writing to vnodes as our consumersalfred2010-04-301-4/+4
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-306-20/+34
* Remove caddr_t casts.kib2010-04-291-5/+3
* kern_ntptime: drop a comment that became stale after r207359avg2010-04-291-4/+0
* periodically save system time to hardware time-of-day clockavg2010-04-291-0/+65
* kern_ntptime: abstract time error check into a functionavg2010-04-291-23/+27
* - Rework the underlying ALQ storage to be a circular buffer, which amongst otherlstewart2010-04-261-89/+466
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+3
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-242-3/+26
* Remove one zero from the double-0.bz2010-04-231-2/+2
* Fix typo.kib2010-04-211-1/+1
* Provide compat32 shims for kinfo_proc sysctl. This allows 32bit ps(1) tokib2010-04-211-4/+130
* Make sure that we free the passed in data message if we don't actuallyimp2010-04-201-3/+12
* Fix compilation in the !SMP case.attilio2010-04-201-0/+6
* The cache_enter(9) function shall not be called for doomed dvp.kib2010-04-201-0/+2
* getblk lockmgr is mostly used as a msleep() and may lead too easilly toattilio2010-04-191-0/+1
OpenPOWER on IntegriCloud