summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r232260.emaste2012-02-281-2/+1
* Workaround for PCIe 4GB boundary issueemaste2012-02-281-0/+8
* Copy amd64 endian.h to x86 and merge with i386 endian.h. Replacetijl2012-02-284-285/+145
* Properly clear a device's devclass if DEVICE_ATTACH() fails if the devicejhb2012-02-281-3/+2
* Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. Replacetijl2012-02-284-337/+198
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-2826-112/+89
* Copy amd64 _limits.h to x86 and merge with i386 _limits.h. Replacetijl2012-02-284-169/+108
* Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existingtijl2012-02-284-239/+167
* Avoid transfers crossing a 4GB boundary, which can lead to dataemaste2012-02-281-1/+2
* Mention mos(4)kevlo2012-02-281-0/+1
* Add support for the MCS7832kevlo2012-02-284-4/+9
* Add missing MODULE_DEPEND() so that acpi.ko and aibs.ko can bekevlo2012-02-281-1/+1
* Fix checks for error return from amr_sglist_map() and amr_ccb_map()kevlo2012-02-281-2/+2
* Fix typoskevlo2012-02-283-3/+3
* Correct pathname for manpages after libarchive 3.0.3 update.pluknet2012-02-281-16/+16
OpenPOWER on IntegriCloud