summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-01-16Remove an infinite loop in fuse_device_cleanup().Sylvestre Gallon
2014-01-16Replaces a lookup to find the link-layer address by accessing the if_sadlMartin Pieuchot
2014-01-16Add support for mknod in fuse.Sylvestre Gallon
2014-01-15Add WSDISPLAYIO_SETGFXMODE ioctl on LUNA's frame buffer.Kenji Aoyama
2014-01-15Remove a hack to update the address and packet length for every deviceMartin Pieuchot
2014-01-15Enable by default the DS1337 TOD clock.Paul Irofti
2014-01-15Add support for the DS1337 TOD clocks found on some of the octeon models.Paul Irofti
2014-01-15Remove assigned but never read value.Martin Pieuchot
2014-01-15remove functions that were uses by other (non-linux) compat; andTheo de Raadt
2014-01-14Typo in a printf, should be 'bytes' not 'blocks'Mike Larkin
2014-01-13Call all local valiables of type struct in6_ifaddr "ia6". This isAlexander Bluhm
2014-01-13Iterate over the per interface address list instead of the global oneMartin Pieuchot
2014-01-13Return the poison value in poison_check() and not the modified value.Martin Pieuchot
2014-01-12Remove no-op 'HIDE' macro from sppp code. This probably existed to allowStefan Sperling
2014-01-12crank to 5.5betaTheo de Raadt
2014-01-11When I created UDP socket splicing, I added the goto nextpkt loopAlexander Bluhm
2014-01-11regenBrad Smith
2014-01-11add some more Realtek Card Reader chipsets.Brad Smith
2014-01-11Sync the comments for the M_ICMP_CSUM_* flags with their descriptions inLawrence Teo
2014-01-10regenBrad Smith
2014-01-10Resurrect the "park APs in realmode" idea that we explored back at t2k13Mike Larkin
2014-01-10Add the ULT Haswell host bridge id.Brad Smith
2014-01-10Add MSI support.Brad Smith
2014-01-10replace the rest of the obsolete radix macrosTed Unangst
2014-01-10Let "ddb show mbuf" print all mbuf fields in a consistent way. MoveAlexander Bluhm
2014-01-09replace Bcopy macro with memmove and memcpy. ok mpiTed Unangst
2014-01-09Fix the burner method, here the cookie is a pointer to rasops_info.Martin Pieuchot
2014-01-09bzero/bcmp -> memset/memcmp. ok matthewTed Unangst
2014-01-09tiny tweak to asm. prefer memcpy and memmove, with bcopy wrapperTed Unangst
2014-01-08regenBrad Smith
2014-01-08Use the same naming scheme on both sides for the Attansic entries andBrad Smith
2014-01-08Name the local variables for struct ifaddr consistently "ifa".Alexander Bluhm
2014-01-08Fix typo recieve -> receive.Alexander Bluhm
2014-01-08regenjoshua stein
2014-01-08add a bunch of newer apple wellspring keyboard/trackpad idsjoshua stein
2014-01-08Be sure to have pmap_extract() return FALSE for existing, but non-valid userMiod Vallat
2014-01-08Perform manual malloc/free of a large object in pfkeyv2_send() toTheo de Raadt
2014-01-07Propagate an rdomain number to the nd6_lookup independently fromMike Belopuhov
2014-01-07Some follow-up fixes for IFID collision handling in IPv6CP.Stefan Sperling
2014-01-07syncTheo de Raadt
2014-01-07some more devices; Alexey E. SuslikovTheo de Raadt
2014-01-07syncTheo de Raadt
2014-01-07FTX support; from Chris HettrickTheo de Raadt
2014-01-07Remove unused fields.Martin Pieuchot
2014-01-07Increase the size of the bge_flags field to allow for more flags.Brad Smith
2014-01-07Delay checking the vnode locking of the target vnodes in tmpfs_rename()Philip Guenther
2014-01-06document random buffer must be multiple of 4 in sizeTheo de Raadt
2014-01-06Disable the code disabling memory beyond 1.5GB on Octane temporarily, butMiod Vallat
2014-01-06Use the dedicated BCD macros from sys/time.h instead of handrollingPaul Irofti
2014-01-06typoMiod Vallat