summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Implement printf 'X' conversion for both libstand and kernel.jkim2006-03-091-10/+13
* Oops, forgot newline.phk2006-03-091-1/+1
* Add slop to "backwards" cpu accounting messages, 3 usec or 1% whicheverphk2006-03-091-1/+5
* silence cpu_tick calibration and notice only (under bootverbose)phk2006-03-091-15/+8
* Ignore kenv strings which overflow the room we have, rather than pretendphk2006-03-091-1/+6
* Remove _STOPEVENT call, it is already called in issignal, simplifydavidxu2006-03-091-6/+1
* Use vn_start_secondary_write() and vn_finished_secondary_write() as ategge2006-03-083-6/+110
* Fix exec_map resource leaks.ups2006-03-081-10/+19
* Properly handle the case when the packet secondary zone can't allocateandre2006-03-081-2/+2
* Style nit.jhb2006-03-071-2/+1
* For consistency sake, use >= MINCLSIZE rather than > MINCLSIZE to determinejhb2006-03-071-1/+1
* Add missing cast.phk2006-03-041-1/+1
* More detailed logging if timestepwarnings are enabled.phk2006-03-041-5/+8
* use strlcpy in cvtstatfs and copy_statfs instead of bcopy to ensureps2006-03-042-8/+8
* Fix bug in malloc_uninit():ps2006-03-031-1/+3
* Don't truncate f_mntfromname & f_mntonname to 16 characters whenps2006-03-032-4/+4
* - Print message about cpufreq and timecounter TSCmnag2006-03-031-1/+8
* Eliminate a deadlock when creating snapshots. Blocking vn_start_write() musttegge2006-03-021-0/+2
* Don't try to show marker nodes.tegge2006-03-021-1/+1
* Add signal set sq_kill to sigqueue structure, the member saves alldavidxu2006-03-021-3/+23
* Suffer a little bit of math every 16 second and tighten calibration ofphk2006-03-021-12/+24
* - Move softdep from using a global worklist to per-mount worklists. Thisjeff2006-03-021-10/+0
* Regenerate.davidxu2006-03-012-24/+24
* Let kernel POSIX timer code and mqueue code to use integer as a resourcedavidxu2006-03-013-47/+47
* Fix 32bit sendfile by implementing kern_sendfile so that it takesps2006-02-281-38/+55
* One more grammar nit.glebius2006-02-271-1/+1
* 1. Remove aio entry from lists earlier in aio_free_entry,davidxu2006-02-261-19/+17
* Fix several typos and trim spaces at eol.glebius2006-02-261-7/+7
* Always print a newline char at the end of the line.scottl2006-02-251-1/+2
* Use the recently added msleep_spin() function to simplify thejhb2006-02-231-56/+41
* 1. Refine kern_sigtimedwait() to remove redundant code.davidxu2006-02-231-31/+43
* 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
* 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-223-111/+98
* Don't do a PHOLD() in kthread_create() w/o a matching PRELE() injhb2006-02-221-1/+0
* 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
* - Revert r1.406 until a solution can be found that doesn't break nfs. Thejeff2006-02-222-56/+42
* - 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
* Abstract function mqfs_create_node() to create a mqueue node.davidxu2006-02-221-67/+76
* If block size is zero, use normal file operations to do I/O,davidxu2006-02-221-0/+3
* Move the ruadd() in kern_exit() to save our final stats in our childjhb2006-02-211-2/+3
* Split calcru() back into a calcru1() function shared with calccru() andjhb2006-02-211-10/+33
* The sysctls kern.ipc.[max_linkhdr|max_protohdr|max_hdr|max_datalen]andre2006-02-182-7/+10
OpenPOWER on IntegriCloud