aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag whichKonstantin Belousov2012-03-091-1/+1
* Add a new sched_clear_name() method to the scheduler interface to clearJohn Baldwin2012-03-081-0/+3
* The pipe_poll() performs lockless access to the vnode to testKonstantin Belousov2012-03-071-0/+1
* Make racct and rctl correctly handle jail renaming. PreviouslyEdward Tomasz Napierala2012-03-061-0/+1
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildDavid Chisnall2012-03-041-1/+12
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...Juli Mallett2012-03-031-1/+2
* Post r230394, the Lookup RPC counts for both NFS clients increasedRick Macklem2012-03-031-2/+3
* - Add support for the Intel Sandy Bridge microarchitecture (both core and unc...Davide Italiano2012-03-011-0/+1
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedJohn Baldwin2012-03-012-2/+2
* This change avoids a kernel deadlock on "snaplk" when usingKirk McKusick2012-03-011-3/+6
* Introduce VOP_UNP_BIND(), VOP_UNP_CONNECT(), and VOP_UNP_DETACH()Mikolaj Golub2012-02-291-0/+3
* Add procfs to jail-mountable filesystems.Martin Matuska2012-02-291-1/+2
* Currently, the debugger attached to the process executing vfork() doesKonstantin Belousov2012-02-271-0/+2
* Typo.John Baldwin2012-02-271-1/+1
* Analogous to r232059, add a parameter for the ZFS file system:Martin Matuska2012-02-261-1/+2
* Add sysctl to retrieve or set umask of another process.Mikolaj Golub2012-02-261-0/+1
* Add SO_PROTOCOL/SO_PROTOTYPE socket SOL_SOCKET-level option to get theKonstantin Belousov2012-02-261-0/+2
* Bump __FreeBSD_version due to libarchive update.Martin Matuska2012-02-251-1/+1
* When detaching an unix domain socket, uipc_detach() checksMikolaj Golub2012-02-251-0/+2
* In revision 231989, we pass a 16-bit clock ID into kernel, howeverDavid Xu2012-02-252-1/+8
* To improve control over the use of mount(8) inside a jail(8), introduceMartin Matuska2012-02-231-1/+5
* merge pipe and fifo implementationsKip Macy2012-02-231-0/+4
* Allow the parent to gather the exit status of the children reparentedKonstantin Belousov2012-02-231-2/+9
* Use unused fourth argument of umtx_op to pass flags to kernel for operationDavid Xu2012-02-221-0/+2
* Fix found places where uio_resid is truncated to int.Konstantin Belousov2012-02-212-1/+4
* Add a timestamp to the msgbuf output in order to determine when whenEitan Adler2012-02-161-1/+3
* Revert r231673 and r231682 for now, until we can run a full makeDimitry Andric2012-02-141-12/+1
* Cleanup of xlocale:David Chisnall2012-02-141-1/+12
* Add ARM relocations types used for thread-local storageOleksandr Tymoshenko2012-02-141-0/+4
* The PTRACESTOP() macro is used only once. Inline the only use and removeKonstantin Belousov2012-02-111-6/+0
* Properly name the sysctl to "iflistl" rather than "iflist2", which had beenBjoern A. Zeeb2012-02-111-1/+1
* Introduce a new NET_RT_IFLISTL API to query the address list. It worksBjoern A. Zeeb2012-02-112-2/+5
* Merge si_name and __si_namebuf.Ed Schouten2012-02-101-2/+2
* Add alias for the partition with type 0x42 to the MBR scheme.Andrey V. Elsukov2012-02-101-0/+1
* Mark the automatically attached child with PL_FLAG_CHILD in structKonstantin Belousov2012-02-102-0/+2
* Add support for mounting devfs inside jails.Martin Matuska2012-02-091-1/+2
* Trim 8 unused bytes from struct vnode on 64-bit architectures.Konstantin Belousov2012-02-081-2/+2
* Fix whitespace inconsistencies in TTY code.Ed Schouten2012-02-062-4/+4
* Rename cache_lookup_times() to cache_lookup() and retire the old API andJohn Baldwin2012-02-061-3/+1
* Current implementations of sync(2) and syncer vnode fsync() VOP usesKonstantin Belousov2012-02-062-1/+5
* Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL andGleb Smirnoff2012-02-051-1/+1
* Make the sys/ucontext.h self-contained by changing the return typeKonstantin Belousov2012-02-011-1/+1
* If multiple threads call kevent() to get AIO events on same kqueue fd,David Xu2012-02-011-0/+2
* Isolate v_caddr_t in the ie driver.Sergey Kandaurov2012-01-311-1/+0
* Add definition for PT_GNU_RELRO.Konstantin Belousov2012-01-301-0/+1
* Avoid to check the same cache line/variable from all the lockingAttilio Rao2012-01-282-2/+2
* exclude kmem_alloc'ed ARC data buffers from kernel minidumps on amd64Kip Macy2012-01-271-0/+1
* Add CAM infrastructure to allow reporting when a drive's long read capacityKenneth D. Merry2012-01-261-1/+1
* Fix comment.Edward Tomasz Napierala2012-01-251-1/+1
* Experimental support for booting CHRP-type PowerPC systems from hard disks.Nathan Whitehorn2012-01-251-0/+1