summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Microoptimize cpu_search().mav2012-04-091-24/+28
* Add vfs_getopt_size. Support human readable file system options in tmpfs.gleb2012-04-071-0/+42
* - Improve BPF locking model.melifaro2012-04-061-2/+2
* Add new ktrace records for the start and end of VM faults. This givesjhb2012-04-051-0/+40
* In sem_post, the field _has_waiters is no longer used, because somedavidxu2012-04-051-9/+14
* umtx operation UMTX_OP_MUTEX_WAKE has a side-effect that it accessesdavidxu2012-04-051-2/+82
* - Remove redundant call to pr_ctloutput from code that handles SO_SETFIB.np2012-04-031-6/+5
* When process exists, not only the children shall be reparented tokib2012-04-021-0/+16
* Add helper function to remove the process from the orphans list andkib2012-04-021-8/+14
* Export some more useful info about shared memory objects to userlandjhb2012-04-012-0/+42
* Remove stale comments.davidxu2012-03-311-3/+0
* Remove trailing semicolon, it is a typo.davidxu2012-03-301-1/+1
* Fix COMPAT_FREEBSD32 build.davidxu2012-03-301-3/+3
* Remove trailing space.davidxu2012-03-301-1/+1
* Merge umtxq_sleep and umtxq_nanosleep into a single function by usingdavidxu2012-03-301-264/+172
* Reduce code size by creating common timed sleeping function.davidxu2012-03-291-93/+60
* Add software PMC support.fabient2012-03-287-1/+236
* Instead of only iterating over the set of known SDT probes when sdt.ko isrstone2012-03-271-4/+70
* - Add knlist_init_rw_reader() function to kqueue(9).melifaro2012-03-261-0/+42
* Add a sysctl to set and retrieve binary osreldate of another process.trociny2012-03-231-0/+50
* Correct debug message.ae2012-03-221-1/+1
* Handle spurious page faults that may occur in no-fault sections of thealc2012-03-222-6/+14
* Acquire modules lock before call module_getname() in the KLD_DEBUG case.ae2012-03-211-0/+4
* - 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
OpenPOWER on IntegriCloud