summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MFV r268702:delphij2014-07-155-1/+19
* Followup to r268466.kib2014-07-151-28/+62
* Change the calculation of the kinfo_vmentry field kve_private_residentkib2014-07-151-1/+1
* cxgbe(4): Display CF facility correctly in the device log.np2014-07-151-0/+1
* Add support for operand size and address size override prefixes in bhyve'sneel2014-07-155-123/+234
* Actually set the "no execute" bit on 1 MB page mappings in pmap_protect().alc2014-07-151-1/+1
* Fix build with SMP disabled.jhb2014-07-152-0/+8
* Add a comment to explain the EAGAIN is only there for POSIX compliancebapt2014-07-151-0/+1
* Make amd64 pmap_copy_pages() functional for pages not mapped by DMAP.kib2014-07-151-5/+53
* Eliminate repeated calculation of next_bucket in pmap_protect() andalc2014-07-151-13/+12
* Add image_data() for checking whether a sequence of blocks has data.marcel2014-07-154-14/+77
* libc/stdlib: Minor cleanups to code originating in NetBSDpfg2014-07-153-22/+14
* Document that listen(2) can fail with EDESTADDRREQ.kevlo2014-07-151-1/+4
* libc/gen: small updates to code originating at OpenBSDpfg2014-07-152-19/+8
* Fix an issue with service(8) where utilities such as screen(1) and tmux(1)dteske2014-07-151-1/+1
* Allow multi-byte reads in the private CHELSIO_T4_GET_I2C ioctl. Thenp2014-07-153-37/+92
* Use the blockif CHS routine to create fake CHS values,grehan2014-07-151-0/+6
* Add a call to synthesize a C/H/S value for block emulationsgrehan2014-07-152-0/+51
* fortune(8): Search fortune files installed by ports/packages as well asgavin2014-07-141-1/+2
* Plug p_pptr null test in do_execve. It is always true.mjg2014-07-141-1/+1
* newfs_msdosfs: Respect FSFIXFATpfg2014-07-142-4/+4
* Manage struct sigacts refcnt with atomics instead of a mutex.mjg2014-07-142-11/+8
* Fix the Zedboard/Zynq ethernet driver to handle media speed changes soian2014-07-144-36/+207
* msdosfs: Assorted fixes from other BSDs.pfg2014-07-142-15/+33
* fsck_msdosfs: be a bit more permissivepfg2014-07-141-5/+6
* Minor (mostly cosmetic) cleanupspfg2014-07-142-3/+1
* Bump mdoc date after r268621.delphij2014-07-141-1/+1
* On my Lenovo laptop, the firmware maps the EFI framebuffer with MTRRs setnwhitehorn2014-07-141-3/+25
* Eliminate dead code. There is no direct map. This code was cut-and-pastedalc2014-07-141-10/+0
* Don't report non-native block-size pools under zpool status -xsmh2014-07-142-1/+3
* Make generation of nslexer.c more robust.jmmv2014-07-141-3/+5
* Unbreak the build by re-enabling exceptions.gahr2014-07-141-1/+1
* Rework the tmpfs unmount.kib2014-07-143-27/+74
* Change forgotten in r268615. Set the OBJ_TMPFS_NODE flag forkib2014-07-141-1/+1
* The OBJ_TMPFS flag of vm_object means that there is unreclaimed tmpfskib2014-07-142-4/+5
* Use tmpfs_vn_get_ino_gen() to handle the races with reclaim in tmpfskib2014-07-141-13/+13
* Style. Add comment about lock mode.kib2014-07-142-1/+2
* Extract the code to put a filesystem into the suspended state (at thekib2014-07-143-44/+39
* In tmpfs_alloc_file(), code after the 'out' label does only 'returnkib2014-07-141-9/+5
* Add convenience macro to assert tmpfs node lock.kib2014-07-142-1/+3
* Add some assertions for the code handling vm_object for tmpfs vnode.kib2014-07-142-0/+3
* The tmpfs_link() must not dereference the filesystem-specific data forkib2014-07-141-2/+2
* In kern_linkat(), avoid passing doomed vnode to the VOP.kib2014-07-141-2/+8
* Generalize vn_get_ino() to allow filesystems to use custom vnodekib2014-07-144-89/+83
* Remove code separator lines which do not conform to style(9).kib2014-07-147-132/+0
* Make bind(2) and connect(2) return EAFNOSUPPORT for AF_UNIX on wrongkevlo2014-07-141-0/+6
* Invoke the DTrace trap handler before calling trap() on amd64. This matchesmarkj2014-07-1410-41/+44
* Explicitly disable the build of tests when building bmake.jmmv2014-07-131-0/+1
* * Update the comments to agree with commit r226595.kargl2014-07-131-4/+4
* Eliminate an unused variable. Refresh two comments.alc2014-07-131-5/+2
OpenPOWER on IntegriCloud