summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a KPI to allow to reserve some amount of space in the numvnodeskib2012-10-142-24/+74
* panic() with reasonable message instead of returning zero frequency causingmav2012-10-101-1/+2
* Add an unified macro to deny ability from the compiler to reorderattilio2012-10-091-6/+2
* cngetc: use cpu_spinwait to ease the cncheckc loop a tiny bitavg2012-10-061-1/+1
* ktrace/kern_exec: check p_tracecred instead of p_credavg2012-10-061-1/+2
* Fix faulty error code handling in read(2) on TTYs.ed2012-10-031-12/+12
* Fix spelling of the function name in two assertion messages.wollman2012-10-021-2/+2
* Provide a generic way to disable devices at boot timeeadler2012-10-021-0/+7
* - Enforce CAP_MKFIFO on mkfifoat(2), not on mknodat(2). Without this changepjd2012-10-011-3/+4
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.kib2012-09-285-10/+55
* Fix up kernel sources to be ready for a 64-bit ino_t.mdf2012-09-271-1/+1
* Revert r240931, as the previous comment was actually in sync with POSIX.pjd2012-09-271-3/+3
* Kernel and modules have "set_vnet" linker set, where virtualizedtrociny2012-09-271-1/+98
OpenPOWER on IntegriCloud