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