| Commit message (Expand) | Author | Age | Files | Lines |
* | style(9) pass prior to further changes. | benno | 2009-06-04 | 1 | -32/+37 |
* | [patch] fortune(6): George Bernard Shaw quote fix | edwin | 2009-06-04 | 1 | -3/+3 |
* | Remove duplicate variable setting. | thompsa | 2009-06-04 | 1 | -1/+0 |
* | revert r162516. We only support 1 or 2 channels per stream | thompsa | 2009-06-04 | 1 | -1/+3 |
* | [patch] fortune(6): file not Y2.01K compliant | edwin | 2009-06-04 | 1 | -1/+1 |
* | [patch] calendar.music: Chuck Berry was born in St. Louis, Missouri, not Cali... | edwin | 2009-06-04 | 1 | -1/+1 |
* | track rename of CSA ie | sam | 2009-06-04 | 1 | -1/+1 |
* | When checking for shared writes, use the struct mount returned from | ps | 2009-06-04 | 1 | -2/+1 |
* | Support shared vnode locks for write operations when the offset is | ps | 2009-06-04 | 3 | -4/+21 |
* | o station mode channel switch support | sam | 2009-06-04 | 9 | -22/+207 |
* | Fix upcall races in the client side krpc. For the client side upcall, | rmacklem | 2009-06-04 | 2 | -3/+53 |
* | Fix two races in the server side krpc w.r.t upcalls: | rmacklem | 2009-06-04 | 3 | -7/+20 |
* | fix a bug introduced in rev.190865 related to the signedness | luigi | 2009-06-04 | 1 | -3/+3 |
* | Correct typo; errno => error. | ed | 2009-06-04 | 1 | -1/+1 |
* | Re-add opt_mac.h include, which is required in order for MNT_MULTILABEL | rwatson | 2009-06-04 | 1 | -0/+2 |
* | Don't panic in nlm_record_lock if we get ENOENT from lf_advlockasync. This | dfr | 2009-06-04 | 1 | -2/+2 |
* | add two prerequisites; if_zydreg.h and if_zydfw for dependency check. | weongyo | 2009-06-04 | 1 | -1/+1 |
* | reimplements RF logic for GCT chipset (as known as UW2453) to support | weongyo | 2009-06-04 | 2 | -155/+187 |
* | cleanups the device match list. | weongyo | 2009-06-04 | 1 | -48/+52 |
* | When a channel switch is done to a channel with different operating | sam | 2009-06-03 | 1 | -0/+34 |
* | After a channel switch mark associated stations so they will immediately | sam | 2009-06-03 | 1 | -0/+18 |
* | Re-format the nfsv4.4 man page so that all sentences start on a | rmacklem | 2009-06-03 | 1 | -10/+20 |
* | Remove unused VM includes. | jhb | 2009-06-03 | 2 | -7/+0 |
* | Add one further check with mac_policy_count to an mbuf copying case | rwatson | 2009-06-03 | 1 | -0/+3 |
* | Adjust the padding of struct pcpu to r193219. | marius | 2009-06-03 | 1 | -2/+2 |
* | Continue work to optimize performance of "options MAC" when no MAC policy | rwatson | 2009-06-03 | 11 | -96/+328 |
* | - Remove unused sparc64-bitops.h file. Our ext2fs code doesn't use | stas | 2009-06-03 | 1 | -264/+0 |
* | treat IEEE80211_S_CSA as a "running state"; this fixes | sam | 2009-06-03 | 1 | -4/+4 |
* | Trim an obsolete comment. | jkoshy | 2009-06-03 | 1 | -5/+0 |
* | Make GPT style partitiong endian-safe in U-Boot support library. | raj | 2009-06-03 | 1 | -13/+28 |
* | - Style(9) improvements. | stas | 2009-06-03 | 1 | -271/+220 |
* | - Sync our copies of ext2fs Linux headers to current Linux versions. | stas | 2009-06-03 | 5 | -67/+75 |
* | Add vm_lowmem event handler for dirhash. This will cause dirhashes to be | snb | 2009-06-03 | 2 | -26/+109 |
* | Where if not in examples we should follow style(9)? | pjd | 2009-06-03 | 2 | -34/+30 |
* | lchflags(2) takes int, not u_long like chflags(2) and fchflags(2). | pjd | 2009-06-03 | 1 | -1/+1 |
* | Correct comment. | pjd | 2009-06-03 | 1 | -1/+1 |
* | By default, label all network interfaces as biba/equal on attach. This | rwatson | 2009-06-03 | 1 | -1/+1 |
* | Use ISO C99 style inline semantics in msun. | ed | 2009-06-03 | 6 | -15/+30 |
* | calls callout_drain(9) to un-schedule a scan timer to prevent a page | weongyo | 2009-06-03 | 1 | -0/+1 |
* | Mark MAC Framework sx and rm locks as NOWITNESS to suppress warnings that | rwatson | 2009-06-02 | 1 | -2/+2 |
* | Add support for the experimental nfs subsystem to the scripts in | rmacklem | 2009-06-02 | 6 | -11/+75 |
* | improve raw xmit failure handling | sam | 2009-06-02 | 1 | -17/+21 |
* | count frag tx failures as an ifnet error | sam | 2009-06-02 | 1 | -0/+1 |
* | fix comment | sam | 2009-06-02 | 1 | -1/+1 |
* | restart tdma beacons after vap destroy | sam | 2009-06-02 | 1 | -4/+10 |
* | remove another vestige of the null if_softc on detach hack | sam | 2009-06-02 | 1 | -16/+6 |
* | fix typo | sam | 2009-06-02 | 1 | -1/+1 |
* | fix setting of ni_txrate | sam | 2009-06-02 | 1 | -25/+1 |
* | partially fix mode setting; this no longer returns an error but still | sam | 2009-06-02 | 1 | -1/+1 |
* | Place the fifo and ref counting variables on the stack to prevent races. | thompsa | 2009-06-02 | 2 | -101/+98 |