summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Back out fd optimization introduced in revision 1.280 as it appears to becsjp2006-03-181-3/+1
* Modify UNIX domain sockets to guarantee, and assume, that so_pcb is alwaysrwatson2006-03-171-97/+36
* Correct two vm object reference leaks in error cases.alc2006-03-161-0/+2
* Change soabort() from returning int to returning void, since allrwatson2006-03-163-7/+5
* Fix a race between file operations and rfork(RFCFDG) by parkingdavidxu2006-03-151-0/+17
* promote fast ipsec's m_clone routine for public use; it is renamedsam2006-03-151-0/+153
* Disable the "cputick increased..." message now that the dust has settled.phk2006-03-151-1/+1
* Fix memory leak introduced in previous revision.netchild2006-03-151-3/+3
* As with socket consumer references (so_count), make sofree() returnrwatson2006-03-151-3/+3
* 1. Count last time slice, this intends to fixdavidxu2006-03-142-14/+18
* spell pdata correctly, we now will only dump maxlen of each mbuf in thejmg2006-03-141-1/+1
* The mount(8) manpage says: "In case of conflicting options beingru2006-03-131-56/+39
* Remove unused code.davidxu2006-03-131-24/+0
* Make sure that we are adding a path token to the audit record in open(2).csjp2006-03-111-2/+3
* Go over calcru and friends once more.phk2006-03-111-47/+48
* Block secondary writes while expunging active unlinked files.tegge2006-03-111-2/+3
* 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
OpenPOWER on IntegriCloud