summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct capitalization of "Hz" in user-visible text (manpages, printf(),gavin2012-02-289-14/+14
* Add lib32 part after libarchive 3.0.3 update.pluknet2012-02-281-0/+3
* mdoc(7) stype - start new sentences on new linemm2012-02-282-11/+14
* Prefer RL_GMEDIASTAT register to RGEPHY_MII_SSR register toyongari2012-02-282-19/+25
* Add is_beacon_bad.adrian2012-02-281-0/+4
* Track the number of bad beacons received.adrian2012-02-282-2/+5
* Fix a few rendering nits in rc.conf(5) with regards to mentioninggjb2012-02-281-4/+4
* Currently, the debugger attached to the process executing vfork() doeskib2012-02-273-9/+26
* Fix a race in top non-interactive mode. Use plain sleep(3) call insteadkib2012-02-271-15/+1
* A bunch of netmap fixes:luigi2012-02-2718-710/+812
* Typo.jhb2012-02-271-1/+1
* Backout r230934 which didn't work with unix sockets andpluknet2012-02-271-34/+8
* - Panic up front if a kernel does not include 'device atpic' and anjhb2012-02-271-1/+10
* MFamd64: Don't whine about interrupts being disabled for an NMI.jhb2012-02-271-4/+5
* Remove completely duplicate '#ifdef XEN' section.jhb2012-02-271-30/+0
* Resort the IDT_DTRACE_RET constant after it was changed to be less thanjhb2012-02-272-2/+2
* Correct function prototype for read_rflags().jhb2012-02-271-1/+1
* Update incorrect comment.jhb2012-02-271-1/+1
OpenPOWER on IntegriCloud