| Commit message (Expand) | Author | Age | Files | Lines |
* | Added missing cache purge of from argument for rename(). | pho | 2011-11-01 | 1 | -0/+1 |
* | Two bugs fixed: | fabient | 2011-11-01 | 1 | -2/+4 |
* | Workaround the problem introduced by combination of r162200 and r215687. | mav | 2011-11-01 | 1 | -1/+1 |
* | MFV of r226974, tzdata2011n | edwin | 2011-11-01 | 5 | -24/+51 |
* | Fix the wrong commit log message for r226967: "Added missing cache purge | pho | 2011-10-31 | 1 | -0/+2 |
* | The kern_renameat() looks up the fvp using the DELETE flag, which causes | pho | 2011-10-31 | 1 | -0/+7 |
* | Add information about MD_READONLY and MD_COMPRESS flags to the | ae | 2011-10-31 | 1 | -0/+5 |
* | Put some static keywords in the source code. | ed | 2011-10-31 | 6 | -23/+23 |
* | Pull in r143305 and r143312 from upstream clang trunk, so using "clang | dim | 2011-10-30 | 1 | -3/+18 |
* | Add multiple inclusion protection. | marius | 2011-10-30 | 1 | -0/+4 |
* | Actually, limit to 32-bit DMA for the transfer buffers as the address is | marius | 2011-10-30 | 1 | -2/+2 |
* | Correct the DMA constraints, the LSI64854 isn't limited to 32-bit DMA. | marius | 2011-10-30 | 1 | -3/+3 |
* | - Use device_t rather than the NetBSDish struct device. | marius | 2011-10-30 | 5 | -217/+285 |
* | Fix typo from r226927 | dougb | 2011-10-30 | 1 | -1/+1 |
* | Fix a few gratuitous library dependencies. Some of the ZFS utilities | rmh | 2011-10-30 | 6 | -13/+13 |
* | For processes with no controlling terminal, display "-" in the TTY column | trasz | 2011-10-30 | 2 | -4/+8 |
* | Add missing PF_UNLOCK in pf_test | kevlo | 2011-10-30 | 1 | -1/+5 |
* | Fix a misplaced parenthesis. | brueffer | 2011-10-30 | 1 | -1/+1 |
* | Eliminate vm_phys_bootstrap_alloc(). It was a failed attempt at | alc | 2011-10-30 | 6 | -57/+76 |
* | Add birth date for Ken Thompson | dougb | 2011-10-30 | 1 | -1/+5 |
* | Revert rev. 226893: subr_syscall.c is being included from C files and | marcel | 2011-10-30 | 3 | -9/+14 |
* | Add a reminder about quarterly status report due dates | dougb | 2011-10-29 | 1 | -0/+4 |
* | remove trailing whitespace... | jmg | 2011-10-29 | 1 | -3/+3 |
* | error if /boot/mbr is empty... This can happen on a system like arm | jmg | 2011-10-29 | 1 | -0/+2 |
* | Improve USB mass storage quirk auto detection. | hselasky | 2011-10-29 | 2 | -1/+30 |
* | Add some new ath(4) debugging bits, from my if_ath_tx 11n TX branch. | adrian | 2011-10-29 | 1 | -0/+5 |
* | Fix the text and attribution of the poem "Youth" by Samuel Ullman. | dougb | 2011-10-29 | 1 | -19/+31 |
* | Fix an implicit dependency between the MFI driver and CAM that had grown due | scottl | 2011-10-29 | 1 | -1/+18 |
* | Reword '}' description to sound more clear. | ache | 2011-10-29 | 1 | -1/+1 |
* | Define systrace_probe_func in subr_syscall.c where it's used, instead | marcel | 2011-10-29 | 3 | -14/+9 |
* | sh: Add test for exit status of for loop without items. | jilles | 2011-10-28 | 1 | -0/+4 |
* | Use "u_long" instead of "unsigned long". | alc | 2011-10-28 | 2 | -5/+4 |
* | Update '}' description to reflect reality (and POSIX) | ache | 2011-10-28 | 1 | -1/+1 |
* | Add a few improvements to utf-8 -> cp436 console map | rmh | 2011-10-28 | 1 | -5/+15 |
* | Don't expose a constant array into global namespace. | delphij | 2011-10-28 | 2 | -2/+1 |
* | Include the tid when printing out crypto replay errors. | adrian | 2011-10-28 | 1 | -2/+2 |
* | When punting frames to the RX tap, free the mbufs since we've tampered with | adrian | 2011-10-28 | 1 | -0/+2 |
* | Fix arguments list for proc:::signal-discard DTrace probe. | pluknet | 2011-10-28 | 1 | -1/+1 |
* | Add the XSI option -b to show date of the last reboot. | pluknet | 2011-10-28 | 2 | -8/+31 |
* | Our geom withering function could take some time before geom with its | ae | 2011-10-28 | 1 | -0/+4 |
* | Fix handling of rc_force in /etc/rc.d/dhclient | rea | 2011-10-28 | 1 | -4/+13 |
* | Disable updating InputDiscards counter for BCM5717, BCM5718, | yongari | 2011-10-28 | 1 | -2/+24 |
* | Add initial BCM5720 support. | yongari | 2011-10-28 | 2 | -29/+87 |
* | Recognize BCM5720C PHY. | yongari | 2011-10-28 | 2 | -0/+2 |
* | When add a new remote address using sctp_add_remote_addr(), | tuexen | 2011-10-27 | 1 | -3/+3 |
* | Send out control chunks which have no specific destination. | tuexen | 2011-10-27 | 1 | -12/+36 |
* | Define BGE_FW_HB_TIMEOUT_SEC and remove one more magic value. | yongari | 2011-10-27 | 2 | -1/+4 |
* | Rename hard-coded value 1 << 14 with BGE_RX_CPU_DRV_EVENT. | yongari | 2011-10-27 | 2 | -3/+7 |
* | Increase default scrub threshold from 30 days to 5 weeks. Using | delphij | 2011-10-27 | 2 | -3/+3 |
* | Rename BGE_FW_DRV_ALIVE/BGE_FW_PAUSE to BGE_FW_CMD_DRV_ALIVE/BGE_FW_CMD_PAUSE. | yongari | 2011-10-27 | 2 | -4/+10 |