summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-01drm/amdkfd: fix a potential NULL pointer dereference (v2)Jonathan Gray
2020-01-01drm/amdgpu: fix uninitialized variable pasid_mapping_neededJonathan Gray
2020-01-01drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2Jonathan Gray
2020-01-01drm/amdgpu: fix potential double drop fence referenceJonathan Gray
2020-01-01drm/amdgpu: disallow direct upload save restore list from gfx driverJonathan Gray
2020-01-01drm/amd/display: Fix dongle_caps containing stale information.Jonathan Gray
2019-12-31drm/drm_vblank: Change EINVAL by the correct errnoJonathan Gray
2019-12-31drm/amdgpu: grab the id mgr lock while accessing passid_mappingJonathan Gray
2019-12-31drm: mst: Fix query_payload ack reply structJonathan Gray
2019-12-31convert infinite msleep(9) to msleep_nsec(9)Jonathan Gray
2019-12-31When all cells in a tbl(1) column are empty, set the column widthIngo Schwarze
2019-12-31totally sync the manpage queryopts with usage(); i've adopted the usageJason McIntyre
2019-12-31Document fd_getfile_mode(9).Visa Hankala
2019-12-31syncTheo Buehler
2019-12-31The MRT draft turned into RFC6396, adjust comment.Claudio Jeker
2019-12-31Fix some races in kqueue_register().Visa Hankala
2019-12-31Rename print_timer() to show_timer() and move it to output.cClaudio Jeker
2019-12-31plug memory leakMarc Espie
2019-12-31Use C99 designated initializers with struct filterops. In addition,Visa Hankala
2019-12-31In mrt_dump_hdr_rde() use clock_gettime(CLOCK_REALTIME, ) like it is doneClaudio Jeker
2019-12-31reloadtime is not needed anymore.Claudio Jeker
2019-12-31Increase BER_MAX_OID_LEN from 32 to 64. Not every snmp OID found in theMartijn van Duren
2019-12-31Use km_alloc(9) instead of uvm_km_zalloc().Martin Pieuchot
2019-12-31Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-12-31include sys/sensors.h for sensor useJonathan Gray
2019-12-31include sys/sensors.h for sensor useJonathan Gray
2019-12-31include sys/sensors.h for sensor use in cacvar.hJonathan Gray
2019-12-31needs sys/sensor.h to standalone from whether machine/cpu.h pulls theTheo de Raadt
2019-12-30convert infinite msleep(9) to msleep_nsec(9)Jonathan Gray
2019-12-30convert infinite msleep(9) to msleep_nsec(9)Jonathan Gray
2019-12-30clear B_NOCACHE if the buffer has dependencies for softdep, sinceBob Beck
2019-12-30tidy up the query options list, sync it as best as possible with usage,Jason McIntyre
2019-12-30Do not let readonly clients limit the size, suggested by Max BarracloughNicholas Marriott
2019-12-30New config takes effect after machine reset, primary reboot is not enoughkn
2019-12-30add a list of valid queryopts to usage, and change "dig -h" to just displayJason McIntyre
2019-12-30espie@ pointed out this page failed to mention the lists are intrusive,Ingo Schwarze
2019-12-30don't suppress error output from running updatelocatedbMarc Espie
2019-12-30simplify the list for moduli options - no need for -compact;Jason McIntyre
2019-12-30Do not perform top-level sort when -c is used with a -k field.Todd C. Miller
2019-12-30Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-12-30The loopback check in ip6_input_if() was needless. The ::1 destinationAlexander Bluhm
2019-12-30In vcount() a safe loop over vnodes was commited to 4.4BSD in 1994.Alexander Bluhm
2019-12-30Add ne(4) support on cbus(4).Kenji Aoyama
2019-12-307 years later, I think the commit message was not enough.Marc Espie
2019-12-30convert infinite msleep(9) to msleep_nsec(9)Jonathan Gray
2019-12-30Remove the -x option currently used for FIDO/U2F-specific key flags.Damien Miller
2019-12-30Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-12-30document SK API changes in PROTOCOL.u2fDamien Miller
2019-12-30translate and return error codes; retry on bad PINDamien Miller
2019-12-30improve some error messages; ok markus@Damien Miller