aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make ofw_bus_get_node() consistently return -1 when there is no associatedNathan Whitehorn2012-03-157-7/+7
* Implement pmap_remove_pages(). This will be added later to the 32-bit MMUNathan Whitehorn2012-03-151-0/+18
* Fix error check.Rafal Jaworowski2012-03-151-1/+1
* Improve algorithm for deciding whether to loop through all process pagesNathan Whitehorn2012-03-151-40/+58
* Clean up, no functional change.Michael Tuexen2012-03-152-19/+14
* Fix bugs which can result in a panic when an non-SCTP socket itMichael Tuexen2012-03-152-5/+21
* Add MODULE_DEPEND() to geom_part modules.Andrey V. Elsukov2012-03-152-1/+3
* Add CTLFLAG_TUN to the sysctl definition and fix style.Andrey V. Elsukov2012-03-151-2/+2
* Fill out fake preload structure to let userland tools like pmc(3) knowOleksandr Tymoshenko2012-03-152-1/+51
* Add debug.kld_debug loader tunable.Andrey V. Elsukov2012-03-151-0/+1
* - Remove unncessary type castsOleksandr Tymoshenko2012-03-141-6/+15
* Add a PCI quirk to ignore PCI map registers from configuration space.Jung-uk Kim2012-03-141-8/+36
* Add the missing IPOIB option.Xin LI2012-03-141-0/+1
* Pedantic nit: use vm_pindex_t instead of long for a count of pages.John Baldwin2012-03-141-1/+1
* Use LIST_FOREACH_SAFE() instead of LIST_FOREACH() in pmap_remove(), sinceNathan Whitehorn2012-03-142-4/+4
* Correctly calculate the callout interval for beacon generation.Adrian Chadd2012-03-141-1/+5
* Add an assert for proctree_lock to proc_to_reap().Jaakko Heinonen2012-03-141-0/+2
* Add PCI Id for the AMT SOL UART on G4x series Intel chipsets.Konstantin Belousov2012-03-141-0/+1
* Prevent tmpfs_rename() deadlock in a way similar to UFSGleb Kurtsou2012-03-142-7/+179
* Don't enforce LK_RETRY to get existing vnode in tmpfs_alloc_vp()Gleb Kurtsou2012-03-141-7/+11
* Import the latest microcode.h which was used to generate the currentBernhard Schmidt2012-03-142-12/+3032
* Fix white space nits.Pyun YongHyeon2012-03-141-7/+7
* fxp(4) does not handle deferred dma map loading. TellPyun YongHyeon2012-03-141-3/+5
* Supply boolean as the second argument to ffs_update(), and not aKonstantin Belousov2012-03-132-7/+7
* Lock the process around manipulations with p_flag.Konstantin Belousov2012-03-131-0/+2
* Update the rt2860's firmware and add a Makefile for the module. WhileBernhard Schmidt2012-03-134-3117/+106
* (Re)-make these ACL routines optional.Adrian Chadd2012-03-131-2/+2
* Add dependencies onto acl_posix1e and acl_nfs4.Adrian Chadd2012-03-131-0/+2
* Add module building Makefile entries for NFSv4 and POSIX.1e ACL handling.Adrian Chadd2012-03-133-0/+20
* Add module load/unload stubs.Adrian Chadd2012-03-132-0/+86
* Update comments and CFLAGS in sys/conf/kern.mk, introduced in r221879,Dimitry Andric2012-03-131-10/+8
* Use rt_numfibs variable instead of compile-time RT_NUMFIBS.Alexander V. Chernikov2012-03-134-6/+13
* Add kern.eventtimer.activetick tunable/sysctl, specifying whether eachAlexander Motin2012-03-131-8/+24
* Use NULL instead of 0Kevin Lo2012-03-134-7/+7
* Rewrite thread CPU usage percentage math to not depend on periodic callsAlexander Motin2012-03-131-46/+22
* Remove a now unneeded ARGE_UNLOCK().Adrian Chadd2012-03-131-3/+0
* Remove some files not used by the FreeBSD kernel which have been adding quiteJuli Mallett2012-03-1328-361410/+6
* Fix link status handling on if_arge upon system boot to allow bootp/NFS toAdrian Chadd2012-03-131-7/+16
* Don't build kernel.tramp on Octeon. Probably building it should be opt-inJuli Mallett2012-03-132-0/+5
* Correctly (I hope) deallocate the if_arge RX buffer ring on arge_stop().Adrian Chadd2012-03-131-0/+43
* Remove TARGET_BIG_ENDIAN which should have been removed previously.Juli Mallett2012-03-121-1/+0
* o) Use ABI, not ISA_* options, to determine whether to compile bits if libkernJuli Mallett2012-03-1238-61/+41
* Configuration changes/updates!Adrian Chadd2012-03-121-4/+12
* Remove a stale comment.Scott Long2012-03-121-1/+0
* Final pass at having devices use their bus parent for dma tags. TheScott Long2012-03-127-14/+11
* Remove comments about creating DMA tags as children of the DMA tags of theirJuli Mallett2012-03-129-9/+0
* Use 64-bit bus space constants on 64-bit kernels.Juli Mallett2012-03-121-3/+11
* More conversions of drivers to use the PCI parent DMA tag.Scott Long2012-03-1216-37/+82
* Remove more unused stuff, primarily a set of (unused, thankfully) PIOJuli Mallett2012-03-123-265/+3
* This header file no longer exists when doing cross builds, so remove it.Adrian Chadd2012-03-121-1/+0