summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Eliminate a race condition in timed waits (cv, mutex, and sleeps).deischen2006-02-236-60/+60
* | This patch fixes the problem where the current TCP code can not handleqingli2006-02-233-3/+4
* | Fix the way in which median is calculated. If the data source has evenwkoszek2006-02-232-14/+36
* | Keep the parent device (in this case the channel) around in ata_request,sos2006-02-232-17/+27
* | Remove some dead code.jhb2006-02-231-3/+1
* | Use the recently added msleep_spin() function to simplify thejhb2006-02-231-56/+41
* | - Use callout_init_mtx() to initialize toffhandle callout using the fdc'sjhb2006-02-231-9/+5
* | In ata_cmd_allocate() only call ata_pci_allocate once.sos2006-02-231-1/+0
* | Fix typojulian2006-02-231-1/+1
* | Check the return value of copyin() and return an error if it fails.jhb2006-02-231-2/+4
* | Unhook myri10ge from build in preparation for renamegallatin2006-02-231-3/+0
* | 1. Refine kern_sigtimedwait() to remove redundant code.davidxu2006-02-231-31/+43
* | Update version numbers in &release.*;.hrs2006-02-233-11/+7
* | Code cleanup, simply compare with curproc.davidxu2006-02-231-2/+1
* | - Use vfs_ref/rel to protect a mountpoint from going away while VFS_STATFSjeff2006-02-232-20/+58
* | - Release the mount ref once the vnode has been recycled rather than oncejeff2006-02-231-3/+2
* | Move comments to more accurate place.davidxu2006-02-231-4/+4
* | Fix a sleep queue race for KSE thread.davidxu2006-02-233-53/+25
* | cleanup line break formattingsam2006-02-231-95/+95
* | Add myself as a new src commiter:wkoszek2006-02-221-0/+1
* | test program to check cpu countingsam2006-02-226-0/+803
* | G/C unused variable.jhb2006-02-221-1/+0
* | guard function decls with _KERNEL so user code can include this filesam2006-02-221-1/+2
* | allow timo to be 0 when mtx is not NULL (KASSERT allowed this asjmg2006-02-221-1/+5
* | Fixup some comments. Mutexes's are locked, not entered for several yearsjhb2006-02-221-5/+5
* | Close some races between procfs/ptrace and exit(2):jhb2006-02-2211-115/+164
* | - Use bus_setup_intr() and bus_teardown_intr() to register device driverjhb2006-02-2216-36/+29
* | Change pfs_visible() to optionally return a pointer to the processjhb2006-02-221-50/+44
* | Don't do a PHOLD() in kthread_create() w/o a matching PRELE() injhb2006-02-221-1/+0
* | Hold the proc lock while calling proc_sstep() since the function assertsjhb2006-02-221-2/+1
* | Use bus_setup_intr() rather than invoking BUS_SETUP_INTR() directly so thatjhb2006-02-221-4/+2
* | Various style and comment fixes.jhb2006-02-221-8/+7
* | Add pathname and/or vnode argument auditing for the following system calls:wsalamon2006-02-222-100/+258
* | Forgot to bump .Dd in the last commit.yar2006-02-221-1/+1
* | Tell the truth about a) how to get the first fileid, andyar2006-02-221-5/+10
* | Back out 1.112,1.113. I don't have enough resources to fix breakagesglebius2006-02-221-1/+7
* | If opendir(".") fails after descending into a subdirectory viapeadar2006-02-221-1/+2
* | Document the relation between $command and $foo_program.yar2006-02-221-0/+15
* | Do not use bio structure after g_io_deliver(), it may not longer by valid.pjd2006-02-221-1/+1
* | - Revert r1.406 until a solution can be found that doesn't break nfs. Thejeff2006-02-222-56/+42
* | Mention NO_NLS_CATALOGS.ume2006-02-221-0/+4
* | - We must hold a reference to a vnode before calling vgone() otherwisejeff2006-02-221-0/+2
* | - We can not hold a vnode lock while we do a lookup. Search for and loadjeff2006-02-221-19/+25
* | - Grab a mnt ref in vfs_busy() before dropping the interlock. This willjeff2006-02-221-1/+6
* | - Hold the vnode used in the statfs related functions until we're done withjeff2006-02-222-42/+56
* | - spell VOP_LOCK(vp, LK_RELEASE... VOP_UNLOCK(vp,... so that asserts injeff2006-02-221-7/+8
* | - Assert that the lowervp is locked in null_hashget().jeff2006-02-221-26/+21
* | - Using LK_NOWAIT in qsync() can get us into infinite loop situations thatjeff2006-02-221-1/+1
* | - Deadfs should not use the std GETWRITEMOUNT routine. Add one that alwaysjeff2006-02-221-0/+14
* | Remove commented out qualifier to dumping a message.mjacob2006-02-221-2/+2
OpenPOWER on IntegriCloud