summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Makefile:kargl2014-07-138-19/+696
* Implement pmap_unwire(). See r268327 for the motivation behind this change.alc2014-07-135-0/+113
* * Use 9 digits instead of 11 digits in efx and efx8.kargl2014-07-131-54/+49
* * Update the comments that refer to erf[c](nan) and erf[c](+-inf)kargl2014-07-131-4/+4
* * Use the volatile qualifier for 'tiny' to prevent compilerskargl2014-07-132-10/+21
* Whitespace.kargl2014-07-131-25/+18
* Unbreak with gcc.pluknet2014-07-131-0/+2
* Add a headphone redirection quirk for the Lenovo G580.markj2014-07-132-1/+3
* Turn off blinking device leds at attach.hselasky2014-07-131-2/+13
* Fix performance problems with AXGE network adapter in RX direction:hselasky2014-07-131-9/+8
* Merge several equal serialization indexes.mav2014-07-133-91/+83
* sh: Correctly handle positional parameters beyond INT_MAX on 64-bit systems.jilles2014-07-123-2/+19
* Add bsd.dtrace.mk to obsolete files.rpaulo2014-07-121-0/+2
* Clear nonblock and async on devctl close instaed of open.mjg2014-07-121-2/+2
* strfmon: reduce unnecessary snprintf.pfg2014-07-121-5/+3
* sh: Consistently treat ${01} like $1.jilles2014-07-123-7/+11
* Make the description of the "no_prefer_iface" flag easier to understand.jlh2014-07-121-3/+5
* Turn off exceptions and rtti when building the c++ version of users.theraven2014-07-121-0/+1
* Remove bsd.dtrace.mk.rpaulo2014-07-121-1/+0
* Revert r268543.rpaulo2014-07-1220-19/+19
* Add IPv6 flowid, bindmulti and RSS awareness.adrian2014-07-122-0/+145
* Add INP_RSS_BUCKET_SET awareness for IPv6 pcbgroup entries.adrian2014-07-121-0/+13
* Add the IPv6 versions of the multi-bind, hash/hash type and RSS options.adrian2014-07-121-0/+6
* Add RSS hashing awareness for IPv6 and TCP IPv6 hash types.adrian2014-07-121-0/+4
* Add some hash types for UDP RSS for both IPv4 and IPv6.adrian2014-07-121-0/+7
* Expose in_pcbbind_check_bindmulti() so the upcoming IPv6 RSS changesadrian2014-07-122-2/+5
* Optimisation: replace ${_D:R} with just ${_D}.rpaulo2014-07-121-2/+2
* Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.rpaulo2014-07-1220-19/+19
* Remove _DTRACE_VERSION from sdt.h. It will now come from the command linerpaulo2014-07-121-2/+0
* Automatically build and link DTrace USDT probes.rpaulo2014-07-122-65/+19
* Allow up to 512K for boot code on GPT with BIOS. As pmbr.s says in a comment,nwhitehorn2014-07-111-1/+1
* The month's name shall not be abbreviated.gavin2014-07-111-1/+1
* Avoid hardcoding "gcc" in the DTrace tests.pfg2014-07-111-1/+1
* Whitespace changes.tuexen2014-07-113-58/+58
OpenPOWER on IntegriCloud