| Commit message (Expand) | Author | Age | Files | Lines |
* | Return proper error message if recording device is not specified. | mav | 2012-01-27 | 1 | -1/+6 |
* | Fix size check, that prevents getting negative after casting | glebius | 2012-01-27 | 1 | -1/+1 |
* | Do not mention SIOCSIFADDR. | glebius | 2012-01-27 | 1 | -4/+4 |
* | A problem with respect to data read through the buffer cache for both | rmacklem | 2012-01-27 | 4 | -18/+12 |
* | Minor cleanups to the csa snd driver. | pfg | 2012-01-26 | 2 | -23/+2 |
* | Consensus between bde and pjd seemed to be that if the function names | ghelmer | 2012-01-26 | 1 | -8/+8 |
* | Make the comments consistent (capitalization, punctuation, and | ghelmer | 2012-01-26 | 1 | -6/+10 |
* | Restore the parenthesis that are necessary around the constant values. | ghelmer | 2012-01-26 | 1 | -7/+7 |
* | A flowtable entry can continue referencing an llentry indefinitely if the ent... | kmacy | 2012-01-26 | 2 | -1/+4 |
* | - Rewrite paragraphs about preemption. | glebius | 2012-01-26 | 1 | -22/+11 |
* | Remove the blank line between the license and .Dd | ken | 2012-01-26 | 1 | -1/+0 |
* | Bring in the LSI-supported version of the mps(4) driver. | ken | 2012-01-26 | 26 | -1299/+10536 |
* | More mdconfig(8) tests. | trasz | 2012-01-26 | 1 | -0/+39 |
* | Add CAM infrastructure to allow reporting when a drive's long read capacity | ken | 2012-01-26 | 10 | -46/+164 |
* | Start sentences on a new line, and fix a few other nits. | ken | 2012-01-26 | 1 | -35/+42 |
* | Update PCI IDs for ciss controllers that are supported by this driver. | sbruno | 2012-01-26 | 2 | -3/+20 |
* | Xen netback driver rewrite. | ken | 2012-01-26 | 8 | -1255/+4887 |
* | Press some more info into the PCM device name: | mav | 2012-01-26 | 1 | -8/+51 |
* | Remove casts from inet6 address testing macros, thus preserving | glebius | 2012-01-26 | 1 | -16/+16 |
* | Although aio_nbytes is size_t, later is is signed to | glebius | 2012-01-26 | 1 | -0/+6 |
* | List supported ioctl commands instead of old one. | glebius | 2012-01-26 | 1 | -5/+3 |
* | Don't mention no longer supported ioctl commands. | glebius | 2012-01-26 | 1 | -6/+2 |
* | Remove a block that contatined some outdated misinformation | glebius | 2012-01-26 | 1 | -12/+1 |
* | Remove a commented out old block inherited from inet.4. The | glebius | 2012-01-26 | 1 | -80/+0 |
* | - Remove no longer supported ioctl cmds. | glebius | 2012-01-26 | 1 | -15/+2 |
* | Update information on setting and retreiving inet4 addresses. | glebius | 2012-01-26 | 1 | -18/+31 |
* | Fix typo in r230571. | mav | 2012-01-26 | 1 | -1/+1 |
* | ixgbe changes: | luigi | 2012-01-26 | 4 | -44/+103 |
* | Add another bunch of CODEC IDs. | mav | 2012-01-26 | 3 | -13/+136 |
* | Add some node debugging which has helped me track down which particular | adrian | 2012-01-26 | 1 | -0/+7 |
* | Include opt_wlan.h before net80211 includes; so IEEE80211_* configuration | adrian | 2012-01-26 | 1 | -0/+2 |
* | Revert r230516, since it doesn't really fix the problem. | rmacklem | 2012-01-26 | 2 | -34/+0 |
* | Update sbp_targ such that it can actually handle multiple CTIO's during opera... | sbruno | 2012-01-25 | 1 | -79/+314 |
* | Don't print a warning when using netstat to print | tuexen | 2012-01-25 | 1 | -1/+2 |
* | Oops, fix the loader tunable name added in r230551. | mav | 2012-01-25 | 1 | -2/+2 |
* | When doing vflush(WRITECLOSE), clean vnode pages. | kib | 2012-01-25 | 1 | -0/+12 |
* | Fix remaining calls to cache_enter() in both NFS clients to provide | kib | 2012-01-25 | 3 | -30/+23 |
* | Rewrite jack presence detection and implement automatic recording source | mav | 2012-01-25 | 3 | -147/+225 |
* | Fix CTL flags in the declarations of KERN_PROC_ENV, AUXV and | trociny | 2012-01-25 | 1 | -8/+6 |
* | Add -P option to allow get and set limits for other processes. | trociny | 2012-01-25 | 2 | -7/+91 |
* | After the recent changes there is no need in rlimit array any more. | trociny | 2012-01-25 | 1 | -6/+5 |
* | Add a timeout on positive name cache entries in the NFS client. That is, | jhb | 2012-01-25 | 7 | -18/+59 |
* | Remove extra sentence, a leftover from r202845. | stefanf | 2012-01-25 | 1 | -2/+0 |
* | Clarify and improve the boot menu with some small changes: | pluknet | 2012-01-25 | 1 | -18/+18 |
* | Fix a bug introduced in r230000. We were eliminating all LUNs on a target | ken | 2012-01-25 | 1 | -1/+14 |
* | Revert 229667: After some discussion of this change, it seems it is | ghelmer | 2012-01-25 | 2 | -3/+7 |
* | Order newly added functions alphabetically. | kib | 2012-01-25 | 1 | -12/+12 |
* | Allow PASSTHROUGH (AC3) to have more then 2 channels. | mav | 2012-01-25 | 1 | -1/+2 |
* | Fix comment. | trasz | 2012-01-25 | 1 | -1/+1 |
* | Move mdconfig(8) tests under regression/sbin/, where they belong. | trasz | 2012-01-25 | 3 | -0/+0 |