Age | Commit message (Expand) | Author |
2014-01-18 | Fix comment re size of input buffer. | Joel Sing |
2014-01-18 | Use arc4random_buf() for fetching 64-bits of data because it is faster | Theo de Raadt |
2014-01-18 | take advantage of pool_setipl and PR_ZERO to avoid doing work the | David Gwynne |
2014-01-18 | if the controller is too busy to do a POLLed command, return XS_BUSY | David Gwynne |
2014-01-18 | rename scsi_ioh_runqueue to scsi_iopool_run, and make it available | David Gwynne |
2014-01-18 | Use arc4random_uniform to increase the slightly difficulty of winning. | Theo de Raadt |
2014-01-17 | if the hardware is too busy or its queues are too full, return XS_BUSY, | David Gwynne |
2014-01-17 | if the hardware is too busy or its queues are too full, return XS_BUSY, | David Gwynne |
2014-01-17 | a polled command timing out isnt a software resource shortage, its | David Gwynne |
2014-01-17 | remove a XS_NO_CCB case by moving aac to iopools. | David Gwynne |
2014-01-17 | replace aacminphys with scsi_minphys. both are just wrappers around | David Gwynne |
2014-01-17 | aacvar advertises a public api which is only used inside aac.c. make it | David Gwynne |
2014-01-16 | Appease LLVM's integrated assembler. Matches the same code as it exists | Brad Smith |
2014-01-16 | Remove an infinite loop in fuse_device_cleanup(). | Sylvestre Gallon |
2014-01-16 | Replaces a lookup to find the link-layer address by accessing the if_sadl | Martin Pieuchot |
2014-01-16 | Add support for mknod in fuse. | Sylvestre Gallon |
2014-01-15 | Add WSDISPLAYIO_SETGFXMODE ioctl on LUNA's frame buffer. | Kenji Aoyama |
2014-01-15 | Remove a hack to update the address and packet length for every device | Martin Pieuchot |
2014-01-15 | Enable by default the DS1337 TOD clock. | Paul Irofti |
2014-01-15 | Add support for the DS1337 TOD clocks found on some of the octeon models. | Paul Irofti |
2014-01-15 | Remove assigned but never read value. | Martin Pieuchot |
2014-01-15 | remove functions that were uses by other (non-linux) compat; and | Theo de Raadt |
2014-01-14 | Typo in a printf, should be 'bytes' not 'blocks' | Mike Larkin |
2014-01-13 | Call all local valiables of type struct in6_ifaddr "ia6". This is | Alexander Bluhm |
2014-01-13 | Iterate over the per interface address list instead of the global one | Martin Pieuchot |
2014-01-13 | Return the poison value in poison_check() and not the modified value. | Martin Pieuchot |
2014-01-12 | Remove no-op 'HIDE' macro from sppp code. This probably existed to allow | Stefan Sperling |
2014-01-12 | crank to 5.5beta | Theo de Raadt |
2014-01-11 | When I created UDP socket splicing, I added the goto nextpkt loop | Alexander Bluhm |
2014-01-11 | regen | Brad Smith |
2014-01-11 | add some more Realtek Card Reader chipsets. | Brad Smith |
2014-01-11 | Sync the comments for the M_ICMP_CSUM_* flags with their descriptions in | Lawrence Teo |
2014-01-10 | regen | Brad Smith |
2014-01-10 | Resurrect the "park APs in realmode" idea that we explored back at t2k13 | Mike Larkin |
2014-01-10 | Add the ULT Haswell host bridge id. | Brad Smith |
2014-01-10 | Add MSI support. | Brad Smith |
2014-01-10 | replace the rest of the obsolete radix macros | Ted Unangst |
2014-01-10 | Let "ddb show mbuf" print all mbuf fields in a consistent way. Move | Alexander Bluhm |
2014-01-09 | replace Bcopy macro with memmove and memcpy. ok mpi | Ted Unangst |
2014-01-09 | Fix the burner method, here the cookie is a pointer to rasops_info. | Martin Pieuchot |
2014-01-09 | bzero/bcmp -> memset/memcmp. ok matthew | Ted Unangst |
2014-01-09 | tiny tweak to asm. prefer memcpy and memmove, with bcopy wrapper | Ted Unangst |
2014-01-08 | regen | Brad Smith |
2014-01-08 | Use the same naming scheme on both sides for the Attansic entries and | Brad Smith |
2014-01-08 | Name the local variables for struct ifaddr consistently "ifa". | Alexander Bluhm |
2014-01-08 | Fix typo recieve -> receive. | Alexander Bluhm |
2014-01-08 | regen | joshua stein |
2014-01-08 | add a bunch of newer apple wellspring keyboard/trackpad ids | joshua stein |
2014-01-08 | Be sure to have pmap_extract() return FALSE for existing, but non-valid user | Miod Vallat |
2014-01-08 | Perform manual malloc/free of a large object in pfkeyv2_send() to | Theo de Raadt |