summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Improve memguard a bit:pjd2005-12-301-13/+17
* Print a warning when we miss vinactive() call, because of race in vget().pjd2005-12-291-0/+20
* patch(1) and I aren't friends today. Axe a duplicate copy ofjhb2005-12-291-82/+0
* Add a new function msleep_spin() which is a slightly stripped down versionjhb2005-12-291-0/+164
* Teach WITNESS_SAVE() and WITNESS_RESTORE() to work with spin locks insteadjhb2005-12-291-8/+18
* Fix a deadlock I introduced with the recently added printf to warn aboutjhb2005-12-291-12/+14
* Increment kobj_lookup_misses on a miss rather than decrementing it.jhb2005-12-291-1/+1
* Add code to report zombie state.davidxu2005-12-291-0/+2
* Trim trailing whitespace.kan2005-12-281-46/+45
* In realloc(9), determine size of the original block based onpjd2005-12-281-1/+1
* Use variable i instead of variable cpus as an index to get correct kseq.davidxu2005-12-271-1/+1
* Fix breakage introduced in the previous commit.sobomax2005-12-261-4/+2
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-7/+10
* Maintain the lock on the vnode for most of exec_elfN_imgact().alc2005-12-243-34/+61
* Avoid kernel panic when attaching a process which may not be stoppeddavidxu2005-12-242-28/+30
* - Remove and unused include.jeff2005-12-231-1/+0
* Regenerate sysent with new abort2 system call.phk2005-12-233-2/+87
* Add abort2() systemcall.phk2005-12-231-0/+1
* Make sbuf_copyin() return the number of bytes copied on success.phk2005-12-231-1/+1
* Create the taskqueue_fast handler with INTR_MPSAFE so that it doesn't runscottl2005-12-231-1/+1
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-22/+15
* Maintain the vnode lock throughout elfN_load_file() rather than releasingalc2005-12-211-21/+13
* Eliminate an unneeded (vm_prot_t) parameter from two functions. Eliminatealc2005-12-201-15/+10
* Reduce Giant scope a bit, as fdrop() is believed to be MPSAFE.pjd2005-12-202-18/+14
* vfs_mount_alloc() always returns 0, but what we really want is newlypjd2005-12-201-15/+7
* Use 'td' instead of 'curthread'.pjd2005-12-191-1/+1
* Fix a bug in slice calculation code, current code uses hz butdavidxu2005-12-191-19/+31
* Remove the KTR for hardclock completely. It seems to not be useful.njl2005-12-181-1/+0
* Restore KTR_CRITICAL but conditionally compile it in as KTR_SCHED.njl2005-12-181-2/+9
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-182-10/+10
* Correct a long-standing problem in elfN_map_insert(): In order to copy aalc2005-12-171-1/+1
* Clean up unused or poorly utilized KTR values. Remove KTR_FS, KTR_KGDB,njl2005-12-172-3/+3
* - Use uintfptr_t rather than int for the kernel profiling index (though itjhb2005-12-161-3/+3
* Change the addupc_*() functions to use the uintfptr_t type for pc ratherjhb2005-12-161-2/+2
* Style: The second argument to vm_map_find() should be NULL instead of 0.alc2005-12-161-1/+1
* Use sf_buf_alloc() instead of vm_map_find() on exec_map to create thealc2005-12-161-61/+29
* In pipe_write(): when uiomove() fails, do not spin on it forever.delphij2005-12-161-0/+2
* Replace selwakeuppri with selwakeup, let scheduler figure outdavidxu2005-12-161-4/+4
* When using m_dup(9) to copy more than MHLEN bytes of data, don't create anemaste2005-12-141-1/+2
* Fix a bunch of SYSCTL_INT() that should have been SYSCTL_ULONG() tomux2005-12-141-4/+4
* Eradicate caddr_t from the VFS API.des2005-12-143-7/+7
* Add a new 'show lock' command to ddb. If the argument has a valid lockjhb2005-12-132-3/+110
* Stop fiddling thread priority with msleep, eliminating unnecessarydavidxu2005-12-121-2/+2
* Contributions from XFS for FreeBSD project:rodrigc2005-12-121-8/+27
* Remove unneeded calls to pmap_remove_all(). The given page is not mapped.alc2005-12-111-1/+0
* Hide the 4k mbuf clusters if the normal clusters are defined to beandre2005-12-101-0/+2
* Fix compiling warning on 64 bits system.davidxu2005-12-091-1/+1
* Add a sysctl to force a process to sigexit if a trap signal isdavidxu2005-12-091-0/+17
* Register itimers_event_hook as a kernel event handler, so I don'tdavidxu2005-12-093-9/+9
* Comment out mqfs_create_link. Inline some small functions.davidxu2005-12-091-4/+4
OpenPOWER on IntegriCloud