summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Change BUS_PROBE_HOOVER from -500 to -1000000. We have PCI bus driversmarcel2015-06-061-1/+1
* Add a new file operations hook for mmap operations. File type-specificjhb2015-06-042-2/+17
* Document the disable of legacy entries in password database in UPDATINGdelphij2015-06-041-1/+1
* Revert r102953brooks2015-05-281-2/+0
* Export a list of VM objects in the system via a sysctl. The list can bejhb2015-05-271-0/+21
* Bump __FreeBSD_version for the r283602, which changed dounmount() tokib2015-05-271-1/+1
* Add V_MNTREF flag to the vn_start_write(9) andkib2015-05-271-0/+1
* Currently, softupdate code detects overstepping on the workitemskib2015-05-272-0/+4
* Add KTR tracing for some MI ptrace events.jhb2015-05-251-1/+2
* Upgrade our copy of clang and llvm to 3.6.1 release.dim2015-05-251-1/+1
* Implement eventfd system call.dchagin2015-05-241-0/+1
* For future use in the Linuxulator:dchagin2015-05-241-0/+4
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+1
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+1
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+9
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+2
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+1
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+1
* Fix SIOCGI2C structure requirement.melifaro2015-05-241-1/+1
* Update P_TOTAL_STOP commentary.pluknet2015-05-231-1/+1
* Export the eflags field from the elf header. This allows betterimp2015-05-221-0/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Expand ktr_mask to be a 64-bit unsigned integer.jhb2015-05-221-2/+2
* Ensure that the static structs emitted by the MODULE_DEPEND() anddim2015-05-211-2/+4
* Revert r282971. It depends on condvar consumers not destroying condvarsjhb2015-05-211-1/+1
* remove stray ; that came in r272673...jmg2015-05-211-1/+1
* Correct variable name in the interface.oshogbo2015-05-201-1/+1
* Use fixed enum values for PMC_CLASSES().jhb2015-05-191-21/+21
* Add Performance Monitoring Counters support for AArch64.br2015-05-191-2/+5
* Add GRP_COMDAT section group flag to ELF headeremaste2015-05-191-0/+3
* Break apart the gnu_inline attribute and use "artificial" if available.pfg2015-05-151-1/+1
* Break apart the gnu_inline attribute and use "artificial" if available.pfg2015-05-151-0/+1
* Make use of GCC alloc_align attributepfg2015-05-151-1/+1
* Break apart the gnu_inline attribute and use "artificial" if available.pfg2015-05-151-2/+15
* Replace a CONSTCOND for a void value as a replacement for __unreachable builtinpfg2015-05-151-1/+1
* Previously, cv_waiters was only updated by cv_signal or cv_wait. If ajhb2015-05-151-1/+1
* Right now, the process' p_boundary_count counter is decremented by thekib2015-05-151-1/+0
* Add ELF machine EM_IAMCU, 32-bit Intel MCUemaste2015-05-141-0/+1
* Add new __unreachable() builtinpfg2015-05-141-0/+6
* Adjust visibility macros.pfg2015-05-131-1/+1
* Add new socket ioctls SIOC[SG]TUNFIB to set FIB number of encapsulatedae2015-05-121-0/+3
* synaptics: more support for semi-MT trackpads.rpaulo2015-05-101-0/+7
* On exec, single-threading must be enforced before arguments space iskib2015-05-101-0/+3
* Convert hwpmc(4) debug printfs over to KTR.jhb2015-05-081-4/+39
* Extend the maximum number of allowed PCM channels in a PCM stream tohselasky2015-05-081-1/+1
* Move hwpmc(4) debugging code under a new HWPMC_DEBUG option instead ofjhb2015-05-081-1/+1
* Add apple-boot, apple-hfs and apple-ufs aliases to MBR scheme.ae2015-05-051-2/+4
* Implement a mechanism for making changes in the kernel<->driver PPSian2015-05-041-3/+15
* Introduce the NV_FLAG_NO_UNIQUE flag. When set, it allows to storeoshogbo2015-05-021-0/+4
* Approved, oprócz użycie RESTORE_ERRNO() do ustawiania errno.oshogbo2015-05-021-3/+3
OpenPOWER on IntegriCloud