summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added missing cache purge of from argument for rename().pho2011-11-011-0/+1
* Two bugs fixed:fabient2011-11-011-2/+4
* Workaround the problem introduced by combination of r162200 and r215687.mav2011-11-011-1/+1
* MFV of r226974, tzdata2011nedwin2011-11-015-24/+51
* Fix the wrong commit log message for r226967: "Added missing cache purgepho2011-10-311-0/+2
* The kern_renameat() looks up the fvp using the DELETE flag, which causespho2011-10-311-0/+7
* Add information about MD_READONLY and MD_COMPRESS flags to theae2011-10-311-0/+5
* Put some static keywords in the source code.ed2011-10-316-23/+23
* Pull in r143305 and r143312 from upstream clang trunk, so using "clangdim2011-10-301-3/+18
* Add multiple inclusion protection.marius2011-10-301-0/+4
* Actually, limit to 32-bit DMA for the transfer buffers as the address ismarius2011-10-301-2/+2
* Correct the DMA constraints, the LSI64854 isn't limited to 32-bit DMA.marius2011-10-301-3/+3
* - Use device_t rather than the NetBSDish struct device.marius2011-10-305-217/+285
* Fix typo from r226927dougb2011-10-301-1/+1
* Fix a few gratuitous library dependencies. Some of the ZFS utilitiesrmh2011-10-306-13/+13
* For processes with no controlling terminal, display "-" in the TTY columntrasz2011-10-302-4/+8
* Add missing PF_UNLOCK in pf_testkevlo2011-10-301-1/+5
* Fix a misplaced parenthesis.brueffer2011-10-301-1/+1
* Eliminate vm_phys_bootstrap_alloc(). It was a failed attempt atalc2011-10-306-57/+76
* Add birth date for Ken Thompsondougb2011-10-301-1/+5
* Revert rev. 226893: subr_syscall.c is being included from C files andmarcel2011-10-303-9/+14
* Add a reminder about quarterly status report due datesdougb2011-10-291-0/+4
* remove trailing whitespace...jmg2011-10-291-3/+3
* error if /boot/mbr is empty... This can happen on a system like armjmg2011-10-291-0/+2
* Improve USB mass storage quirk auto detection.hselasky2011-10-292-1/+30
* Add some new ath(4) debugging bits, from my if_ath_tx 11n TX branch.adrian2011-10-291-0/+5
* Fix the text and attribution of the poem "Youth" by Samuel Ullman.dougb2011-10-291-19/+31
* Fix an implicit dependency between the MFI driver and CAM that had grown duescottl2011-10-291-1/+18
* Reword '}' description to sound more clear.ache2011-10-291-1/+1
* Define systrace_probe_func in subr_syscall.c where it's used, insteadmarcel2011-10-293-14/+9
* sh: Add test for exit status of for loop without items.jilles2011-10-281-0/+4
* Use "u_long" instead of "unsigned long".alc2011-10-282-5/+4
* Update '}' description to reflect reality (and POSIX)ache2011-10-281-1/+1
* Add a few improvements to utf-8 -> cp436 console maprmh2011-10-281-5/+15
* Don't expose a constant array into global namespace.delphij2011-10-282-2/+1
* Include the tid when printing out crypto replay errors.adrian2011-10-281-2/+2
* When punting frames to the RX tap, free the mbufs since we've tampered withadrian2011-10-281-0/+2
* Fix arguments list for proc:::signal-discard DTrace probe.pluknet2011-10-281-1/+1
* Add the XSI option -b to show date of the last reboot.pluknet2011-10-282-8/+31
* Our geom withering function could take some time before geom with itsae2011-10-281-0/+4
* Fix handling of rc_force in /etc/rc.d/dhclientrea2011-10-281-4/+13
* Disable updating InputDiscards counter for BCM5717, BCM5718,yongari2011-10-281-2/+24
* Add initial BCM5720 support.yongari2011-10-282-29/+87
* Recognize BCM5720C PHY.yongari2011-10-282-0/+2
* When add a new remote address using sctp_add_remote_addr(),tuexen2011-10-271-3/+3
* Send out control chunks which have no specific destination.tuexen2011-10-271-12/+36
* Define BGE_FW_HB_TIMEOUT_SEC and remove one more magic value.yongari2011-10-272-1/+4
* Rename hard-coded value 1 << 14 with BGE_RX_CPU_DRV_EVENT.yongari2011-10-272-3/+7
* Increase default scrub threshold from 30 days to 5 weeks. Usingdelphij2011-10-272-3/+3
* Rename BGE_FW_DRV_ALIVE/BGE_FW_PAUSE to BGE_FW_CMD_DRV_ALIVE/BGE_FW_CMD_PAUSE.yongari2011-10-272-4/+10
OpenPOWER on IntegriCloud