summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-09-07clarify that goto error in alloc_all_endpoints_fixed_ep() always returnsmiko
2018-09-07move initial jack count to alloc_all_endpoints(), and reset count to zeromiko
2018-09-07Add retguard macros to cpu_switchto, setjmp, longjmp.mortimer
2018-09-06If we cannot stop the endpoint when aborting a transfer assume thatMartin Pieuchot
2018-09-06fix whitespaceJonathan Gray
2018-09-06Implement 64-bit DMA support in sdhc(4).Patrick Wildt
2018-09-06execute the same code for failure of assign_all_jacks_automatically()miko
2018-09-06sync icmp_mtudisc_clone() with icmp6_mtudisc_clone(); prompted by bluhm@miko
2018-09-05Back out 1.4, it broke thingsJoshua Stein
2018-09-05Serialize synchronous commands with a rwlock.Martin Pieuchot
2018-09-05factor error code in icmp6_mtudisc_clone(); ok kn@ florian@miko
2018-09-05Add defines for dealing with PCID support in cr3Philip Guenther
2018-09-04Forgot to rename pf_frent_holes() prototype in previous commit.Alexander Bluhm
2018-09-04Avoid traversing the list of fragment entris to check whether theAlexander Bluhm
2018-09-04kevent: Don't poll for nonzero timeouts < 1us.cheloha
2018-09-03regenJoshua Stein
2018-09-03add another toshiba nvmeJoshua Stein
2018-09-03Remove round_buffersize function from drivers using the default buffersizemiko
2018-09-01Match on interfaces with Digitizers/Touchscreen collections, as longJoshua Stein
2018-09-01For touchscreen devices, use the first HUG_X/Y usage pages foundJoshua Stein
2018-09-01Fix errno for post-lock unveil callsTheo de Raadt
2018-09-01Make 'ifconfig nwid' override 'ifconfig join'.Stefan Sperling
2018-09-01Recognize more talker IDs when parsing NMEA RMC messagesLandry Breuil
2018-08-31remove shadow variables for 'error' in usbioctl(); ok mpi@ ratchov@miko
2018-08-31Cadd a TDB `tdb' instead of `sa'.Martin Pieuchot
2018-08-31Pass the correct size to free(9) in the error path of db_ctf_decompress().Alexander Bluhm
2018-08-31ich variable is only used in DPRINTF() and uaudio_get_cluster_nchan()miko
2018-08-31Move kcov device definitions into <sys/conf.h>.Visa Hankala
2018-08-31enable bnxt(4)Jonathan Matthew
2018-08-30Move .dynstr before _edata to fix image size calculation. The PEPatrick Wildt
2018-08-30fix memory leak in an error pathJonathan Gray
2018-08-30Set up an aggregation buffer ring and configure placement mode so dataJonathan Matthew
2018-08-30Move softbutton check before the check that skips attaching certain acpiMark Kettenis
2018-08-30Remove dead code related to tty allocation for ptys. Back in revision 1.17 ofanton
2018-08-30Split the system-wide list of all futexes into process-specific listsVisa Hankala
2018-08-29Remove unused struct member.Mark Kettenis
2018-08-29Initialize device numbers for newly allocated ptys. Prevents a panic caused byanton
2018-08-29First pass in bringing i386 in sync with amd64. This does not yet work, but ispd
2018-08-29move the todr chip handle into a prtc_softc structureDavid Gwynne
2018-08-28Add per-TDB counters and a new SADB extension to export them toMartin Pieuchot
2018-08-28avoid uninitialised variable useJonathan Gray
2018-08-28avoid uninitialised variable use in an error pathJonathan Gray
2018-08-28Fix stat of path components - this was breaking chrome - because theBob Beck
2018-08-28add support for storing the time of day on OPL based machines.David Gwynne
2018-08-27Add hitemp(4), a driver for the temperature sensors on the HiSilicon Hi3660Mark Kettenis
2018-08-27Add 64-bit DMA support. Enable DMA on HiSilicon SoCs.Mark Kettenis
2018-08-27Add hiclock(4). Make sure hireset(4) attaches early.Mark Kettenis
2018-08-27move bwfm* at pci? to the wireless sectionJoshua Stein
2018-08-27Rename struct kd -> kcov_dev. The terse name was initially fine since it wasn'tanton
2018-08-27Enable hireset(4).Mark Kettenis