summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-28Switch to Makefile based builds.Florian Obser
2020-01-28We only need to be able to parse tsig key files, rip out all the restFlorian Obser
2020-01-28sortChristian Weisgerber
2020-01-28Implement map functions min(), max() and sum().Martin Pieuchot
2020-01-28Simplify filterops routines where klist_invalidate() is used.Visa Hankala
2020-01-28Use %left to prevent S/R conflicts, arithmetic precedence is still broken.Martin Pieuchot
2020-01-28banish implicit returnMarc Espie
2020-01-28Simplify statement rules by using an optional new line.Martin Pieuchot
2020-01-28usr.sbin/ldapd: replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-01-28usr.sbin/bgpd: replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-01-28sbin/unwind: replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-01-28usr.sbin/snmpd: replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-01-28sbin/pfctl: replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-01-28The default-brightness-level property actually contains an indexPatrick Wildt
2020-01-28Make acpivout(4) call ws_[gs]et_param instead of directlyPatrick Wildt
2020-01-28If ALL clients are readonly, allow them to affect the size, suggested by Thom...Nicholas Marriott
2020-01-28Ignore empty commands rather than adding them to the command list ratherNicholas Marriott
2020-01-28Implement delete() and @map[key] access.Martin Pieuchot
2020-01-28Rename *_concat() into *_append() to match reality.Martin Pieuchot
2020-01-28Tests for delete(@map[key]) and printf("%d\n", @map[key])Martin Pieuchot
2020-01-28If we can identify the terminal as iTerm2 or as tmux, we can be sureNicholas Marriott
2003-01-20ISC BIND version 9.2.2rc1Jakob Schlyter
2020-01-28-V also needs to go in usage.Nicholas Marriott
2020-01-28match opendir with closedir... not that important as the thing was mostMarc Espie
2020-01-28Add support for the iTerm2 DSR 1337 sequence to get the terminal version.Nicholas Marriott
2020-01-28Reduce a difference with portable tmux by adding the -V flag andNicholas Marriott
2020-01-28Parse '==' without error in filters.Martin Pieuchot
2020-01-28Set up working directory before killing the existing pane on respawn.Nicholas Marriott
2020-01-28Add a define for flags meaning a client is not attached, and fixNicholas Marriott
2020-01-28changes to support FIDO attestationDamien Miller
2020-01-28disable UpdateHostKeys=ask when in quiet mode;Damien Miller
2020-01-28drm/radeon: fix bad DMA from INTERRUPT_CNTL2Jonathan Gray
2020-01-28drm/panel: make drm_panel.h self-containedJonathan Gray
2020-01-28drm/fb-helper: generic: Call drm_client_add() after setup is doneJonathan Gray
2020-01-28drm/fb-helper: generic: Fix setup error pathJonathan Gray
2020-01-28drm/dp_mst: Skip validating ports during destruction, just refJonathan Gray
2020-01-28make IPTOS_DSCP_LE available via IPQoS directive; bz2986, based onDamien Miller
2020-01-27disable UpdateHostKeys=ask if command is specified; ok djm@ sthen@Markus Friedl
2020-01-27update bpf_iflist in bpfsdetach instead of bpfdetach as some driversJoshua Stein
2020-01-27Improve use of SMR in dt(4) by changing the time when smr_barrier()Visa Hankala
2020-01-27Make urtwn(4) attach to tp-link tl-wn823n (RTL8192EU).Stefan Sperling
2020-01-27regenStefan Sperling
2020-01-27add USB device ID for tp-link tl-wn823nStefan Sperling
2020-01-27Implement builtin time() function.Martin Pieuchot
2020-01-27Rename advminphys function to adv_minphys. The prototype and one usage wereStuart Henderson
2020-01-27Send APM_POWER_CHANGE events to userland after refreshing battery infoJeremie Courreges-Anglas
2020-01-27add some comments to tun_destroy, and try be a bit more paranoid.David Gwynne
2020-01-27Expand description of start-server.Nicholas Marriott
2020-01-27Add support for adding a note to a key binding (with bind-key -N) andNicholas Marriott
2020-01-27Change so that assignments may be specified alone - a command isn'tNicholas Marriott