summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-03Add new-session -X and attach-session -x to send SIGHUP to parent whenNicholas Marriott
2019-06-03Prevent corruption of the pckbc command queue. If multiple synchronousanton
2019-06-03This diff gives the commands beginning-of-buffer and end-of-buffer theMark Lumsden
2019-06-03Don't close the socket in rsync_socket() itself but after calling it.Christian Weisgerber
2019-06-03add missing .In linesIngo Schwarze
2019-06-03add missing .In lineIngo Schwarze
2019-06-03Map the raw bus space operations to the regular ones.Patrick Wildt
2019-06-03syncTheo de Raadt
2019-06-03Fix priorities of LIPs to match the other changes made in rev 1.17.Mark Kettenis
2019-06-03Implement rx filtering using the flow table. Now we have three flow groups,Jonathan Matthew
2019-06-03- Remove a redundant check within alc_mii_readreg_813x().Kevin Lo
2019-06-03Switch from bintime_add() et al. to bintimeadd(9).cheloha
2019-06-03Change pci_intr_handle_t into a struct and replace duplicated code thatMark Kettenis
2019-06-02Change pci_intr_handle_t into a struct and replace duplicated code thatMark Kettenis
2019-06-02KNF and sneaky whitespacesTheo de Raadt
2019-06-02Use a simple hash table to look up blocks by the fast-hash. Also useFlorian Obser
2019-06-02Support prefers-color-scheme: dark.Ingo Schwarze
2019-06-02this list file is never usedTheo de Raadt
2019-06-02first few small steps towards unificationTheo de Raadt
2019-06-02A few architectures used a "shared ramdisk/Makefile" with invertedTheo de Raadt
2019-06-02have_md is initialized at startup, don't need to do it again laterTheo de Raadt
2019-06-02spelling; from Hiltjo PosthumaTheo de Raadt
2019-06-02Repair state and flag bitmasks to match RFC, from Mitchell KromeTheo de Raadt
2019-06-02yacc(1) copies its union so it is not a good place to storeNicholas Marriott
2019-06-02In manpages, don't escape apostrophes as \'; it's rarely what you want.Anthony J. Bentley
2019-06-02spelling/grammar fixes; from larry hynesJason McIntyre
2019-06-02Fix incorrect character escape.Anthony J. Bentley
2019-06-02Move initialization of limit0 into a dedicated function. This newVisa Hankala
2019-06-02dump pcie Device Serial Number capability valuesDavid Gwynne
2019-06-02Complete the ld.so boot cleanup: move most libc initialization fromPhilip Guenther
2019-06-01Refactor the MAP_STACK feature, and introduce another similar variation:Theo de Raadt
2019-06-01Update regression test for a maximum sizeof(int32_t) length octets.rob
2019-06-01Limit maximum number of length octets to platform independent sizeof(int32_t).rob
2019-06-01Bump VM_MAX_KERNEL_ADDRESS so that we have about 16G of KVA. SincePatrick Wildt
2019-06-01Back out frame pointer elimination optimization.mortimer
2019-06-01If only one of -x or -y is given, use the calculated size for theNicholas Marriott
2019-06-01Do not eliminate frame pointers on i386. The entire i386 ecosystem assumesmortimer
2019-06-01Revert to using the SCHED_LOCK() to protect time accounting.Martin Pieuchot
2019-06-01On machines with large amounts of physical memory we fail to initialize uvmMark Kettenis
2019-06-01Fix warnings when building zlib with ZLIB_CONST definedJeremie Courreges-Anglas
2019-06-01Make sure that the IMSG_CTL_RESET message is sent immediately.Reyk Floeter
2019-06-01update currency exchange rates;Jason McIntyre
2019-06-01Need stdlib.h, from Ben Boeckel.Nicholas Marriott
2019-06-01Recognise Cortex-A65.Jonathan Gray
2019-06-01drm: Wake up next in drm_read() chain if we are forced to putback the eventJonathan Gray
2019-05-31drm/amd/display: Set stream->mode_changed when connectors changeJonathan Gray
2019-05-31drm/amd/display: Fix Divide by 0 in memory calculationsJonathan Gray
2019-05-31drm/amd/display: fix releasing planes when exiting odmJonathan Gray
2019-05-31drm/amdgpu: fix old fence check in amdgpu_fence_emitJonathan Gray
2019-05-31zap trailing whitespace;Jason McIntyre