aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* In order to allow mkimg(1) (and other tools) to become a build toolMarcel Moolenaar2016-10-0712-587/+793
* Limit scope of the optimization in r306608 to dounmount() caller only.Konstantin Belousov2016-10-071-1/+1
* Add vrecyclel() to vrecycle() a vnode with the interlock already held.Bryan Drewery2016-10-061-0/+1
* Bump __FreeBSD_version for net80211(4) changes (r306590, r306591).Andriy Voskoboinyk2016-10-021-1/+1
* Expose kernel-only errno values if _WANT_KERNEL_ERRNO is defined.John Baldwin2016-10-011-1/+1
* Bump _FreeBSD_version after adding fb_memattr field to fb_info in r306555Oleksandr Tymoshenko2016-10-011-1/+1
* Provide way for framebuffer driver to request mmap(2) mapping typeOleksandr Tymoshenko2016-10-011-0/+2
* vfs: batch free vnodes in per-mnt listsMateusz Guzik2016-09-302-4/+11
* vfs: remove the __bo_vnode field from struct vnodeMateusz Guzik2016-09-302-5/+2
* Provide kern.maxphys sysctl, which returns MAXPHYS. Naming matches NetBSD.Gleb Smirnoff2016-09-291-0/+1
* cam/ata: Allow drivers to veto ATA disk attachment.Sepherosa Ziehau2016-09-281-0/+7
* Add Elantech trackpad supportOleksandr Tymoshenko2016-09-261-0/+4
* Mount msdosfs with longnames support by default.Alan Somers2016-09-231-1/+1
* fd: hide fd_modified under CAPABILITIESMateusz Guzik2016-09-231-0/+2
* Add the foundation copyrights to procctl kernel sources.Konstantin Belousov2016-09-231-0/+4
* capsicum: propagate rights on accept(2)Mariusz Zaborski2016-09-221-1/+2
* Rename efi_systbl to efi_systbl_phys, the variable contains theKonstantin Belousov2016-09-211-1/+4
* Add a way for the architecture to specify the calling ABI for methodsKonstantin Belousov2016-09-211-11/+15
* Make resettodr_lock accessible outside subr_rtc.c. ProtectKonstantin Belousov2016-09-211-0/+1
* Add PROC_TRAPCAP procctl(2) controls and global sysctl kern.trap_enocap.Konstantin Belousov2016-09-214-0/+9
* Bump __FreeBSD_version after r305988, removal of bio_taskqueue().Edward Tomasz Napierala2016-09-211-1/+1
* Remove unused bio_taskqueue().Edward Tomasz Napierala2016-09-191-2/+0
* Consolidate four efi_next_descriptor() definitions.Konstantin Belousov2016-09-181-0/+3
* Bump __FreeBSD_version for r305824.Kevin Lo2016-09-151-1/+1
* Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead.Kevin Lo2016-09-151-3/+0
* fd: add fget_cap and fget_cap_locked primitivesMariusz Zaborski2016-09-121-0/+5
* queue(3): Enhance queue debugging macrosConrad Meyer2016-09-081-5/+37
* Resolve deadlock between device_detach() and usbd_do_request_flags()Hans Petter Selasky2016-09-051-1/+1
* fd: fix up fdeget_fileMateusz Guzik2016-09-041-1/+6
* Bump __FreeBSD_version for crunchgen META_MODE fix in r305254.Bryan Drewery2016-09-011-1/+1
* fd: effectively revert r305091Mateusz Guzik2016-08-311-2/+2
* fd: add fdeget_locked and use in kern_descripMateusz Guzik2016-08-301-0/+12
* fd: simplify fd testing in fget_locked by casting to u_intMateusz Guzik2016-08-301-1/+1
* Zap M_IOVEC.Kevin Lo2016-08-301-1/+1
* Implement 'devctl clear driver' to undo a previous 'devctl set driver'.John Baldwin2016-08-291-0/+4
* Remove duplicated declaration.Mariusz Zaborski2016-08-281-1/+0
* Add missed header file for cnv.h .Mariusz Zaborski2016-08-271-0/+113
* Pass the number of segments coalesced by LRO up the stack by repurposing theLawrence Stewart2016-08-251-0/+1
* Bump __FreeBSD_version for r304787 and add a note about it to UPDATING.Navdeep Parhar2016-08-251-1/+1
* Bump __FreeBSD_version for LC_*_MASK fix for newlocale(3) and querylocale(3)Andrey A. Chernov2016-08-241-1/+1
* Bump __FreeBSD_version for C++11 thread_local support in r303795.Bryan Drewery2016-08-221-1/+1
* Don't set P2_PTRACE_FSTP in a process that invokes ptrace(PT_TRACE_ME).Mark Johnston2016-08-191-1/+1
* INTRNG: Rework handling with resources. Partially revert r301453.Michal Meloun2016-08-192-17/+36
* Remove the obsolete and unused openbsd_poll system call. (Phase 2)George V. Neville-Neil2016-08-183-12/+4
* Remove unusedd and obsolete openbsd_poll system call. (Phase 1)George V. Neville-Neil2016-08-181-1/+1
* Implement userspace gettimeofday(2) with HPET timecounter.Konstantin Belousov2016-08-172-1/+10
* Remove prototypes missed in r303951.Mark Johnston2016-08-161-3/+0
* Add two new macros, SLIST_CONCAT and LIST_CONCAT. Note in both theKirk McKusick2016-08-161-2/+36
* Eliminate use of sys_fsync() and sys_fdatasync().Ed Schouten2016-08-151-0/+1
* Implement VOP_FDATASYNC() for msdosfs.Konstantin Belousov2016-08-151-0/+1