| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix error handling. | trasz | 2014-11-21 | 1 | -1/+1 |
* | Document use of wildcards (*) and ampersands (&) in autofs map files. | trasz | 2014-11-21 | 1 | -3/+20 |
* | Close race between cfiscsi_offline() and new connection arrival. | mav | 2014-11-21 | 1 | -15/+17 |
* | Simply remove the tmp dir before creating the symlink. We are doing | n_hibma | 2014-11-21 | 1 | -1/+1 |
* | Add missing error checking for kernel_port_{add,remove}(). Both can fail | trasz | 2014-11-21 | 1 | -3/+22 |
* | Remove bunch of unused lun variables. | mav | 2014-11-21 | 1 | -15/+0 |
* | Reduce race between LUN destruction and request arrival. | mav | 2014-11-21 | 1 | -3/+5 |
* | Fix build for certain MIPS kernels hiding an unused variable under #ifndef. | bz | 2014-11-21 | 1 | -0/+2 |
* | Log errors for absent LUNs too. | mav | 2014-11-21 | 1 | -5/+3 |
* | Partially reconstruct Active/Standby clusting. | mav | 2014-11-21 | 11 | -58/+99 |
* | Fix smbfs to not zero out statfs f_flags field. Previously, this | trasz | 2014-11-21 | 1 | -2/+0 |
* | Fix the powerpc64 build. | jhibbits | 2014-11-21 | 1 | -1/+1 |
* | Use canonical __PIC__ flag | emaste | 2014-11-21 | 21 | -34/+34 |
* | Recommit r274750. | imp | 2014-11-21 | 1 | -29/+25 |
* | Clamp too-large hwpmc callchaindepth to the maximum | emaste | 2014-11-20 | 1 | -2/+3 |
* | Back our r274750 until discussions on proper fix are over. | imp | 2014-11-20 | 1 | -25/+29 |
* | Lock the scsi_low code and the drivers which use it along with other | jhb | 2014-11-20 | 19 | -907/+573 |
* | Lock spic(4) and mark it MPSAFE: | jhb | 2014-11-20 | 1 | -31/+39 |
* | Various fixes for wl(4): | jhb | 2014-11-20 | 2 | -432/+420 |
* | Remove residual xpt_release_device() call left after r272406 cleanup. | mav | 2014-11-20 | 1 | -17/+1 |
* | Actually, that was a bad idea. Go back to MAXPARTITIONS. | imp | 2014-11-20 | 1 | -1/+1 |
* | Add L2-cache writeback/flush operations. Supported 32,128-byte line-size, | br | 2014-11-20 | 6 | -13/+290 |
* | The ranges parent bus address may just be a tag to the entry in the parent | andrew | 2014-11-20 | 1 | -4/+87 |
* | Use geom attribute "PART::type" to determine partition type and choose | ae | 2014-11-20 | 1 | -29/+25 |
* | Spell out "Windows" - no need to censor it in a man page | emaste | 2014-11-20 | 1 | -1/+1 |
* | MFp4: @179066 | rodrigc | 2014-11-20 | 2 | -0/+503 |
* | Set the current vnet inside the ioctl handler for ipfilter. | rodrigc | 2014-11-20 | 1 | -0/+11 |
* | cpudep_ap_early_bootstrap() takes no arguments, so no need to give it one. | jhibbits | 2014-11-20 | 2 | -2/+0 |
* | Uniformly refer to a file system as "file system". | trasz | 2014-11-20 | 1 | -3/+3 |
* | Add example on how to use gpart before growfs. While here, reorder examples | trasz | 2014-11-20 | 1 | -6/+6 |
* | * Add a random device | adrian | 2014-11-20 | 1 | -1/+2 |
* | Include a random device. | adrian | 2014-11-20 | 1 | -0/+1 |
* | Document growfs(8) feature apparently nobody knows about. | trasz | 2014-11-20 | 1 | -0/+3 |
* | Use proper ordering in EXAMPLES section in growfs(8). | trasz | 2014-11-20 | 1 | -5/+4 |
* | I agree w/ tedu that this isn't a Bug.. it's like complaining that | jmg | 2014-11-20 | 1 | -18/+2 |
* | Use db_printsym() instead of our own in backtraces | jhibbits | 2014-11-20 | 1 | -21/+4 |
* | Add support for Power Button PMU events on non-ADB macs, such as aluminum | jhibbits | 2014-11-20 | 2 | -4/+5 |
* | Replace the pw(1) calls with a variable, to make it easier to to change acros... | brd | 2014-11-19 | 4 | -32/+35 |
* | cxgbe(4): figure out the max payload size and save it for later. | np | 2014-11-19 | 2 | -0/+3 |
* | Make the auto_master(5) man page clearer on how auto_master | trasz | 2014-11-19 | 1 | -5/+23 |
* | Remove acl_size.c; apparently it was never used. | trasz | 2014-11-19 | 1 | -43/+0 |
* | The number of BSD partitions is variable. Return the proper number | imp | 2014-11-19 | 1 | -1/+1 |
* | Fix improper .Fx macro usage. | trasz | 2014-11-19 | 2 | -10/+20 |
* | Use __func__ in KASSERTs, since the code is about to be moved to other place. | glebius | 2014-11-19 | 1 | -6/+3 |
* | In vnode_pager_generic_getpages() vp->v_mount is dereferenced in the | glebius | 2014-11-19 | 1 | -4/+2 |
* | Add BERI-specific virtio mmio "platform" device. | br | 2014-11-19 | 2 | -0/+262 |
* | Do not allocate zero-length mbuf in sosend_generic(). | glebius | 2014-11-19 | 1 | -1/+1 |
* | Stop using early_putc immediately after configuring console with cninit() | zbb | 2014-11-19 | 1 | -0/+7 |
* | Expose groups by default in ifconfig output. This was never hidden by | feld | 2014-11-19 | 1 | -3/+2 |
* | pf(4) needs to have a correct checksum during its processing. | eri | 2014-11-19 | 1 | -6/+6 |