summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-06-16split returning an item to the pool pages out of pool_put as pool_do_put.David Gwynne
2017-06-15Don't defer attaching PV devicesMike Belopuhov
2017-06-15Make sure we can free GPA handles when coldMike Belopuhov
2017-06-15Support executing NVSP and RNDIS commands during autoconfMike Belopuhov
2017-06-15Provide storage for the response message in each CCBMike Belopuhov
2017-06-15Remove the structure definition for an old (pre Win8) I/O request typeMike Belopuhov
2017-06-15Put back copying of the response message into the polling callbackMike Belopuhov
2017-06-15Correct the number of targets vs number of LUNsMike Belopuhov
2017-06-15We do not support iso7 nor pcvt encoding, so remove macro definitionsFrederic Cambus
2017-06-15report contention on caches global data to userland.David Gwynne
2017-06-15white space tweaks. no functional change.David Gwynne
2017-06-15implement the backend of the sysctls that report pool cache info.David Gwynne
2017-06-15add some kinfo structs and sysctl mibs for info about per cpu pool cachesDavid Gwynne
2017-06-14Enable hvs(4), "go for it" from deraadt.Mike Belopuhov
2017-06-14Borrow some of dlg's smarts to make this look like a real SCSI driverMike Belopuhov
2017-06-14Currently, iwm(4) uses only one phy context, so stop sending commands to theStefan Sperling
2017-06-14When a task in iwm(4) obtains an rwlock(9), bail out if the device wasStefan Sperling
2017-06-14Make the iwm(4) ioctl handler wait until the transition to SCAN has completedStefan Sperling
2017-06-14Make iwm(4) wait for the PHY calibration result notification during HW init.Stefan Sperling
2017-06-14Split early startup code out of armv7_start.S into locore0.S. AdjustPatrick Wildt
2017-06-14Special handling for request 0 clashes with CCB 0Mike Belopuhov
2017-06-14Increase the maximum amount of requests and do some cleanupMike Belopuhov
2017-06-14Hookup hvs(4)Mike Belopuhov
2017-06-14Hyper-V storage driverMike Belopuhov
2017-06-14Add another type of a scatter-gather list operation used by StorVSCMike Belopuhov
2017-06-14tweak sysctl_string and sysctl_tstring to use size_t for lengths, not intDavid Gwynne
2017-06-13Revert 'Implement VFS read clustering for MSDOSFS' againStefan Fritsch
2017-06-13newbsd: target which re-links a kernel. We cannot use the bsd: targetTheo de Raadt
2017-06-13needs a fake ld.script for KARL toolingTheo de Raadt
2017-06-13Do not invalidate remote TLB entries with new mappings because theVisa Hankala
2017-06-13Tweak order of operands to check constant `cache_valias_mask' first.Visa Hankala
2017-06-13when enabling cpu caches, check the item size against the right thingDavid Gwynne
2017-06-13Increase WSFONT_NAME_SIZE size, this will allow storing longer fontFrederic Cambus
2017-06-13use size_t for the size of things in memory, not int.David Gwynne
2017-06-13Split early startup code out of locore.S into locore0.S. Adjust linkTheo de Raadt
2017-06-13add a dummy ld.script. macppc does not use one of these yet, butTheo de Raadt
2017-06-13Prepare install_extint() for the vector being relative-negative (ieTheo de Raadt
2017-06-13First step of randomized link for sparc64: gap.S and randomize files.Theo de Raadt
2017-06-12have the timeout call if qstart via the serialiser isntead of directlyDavid Gwynne
2017-06-12Pledge is fairly done, so the kernel printf's can be converted to log()Theo de Raadt
2017-06-12destroy lint remnants.Marc Espie
2017-06-12Backout last change to remove esym .data patching because it breaksMarcus Glocker
2017-06-12Limit the maximum size of softraid crypto volumes that can be created toJoel Sing
2017-06-12Upon failure, only return zero from the softraid ioctl handler when thereJoel Sing
2017-06-12Fix another long standing softraid crypto bug where if all 32 keys are inJoel Sing
2017-06-12Factor out and reuse the code that frees the crypto sessions, instead ofJoel Sing
2017-06-12Fix a long standing off-by-one bug in the softraid crypto number of keysJoel Sing
2017-06-12specify free() size from the old allocation, not new allocation.Theo de Raadt
2017-06-12ifq_start does OACTIVE and RUNNING checks for the driverMike Belopuhov
2017-06-12typo; from bryan vyhmeisterTheo de Raadt