aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make timespecadd(3) and friends publicAlan Somers2018-07-3031-88/+84
* snd_hda: Print error codes in decimal, rather than hexJustin Hibbits2018-07-301-5/+5
* snd_hda: Only free streams DMA maps if the streams list has been createdJustin Hibbits2018-07-301-2/+3
* As with DPCPU_DEFINE_STATIC make VNET_DEFINE_STATIC non-static on arm64 inAndrew Turner2018-07-302-1/+12
* Ensure the DPCPU and VNET module spaces are aligned to hold a pointer.Andrew Turner2018-07-302-2/+2
* As with DPCPU_DEFINE make it a compile error to use static with VNET_DEFINE.Andrew Turner2018-07-301-1/+2
* Disable VIMAGE on RISC-V.Ruslan Bukin2018-07-301-1/+1
* xen/grants: fix deadlocks in the free callbacksRoger Pau Monné2018-07-301-1/+1
* xen-blkfront: fix memory leak in xbd_connect error pathRoger Pau Monné2018-07-301-2/+9
* xen-blkfront: fix length checkRoger Pau Monné2018-07-301-2/+2
* Remove teh non-INTRNG code from the ARM GIC interrupt controller driver.Andrew Turner2018-07-303-378/+0
* This fixes a hole where rack could end upRandall Stewart2018-07-301-1/+4
* Require ARMv5 for arm. All current kernels are for ARMv5 or later, and itAndrew Turner2018-07-301-0/+5
* Correct copyright dates.David E. O'Brien2018-07-301-1/+1
* Prepare for adding psind == 1 support to armv6's pmap_enter().Alan Cox2018-07-301-32/+36
* Silence newer gcc warnings.Rick Macklem2018-07-293-3/+3
* Use SMAP on amd64.Konstantin Belousov2018-07-2911-48/+614
* freebsd32_getrusage(2): skip freebsd32_rusage_out on errorAlan Somers2018-07-291-2/+3
* getrusage(2): fix return value under 32-bit emulationAlan Somers2018-07-291-5/+2
* The device ID tables are used only within the driver, make them static soIan Lepore2018-07-292-2/+2
* Add allow.mlock to jail parametersAntoine Brodin2018-07-292-1/+16
* Fix the long term ULE load balancer so that it actually works. TheDon Lewis2018-07-291-5/+2
* Modify the NFSv4.1 server so that it allows ReclaimComplete as done by ESXi 6.7.Rick Macklem2018-07-284-8/+20
* Use the cp15 functions to read cp15 registers rather than using assemblyAndrew Turner2018-07-288-44/+15
* Remove an unneeded cpu_ident() prototype.Andrew Turner2018-07-281-1/+0
* Implement atomic_swap_{32,64,int,long,ptr}(9).Marius Strobl2018-07-281-2/+9
* Remove some write only global values from the arm cpufunc code.Andrew Turner2018-07-281-11/+0
* Remove an unused function from the arm ELF trampoline. It tries to findAndrew Turner2018-07-281-137/+0
* Only build the cache handling code we need when building the arm ELFAndrew Turner2018-07-283-4/+8
* Make the arm cpu setup functions static. Any other place that needs theseAndrew Turner2018-07-282-12/+17
* Remove an unneeded check for CPU_XSCALE_81342Andrew Turner2018-07-281-3/+0
* Remove old CPU_ values from the arm cpufunc code. These have been removed.Andrew Turner2018-07-283-710/+3
* Remove the old CPU_ values from the arm kernel trampoline. These optionsAndrew Turner2018-07-281-48/+2
* Remove now the cow unused CPU_ARM9 and CPU_FA526 options. These are forAndrew Turner2018-07-287-1127/+5
* The RT1310 is an ARM926EJ-S, fix the config to mark it as such.Andrew Turner2018-07-281-1/+2
* Only support INTRNG in the SMP code on arm. We already require INTRNG onAndrew Turner2018-07-283-160/+0
* Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files.Andrew Turner2018-07-2813-38/+0
* To date, mlockall(MCL_FUTURE) has had the unfortunate side effect ofAlan Cox2018-07-281-4/+7
* This builds now, so aadd it back to Universe.Warner Losh2018-07-271-2/+0
* Remove xscale support.Warner Losh2018-07-2743-8000/+0
* Revert r336773: it removed too much.Warner Losh2018-07-2768-13/+10903
* Rename VM_FREELIST_ISADMA to VM_FREELIST_LOWMEM.Warner Losh2018-07-273-27/+7
* Remove xscale supportWarner Losh2018-07-2768-10903/+13
* Make ralink compile again.Warner Losh2018-07-273-2/+7
* Remove Cavium/Econa CNS11xx support.Warner Losh2018-07-2717-4749/+0
* Remove Atmel AT91RM9200 and AT91SAM9 support.Warner Losh2018-07-27120-25692/+1
* Use SPP (Supervisor Previous Privilege) bit in the sstatusRuslan Bukin2018-07-271-2/+2
* Fix handling of KVA in kmem_bootstrap_free().Mark Johnston2018-07-273-5/+24
* On amd64, enable workarounds for several Ryzen erratas as described inKonstantin Belousov2018-07-272-0/+31
* Allow a EVFILT_TIMER kevent to be updated.David Bright2018-07-271-10/+106