summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace the three spaces with one tag.davide2012-03-011-1/+1
* This change avoids a kernel deadlock on "snaplk" when usingmckusick2012-03-018-99/+172
* Since r199137 namei() returns EINVAL for DELETE and RENAME operations ifjh2012-03-011-1/+8
* remove some write-only variables.luigi2012-03-011-7/+2
* Handle the case where a boolean parameter is also a node.jamie2012-03-011-30/+23
* Note that memory should be freed after uuid_to_string(3) call.ae2012-03-011-2/+11
* Add driver for the RME HDSPe AIO/RayDAT sound cards -- snd_hdspe(4).mav2012-03-0110-2/+1393
* Changes in ifaddr refcounting: ifa_refcnt IFAREF/IFAFREE macrospluknet2012-03-011-10/+8
* Refine r232333 [1] and put note about ifnet refcount caller responsibility.pluknet2012-03-011-1/+4
* Reflect that ifa_ifwithnet() gained ignore_ptp argument.pluknet2012-03-011-1/+4
* Document ifunit_ref function.pluknet2012-03-011-0/+10
* Document ifnet refcount.pluknet2012-03-011-1/+20
* Use proper "maxproc" name, not "nproc".trasz2012-03-011-3/+3
* Fix the NFS clients so that they use copyin() instead of bcopy(),rmacklem2012-03-012-2/+32
* Regenerate src.conf(5) after r232322.dim2012-02-291-0/+15
* Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatdim2012-02-2912-24/+991
* Correct the description for CTLFLAG_TUN and CTLFLAG_RDTUN, the declaring of athompsa2012-02-291-2/+2
* Use srandom() to init the PRNG, not srand(), since we use random().cognet2012-02-291-1/+1
* Use pci_printf() instead of a home-rolled version in the VPD parsing code.jhb2012-02-291-17/+9
* Introduce VOP_UNP_BIND(), VOP_UNP_CONNECT(), and VOP_UNP_DETACH()trociny2012-02-295-8/+64
* Update bridge(4) default values.brueffer2012-02-291-3/+3
* Use a more appropriate default for the maximum number of addresses in thethompsa2012-02-291-2/+2
* Add myself, and show marck@ as my mentor.pluknet2012-02-291-0/+2
* Fix order of arguments to lseek().brueffer2012-02-291-1/+1
* Regenerate src.conf(5) after r231530 (and to correct a little screwupdim2012-02-291-4/+4
* Fix a long standing bug. The caller expects a non-zero value for success.jkim2012-02-291-2/+2
* blkif interface comment cleanups. No functional changesgibbs2012-02-291-15/+19
* Add "export" to devfs_opts[] and return EOPNOTSUPP if called with it.mm2012-02-291-1/+4
* Allow shared locks for reads when lower filesystem accept shared locking.kib2012-02-291-1/+2
* Document that null_nodeget() cannot take shared-locked lowervp due tokib2012-02-291-1/+5
* In null_reclaim(), assert that reclaimed vnode is fully constructed,kib2012-02-291-9/+12
* Always request exclusive lock for the lower vnode in nullfs_vget().kib2012-02-291-0/+6
* Update the description for -s flag after r232182.pluknet2012-02-291-1/+3
* Move the code to destroy half-contructed nullfs vnode into helperkib2012-02-291-6/+13
* Grammar: tzsetup now has more than one option.emaste2012-02-291-1/+1
* Merge a split multi-line comment.kib2012-02-291-4/+1
* Make sure we do not provide the page 0 to the VM. It can't handle it properly,cognet2012-02-292-5/+15
* Bump .Dd to reflect latest updatemm2012-02-291-1/+1
* Revert part of old logic of assigning MAC addressess:gonzo2012-02-293-16/+34
* Simplify kmem_alloc() by eliminating code that existed on account ofalc2012-02-291-30/+0
* initialize clock ID and flags only when copying timespec, a _umtx_timedavidxu2012-02-291-4/+4
* Add procfs to jail-mountable filesystems.mm2012-02-297-6/+27
* Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs.tijl2012-02-284-160/+82
* Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.tijl2012-02-284-95/+57
* Document the 'URL' argument.obrien2012-02-281-2/+7
* - Refresh dynamic tcp rule only if both sides answered keepalive packets.oleg2012-02-281-19/+27
* lookup_dyn_rule_locked(): style(9) cleanupoleg2012-02-281-64/+62
* Change definition of pipe_chmod() from K&R to C99, to avoid thedim2012-02-281-5/+1
* Only increment is_beacon_bad if we're not scanning.adrian2012-02-281-1/+2
* Print out the bogus beacon interval.adrian2012-02-281-1/+2
OpenPOWER on IntegriCloud