aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup: Use LIST_FOREACH, LIST_FOREACH_SAFE, TAILQ_FOREACH,Michael Tuexen2010-12-309-738/+439
* Fix three bugs related to the sequence number wrap-around affectingMichael Tuexen2010-12-303-3/+3
* Handle missing jremrefs when a directory is renamed overtop ofKonstantin Belousov2010-12-302-8/+8
* In indir_trunc(), when processing jnewblk entries that are not writtenKonstantin Belousov2010-12-301-10/+29
* Fix the LINUX_SOUND_MIXER_INFO ioctl to return success after theSean Farley2010-12-302-2/+7
* Add xenpic_dynirq_disable_intr and set it as the .pic_disable_intr methodColin Percival2010-12-301-0/+16
* Remove OBJ_CLEANING flag. The vfs_setdirty_locked_object() is the onlyKonstantin Belousov2010-12-293-5/+1
* There is no point in vm_contig_launder{,_page}() flushing held pages,Alan Cox2010-12-291-5/+4
* Fix several callout migration races:Attilio Rao2010-12-291-23/+119
* On UltraSPARC-III+ and greater take advantage of ASI_ATOMIC_QUAD_LDD_PHYS,Marius Strobl2010-12-297-112/+294
* - Move the macros for generating load and store instructions to asmacros.hMarius Strobl2010-12-292-24/+24
* Rename the "xor" parameter to "xorval" as the former is a reserved keywordMarius Strobl2010-12-291-13/+13
* Move the increment of vm object generation count intoKonstantin Belousov2010-12-292-32/+34
* Add kernel side support for BIO_DELETE/TRIM on UFS.Konstantin Belousov2010-12-294-2/+117
* Move the definition of mkdirlisthd from header to C file.Konstantin Belousov2010-12-292-1/+2
* Add reporting of GEOM::candelete BIO_GETATTR for md(4) and geom_disk(4).Konstantin Belousov2010-12-292-3/+8
* Add sysctl vm.md_malloc_wait, non-zero value of which switches malloc-backedKonstantin Belousov2010-12-291-3/+8
* Use a proper type for the variable holding the summary size of the inodeKonstantin Belousov2010-12-291-1/+1
* - Follow r216313, the sched_unlend_user_prio is no longer needed, alwaysDavid Xu2010-12-295-78/+30
* A lack of console input is not the same thing as a byte of \0 input.Colin Percival2010-12-291-3/+4
* Delete the nfsvno_localconflict() function in the experimentalRick Macklem2010-12-282-62/+0
* MIPS has lots of flavors as wellWarner Losh2010-12-281-1/+1
* Revert r216777, per jhb@Warner Losh2010-12-281-4/+2
* Revert r216775, per jhb@Warner Losh2010-12-281-2/+1
* Comment out npx and isa from NOTES file. We don't need them hereWarner Losh2010-12-281-2/+4
* Remove mem, io, isa and npx since they are duplicative of the entriesWarner Losh2010-12-281-7/+0
* Due to the automatic inclusion of DEFAULTS everywhere, and since itWarner Losh2010-12-281-1/+2
* ZFS might not return monotonically increasing directory offset cookies,Pawel Jakub Dawidek2010-12-281-3/+10
* When allocating memory from bootmem for the kernel to use, try to leave aboutJuli Mallett2010-12-281-0/+8
* Correct a typo in vm_fault_quick_hold_pages().Alan Cox2010-12-281-1/+1
* Add device id for RDC M3010 which is found on Vortex86 SoC.Pyun YongHyeon2010-12-281-0/+5
* Only keep track of PTE validity statistics for pages not locked in theNathan Whitehorn2010-12-281-2/+8
* Use bus_alloc_resource_any().John Baldwin2010-12-281-4/+4
* Remove a "not strictly correct" (and panic-inducing) workaround for a bugColin Percival2010-12-281-15/+2
* Add a comment for the ccv member of struct tcpcb.Lawrence Stewart2010-12-281-1/+1
* - Add some helper hook points to the TCP stack. The hooks allow Khelp modules toLawrence Stewart2010-12-285-1/+98
* Allow destroying EBR in COMPAT (default) mode.Andrey V. Elsukov2010-12-281-0/+2
* Make EBR probe method less strictly to be able detect EBRs withAndrey V. Elsukov2010-12-281-21/+25
* Add a new sack hint to track the most recent and highest sacked sequence number.Lawrence Stewart2010-12-282-0/+2
* Fix a whitespace nit introduced in r215166.Lawrence Stewart2010-12-281-1/+1
* Build the modules which can be built. The excluded modules fall into twoColin Percival2010-12-271-1/+1
* Make it possible to specify WITHOUT_MODULES in a kernel config file.Colin Percival2010-12-271-0/+3
* Remove comment bemoaning the lack of an INP_INHASHLIST above in_pcbdrop();Robert Watson2010-12-271-6/+0
* Teach ddb "show mount" about MNTK_SUJ flag.Konstantin Belousov2010-12-271-0/+1
* Move vm_object_print()'s prototype to the expected place.Alan Cox2010-12-272-2/+1
* Lock the vm page queue mutex in pmap_pte_release around the callColin Percival2010-12-261-0/+2
* Correct the order of the arguments to vm_fault_quick_hold_pages().Alan Cox2010-12-261-1/+1
* Retire vm_fault_quick(). It's no longer used.Alan Cox2010-12-252-19/+0
* Modify the experimental NFS server so that it uses LK_SHAREDRick Macklem2010-12-256-78/+102
* Introduce and use a new VM interface for temporarily pinning pages. ThisAlan Cox2010-12-2511-291/+116