aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* consolidate calculation of capabilities ieSam Leffler2006-02-251-47/+34
* Add an alias 'unhalted-cycles' denoting cycles where the CPU isJoseph Koshy2006-02-252-0/+6
* If we specify: mount -u (update), without specifying anCraig Rodrigues2006-02-251-11/+7
* Add frequency-voltage tables for Intel 778, 758, 773, 753, and 733JColin Percival2006-02-251-0/+210
* Update text to reflect that:Craig Rodrigues2006-02-251-9/+31
* fix a race whereby a tx descriptor might get reused before the hardwareSam Leffler2006-02-242-18/+42
* Fix a race condition introduced when redzones were added. Use anDaniel Eischen2006-02-242-10/+8
* Don't to forget to unlock the rwlock on trunk before destroying it.Yaroslav Tykhiy2006-02-241-2/+3
* Decrease the value of RES_DFLRETRY from 4 to 2.Hajimu UMEMOTO2006-02-241-1/+1
* - Just query 'as is', if there is a trailing dot in the name.Hajimu UMEMOTO2006-02-242-18/+40
* Revert a minor glitch of revision 1.69Giorgos Keramidas2006-02-241-2/+2
* Move the hard-coded ETHER_* options to where they belong --Yaroslav Tykhiy2006-02-241-7/+9
* Trim unnecessary pointer alignment.Ariff Abdullah2006-02-241-1/+1
* Replace our local UART_SIGMASK_* with the global SER_MASK_*.Marcel Moolenaar2006-02-245-10/+5
* When we probe a SAB82532, return BUS_PROBE_GENERIC. This allows puc(4)Marcel Moolenaar2006-02-241-1/+3
* MFp4:Marcel Moolenaar2006-02-247-52/+37
* MFp4:Marcel Moolenaar2006-02-241-0/+21
* MFp4:Marcel Moolenaar2006-02-241-17/+17
* MFp4:Marcel Moolenaar2006-02-242-2/+2
* MFp4:Marcel Moolenaar2006-02-241-3/+6
* Remove dev/uart/uart_if.m from the default MFILES (in kmod.mk) andMarcel Moolenaar2006-02-242-1/+5
* - Back out 1.155. I mismerged my ancient local patch. Luckily it wasJung-uk Kim2006-02-232-36/+46
* - Use official version strings for LMP and HCI version reporting and addMarkus Brueffer2006-02-234-7/+42
* Eliminate a race condition in timed waits (cv, mutex, and sleeps).Daniel Eischen2006-02-236-60/+60
* This patch fixes the problem where the current TCP code can not handleQing Li2006-02-233-3/+4
* Fix the way in which median is calculated. If the data source has evenWojciech A. Koszek2006-02-232-14/+36
* Keep the parent device (in this case the channel) around in ata_request,Søren Schmidt2006-02-232-17/+27
* Remove some dead code.John Baldwin2006-02-231-3/+1
* Use the recently added msleep_spin() function to simplify theJohn Baldwin2006-02-231-56/+41
* - Use callout_init_mtx() to initialize toffhandle callout using the fdc'sJohn Baldwin2006-02-231-9/+5
* In ata_cmd_allocate() only call ata_pci_allocate once.Søren Schmidt2006-02-231-1/+0
* Fix typoJulian Elischer2006-02-231-1/+1
* Check the return value of copyin() and return an error if it fails.John Baldwin2006-02-231-2/+4
* Unhook myri10ge from build in preparation for renameAndrew Gallatin2006-02-231-3/+0
* 1. Refine kern_sigtimedwait() to remove redundant code.David Xu2006-02-231-31/+43
* Update version numbers in &release.*;.Hiroki Sato2006-02-233-11/+7
* Code cleanup, simply compare with curproc.David Xu2006-02-231-2/+1
* - Use vfs_ref/rel to protect a mountpoint from going away while VFS_STATFSJeff Roberson2006-02-232-20/+58
* - Release the mount ref once the vnode has been recycled rather than onceJeff Roberson2006-02-231-3/+2
* Move comments to more accurate place.David Xu2006-02-231-4/+4
* Fix a sleep queue race for KSE thread.David Xu2006-02-233-53/+25
* cleanup line break formattingSam Leffler2006-02-231-95/+95
* Add myself as a new src commiter:Wojciech A. Koszek2006-02-221-0/+1
* test program to check cpu countingSam Leffler2006-02-226-0/+803
* G/C unused variable.John Baldwin2006-02-221-1/+0
* guard function decls with _KERNEL so user code can include this fileSam Leffler2006-02-221-1/+2
* allow timo to be 0 when mtx is not NULL (KASSERT allowed this asJohn-Mark Gurney2006-02-221-1/+5
* Fixup some comments. Mutexes's are locked, not entered for several yearsJohn Baldwin2006-02-221-5/+5
* Close some races between procfs/ptrace and exit(2):John Baldwin2006-02-2211-115/+164
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin2006-02-2216-36/+29