summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-11-17rearrange fields for better packing. reduces size to 256 on amd64.Ted Unangst
2014-11-17Add quirks for the "Realtek ALC885" found on MacMini3.1, unmutes theLandry Breuil
2014-11-17Sync our kernel AES code to the one shipped in OpenSSL/LibreSSL.Mike Belopuhov
2014-11-17More cases of kernel map entries being created as EXEC by default; notTheo de Raadt
2014-11-17There is no reason for uvm_km_alloc1() to allocate kernel memoryTheo de Raadt
2014-11-17instead of PROT_MASK, use PROT_READ | PROT_WRITE | PROT_EXEC toTheo de Raadt
2014-11-17apply siphash to the key selection for the ufs inode hash.David Gwynne
2014-11-17convert a copystr to strlcpy.Ted Unangst
2014-11-16Delete a comment that was obsoleted by the switch to UVMPhilip Guenther
2014-11-16Two fixes to make Qemu and VMware xHCI implementations work:Martin Pieuchot
2014-11-16remove now unnecessary casts from hash update calls.Ted Unangst
2014-11-16Defining the interface in terms of char * means most callers areTed Unangst
2014-11-16convert to use sha512 for pf iss. ok deraadt dlgTed Unangst
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-11-16mix the rdomain (rtable?) into the hash for tcp iss generation.David Gwynne
2014-11-16Allow the driver to be able to retrieve the MAC address from the ROMBrad Smith
2014-11-16Rework the __thrsigdivert (aka sigwait()) handling: instead of interferingPhilip Guenther
2014-11-16Add cas(4).Brad Smith
2014-11-15Pull in sys/types.h for the necessary typedefsPhilip Guenther
2014-11-15repair operator precedence in UVM_MAPFLAG() macro; ok teduTheo de Raadt
2014-11-15use siphash in the in_pcb hashing. this mitigates it against floodingDavid Gwynne
2014-11-15regenBrad Smith
2014-11-15Add Intel QS77 LPC.Brad Smith
2014-11-15wire siphash into the build so in_pcb hashes can use it.David Gwynne
2014-11-15hoist the slowdown handling up to the pool_do_get callers. this letsDavid Gwynne
2014-11-15Fix a mistake in a comment.Doug Hogan
2014-11-15add sizes for free(ptr, sizeof(*ptr)). use sizeof(*ptr) for malloc sizes.Ted Unangst
2014-11-14prefer sizeof(*ptr) to sizeof(struct) for malloc and freeTed Unangst
2014-11-14simplest free(size)Ted Unangst
2014-11-14bzero -> memsetTed Unangst
2014-11-14enable trunk.Henning Brauer
2014-11-14regenMartin Pieuchot
2014-11-14Some BayTrail IDs, including xhci(4), found in inframare's dmesg on bugs@.Martin Pieuchot
2014-11-14implement the atomic_foo things on arm.David Gwynne
2014-11-14add some more sdtemp devicesJonathan Gray
2014-11-14move the slowdown back up. it needs to take place after the allocated pageTed Unangst
2014-11-13sizes for simple frees. new diff without the bug spotted by deraadtTed Unangst
2014-11-13bzero -> memsetTed Unangst
2014-11-12take a few more ticks to actually throttle down. hopefully helps inTed Unangst
2014-11-12Improve performance of an internal loop by saving up on branchingMike Belopuhov
2014-11-12Remove SIOCSIFMTU handling and misuse of if_mtu values for MRUMike Belopuhov
2014-11-11Do not held the kernel lock when calling hardclock() and statclock().Martin Pieuchot
2014-11-11When a bus is explored, do not probe the ports which status hasn'tMartin Pieuchot
2014-11-11Local APIC page doesn't need X permissions.Mike Larkin
2014-11-11Stop athn(4) from attaching to AR9300 devices for now. There are unresolvedStefan Sperling
2014-11-11Do not reset the base address of the control endpoint's ring whenMartin Pieuchot
2014-11-11Ask networking stack to recalculate the ICMPv6 checksum in pf_route6Mike Belopuhov
2014-11-10Grab the pool mutex in sysctl_dopool(), but only for pools for whichMark Kettenis
2014-11-10Split the logic for the ICMP and ICMP6 case in pf_get_sport(). TheAlexander Bluhm
2014-11-10add an additional error check into the ixgbe_handle_msfMike Belopuhov