summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* o eliminate modification of task structures after their run to avoidsam2005-04-241-3/+4
* Wake up swapper process if needed.davidxu2005-04-231-0/+9
* Regen.davidxu2005-04-232-2/+4
* Add new syscall thr_new to create thread in atomic, it willdavidxu2005-04-232-53/+138
* Change cpu_set_kse_upcall to more generic style, so we can reuse itdavidxu2005-04-232-2/+7
* - Define the real lock order with cdev and a few vm/vfs related locks. Thisjeff2005-04-221-1/+3
* - Check LO_DUPOK as well as LOP_DUPOK when determining whether we shouldjeff2005-04-221-1/+2
* Get the directory structure correct in a comment.trhodes2005-04-221-1/+2
* - Disable code which allows getnewvnode() to fail. Many ffs_vget() callersjeff2005-04-221-0/+2
* - Add two KASSERTs to prevent us from recycling a buf that is still on ajeff2005-04-221-0/+6
* Do not conditionally compile the contents of this file upon whethermarcel2005-04-201-5/+0
* Inherit signal mask for child process in fork1(), RELENG_4 and otherdavidxu2005-04-201-0/+1
* Check sopt_level in uipc_ctloutput() and return early if it is non-zero.mdodd2005-04-201-0/+3
* Call g_waitidle() before every check the list of holds is empty.pjd2005-04-191-7/+11
* Clear P_STATCHILD earlier to avoid unnecessary retrying.davidxu2005-04-191-0/+5
* Oops, forgot to update this file.davidxu2005-04-191-17/+9
* Fix a race condition between kern_wait() and thread_stopped().davidxu2005-04-191-1/+5
* Call g_waitidle() instead of GEOM using the root_mount_hold() KPI.phk2005-04-191-0/+3
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...jkoshy2005-04-194-2/+148
* Add a named reference-count KPI to hold off mounting of the root filesystem.phk2005-04-181-6/+49
* Initialize mountlist_mtx with an MTX_SYSINIT(), we need it to be readyphk2005-04-182-1/+1
* Introduce p_canwait() and MAC Framework and MAC Policy entry pointsrwatson2005-04-182-0/+35
* Remove end-of-line tabs.rwatson2005-04-181-1/+1
* Add a sysctl that returns the full path of a process' text file.das2005-04-181-0/+45
* Introduce three additional MAC Framework and MAC Policy entry points torwatson2005-04-162-0/+25
* In mac_get_fd(), remove unconditional acquisition of Giant around copyingrwatson2005-04-161-9/+7
* Increase default HZ for sparc64 to 1000.marius2005-04-161-1/+1
* Introduce new MAC Framework and MAC Policy entry points to control the userwatson2005-04-161-53/+137
* Modify the alq(9) alq_open() API to accept a file creation mode, ratherrwatson2005-04-162-5/+5
* Fix a typo in the comment.maxim2005-04-151-1/+1
* Close a race between sleepq_broadcast() and sleepq_catch_signals().jhb2005-04-141-47/+21
* - Remove a debugging printf that slipped in.jeff2005-04-131-1/+0
* According to the comment in struct tty, t_modem is optional; hence we shouldavatar2005-04-131-2/+4
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-3/+5
* - Change vop_lookup_post assertions to reflect recent vfs_lookup changes.jeff2005-04-131-12/+2
* - Further simplify lookup; Force all filesystems to relock in the DOTDOTjeff2005-04-131-30/+23
* Implement unix(4) socket options LOCAL_CREDS and LOCAL_CONNWAIT.mdodd2005-04-131-15/+105
* Consistently style function declarations in kern_malloc.c.rwatson2005-04-121-23/+7
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-121-1/+1
* The latest release of the FreeBSD driver (twa) forvkashyap2005-04-121-0/+5
* resource_list_purge: release the resources in this list, and purge theimp2005-04-121-0/+21
* rman_set_device() seems to have been omitted by mistake. Implement it.imp2005-04-121-0/+6
* - Remove unused include.jeff2005-04-121-1/+0
* - Differentiate two UPGRADE panics so I have a better idea of what's goingjeff2005-04-121-1/+3
* Return the resource created/found in resource_list_add to avoid an extraimp2005-04-121-2/+3
* - Mark the VOPs that require exclusive locks. Those that aren't markedjeff2005-04-111-26/+26
* - Enable ASSERT_VOP_ELOCKED and assert_vop_elocked() now that vnode_if.awkjeff2005-04-111-1/+1
* - Change the VOP_LOCK UPGRADE in vput() to do a LK_NOWAIT to avoid ajeff2005-04-111-39/+43
* - Assert that we're no longer doing recursive vn_locks in inactive/reclaimjeff2005-04-111-3/+12
* - vput(tvp) before vrele(tdvp) in kern_rename() to avoid lock order issues.jeff2005-04-112-4/+4
OpenPOWER on IntegriCloud