summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-07style(9) says sort getopt() options and the following switch {}Kenneth R Westerback
cases. Make it so. In passing nuke a single use 'error' variable and move an *errstr declaration nearer to its friends. No intentional functional change.
2021-08-07Nuke a few Capt. Obvious comments.Kenneth R Westerback
2021-08-07Nuke unneeded #include's, one param.h -> types.h.Kenneth R Westerback
2021-08-07Nuke 'p' that r1.97 snuck into getopt() invocation back in 2015.Kenneth R Westerback
2021-08-07Comment typo 'mmbr' -> 'mbr'.Kenneth R Westerback
2021-08-07Bugfix:Ingo Schwarze
Delete ugly and incorrect workaround for a Linux kernel bug. If a file is temporarily empty, that by no means implies it might be permanently non-seekable. Patch from seL4 at disroot dot org on tech@. OK both Theos: tb@ and deraadt@
2021-08-07fix the totally wrong markup in the SYNOPSISIngo Schwarze
and add the missing .Xr to weekly(8); no text change
2021-08-07document the configuration file - as usual, after the options list;Ingo Schwarze
i wrote this diff more than a year ago, then forgot it even though millert@ and jung@ OK'ed it back then
2021-08-07Remove another unused DMA allocation from iwx(4).Stefan Sperling
This driver does not need to allocate a DMA segment for the Tx scheduler. Instead this driver uses the scheduler byte count array which is allocated per Tx ring. Remove sc->sched_dma and related code inherited from iwm(4). Patch by zxystd from OpenIntelWireless.
2021-08-07Go to REBOOTING state when interface config changed on reload.Florian Obser
This tries to reaquire the current lease and if that failes will send a DHCPDISCOVER message to request any lease. OK benno
2021-08-07use taskq_del_barrier() instead of taskq_barrier() when flushing workJonathan Gray
prompted by jcs@ reporting a protection fault trap in drm_mode_rmfb_work_fn() while playing a youtube video in firefox on a kaby lake machine. He later saw the same trace on tiger lake. The arguments to drm_mode_rmfb_work_fn() are on the stack in drm_mode_rmfb() with flush_work() called before return. taskq_barrier() is only a barrier for running not queued tasks. I suspect the linux functions expect any previously queued work to complete not just any currently running work. I'm not sure if the difference matters in practice.
2021-08-07syncTheo de Raadt
2021-08-07Fix prototype mismatch for do_cmd. ok djm@Darren Tucker
2021-08-07sftp-client.c needs poll.hDamien Miller
remove unused variable
2021-08-07do_upload() used a near-identical structure for trackingDamien Miller
expected status replies from the server to what do_download() was using. Refactor it to use the same structure and factor out some common code into helper functions.
2021-08-07make scp(1) in SFTP mode follow symlinks like traditional scp(1)Damien Miller
ok markus@
2021-08-07fix incorrect directory permissions on scp -3 transfers;Damien Miller
ok markus@
2021-08-07a bit more debugging of file attributes being sent/receivedDamien Miller
over the wire
2021-08-07make scp(1) in SFTP mode output better match original scp(1) byDamien Miller
suppressing "Retrieving [path]" lines that were emitted to support the interactive sftp(1) client. ok markus@
2021-08-07factor out a structure duplicated between downloading andDamien Miller
crossloading; ok markus@
2021-08-07use sftp_client crossloading to implement scp -3Damien Miller
feedback/ok markus@
2021-08-07support for "cross"-loading files/directories, i.e. downloadingDamien Miller
from one SFTP server while simultaneously uploading to another. feedback & ok markus@
2021-08-07factor our SSH2_FXP_OPEN calls into their own function;Damien Miller
"looks fine" markus@
2021-08-07prepare for scp -3 implemented via sftpDamien Miller
2021-08-06link X509_STORE_get_by_subject(3) and X509_ocspid_print(3) to the build,Ingo Schwarze
forgotten in earlier commits
2021-08-06new manual page X509_ocspid_print(3)Ingo Schwarze
using input from tb@, and OK tb@ on an earlier version
2021-08-06s/updatedb(8)/locate.updatedb(8)/ in commentTim van der Molen
OK schwarze@
2021-08-06add a roff(7) comment marking the API function X509_get_default_private_dir()Ingo Schwarze
as intentionally undocumented because it is trivial and unused in the wild; OK tb@
2021-08-06Mark matching reportIDs as claimed.Aaron Bieber
This fixes a panic that was reported on misc@ and bugs@ by Mike <the.lists () mgm51 ! com> and Anindya Mukherjee <anindya49 () hotmail ! com> OK jcs@, thanks to mpi@/jcs@ for the pointers!
2021-08-06Cleanup, clarify and generally polish the MBR/GPT initializationKenneth R Westerback
code. '-g' is promoted to be independant of '-i'. This makes it clearer that there are four mutually exclusive initialization options. '-i' puts the default MBR on disk, '-g' puts the default GPT on disk, '-u' updates the MBR boot code on disk and '-A' puts a new set of GPT partitions on disk without overwriting 'protected' partitions. The last initialization option specified is the one executed, so existing '-i -g' finger memory, etc. continue to work as before. man page/usage feedback/tweaks from jmc@
2021-08-06Add basic support for zero width joiners, GitHub issues 1605 and 2784.Nicholas Marriott
2021-08-06Add client focus hooks.Nicholas Marriott
2021-08-06Make diff invocation more portable. POSIX does not require diff to have -N,Darren Tucker
so compare in both directions with just -r, which should catch missing files in either directory.
2021-08-06Another minor fix - do not draw positions that are under the popup withNicholas Marriott
spaces, from Anindya Mukherjee. Also a typo fix from Linus Arver.
2021-08-06As tim@ spotted, a use of V4_AUTOCONF crept in when the variable nameStuart Henderson
was actually V4_DHCPCONF from previous use. Rename all of the V4_DHCPCONF to V4_AUTOCONF so everything uses the new name. ok and reminder about the installer from tb@
2021-08-06add riscv64 and octeon intro(4)Jonathan Gray
2021-08-06Document "ProxyJump none". bz#3334.Darren Tucker
2021-08-06Tweak previous not to replace complete characters with spaces.Nicholas Marriott
2021-08-06Correctly draw wide characters that are partially obscured.Nicholas Marriott
2021-08-05syncPatrick Wildt
2021-08-05Remove the TableGen library from libLLVM. It's only needed for the tblgenPatrick Wildt
tools, and it also provides command line options and thus pollutes the name space. This fixes duplicate command line options in llvm-objdump. Discussed with jsg@
2021-08-05After a media link change, the media settings on the hardware need to beMarcus Glocker
re-initialized, otherwise TX/RX keeps disabled. Fixes the issue on the RTL8153/B devices, but unfortunately not on the RTL8152 devices. I have no RTL8152 device available. Tested by a few on RTL8153/B devices. ok sthen@
2021-08-05.OP is not a GNU extension but first appeared in the Documenter's Workbench,Ingo Schwarze
see https://github.com/n-t-roff/DWB3.3/blob/master/macros/man/an.sr#L33 from g dot branden dot robinson at gmail dot com via GNU troff commit e3459327 2 Aug 2021 10:49:46 -0400
2021-08-05m_freem in wg_send's path where a peer has no endpoint address,Stuart Henderson
fixing an mbuf leak way with wgpka (keepalive) found the hard way by Matt P. Diff from Matt Dunwoodie, ok claudio@
2021-08-05Do not freeze output in panes when a popup is open, let them continue toNicholas Marriott
redraw. From Anindya Mukherjee .
2021-08-05for nameserver usage, show multiple addresses as "address ..."; ok bennoJason McIntyre
while here, Pa->Xr for resolv.conf;
2021-08-05use combined u-boot-rockchip.bin in arm64 rockchip instructionsJonathan Gray
instead of idbloader.img and u-boot.itb
2021-08-05superflous -> superfluousTheo Buehler
2021-08-05mark up the nameserver command;Jason McIntyre
2021-08-05rework the "host relay-url" text block a little so it reads better,Jason McIntyre
and formats a bit nicer; while here, wrap lines to <80;