summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* - Clean up timestamps in msgbuf code. The timestamps should now beeadler2012-03-191-3/+2
* Tune cpuset macros to optimize cases when CPU_SETSIZE fits into singlemav2012-03-121-7/+14
* Remove fifo.h. The only used function declaration from the header iskib2012-03-111-0/+3
* Idle ticks optimization:mav2012-03-101-1/+3
* Add brackets around bare '-1' used as the macro body.kib2012-03-101-8/+8
* Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag whichkib2012-03-091-1/+1
* Add a new sched_clear_name() method to the scheduler interface to clearjhb2012-03-081-0/+3
* The pipe_poll() performs lockless access to the vnode to testkib2012-03-071-0/+1
* Make racct and rctl correctly handle jail renaming. Previouslytrasz2012-03-061-0/+1
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildtheraven2012-03-041-1/+12
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...jmallett2012-03-031-1/+2
* Post r230394, the Lookup RPC counts for both NFS clients increasedrmacklem2012-03-031-2/+3
* - Add support for the Intel Sandy Bridge microarchitecture (both core and unc...davide2012-03-011-0/+1
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedjhb2012-03-012-2/+2
* This change avoids a kernel deadlock on "snaplk" when usingmckusick2012-03-011-3/+6
* Introduce VOP_UNP_BIND(), VOP_UNP_CONNECT(), and VOP_UNP_DETACH()trociny2012-02-291-0/+3
* Add procfs to jail-mountable filesystems.mm2012-02-291-1/+2
* Currently, the debugger attached to the process executing vfork() doeskib2012-02-271-0/+2
* Typo.jhb2012-02-271-1/+1
* Analogous to r232059, add a parameter for the ZFS file system:mm2012-02-261-1/+2
* Add sysctl to retrieve or set umask of another process.trociny2012-02-261-0/+1
* Add SO_PROTOCOL/SO_PROTOTYPE socket SOL_SOCKET-level option to get thekib2012-02-261-0/+2
* Bump __FreeBSD_version due to libarchive update.mm2012-02-251-1/+1
* When detaching an unix domain socket, uipc_detach() checkstrociny2012-02-251-0/+2
* In revision 231989, we pass a 16-bit clock ID into kernel, howeverdavidxu2012-02-252-1/+8
* To improve control over the use of mount(8) inside a jail(8), introducemm2012-02-231-1/+5
* merge pipe and fifo implementationskmacy2012-02-231-0/+4
* Allow the parent to gather the exit status of the children reparentedkib2012-02-231-2/+9
* Use unused fourth argument of umtx_op to pass flags to kernel for operationdavidxu2012-02-221-0/+2
* Fix found places where uio_resid is truncated to int.kib2012-02-212-1/+4
* Add a timestamp to the msgbuf output in order to determine when wheneadler2012-02-161-1/+3
* Revert r231673 and r231682 for now, until we can run a full makedim2012-02-141-12/+1
* Cleanup of xlocale:theraven2012-02-141-1/+12
* Add ARM relocations types used for thread-local storagegonzo2012-02-141-0/+4
* The PTRACESTOP() macro is used only once. Inline the only use and removekib2012-02-111-6/+0
* Properly name the sysctl to "iflistl" rather than "iflist2", which had beenbz2012-02-111-1/+1
* Introduce a new NET_RT_IFLISTL API to query the address list. It worksbz2012-02-112-2/+5
* Merge si_name and __si_namebuf.ed2012-02-101-2/+2
* Add alias for the partition with type 0x42 to the MBR scheme.ae2012-02-101-0/+1
* Mark the automatically attached child with PL_FLAG_CHILD in structkib2012-02-102-0/+2
* Add support for mounting devfs inside jails.mm2012-02-091-1/+2
* Trim 8 unused bytes from struct vnode on 64-bit architectures.kib2012-02-081-2/+2
* Fix whitespace inconsistencies in TTY code.ed2012-02-062-4/+4
* Rename cache_lookup_times() to cache_lookup() and retire the old API andjhb2012-02-061-3/+1
* Current implementations of sync(2) and syncer vnode fsync() VOP useskib2012-02-062-1/+5
* Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL andglebius2012-02-051-1/+1
* Make the sys/ucontext.h self-contained by changing the return typekib2012-02-011-1/+1
* If multiple threads call kevent() to get AIO events on same kqueue fd,davidxu2012-02-011-0/+2
* Isolate v_caddr_t in the ie driver.pluknet2012-01-311-1/+0
* Add definition for PT_GNU_RELRO.kib2012-01-301-0/+1
OpenPOWER on IntegriCloud