aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Regen.Konstantin Belousov2015-04-186-278/+68
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-184-6/+16
* Implement hwpmc(4) for Freescale e500 core.Justin Hibbits2015-04-1813-9/+942
* Revert unrelated chunk from the r281707.Konstantin Belousov2015-04-181-1/+0
* Remove lazy pmap switch code from i386. Naive benchmark with md(4)Konstantin Belousov2015-04-1811-274/+13
* Synaptics: don't report the middle button when clickPad is used.Rui Paulo2015-04-181-1/+2
* Complete r281670, unlist removed files.Konstantin Belousov2015-04-181-2/+0
* Remove unimplemented sched provider probes.Mark Johnston2015-04-181-11/+0
* Do not report stripe size if it is equal to sector size.Alexander Motin2015-04-181-1/+2
* Initialize td_sel in the thread_init(). Struct thread is not zeroedKonstantin Belousov2015-04-181-0/+1
* Change ipsec_address() and ipsec_logsastr() functions to take twoAndrey V. Elsukov2015-04-187-132/+105
* Requeue mbuf via netisr when we use IPSec tunnel mode and IPv6.Andrey V. Elsukov2015-04-181-1/+30
* Fix handling of scoped IPv6 addresses in IPSec code.Andrey V. Elsukov2015-04-183-36/+21
* Remove xform_ipip.c and code related to XF_IP4.Andrey V. Elsukov2015-04-184-405/+129
* Remove some oldnfs remnants.Edward Tomasz Napierala2015-04-181-3/+0
* Remove unused code from linux_mount(), and make it possible to mountEdward Tomasz Napierala2015-04-181-29/+5
* Fix French typos in etherswitch.Rui Paulo2015-04-181-61/+61
* Forgot to add default event mask definition.Takanori Watanabe2015-04-181-0/+3
* Move the items common to all SoCs to a single file.Luiz Otavio O Souza2015-04-185-30/+20
* Fix the style(9) and adds two missing parentheses on the licence.Luiz Otavio O Souza2015-04-181-81/+81
* More accurately collect name-cache statistics in sysctl functionsKirk McKusick2015-04-181-20/+16
* Simplify the receiver code a bit.Luiz Otavio O Souza2015-04-182-54/+60
* Add the necessary support to use both TX queues available on if_emac.Luiz Otavio O Souza2015-04-172-12/+29
* Drop experimental dir_index support.Pedro F. Giffuni2015-04-178-1494/+117
* Remove unnecessary checks and fix an issue where the interrupt handlerLuiz Otavio O Souza2015-04-171-10/+6
* Remove vfs.zfs.snapshot_list_prefetch, the corresponding code wasXin LI2015-04-171-5/+0
* Fix r281649: don't call in6_clearscope() twice.Gleb Smirnoff2015-04-171-1/+1
* Use the address of fsu_intr_fault, not the first two instructions in it asAndrew Turner2015-04-171-2/+2
* Provide functions to determine presence of a given addressGleb Smirnoff2015-04-175-54/+58
* Remove support for reading the syscall code in OABI. This is unneeded nowAndrew Turner2015-04-171-4/+0
* Use cp15_ifar_get to get the instruction fault address. When using Thumb-2Andrew Turner2015-04-171-0/+5
* Build the USB DisplayLink driver by default.Hans Petter Selasky2015-04-171-0/+1
* Buffers which can be memory mapped into userspace should never beHans Petter Selasky2015-04-172-8/+74
* Bring in if_types.h from projects/ifnet, where types areGleb Smirnoff2015-04-171-206/+211
* - Format copyright notices, VCS ids.Gleb Smirnoff2015-04-1714-267/+53
* Fix the 'wrong packet header' errors for if_emac.Luiz Otavio O Souza2015-04-171-3/+1
* Relax the check on which vectors can be delivered through the APIC. AccordingNeel Natu2015-04-161-1/+5
* mav@ has found that NFS servers exporting ZFS file systemsRick Macklem2015-04-164-7/+18
* Fix kernel build ${MACHINE} pathEd Maste2015-04-164-3/+9
* Add "GELI Passphrase:" prompt to boot loader.Devin Teske2015-04-164-7/+48
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsGleb Smirnoff2015-04-1628-89/+90
* Prefer 'vcpu_should_yield()' over checking 'curthread->td_flags' directly.Neel Natu2015-04-161-1/+1
* Set MACHINE_ARCH to aarch64 for arm64Ed Maste2015-04-161-1/+1
* In the version of gcc in the FreeBSD tree, this modification was made toCraig Rodrigues2015-04-163-0/+36
* Remove THRMISC_VERSION. The thrmisc structure doesn't include a versionJohn Baldwin2015-04-161-2/+0
* Fix an old and well-documented use-after-free race condition inJulien Charbon2015-04-164-100/+206
* Enable LDO to 2.5V before efuse r/w action in order to preventKevin Lo2015-04-161-1/+12
* Remove duplicate header entry.Marcelo Araujo2015-04-161-1/+0
* File systems that do not use the buffer cache (such as ZFS) mustRick Macklem2015-04-1510-5/+16
* Fix handling of BUS_PROBE_NOWILDCARD in 'device_probe_child()'.Neel Natu2015-04-151-8/+10