summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Add kernel support for the Statically Defined Trace provider.jb2008-05-181-0/+273
* devctl_process_running(): Check for devsoftc.inuse == 1 instead ofrpaulo2008-05-181-1/+1
* Attempt to improve convergence of POSIX semaphore code with style(9).rwatson2008-05-161-31/+38
* Update the kernel to count the number of mbufs and clustersgnn2008-05-151-0/+2
* - Embed the recursion counter for any locking primitive directly in theattilio2008-05-153-68/+43
* Go back to using the process command name (p_comm) for the file name andjhb2008-05-151-2/+2
* Add the devctl notifications for the cdev create/destroy events.kib2008-05-141-0/+42
* fix typo in runz_fuzzjulian2008-05-121-1/+1
* Introduce a new parameter "superpage_align" to kmem_suballoc() that isalc2008-05-101-1/+1
* Kqueue_scan() may sleep when encountered the influx knotes. On the otherkib2008-05-101-1/+10
* The kqueue_close() encountering the KN_INFLUX knotes on the kq beingkib2008-05-101-4/+11
* Add code to allow the system to handle multiple routing tables.julian2008-05-097-7/+47
* When blocking on an F_FLOCK style lock request which is upgrading adfr2008-05-091-11/+12
* - Export HZ value via kern.hz sysctl (this is the same name as for thepjd2008-05-091-8/+17
* Add a new witness sysctl which returns the relations between any lockattilio2008-05-071-0/+58
* add malloc flag to blist so that it can be used in ithread contextkmacy2008-05-051-7/+8
* Fix a few edge cases with error handling in cpufreq(4)'s CPUFREQ_GET()jhb2008-05-051-3/+3
* Expand kdb_alt_break a little, most commonly used with the optionpeter2008-05-041-11/+35
* sync_vnode() has some messy code about locking in order to deal withattilio2008-05-041-39/+37
* Attempt to make the print types more friendly to other architectures.julian2008-04-301-15/+15
* Document the kproc_kthread_add() calljulian2008-04-291-1/+2
* Lock filedesc exclusively when modifying fd_[cr]dir.rdivacky2008-04-291-2/+2
* Add an option (compiled out by default)julian2008-04-291-0/+152
* Fix compiling problem.davidxu2008-04-291-1/+1
* Introduce command UMTX_OP_WAIT_UINT_PRIVATE and UMTX_OP_WAKE_PRIVATEdavidxu2008-04-291-12/+62
* When writing trailers in sendfile(2), don't call kern_writev()rwatson2008-04-271-3/+4
* * Correct a mis-merge that leaked the PROC_LOCK [1]kris2008-04-261-2/+2
* Implement 'show mount' command in DDB. Without argument, it prints shortpjd2008-04-261-0/+152
* - Add an integer argument to idle to indicate how likely we are to wakejeff2008-04-252-6/+10
* fdhold can return NULL, so add the one remaining missing check for thiskris2008-04-241-0/+2
* Allow the vnode zone to return the unused memory. The vnode referencekib2008-04-241-2/+2
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-223-8/+9
* Back-out previous revision. For now I can use _ddb() variants of stack(9) KPI,pjd2008-04-211-6/+3
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-5/+5
* Allow linker_search_symbol_name() to be called with KLD lock held.pjd2008-04-171-3/+6
* - Add a metric to describe how busy a processor has been over the lastjeff2008-04-171-7/+71
* - Make SCHED_STATS more generic by adding a wrapper to create thejeff2008-04-1710-53/+89
* Fix compilation with LOCKF_DEBUG.dfr2008-04-161-1/+1
* Move the head of byte-level advisory lock list from thekib2008-04-163-2/+141
* Implement POSIX function tcgetsid() which returns session id.davidxu2008-04-151-0/+5
* Support and switch to the ULE scheduler:marcel2008-04-151-1/+1
* Add pru_flush routine so a transport canrrs2008-04-141-1/+3
* Initialize the vm object's flags to include OBJ_NOSPLIT, just like thealc2008-04-131-0/+4
* Use a "rel" memory barrier for disowning the lock as it cames from anattilio2008-04-131-1/+1
* struct lock_instance and struct lock_list_entry don't need to be in theattilio2008-04-131-0/+34
* fix printf type confusion on amd64phk2008-04-121-2/+3
* Emit summaries of struct c(alender)t(ime) <-> struct timespec conversionsphk2008-04-121-2/+27
* - Re-introduce WITNESS support for lockmgr. About the old implementationattilio2008-04-122-28/+78
* - Remove a stale comment.attilio2008-04-121-4/+2
* Add missing stubs for spinlocks cpuset and intrcnt.attilio2008-04-121-0/+2
OpenPOWER on IntegriCloud