summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Several optimizations to sched_idletd():mav2012-11-101-18/+35
* Allow maxusers to scale on machines with large address space.alfred2012-11-102-12/+21
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-092-2/+0
* Make r242655 build on sparc64. While at it, make vm_{max,min}_kernel_addressmarius2012-11-081-2/+4
* - Change ULE to use dynamic slice sizes for the timeshare queue in orderjeff2012-11-081-10/+48
* Fix typo; s/ouput/outputkevlo2012-11-071-1/+1
* export VM_MIN_KERNEL_ADDRESS and VM_MAX_KERNEL_ADDRESS via sysctl.alfred2012-11-061-0/+8
* A clarification to the behaviour of the active vnode list managementkib2012-11-051-0/+3
* Add decoding of the missed MNT_KERN_ flags to ddb "show mount" command.kib2012-11-041-0/+5
* Add decoding of the missed VI_ and VV_ flags to ddb "show vnode" command.kib2012-11-041-3/+9
* Order the enumeration of the MNT_ flags to be the same as the order ofkib2012-11-041-2/+2
* Add tty_set_winsize().ed2012-11-031-4/+11
* Merge r242395,242483 from mutex implementation:attilio2012-11-031-23/+74
* Merge 242488, better use of strlcpy.alfred2012-11-021-2/+3
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-024-4/+41
* Provide a device name in the sysctl tree for programs to query thealfred2012-11-011-1/+11
* Rework the known mutexes to benefit about staying on their ownattilio2012-10-312-5/+4
* Pad and align the callout_cpu mtx to its own cacheline to reduce falsejimharris2012-10-311-1/+1
* Give mtx(9) the ability to crunch different type of structures, with theattilio2012-10-311-17/+64
* Fixup r240246: hwpmc needs to retain the pinning until ASTs are notattilio2012-10-301-1/+6
* tdq_lock_pair() already does spinlock_enter() so migration is notattilio2012-10-301-2/+0
* In soreceive_stream() don't drop an already dequeued mbuf chain byandre2012-10-291-5/+11
* Add logging for socket attach failures in sonewconn() during accept(2).andre2012-10-291-5/+21
* Since the macro dtom() has been removed, fix comments about the dtom.kevlo2012-10-292-3/+3
* Improve m_cat() by being able to also merge contents from M_EXTandre2012-10-281-3/+3
* The fields of struct timespec32 should be int32_t and not uint32_t.davide2012-10-271-2/+2
* Add CPU percentage limit enforcement to RCTL. The resouce name is "pcpu".trasz2012-10-264-29/+563
* Correct SIGTTIN handling.ed2012-10-252-8/+17
* Allow autotune maxusers > 384 on 64 bit machinesalfred2012-10-251-2/+10
* Pad tdq_lock to avoid false sharing with tdq_load and tdq_cpu_idle.jimharris2012-10-241-1/+6
* Replace the ill-named ZERO_COPY_SOCKET kernel option with twoandre2012-10-232-21/+24
* Remove unused `vfslocked' variable.ed2012-10-221-2/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-2231-842/+181
* Correct the killpg(2) return values:eadler2012-10-221-6/+14
* Colin acked the wrong diff originally. fixed version coming soon.eadler2012-10-221-15/+6
* Correct the killpg(2) return values:eadler2012-10-221-6/+15
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Grammar fixes to r241781.andre2012-10-201-1/+1
* Hide the unfortunate named sysctl kern.ipc.somaxconn from sysctl -aandre2012-10-201-1/+7
* Tidy up somaxconn (accept queue limit) and related functionsandre2012-10-201-22/+26
* Move socket UMA zone initialization functionality together intoandre2012-10-191-17/+16
* Move UMA socket zone initialization from uipc_domain.c to uipc_socket.candre2012-10-192-17/+23
* Remove unnecessary includes from sosend_copyin() and fixandre2012-10-181-10/+4
* Remove double-wrapping of #ifdef ZERO_COPY_SOCKETS withinandre2012-10-181-17/+1
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-182-57/+0
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingattilio2012-10-171-1/+0
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingattilio2012-10-171-1/+0
* Disconnect non-MPSAFE PORTALFS from the build in preparation for droppingattilio2012-10-161-2/+0
* Disconnect non-MPSAFE HPFS from the build in preparation for droppingattilio2012-10-161-1/+0
* Acquire the rangelock for truncate(2) as well.kib2012-10-151-3/+7
OpenPOWER on IntegriCloud