| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Clean up timestamps in msgbuf code. The timestamps should now be | eadler | 2012-03-19 | 1 | -35/+19 |
* | Cast wallclock.tv_sec to uint64_t to avoid overflow in the calculation. | jh | 2012-03-18 | 1 | -1/+2 |
* | Add rudimentary profiling of the hash table used in the in the umtx code to | davide | 2012-03-16 | 1 | -0/+51 |
* | Fix bugs which can result in a panic when an non-SCTP socket it | tuexen | 2012-03-15 | 1 | -0/+16 |
* | Add CTLFLAG_TUN to the sysctl definition and fix style. | ae | 2012-03-15 | 1 | -2/+2 |
* | Add debug.kld_debug loader tunable. | ae | 2012-03-15 | 1 | -0/+1 |
* | Add an assert for proctree_lock to proc_to_reap(). | jh | 2012-03-14 | 1 | -0/+2 |
* | Lock the process around manipulations with p_flag. | kib | 2012-03-13 | 1 | -0/+2 |
* | Add module load/unload stubs. | adrian | 2012-03-13 | 2 | -0/+86 |
* | Add kern.eventtimer.activetick tunable/sysctl, specifying whether each | mav | 2012-03-13 | 1 | -8/+24 |
* | Rewrite thread CPU usage percentage math to not depend on periodic calls | mav | 2012-03-13 | 1 | -46/+22 |
* | Allways call fdrop(). | pho | 2012-03-12 | 1 | -5/+3 |
* | ELF image can have several PT_NOTE program headers. Look for the ELF | kib | 2012-03-11 | 1 | -20/+27 |
* | Remove fifo.h. The only used function declaration from the header is | kib | 2012-03-11 | 1 | -2/+0 |
* | Revert r175376 and tune cpufreq(4) frequency comparison logic instead. | mav | 2012-03-10 | 1 | -21/+10 |
* | Idle ticks optimization: | mav | 2012-03-10 | 2 | -22/+43 |
* | Remove useless thread_{lock,unlock}() in raccd. | trasz | 2012-03-10 | 1 | -4/+1 |
* | Export intrcnt correctly when running under 32-bit compatibility. | jmallett | 2012-03-09 | 1 | -0/+18 |
* | Perform the parameter validation before assigning it to a signed int | pho | 2012-03-09 | 1 | -2/+2 |
* | Make kern.sched.idlespinthresh default value adaptive depending of HZ. | mav | 2012-03-09 | 1 | -1/+3 |
* | Be more polite when setting state->nextevent inside cpu_new_callout(). | mav | 2012-03-09 | 1 | -2/+3 |
* | Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag which | kib | 2012-03-09 | 2 | -4/+7 |
* | Free up allocated memory used by posix_fadvise(2). | pho | 2012-03-08 | 2 | -1/+4 |
* | Add KTR_VFS traces to track modifications to a vnode's writecount. | jhb | 2012-03-08 | 2 | -3/+14 |
* | Add a new sched_clear_name() method to the scheduler interface to clear | jhb | 2012-03-08 | 6 | -0/+38 |
* | The pipe_poll() performs lockless access to the vnode to test | kib | 2012-03-07 | 1 | -1/+1 |
* | Make racct and rctl correctly handle jail renaming. Previously | trasz | 2012-03-06 | 2 | -8/+83 |
* | Print out process name and thread id in the debugging message. | ivoras | 2012-03-05 | 1 | -2/+3 |
* | pipe_read(): change the type of size to int, and remove signed clamp. | kib | 2012-03-04 | 1 | -4/+5 |
* | Instead of incomplete handling of read(2)/write(2) return values that | kib | 2012-03-04 | 1 | -12/+8 |
* | Make kern.proc.umask sysctl readonly. | trociny | 2012-03-03 | 1 | -21/+4 |
* | Fix bug of r232207, when cpu_search() could prefer CPU group with best | mav | 2012-03-03 | 1 | -5/+7 |
* | o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl... | jmallett | 2012-03-03 | 1 | -0/+2 |
* | Post r230394, the Lookup RPC counts for both NFS clients increased | rmacklem | 2012-03-03 | 1 | -5/+41 |
* | - Change contigmalloc() to use the vm_paddr_t type instead of an unsigned | jhb | 2012-03-01 | 1 | -1/+1 |
* | This change avoids a kernel deadlock on "snaplk" when using | mckusick | 2012-03-01 | 1 | -21/+15 |
* | Introduce VOP_UNP_BIND(), VOP_UNP_CONNECT(), and VOP_UNP_DETACH() | trociny | 2012-02-29 | 3 | -8/+53 |
* | initialize clock ID and flags only when copying timespec, a _umtx_time | davidxu | 2012-02-29 | 1 | -4/+4 |
* | Add procfs to jail-mountable filesystems. | mm | 2012-02-29 | 1 | -0/+8 |
* | Change definition of pipe_chmod() from K&R to C99, to avoid the | dim | 2012-02-28 | 1 | -5/+1 |
* | Properly clear a device's devclass if DEVICE_ATTACH() fails if the device | jhb | 2012-02-28 | 1 | -3/+2 |
* | Currently, the debugger attached to the process executing vfork() does | kib | 2012-02-27 | 2 | -9/+24 |
* | Clear the a device's description string anytime it's driver changes. | jhb | 2012-02-27 | 1 | -3/+2 |
* | Follow changes made in revision 232144, pass absolute timeout to kernel, | davidxu | 2012-02-27 | 1 | -41/+47 |
* | Rework CPU load balancing in SCHED_ULE: | mav | 2012-02-27 | 1 | -148/+182 |
* | Also call the low-level driver if ->c_iflag & (IXON|IXOFF|IXANY) changes. | phk | 2012-02-26 | 1 | -0/+2 |
* | Fix typo. | alc | 2012-02-26 | 1 | -1/+1 |
* | Analogous to r232059, add a parameter for the ZFS file system: | mm | 2012-02-26 | 1 | -4/+12 |
* | Fix fchmod() and fchown() on fifos. | jilles | 2012-02-26 | 1 | -2/+41 |
* | Add sysctl to retrieve or set umask of another process. | trociny | 2012-02-26 | 1 | -0/+48 |