aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Replace struct filedesc argument in getvnode with struct threadMateusz Guzik2015-06-161-1/+1
* fd: move out actual fp installation to _finstallMateusz Guzik2015-06-141-1/+3
* several lockstat improvementsAndriy Gapon2015-06-121-0/+3
* Bump FreeBSD_version due to lim_* API changes in r284215Mateusz Guzik2015-06-101-1/+1
* o Rework ARMv7 events list using aliases - same way as we have for arm64.Ruslan Bukin2015-06-101-1/+6
* Implement lockless resource limits.Mateusz Guzik2015-06-103-5/+11
* Generalised support for copy-on-write structures shared by threads.Mateusz Guzik2015-06-101-0/+11
* fd: use atomics to manage fd_refcnt and fd_holcntMateusz Guzik2015-06-101-2/+2
* Add support for reading MAM attributes to camcontrol(8) and libcam(3).Kenneth D. Merry2015-06-091-0/+10
* Change BUS_PROBE_HOOVER from -500 to -1000000. We have PCI bus driversMarcel Moolenaar2015-06-061-1/+1
* Add a new file operations hook for mmap operations. File type-specificJohn Baldwin2015-06-042-2/+17
* Document the disable of legacy entries in password database in UPDATINGXin LI2015-06-041-1/+1
* Revert r102953Brooks Davis2015-05-281-2/+0
* Export a list of VM objects in the system via a sysctl. The list can beJohn Baldwin2015-05-271-0/+21
* Bump __FreeBSD_version for the r283602, which changed dounmount() toKonstantin Belousov2015-05-271-1/+1
* Add V_MNTREF flag to the vn_start_write(9) andKonstantin Belousov2015-05-271-0/+1
* Currently, softupdate code detects overstepping on the workitemsKonstantin Belousov2015-05-272-0/+4
* Add KTR tracing for some MI ptrace events.John Baldwin2015-05-251-1/+2
* Upgrade our copy of clang and llvm to 3.6.1 release.Dimitry Andric2015-05-251-1/+1
* Implement eventfd system call.Dmitry Chagin2015-05-241-0/+1
* For future use in the Linuxulator:Dmitry Chagin2015-05-241-0/+4
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+1
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+1
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+9
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+2
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+1
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+1
* Fix SIOCGI2C structure requirement.Alexander V. Chernikov2015-05-241-1/+1
* Update P_TOTAL_STOP commentary.Sergey Kandaurov2015-05-231-1/+1
* Export the eflags field from the elf header. This allows betterWarner Losh2015-05-221-0/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Expand ktr_mask to be a 64-bit unsigned integer.John Baldwin2015-05-221-2/+2
* Ensure that the static structs emitted by the MODULE_DEPEND() andDimitry Andric2015-05-211-2/+4
* Revert r282971. It depends on condvar consumers not destroying condvarsJohn Baldwin2015-05-211-1/+1
* remove stray ; that came in r272673...John-Mark Gurney2015-05-211-1/+1
* Correct variable name in the interface.Mariusz Zaborski2015-05-201-1/+1
* Use fixed enum values for PMC_CLASSES().John Baldwin2015-05-191-21/+21
* Add Performance Monitoring Counters support for AArch64.Ruslan Bukin2015-05-191-2/+5
* Add GRP_COMDAT section group flag to ELF headerEd Maste2015-05-191-0/+3
* Break apart the gnu_inline attribute and use "artificial" if available.Pedro F. Giffuni2015-05-151-1/+1
* Break apart the gnu_inline attribute and use "artificial" if available.Pedro F. Giffuni2015-05-151-0/+1
* Make use of GCC alloc_align attributePedro F. Giffuni2015-05-151-1/+1
* Break apart the gnu_inline attribute and use "artificial" if available.Pedro F. Giffuni2015-05-151-2/+15
* Replace a CONSTCOND for a void value as a replacement for __unreachable builtinPedro F. Giffuni2015-05-151-1/+1
* Previously, cv_waiters was only updated by cv_signal or cv_wait. If aJohn Baldwin2015-05-151-1/+1
* Right now, the process' p_boundary_count counter is decremented by theKonstantin Belousov2015-05-151-1/+0
* Add ELF machine EM_IAMCU, 32-bit Intel MCUEd Maste2015-05-141-0/+1
* Add new __unreachable() builtinPedro F. Giffuni2015-05-141-0/+6
* Adjust visibility macros.Pedro F. Giffuni2015-05-131-1/+1
* Add new socket ioctls SIOC[SG]TUNFIB to set FIB number of encapsulatedAndrey V. Elsukov2015-05-121-0/+3