| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make ofw_bus_get_node() consistently return -1 when there is no associated | Nathan Whitehorn | 2012-03-15 | 7 | -7/+7 |
| * | Implement pmap_remove_pages(). This will be added later to the 32-bit MMU | Nathan Whitehorn | 2012-03-15 | 1 | -0/+18 |
| * | Fix error check. | Rafal Jaworowski | 2012-03-15 | 1 | -1/+1 |
| * | Improve algorithm for deciding whether to loop through all process pages | Nathan Whitehorn | 2012-03-15 | 1 | -40/+58 |
| * | Clean up, no functional change. | Michael Tuexen | 2012-03-15 | 2 | -19/+14 |
| * | Fix bugs which can result in a panic when an non-SCTP socket it | Michael Tuexen | 2012-03-15 | 2 | -5/+21 |
| * | Add MODULE_DEPEND() to geom_part modules. | Andrey V. Elsukov | 2012-03-15 | 2 | -1/+3 |
| * | Add CTLFLAG_TUN to the sysctl definition and fix style. | Andrey V. Elsukov | 2012-03-15 | 1 | -2/+2 |
| * | Fill out fake preload structure to let userland tools like pmc(3) know | Oleksandr Tymoshenko | 2012-03-15 | 2 | -1/+51 |
| * | Add debug.kld_debug loader tunable. | Andrey V. Elsukov | 2012-03-15 | 1 | -0/+1 |
| * | - Remove unncessary type casts | Oleksandr Tymoshenko | 2012-03-14 | 1 | -6/+15 |
| * | Add a PCI quirk to ignore PCI map registers from configuration space. | Jung-uk Kim | 2012-03-14 | 1 | -8/+36 |
| * | Add the missing IPOIB option. | Xin LI | 2012-03-14 | 1 | -0/+1 |
| * | Pedantic nit: use vm_pindex_t instead of long for a count of pages. | John Baldwin | 2012-03-14 | 1 | -1/+1 |
| * | Use LIST_FOREACH_SAFE() instead of LIST_FOREACH() in pmap_remove(), since | Nathan Whitehorn | 2012-03-14 | 2 | -4/+4 |
| * | Correctly calculate the callout interval for beacon generation. | Adrian Chadd | 2012-03-14 | 1 | -1/+5 |
| * | Add an assert for proctree_lock to proc_to_reap(). | Jaakko Heinonen | 2012-03-14 | 1 | -0/+2 |
| * | Add PCI Id for the AMT SOL UART on G4x series Intel chipsets. | Konstantin Belousov | 2012-03-14 | 1 | -0/+1 |
| * | Prevent tmpfs_rename() deadlock in a way similar to UFS | Gleb Kurtsou | 2012-03-14 | 2 | -7/+179 |
| * | Don't enforce LK_RETRY to get existing vnode in tmpfs_alloc_vp() | Gleb Kurtsou | 2012-03-14 | 1 | -7/+11 |
| * | Import the latest microcode.h which was used to generate the current | Bernhard Schmidt | 2012-03-14 | 2 | -12/+3032 |
| * | Fix white space nits. | Pyun YongHyeon | 2012-03-14 | 1 | -7/+7 |
| * | fxp(4) does not handle deferred dma map loading. Tell | Pyun YongHyeon | 2012-03-14 | 1 | -3/+5 |
| * | Supply boolean as the second argument to ffs_update(), and not a | Konstantin Belousov | 2012-03-13 | 2 | -7/+7 |
| * | Lock the process around manipulations with p_flag. | Konstantin Belousov | 2012-03-13 | 1 | -0/+2 |
| * | Update the rt2860's firmware and add a Makefile for the module. While | Bernhard Schmidt | 2012-03-13 | 4 | -3117/+106 |
| * | (Re)-make these ACL routines optional. | Adrian Chadd | 2012-03-13 | 1 | -2/+2 |
| * | Add dependencies onto acl_posix1e and acl_nfs4. | Adrian Chadd | 2012-03-13 | 1 | -0/+2 |
| * | Add module building Makefile entries for NFSv4 and POSIX.1e ACL handling. | Adrian Chadd | 2012-03-13 | 3 | -0/+20 |
| * | Add module load/unload stubs. | Adrian Chadd | 2012-03-13 | 2 | -0/+86 |
| * | Update comments and CFLAGS in sys/conf/kern.mk, introduced in r221879, | Dimitry Andric | 2012-03-13 | 1 | -10/+8 |
| * | Use rt_numfibs variable instead of compile-time RT_NUMFIBS. | Alexander V. Chernikov | 2012-03-13 | 4 | -6/+13 |
| * | Add kern.eventtimer.activetick tunable/sysctl, specifying whether each | Alexander Motin | 2012-03-13 | 1 | -8/+24 |
| * | Use NULL instead of 0 | Kevin Lo | 2012-03-13 | 4 | -7/+7 |
| * | Rewrite thread CPU usage percentage math to not depend on periodic calls | Alexander Motin | 2012-03-13 | 1 | -46/+22 |
| * | Remove a now unneeded ARGE_UNLOCK(). | Adrian Chadd | 2012-03-13 | 1 | -3/+0 |
| * | Remove some files not used by the FreeBSD kernel which have been adding quite | Juli Mallett | 2012-03-13 | 28 | -361410/+6 |
| * | Fix link status handling on if_arge upon system boot to allow bootp/NFS to | Adrian Chadd | 2012-03-13 | 1 | -7/+16 |
| * | Don't build kernel.tramp on Octeon. Probably building it should be opt-in | Juli Mallett | 2012-03-13 | 2 | -0/+5 |
| * | Correctly (I hope) deallocate the if_arge RX buffer ring on arge_stop(). | Adrian Chadd | 2012-03-13 | 1 | -0/+43 |
| * | Remove TARGET_BIG_ENDIAN which should have been removed previously. | Juli Mallett | 2012-03-12 | 1 | -1/+0 |
| * | o) Use ABI, not ISA_* options, to determine whether to compile bits if libkern | Juli Mallett | 2012-03-12 | 38 | -61/+41 |
| * | Configuration changes/updates! | Adrian Chadd | 2012-03-12 | 1 | -4/+12 |
| * | Remove a stale comment. | Scott Long | 2012-03-12 | 1 | -1/+0 |
| * | Final pass at having devices use their bus parent for dma tags. The | Scott Long | 2012-03-12 | 7 | -14/+11 |
| * | Remove comments about creating DMA tags as children of the DMA tags of their | Juli Mallett | 2012-03-12 | 9 | -9/+0 |
| * | Use 64-bit bus space constants on 64-bit kernels. | Juli Mallett | 2012-03-12 | 1 | -3/+11 |
| * | More conversions of drivers to use the PCI parent DMA tag. | Scott Long | 2012-03-12 | 16 | -37/+82 |
| * | Remove more unused stuff, primarily a set of (unused, thankfully) PIO | Juli Mallett | 2012-03-12 | 3 | -265/+3 |
| * | This header file no longer exists when doing cross builds, so remove it. | Adrian Chadd | 2012-03-12 | 1 | -1/+0 |