aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add ptrace(PT_GET_SC_ARGS) command to return debuggee' current syscallKonstantin Belousov2017-06-122-0/+31
* Print unimplemented syscall number to the ctty on SIGSYS, if enabledKonstantin Belousov2017-06-121-1/+10
* Move struct syscall_args syscall arguments parameters container intoKonstantin Belousov2017-06-1225-86/+121
* cxgbe(4): Do not request an FEC setting that the port does not support.Navdeep Parhar2017-06-121-0/+1
* Make struct syscall_args visible to userspace compilation environmentKonstantin Belousov2017-06-127-38/+28
* msdosfs: adjust #ifdefs to be similar to NetBSDEd Maste2017-06-123-6/+13
* Add a helper function for comparing struct uuids.Mark Johnston2017-06-122-0/+8
* Remove the outdated definition.Dmitry Chagin2017-06-121-2/+0
* Since r318735 (ino64 project) the size of the native struct dirent isDmitry Chagin2017-06-121-15/+2
* Remove unnecessary, and mismatched, comment.Pedro F. Giffuni2017-06-111-1/+1
* extfs: fix the build with no UFS_ACL.Pedro F. Giffuni2017-06-112-0/+18
* More accurately handle early EFER restoration on resume.Konstantin Belousov2017-06-111-1/+2
* Convert from local code and constants for mac<->phy connection type to newIan Lepore2017-06-111-25/+13
* Add a driver for the Vitesse/Microsemi VSC8501 PHY.Ian Lepore2017-06-113-1/+275
* Add some utility functions to help a PHY driver on an FDT-configuredIan Lepore2017-06-113-0/+276
* Add a set of constants describing the ways a MAC and PHY can be connected.Ian Lepore2017-06-101-0/+36
* Allow building if_ffec as a module.Ian Lepore2017-06-102-0/+14
* if_ffec bugfixes related to harvesting of hardware-maintained statistics...Ian Lepore2017-06-101-33/+43
* Switch the example name for variables controlling loading memory imagesEdward Tomasz Napierala2017-06-101-3/+3
* ixl(4)/ixlv(4): Fix some busdma tags and improper map NULL.Eric Joyner2017-06-101-5/+4
* Remove an unnecessary field from struct blist. (The comment describingAlan Cox2017-06-102-9/+13
* Remove an unnecessary variable from the switch softc structure and make theLuiz Otavio O Souza2017-06-091-19/+22
* Follow up r313841 on powerpcJustin Hibbits2017-06-091-1/+6
* Implement pci_disable_device() in the LinuxKPI.Mark Johnston2017-06-091-0/+3
* Augment wait queue support in the LinuxKPI.Mark Johnston2017-06-096-174/+646
* Style and comment fixes only.Alan Cox2017-06-091-8/+8
* blist_fill()'s return type is too narrow. blist_fill() accepts a 64-bitAlan Cox2017-06-092-11/+11
* Fix stat(2) on a listening socket.Gleb Smirnoff2017-06-091-16/+19
* Allow the arm64 machine/vfp.h to be included without first includingAndrew Turner2017-06-091-0/+2
* Store the read-only thread pointer when scheduling a new thread. This isAndrew Turner2017-06-093-0/+10
* MFV r319741: 8156 dbuf_evict_notify() does not need dbuf_evict_lockAndriy Gapon2017-06-091-11/+7
* MFV r319739: 8005 poor performance of 1MB writes on certain RAID-Z configurat...Andriy Gapon2017-06-091-5/+15
* MFV r319738: 8155 simplify dmu_write_policy handling of pre-compressed buffersAndriy Gapon2017-06-095-25/+17
* remove an unrelated local change from r319746Andriy Gapon2017-06-091-8/+6
* MFV r319744,r319745: 8269 dtrace stddev aggregation is normalized incorrectlyAndriy Gapon2017-06-091-6/+8
* Remove msdosfs -o large support.Konstantin Belousov2017-06-096-247/+19
* Enhance vfs.ino64_trunc_error sysctl.Konstantin Belousov2017-06-092-10/+61
* rtwn: rename module (if_rtwn.ko -> rtwn.ko) to match module name + dropAndriy Voskoboinyk2017-06-091-1/+1
* When we are in UMA_STARTUP use startup_alloc() for any zone, not forGleb Smirnoff2017-06-081-12/+10
* Fix the software fallback for GCM to validate the existing tag for decrypts.John Baldwin2017-06-081-3/+14
* Listening sockets improvements.Gleb Smirnoff2017-06-0826-905/+1070
* Add explicit handling for requests with an empty payload.John Baldwin2017-06-081-6/+83
* With EARLY_AP_STARTUP enabled, we are seeing crashes in softclock_call_cc()Jonathan T. Looney2017-06-081-2/+9
* Add the infrastructure to support loading multiple versions of TCPJonathan T. Looney2017-06-085-35/+152
* arm64: add ".arch armv8-a+crc" to allow use of crc instructionsEd Maste2017-06-081-0/+1
* Bump _FreeBSD_version after removal of groffBaptiste Daroussin2017-06-081-1/+1
* Add function to dump PCIE MBUS decoding windows and barsZbigniew Bodek2017-06-081-1/+20
* Restore DTS node of PCIe controller for A38X boardsZbigniew Bodek2017-06-084-41/+171
* Support multi-port PCIe hierarchy in Marvell boards DTSZbigniew Bodek2017-06-083-8/+367
* Fix PCIe window decoding on Armada 38xZbigniew Bodek2017-06-081-24/+63