| Commit message (Expand) | Author | Age | Files | Lines |
* | Add definitions of SWIDTH. It fixes the problem that tcsh 6.14 | ume | 2006-02-25 | 1 | -0/+46 |
* | Always print a newline char at the end of the line. | scottl | 2006-02-25 | 1 | -1/+2 |
* | Role a microrev of the MPI Library in preparation for target mode work. | mjacob | 2006-02-25 | 12 | -87/+471 |
* | consolidate calculation of capabilities ie | sam | 2006-02-25 | 1 | -47/+34 |
* | Add an alias 'unhalted-cycles' denoting cycles where the CPU is | jkoshy | 2006-02-25 | 2 | -0/+6 |
* | If we specify: mount -u (update), without specifying an | rodrigc | 2006-02-25 | 1 | -11/+7 |
* | Add frequency-voltage tables for Intel 778, 758, 773, 753, and 733J | cperciva | 2006-02-25 | 1 | -0/+210 |
* | Update text to reflect that: | rodrigc | 2006-02-25 | 1 | -9/+31 |
* | fix a race whereby a tx descriptor might get reused before the hardware | sam | 2006-02-24 | 2 | -18/+42 |
* | Fix a race condition introduced when redzones were added. Use an | deischen | 2006-02-24 | 2 | -10/+8 |
* | Don't to forget to unlock the rwlock on trunk before destroying it. | yar | 2006-02-24 | 1 | -2/+3 |
* | Decrease the value of RES_DFLRETRY from 4 to 2. | ume | 2006-02-24 | 1 | -1/+1 |
* | - Just query 'as is', if there is a trailing dot in the name. | ume | 2006-02-24 | 2 | -18/+40 |
* | Revert a minor glitch of revision 1.69 | keramida | 2006-02-24 | 1 | -2/+2 |
* | Move the hard-coded ETHER_* options to where they belong -- | yar | 2006-02-24 | 1 | -7/+9 |
* | Trim unnecessary pointer alignment. | ariff | 2006-02-24 | 1 | -1/+1 |
* | Replace our local UART_SIGMASK_* with the global SER_MASK_*. | marcel | 2006-02-24 | 5 | -10/+5 |
* | When we probe a SAB82532, return BUS_PROBE_GENERIC. This allows puc(4) | marcel | 2006-02-24 | 1 | -1/+3 |
* | MFp4: | marcel | 2006-02-24 | 7 | -52/+37 |
* | MFp4: | marcel | 2006-02-24 | 1 | -0/+21 |
* | MFp4: | marcel | 2006-02-24 | 1 | -17/+17 |
* | MFp4: | marcel | 2006-02-24 | 2 | -2/+2 |
* | MFp4: | marcel | 2006-02-24 | 1 | -3/+6 |
* | Remove dev/uart/uart_if.m from the default MFILES (in kmod.mk) and | marcel | 2006-02-24 | 2 | -1/+5 |
* | - Back out 1.155. I mismerged my ancient local patch. Luckily it was | jkim | 2006-02-23 | 2 | -36/+46 |
* | - Use official version strings for LMP and HCI version reporting and add | markus | 2006-02-23 | 4 | -7/+42 |
* | Eliminate a race condition in timed waits (cv, mutex, and sleeps). | deischen | 2006-02-23 | 6 | -60/+60 |
* | This patch fixes the problem where the current TCP code can not handle | qingli | 2006-02-23 | 3 | -3/+4 |
* | Fix the way in which median is calculated. If the data source has even | wkoszek | 2006-02-23 | 2 | -14/+36 |
* | Keep the parent device (in this case the channel) around in ata_request, | sos | 2006-02-23 | 2 | -17/+27 |
* | Remove some dead code. | jhb | 2006-02-23 | 1 | -3/+1 |
* | Use the recently added msleep_spin() function to simplify the | jhb | 2006-02-23 | 1 | -56/+41 |
* | - Use callout_init_mtx() to initialize toffhandle callout using the fdc's | jhb | 2006-02-23 | 1 | -9/+5 |
* | In ata_cmd_allocate() only call ata_pci_allocate once. | sos | 2006-02-23 | 1 | -1/+0 |
* | Fix typo | julian | 2006-02-23 | 1 | -1/+1 |
* | Check the return value of copyin() and return an error if it fails. | jhb | 2006-02-23 | 1 | -2/+4 |
* | Unhook myri10ge from build in preparation for rename | gallatin | 2006-02-23 | 1 | -3/+0 |
* | 1. Refine kern_sigtimedwait() to remove redundant code. | davidxu | 2006-02-23 | 1 | -31/+43 |
* | Update version numbers in &release.*;. | hrs | 2006-02-23 | 3 | -11/+7 |
* | Code cleanup, simply compare with curproc. | davidxu | 2006-02-23 | 1 | -2/+1 |
* | - Use vfs_ref/rel to protect a mountpoint from going away while VFS_STATFS | jeff | 2006-02-23 | 2 | -20/+58 |
* | - Release the mount ref once the vnode has been recycled rather than once | jeff | 2006-02-23 | 1 | -3/+2 |
* | Move comments to more accurate place. | davidxu | 2006-02-23 | 1 | -4/+4 |
* | Fix a sleep queue race for KSE thread. | davidxu | 2006-02-23 | 3 | -53/+25 |
* | cleanup line break formatting | sam | 2006-02-23 | 1 | -95/+95 |
* | Add myself as a new src commiter: | wkoszek | 2006-02-22 | 1 | -0/+1 |
* | test program to check cpu counting | sam | 2006-02-22 | 6 | -0/+803 |
* | G/C unused variable. | jhb | 2006-02-22 | 1 | -1/+0 |
* | guard function decls with _KERNEL so user code can include this file | sam | 2006-02-22 | 1 | -1/+2 |
* | allow timo to be 0 when mtx is not NULL (KASSERT allowed this as | jmg | 2006-02-22 | 1 | -1/+5 |