summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Rename P_KTHREAD struct proc p_flag to P_KPROC.Konstantin Belousov2016-02-098-12/+11
* Use designated initialisers for the db disassembler interface to help withAndrew Turner2016-02-091-3/+3
* Don't set the offset when loading the kernel on the arm loader.efi. TheAndrew Turner2016-02-091-1/+6
* Ignore invalid page descriptors in ARM64 pmap_mincoreWojciech Macek2016-02-091-0/+12
* Teach ofw_bus_parse_xref_list_alloc to be able to return the length of the pa...Adrian Chadd2016-02-092-4/+57
* Stop clang from generating movt/movw sequences. These don't get relocatedAndrew Turner2016-02-091-0/+8
* Ensure the bss is aligned to a 4-byte address as we use 4-byte alignedAndrew Turner2016-02-091-1/+3
* Call kthread_exit() rather than kproc_exit() for a premature kthread exit.John Baldwin2016-02-081-1/+1
* Mark proc0 as a kernel process via the P_KTHREAD flag.John Baldwin2016-02-081-1/+1
* Fix the SCSI Extended INQUIRY probe case when an error is returnedKenneth D. Merry2016-02-081-1/+1
* kmod.mk: Ensure ILINKS are created before building.Bryan Drewery2016-02-081-0/+1
* kmod.mk: Support a beforebuild target such as bsd.prog.mk has.Bryan Drewery2016-02-081-1/+2
* ficl: Replace rand(3) with random(3).Pedro F. Giffuni2016-02-081-1/+1
* ficl: Replace rand(3) with random(3).Pedro F. Giffuni2016-02-081-2/+2
* Implement -P for boot loader. It's a bit easier to implement here thanWarner Losh2016-02-081-3/+93
* Restore kgzldr on i386 onlyEd Maste2016-02-081-0/+4
* Remove the assert which outlived its usefulness, and, by default,Konstantin Belousov2016-02-081-12/+7
* semget(): Check for [EEXIST] error first.Jilles Tjoelker2016-02-071-5/+5
* Minor grammar fix in comment.Pedro F. Giffuni2016-02-071-1/+1
* Revert r295359:Pedro F. Giffuni2016-02-071-1/+1
* msdosfs_rename: yet another unused value.Pedro F. Giffuni2016-02-071-3/+0
* cd9660: Drop an unnecessary check for NULL.Pedro F. Giffuni2016-02-071-2/+1
* fdesc_setattr: unitialized pointer readPedro F. Giffuni2016-02-071-1/+1
* Clarify a comment in kern_openat() about the use of falloc_noinstall().Kirk McKusick2016-02-071-1/+2
* Do not set vfs.root.mountfrom unnecessarilyAllan Jude2016-02-071-2/+0
* Fix EFI platform build failuresSteven Hartland2016-02-062-2/+2
* msdosfs_rename: Unused valuePedro F. Giffuni2016-02-061-1/+0
* Do not call vn_fullpath(9) (through the pmc_getfilename() wrapper)Konstantin Belousov2016-02-061-4/+4
* ARM: Rename remaining ARMv4 specific function in DTrace code.Michal Meloun2016-02-061-1/+1
* fork: ansify sys_pdforkMateusz Guzik2016-02-061-3/+1
* Rename aiocblist to kaiocb and use consistent variable names.John Baldwin2016-02-053-324/+324
* Plug a vm_page leak introduced in r292373.Mark Johnston2016-02-051-0/+3
* Update em(4) to 7.6.1; update igb(4) to 2.5.3.Eric Joyner2016-02-0523-189/+1342
* Implement kdb_cpu_sync_icache on arm64.Andrew Turner2016-02-051-0/+2
* Fix EFI multi device boot supportSteven Hartland2016-02-055-181/+517
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun2016-02-0523-51/+92
* Follow up r295257 and replace bad reference to TEX in defines,Svatopluk Kraus2016-02-051-36/+37
* Follow up r295257 and convert also pt_memattr. This did not breakSvatopluk Kraus2016-02-051-6/+7
* ARM: Introduce new cpu-v4.h header and move all ARMv4 specific codeMichal Meloun2016-02-059-66/+181
* hyperv: Use malloc for page allocation.Sepherosa Ziehau2016-02-053-24/+15
* hyperv: Use WAITOK in the places where we can waitSepherosa Ziehau2016-02-055-83/+22
* hyperv: Use standard taskqueue instead of hv_work_queueSepherosa Ziehau2016-02-057-291/+101
* hyperv/hn: Add an option to always do transmission schedulingSepherosa Ziehau2016-02-052-4/+15
* hyperv/hn: Move LRO flush to the channel processing rollupSepherosa Ziehau2016-02-051-11/+10
* hyperv/hn: Increase LRO entry count to 128 by defaultSepherosa Ziehau2016-02-051-0/+28
* hyperv/hn: Recover half of the chimney sending spaceSepherosa Ziehau2016-02-051-6/+25
* hyperv/hn: Factor out hn_encap() from hn_start_locked()Sepherosa Ziehau2016-02-051-214/+220
* hyperv/hn: Obey IFCAP_RXCSUM configureSepherosa Ziehau2016-02-051-7/+12
* hyperv/hn: Add sysctls to trust host side UDP and IP csum verificationSepherosa Ziehau2016-02-052-7/+80
* hyperv/hn: Enable UDP RXCSUMSepherosa Ziehau2016-02-052-4/+11