summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* - Clean up timestamps in msgbuf code. The timestamps should now beeadler2012-03-191-35/+19
* Cast wallclock.tv_sec to uint64_t to avoid overflow in the calculation.jh2012-03-181-1/+2
* Add rudimentary profiling of the hash table used in the in the umtx code todavide2012-03-161-0/+51
* Fix bugs which can result in a panic when an non-SCTP socket ittuexen2012-03-151-0/+16
* Add CTLFLAG_TUN to the sysctl definition and fix style.ae2012-03-151-2/+2
* Add debug.kld_debug loader tunable.ae2012-03-151-0/+1
* Add an assert for proctree_lock to proc_to_reap().jh2012-03-141-0/+2
* Lock the process around manipulations with p_flag.kib2012-03-131-0/+2
* Add module load/unload stubs.adrian2012-03-132-0/+86
* Add kern.eventtimer.activetick tunable/sysctl, specifying whether eachmav2012-03-131-8/+24
* Rewrite thread CPU usage percentage math to not depend on periodic callsmav2012-03-131-46/+22
* Allways call fdrop().pho2012-03-121-5/+3
* ELF image can have several PT_NOTE program headers. Look for the ELFkib2012-03-111-20/+27
* Remove fifo.h. The only used function declaration from the header iskib2012-03-111-2/+0
* Revert r175376 and tune cpufreq(4) frequency comparison logic instead.mav2012-03-101-21/+10
* Idle ticks optimization:mav2012-03-102-22/+43
* Remove useless thread_{lock,unlock}() in raccd.trasz2012-03-101-4/+1
* Export intrcnt correctly when running under 32-bit compatibility.jmallett2012-03-091-0/+18
* Perform the parameter validation before assigning it to a signed intpho2012-03-091-2/+2
* Make kern.sched.idlespinthresh default value adaptive depending of HZ.mav2012-03-091-1/+3
* Be more polite when setting state->nextevent inside cpu_new_callout().mav2012-03-091-2/+3
* Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag whichkib2012-03-092-4/+7
* Free up allocated memory used by posix_fadvise(2).pho2012-03-082-1/+4
* Add KTR_VFS traces to track modifications to a vnode's writecount.jhb2012-03-082-3/+14
* Add a new sched_clear_name() method to the scheduler interface to clearjhb2012-03-086-0/+38
* The pipe_poll() performs lockless access to the vnode to testkib2012-03-071-1/+1
* Make racct and rctl correctly handle jail renaming. Previouslytrasz2012-03-062-8/+83
* Print out process name and thread id in the debugging message.ivoras2012-03-051-2/+3
* pipe_read(): change the type of size to int, and remove signed clamp.kib2012-03-041-4/+5
* Instead of incomplete handling of read(2)/write(2) return values thatkib2012-03-041-12/+8
* Make kern.proc.umask sysctl readonly.trociny2012-03-031-21/+4
* Fix bug of r232207, when cpu_search() could prefer CPU group with bestmav2012-03-031-5/+7
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...jmallett2012-03-031-0/+2
* Post r230394, the Lookup RPC counts for both NFS clients increasedrmacklem2012-03-031-5/+41
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedjhb2012-03-011-1/+1
* This change avoids a kernel deadlock on "snaplk" when usingmckusick2012-03-011-21/+15
* Introduce VOP_UNP_BIND(), VOP_UNP_CONNECT(), and VOP_UNP_DETACH()trociny2012-02-293-8/+53
* initialize clock ID and flags only when copying timespec, a _umtx_timedavidxu2012-02-291-4/+4
* Add procfs to jail-mountable filesystems.mm2012-02-291-0/+8
* Change definition of pipe_chmod() from K&R to C99, to avoid thedim2012-02-281-5/+1
* Properly clear a device's devclass if DEVICE_ATTACH() fails if the devicejhb2012-02-281-3/+2
* Currently, the debugger attached to the process executing vfork() doeskib2012-02-272-9/+24
* Clear the a device's description string anytime it's driver changes.jhb2012-02-271-3/+2
* Follow changes made in revision 232144, pass absolute timeout to kernel,davidxu2012-02-271-41/+47
* Rework CPU load balancing in SCHED_ULE:mav2012-02-271-148/+182
* Also call the low-level driver if ->c_iflag & (IXON|IXOFF|IXANY) changes.phk2012-02-261-0/+2
* Fix typo.alc2012-02-261-1/+1
* Analogous to r232059, add a parameter for the ZFS file system:mm2012-02-261-4/+12
* Fix fchmod() and fchown() on fifos.jilles2012-02-261-2/+41
* Add sysctl to retrieve or set umask of another process.trociny2012-02-261-0/+48
OpenPOWER on IntegriCloud