aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Initial version of DTrace on ARM32.George V. Neville-Neil2015-02-1019-5/+2389
* Remove a printf and an strlen() from the coredump code.Rui Paulo2015-02-101-6/+3
* Mountd iterating over the mount points may race with the parallelKonstantin Belousov2015-02-101-2/+8
* Restore ABI compatibility, broken in r273127. Note that while this fixesEdward Tomasz Napierala2015-02-102-1/+53
* Properly quote EXTRA_MODULES and WITHOUT_MODULES to ensure that theyWarner Losh2015-02-101-1/+1
* Resolve cache line size from CP15Zbigniew Bodek2015-02-104-11/+41
* Revert r274918 and make a better solution. Poll the synchronisationHans Petter Selasky2015-02-101-42/+54
* Do not abort already aborted tasks.Alexander Motin2015-02-101-51/+44
* Remove FreeBSD/wii.Rui Paulo2015-02-1022-3579/+31
* Sanitise the coredump file names sent to devd.Rui Paulo2015-02-101-16/+39
* cxgbe(4): allow the SET_FILTER_MODE ioctl to change the mode when it'sNavdeep Parhar2015-02-102-33/+29
* Add error reporting to interrupt CPU binding.Nathan Whitehorn2015-02-101-3/+6
* Set thread priorities on multithreaded CPUs so that threads holding aNathan Whitehorn2015-02-102-2/+5
* Notify devd(8) when a process crashed.Rui Paulo2015-02-091-0/+31
* Add the ability to print a vendor copyright in dmesg.Rui Paulo2015-02-091-1/+6
* Fix DMA address casts. Regression issue after r278279.Hans Petter Selasky2015-02-091-2/+2
* Use __builtin_popcountl() instead of __builtin_popcount().John Baldwin2015-02-091-1/+1
* Use __builtin_popcnt() to implement a BIT_COUNT() operation for bitsets andJohn Baldwin2015-02-092-0/+11
* Add x2APIC support. Enable it by default if CPU is capable. TheKonstantin Belousov2015-02-0917-168/+470
* This fixes a bug in the way that the LLE timers for nd6Randall Stewart2015-02-094-8/+43
* Distribute interrupts across multiple CPUs in SMP configurations instead of s...Nathan Whitehorn2015-02-091-3/+15
* This fixes two conditions that can incur when migrationRandall Stewart2015-02-092-86/+155
* Prefer install over mkdir to create the directory. Add test to ensureWarner Losh2015-02-091-3/+3
* Move these definitions to bsd.own.mk along side the kernel directory /Warner Losh2015-02-091-4/+0
* Fix typo.Warner Losh2015-02-091-1/+1
* We need to create /boot/dtb since some use cases don't create a fullWarner Losh2015-02-091-0/+4
* Make sure that we define DTB{OWN,GRP,MODE} so install works.Warner Losh2015-02-091-0/+3
* Pass MODULES_EXTRA to the modules build. While I'm here, also alwaysWarner Losh2015-02-091-3/+1
* Enforce that MK_foo options shall be either "yes" or "no" and nothingWarner Losh2015-02-091-0/+8
* Mark invalid page table entries correctly for PMAP as well as for theNathan Whitehorn2015-02-091-2/+4
* Properly hide a variable under #ifdef as it is only used inside theBjoern A. Zeeb2015-02-091-1/+1
* Chase r278433: bump __FreeBSD_version for xz 5.2.0 which adds multi-threadXin LI2015-02-091-1/+1
* After r278004 was committed, Bruce Evans noted that the casts wereDimitry Andric2015-02-092-7/+7
* Fix typo in PTE insertion overflow handling: use the page we're actuallyNathan Whitehorn2015-02-091-1/+4
* Do not mark shared structures as __packed, it leads to race conditionOleksandr Tymoshenko2015-02-091-3/+3
* Remove unused variablesOleksandr Tymoshenko2015-02-092-3/+0
* Fix an extremely subtle concurrency bug triggered by running on 32-threadNathan Whitehorn2015-02-091-6/+11
* Technically speaking, using one virtal processor area for all CPUs is aNathan Whitehorn2015-02-091-12/+20
* Simplify trapcode setup by placing a copy of the generic trap handler atNathan Whitehorn2015-02-091-35/+32
* Preset the object's color, or alignment, to maximize superpage usage.Alan Cox2015-02-081-1/+2
* Fix ordering of "*logout" and "*terminate"; no functional changes.Edward Tomasz Napierala2015-02-081-40/+40
* Extend ICL to add receive offload methods. For software ICL backendEdward Tomasz Napierala2015-02-087-41/+193
* Add some error checking on the supplied page size list. This makes sureNathan Whitehorn2015-02-081-7/+16
* Add Neoway WM620 module ID.Dmitry Chagin2015-02-082-0/+2
* Make output of "iscsictl -v" and "ctladm islist -v" a little prettierEdward Tomasz Napierala2015-02-082-2/+2
* cxgbe(4): tidy up some of the interaction between the Upper LayerNavdeep Parhar2015-02-086-30/+60
* cxgbe(4): adapter_full_init is always a synchronized operation.Navdeep Parhar2015-02-081-0/+1
* cxgbe(4): a change to the synchronization rules within the the driver.Navdeep Parhar2015-02-082-1/+6
* Fix a typo in r278137: make sure to free provider state.Mark Johnston2015-02-081-1/+1
* Add VideoCore audio driver for Rasperry Pi (BCM2835)Oleksandr Tymoshenko2015-02-084-0/+1068