| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out fd optimization introduced in revision 1.280 as it appears to be | csjp | 2006-03-18 | 1 | -3/+1 |
* | Modify UNIX domain sockets to guarantee, and assume, that so_pcb is always | rwatson | 2006-03-17 | 1 | -97/+36 |
* | Correct two vm object reference leaks in error cases. | alc | 2006-03-16 | 1 | -0/+2 |
* | Change soabort() from returning int to returning void, since all | rwatson | 2006-03-16 | 3 | -7/+5 |
* | Fix a race between file operations and rfork(RFCFDG) by parking | davidxu | 2006-03-15 | 1 | -0/+17 |
* | promote fast ipsec's m_clone routine for public use; it is renamed | sam | 2006-03-15 | 1 | -0/+153 |
* | Disable the "cputick increased..." message now that the dust has settled. | phk | 2006-03-15 | 1 | -1/+1 |
* | Fix memory leak introduced in previous revision. | netchild | 2006-03-15 | 1 | -3/+3 |
* | As with socket consumer references (so_count), make sofree() return | rwatson | 2006-03-15 | 1 | -3/+3 |
* | 1. Count last time slice, this intends to fix | davidxu | 2006-03-14 | 2 | -14/+18 |
* | spell pdata correctly, we now will only dump maxlen of each mbuf in the | jmg | 2006-03-14 | 1 | -1/+1 |
* | The mount(8) manpage says: "In case of conflicting options being | ru | 2006-03-13 | 1 | -56/+39 |
* | Remove unused code. | davidxu | 2006-03-13 | 1 | -24/+0 |
* | Make sure that we are adding a path token to the audit record in open(2). | csjp | 2006-03-11 | 1 | -2/+3 |
* | Go over calcru and friends once more. | phk | 2006-03-11 | 1 | -47/+48 |
* | Block secondary writes while expunging active unlinked files. | tegge | 2006-03-11 | 1 | -2/+3 |
* | Implement printf 'X' conversion for both libstand and kernel. | jkim | 2006-03-09 | 1 | -10/+13 |
* | Oops, forgot newline. | phk | 2006-03-09 | 1 | -1/+1 |
* | Add slop to "backwards" cpu accounting messages, 3 usec or 1% whichever | phk | 2006-03-09 | 1 | -1/+5 |
* | silence cpu_tick calibration and notice only (under bootverbose) | phk | 2006-03-09 | 1 | -15/+8 |
* | Ignore kenv strings which overflow the room we have, rather than pretend | phk | 2006-03-09 | 1 | -1/+6 |
* | Remove _STOPEVENT call, it is already called in issignal, simplify | davidxu | 2006-03-09 | 1 | -6/+1 |
* | Use vn_start_secondary_write() and vn_finished_secondary_write() as a | tegge | 2006-03-08 | 3 | -6/+110 |
* | Fix exec_map resource leaks. | ups | 2006-03-08 | 1 | -10/+19 |
* | Properly handle the case when the packet secondary zone can't allocate | andre | 2006-03-08 | 1 | -2/+2 |
* | Style nit. | jhb | 2006-03-07 | 1 | -2/+1 |
* | For consistency sake, use >= MINCLSIZE rather than > MINCLSIZE to determine | jhb | 2006-03-07 | 1 | -1/+1 |
* | Add missing cast. | phk | 2006-03-04 | 1 | -1/+1 |
* | More detailed logging if timestepwarnings are enabled. | phk | 2006-03-04 | 1 | -5/+8 |
* | use strlcpy in cvtstatfs and copy_statfs instead of bcopy to ensure | ps | 2006-03-04 | 2 | -8/+8 |
* | Fix bug in malloc_uninit(): | ps | 2006-03-03 | 1 | -1/+3 |
* | Don't truncate f_mntfromname & f_mntonname to 16 characters when | ps | 2006-03-03 | 2 | -4/+4 |
* | - Print message about cpufreq and timecounter TSC | mnag | 2006-03-03 | 1 | -1/+8 |
* | Eliminate a deadlock when creating snapshots. Blocking vn_start_write() must | tegge | 2006-03-02 | 1 | -0/+2 |
* | Don't try to show marker nodes. | tegge | 2006-03-02 | 1 | -1/+1 |
* | Add signal set sq_kill to sigqueue structure, the member saves all | davidxu | 2006-03-02 | 1 | -3/+23 |
* | Suffer a little bit of math every 16 second and tighten calibration of | phk | 2006-03-02 | 1 | -12/+24 |
* | - Move softdep from using a global worklist to per-mount worklists. This | jeff | 2006-03-02 | 1 | -10/+0 |
* | Regenerate. | davidxu | 2006-03-01 | 2 | -24/+24 |
* | Let kernel POSIX timer code and mqueue code to use integer as a resource | davidxu | 2006-03-01 | 3 | -47/+47 |
* | Fix 32bit sendfile by implementing kern_sendfile so that it takes | ps | 2006-02-28 | 1 | -38/+55 |
* | One more grammar nit. | glebius | 2006-02-27 | 1 | -1/+1 |
* | 1. Remove aio entry from lists earlier in aio_free_entry, | davidxu | 2006-02-26 | 1 | -19/+17 |
* | Fix several typos and trim spaces at eol. | glebius | 2006-02-26 | 1 | -7/+7 |
* | Always print a newline char at the end of the line. | scottl | 2006-02-25 | 1 | -1/+2 |
* | Use the recently added msleep_spin() function to simplify the | jhb | 2006-02-23 | 1 | -56/+41 |
* | 1. Refine kern_sigtimedwait() to remove redundant code. | davidxu | 2006-02-23 | 1 | -31/+43 |
* | Code cleanup, simply compare with curproc. | davidxu | 2006-02-23 | 1 | -2/+1 |
* | - Use vfs_ref/rel to protect a mountpoint from going away while VFS_STATFS | jeff | 2006-02-23 | 2 | -20/+58 |
* | - Release the mount ref once the vnode has been recycled rather than once | jeff | 2006-02-23 | 1 | -3/+2 |