aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Correct an off-by-one error in vm_reserv_reclaim_contig() that results inAlan Cox2015-04-111-2/+12
* Change the virtual address used to not be 0xc0000000, the arm loaderAndrew Turner2015-04-111-2/+2
* uiomove_object_page(): Avoid instantiating pages in sparse regions on reads.Will Andrews2015-04-111-0/+11
* Add support for controlling the trackpoint when Synaptics is enabled.Rui Paulo2015-04-111-24/+116
* Improve Synaptics support for newer touchpads.Rui Paulo2015-04-112-33/+161
* Add support for the QEMU virt SoC. This is a SoC built depending on theAndrew Turner2015-04-115-0/+263
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-1123-32/+55
* Replace struct filedesc argument in getsock_cap with struct threadMateusz Guzik2015-04-113-32/+30
* fd: remove filedesc argument from fdcloseMateusz Guzik2015-04-1113-27/+23
* Add fdt support to the arm loader.efiAndrew Turner2015-04-111-0/+2
* Only add -fPIC to CFLAGS and -Wl,-znocombreloc to LDFLAGS on x86, theyAndrew Turner2015-04-113-2/+7
* Move reloc.c to the top level Makefile as it has become generic.Andrew Turner2015-04-114-6/+4
* Update the arm efi ldscript to generate a valid efi binaryAndrew Turner2015-04-111-44/+20
* This modifies several FreeBSD drivers to use the GNU approach toGanbold Tsagaankhuu2015-04-116-31/+110
* This modifies several FreeBSD drivers to use the hardware stringsGanbold Tsagaankhuu2015-04-113-3/+3
* This modifies the FreeBSD Amlogic DTS files to use the GNU filesGanbold Tsagaankhuu2015-04-112-365/+171
* The GNU files don't include a DTS for the aml8726-m8b (which hasGanbold Tsagaankhuu2015-04-111-0/+79
* The GNU Amlogic DTS files have some errors (e.g. bad registerGanbold Tsagaankhuu2015-04-113-11/+20
* netmap: improve the netmap attach message on FreeBSD.Rui Paulo2015-04-111-0/+6
* Merge ACPICA 20150410.Jung-uk Kim2015-04-1180-1146/+1516
|\
* | Attempt to fix build after 281351 by defining full prototype for theXin LI2015-04-111-4/+4
* | Merge changes from vendor driver version 1.1.1:Xin LI2015-04-1110-22247/+18531
* | iwn, wlan: fix typosEitan Adler2015-04-102-2/+2
* | Use explicitly sized types in EFI module metadataEd Maste2015-04-101-5/+5
* | Fix the IPV6_MULTICAST_IF sockopt handling. RFC 3493 says when theAndrey V. Elsukov2015-04-101-5/+9
* | tmpfs_getattr(): Return more correct allocated byte counts.Will Andrews2015-04-101-2/+6
* | Add build support for i386 loader.efiEd Maste2015-04-102-0/+17
* | Limit EFI framebuffer metadata to amd64 for nowEd Maste2015-04-101-2/+2
* | Use OF_getencpropalloc() to handle endianess of the properties.Ian Lepore2015-04-101-3/+3
* | Add a pmap_kremove_device() to undo mappings made with pmap_kenter_device().Ian Lepore2015-04-106-30/+95
* | The "get latency" and "get bitmode" device commands are read operations,Ian Lepore2015-04-101-2/+2
* | Redo r274966. Instead of global all-interface all-vnet undocumented sysctl,Gleb Smirnoff2015-04-101-9/+4
* | Port the EFI reloc codeto work on arm64. This used the rela relocationAndrew Turner2015-04-101-2/+14
* | UMA zone limit can be lowered, so remove protection against fromGleb Smirnoff2015-04-101-5/+2
* | o Use Jenkins hash. With previous hash, for a single source IP address andGleb Smirnoff2015-04-101-4/+7
* | Move all code related to IP fragment reassembly to ip_reass.c. SomeGleb Smirnoff2015-04-104-562/+667
* | Now that IP reassembly is no longer under single lock, book-keeping amountGleb Smirnoff2015-04-091-130/+100
* | Don't enable RX and TX before their initial configuration is done, i. e.Marius Strobl2015-04-091-9/+5
* | In the ip_reass() do packet examination and adjusting before acquiringGleb Smirnoff2015-04-091-34/+35
* | Make ip reassembly queue mutexes per-vnet, putting them into the structureGleb Smirnoff2015-04-091-28/+26
* | Remove EOL whitespace from i386 EFI loader sourceEd Maste2015-04-094-5/+5
* | Revert 281276 as unnecessary. Proper change to be committedGeorge V. Neville-Neil2015-04-091-18/+5
* | Remove sleeps from geom_up thread on device destruction.Alexander Motin2015-04-093-10/+8
* | Fix the check for maximum mbuf's size needed to send ND6 NA and NS.Andrey V. Elsukov2015-04-091-15/+6
* | Add R_AARCH64_NONE, the null relocation.Andrew Turner2015-04-091-0/+1
* | Print error values with hex to make it easier to find the EFI error type.Andrew Turner2015-04-091-3/+3
* | Only use -fPIC when building boot1.efi for x86.Andrew Turner2015-04-091-1/+1
* | Add the arm64 machine dependent parts of ficl. This is not machineAndrew Turner2015-04-092-0/+510
* | Use TAILQ_FOREACH_SAFE() instead of implementing it ourselves.Gleb Smirnoff2015-04-091-9/+4
* | If V_maxnipq is set to zero, drain the queue here and now, instead ofGleb Smirnoff2015-04-091-4/+4