NetBSD/othersrc PjtCn49usr.bin/gooeymux kernelstuff.h

   make sure we have WS_KERNEL_*
VersionDeltaFile
1.4+5-1usr.bin/gooeymux/kernelstuff.h
+5-11 files

NetBSD/othersrc s4CHZLPusr.bin/gooeymux README

   catch up with recent changes, while there elaborate on project goals
VersionDeltaFile
1.3+23-2usr.bin/gooeymux/README
+23-21 files

NetBSD/othersrc ScSfdOWusr.bin/gooeymux keyboard.c

   support more modifiers like caps lock and num lock, also update LEDs
VersionDeltaFile
1.3+73-13usr.bin/gooeymux/keyboard.c
+73-131 files

NetBSD/othersrc kV9ZTNnusr.bin/gooeymux term.c kernelstuff.h

   make terminal colours configurable vie config.h
VersionDeltaFile
1.2+7-3usr.bin/gooeymux/config.h
1.3+3-3usr.bin/gooeymux/kernelstuff.h
1.4+2-2usr.bin/gooeymux/term.c
+12-83 files

NetBSD/othersrc KuwKZHJusr.bin/gooeymux README

   adjust to recent changes
VersionDeltaFile
1.2+11-10usr.bin/gooeymux/README
+11-101 files

NetBSD/othersrc qlraekBusr.bin/gooeymux kernelstuff.h

   simplify, add license header
VersionDeltaFile
1.2+36-35usr.bin/gooeymux/kernelstuff.h
+36-351 files

NetBSD/othersrc np9HDtlusr.bin/gooeymux Makefile kernelstuff.h

   turn wsemul_vt100* into simple wrappers that pull in their respective kernel
   sources while adding just enough compat goo to be usable
VersionDeltaFile
1.2+2-1,159usr.bin/gooeymux/wsemul_vt100.c
1.2+2-994usr.bin/gooeymux/wsemul_vt100_subr.c
1.2+2-213usr.bin/gooeymux/wsemul_vt100_keys.c
1.2+2-157usr.bin/gooeymux/wsemul_vt100_chars.c
1.1+52-0usr.bin/gooeymux/kernelstuff.h
1.2+1-1usr.bin/gooeymux/Makefile
+61-2,5246 files

NetBSD/othersrc wuUrcYdusr.bin/gooeymux term.c init.c

   move settings into their own header
VersionDeltaFile
1.1+43-0usr.bin/gooeymux/config.h
1.5+3-5usr.bin/gooeymux/init.c
1.3+4-3usr.bin/gooeymux/term.c
+50-83 files

NetBSD/othersrc yhM3P9Cusr.bin/gooeymux init.c

   make a Bitmap for the framebuffer, use it to blit the screen black if
   ioctl(WSDISPLAYIO_SVIDEO, WSDISPLAYIO_VIDEO_OFF) fails
VersionDeltaFile
1.4+19-4usr.bin/gooeymux/init.c
+19-41 files

NetBSD/othersrc wtXVrhKusr.bin/gooeymux tinygfx.h scrollbar.c

   break a bunch of long lines
VersionDeltaFile
1.2+69-37usr.bin/gooeymux/window.c
1.2+23-14usr.bin/gooeymux/term.c
1.2+14-9usr.bin/gooeymux/draw.c
1.3+13-9usr.bin/gooeymux/init.c
1.2+9-6usr.bin/gooeymux/tinygfx.h
1.2+10-5usr.bin/gooeymux/scrollbar.c
+138-802 files not shown
+148-868 files

NetBSD/othersrc dkmH1xJusr.bin/gooeymux init.c 6x10.h

   add 6x10 'fixed' font, from X via dt.
VersionDeltaFile
1.1+2,838-0usr.bin/gooeymux/6x10.h
1.2+2-6usr.bin/gooeymux/init.c
+2,840-62 files

NetBSD/othersrc 0rY1ofwusr.bin/gooeymux init.c cursor.c

   this is the graphical terminal multiplexer I've been working on
VersionDeltaFile
1.1+1,159-0usr.bin/gooeymux/wsemul_vt100.c
1.1+994-0usr.bin/gooeymux/wsemul_vt100_subr.c
1.1+492-0usr.bin/gooeymux/term.c
1.1+447-0usr.bin/gooeymux/window.c
1.1+423-0usr.bin/gooeymux/cursor.c
1.1+397-0usr.bin/gooeymux/init.c
+3,912-09 files not shown
+5,228-015 files

NetBSD/othersrc iod1d6wusr.bin/window ww.h wwwrite.c

   Additional fixes for enhanced terminal escape sequence handling, including a fix for a
   condition which would cause terminal windows to hang.
VersionDeltaFile
1.4+15-3usr.bin/window/wwwrite.c
1.2+4-3usr.bin/window/ww.h
+19-62 files

NetBSD/othersrc fYZtuynusr.bin/window wwwrite.c

   Further refinements to escape sequence handling.
   Specifically, provide for esc([)* sequences we don't know about.
VersionDeltaFile
1.3+7-4usr.bin/window/wwwrite.c
+7-41 files

NetBSD/othersrc tqLMg2Qusr.bin/window wwwrite.c


   Teach window(1) how to deal with ANSI terminal escape sequences.
   Specifically: escape sequences begining with [ and which contain ? or numeric values.
   This allows window(1) to work better with those terminal programs, especially those which use
   readline(3) calls, which insist on emitting these extended escape sequences even if those
   definitions are not in the termcap or terminfo spec for the terminal in use.
   this new support is incomplete in the sense that we don't do anything with the numeric values,
   but we do honor the functions of the actions requested as long as they were actions this
   program already supported.
   Preliminary testing shows a vast improvement with programs like gdb and the interactive python
   shells.
VersionDeltaFile
1.2+10-0usr.bin/window/wwwrite.c
+10-01 files

NetBSD/othersrc eS95TcCusr.bin/tnftp configure.ac ChangeLog

   tnftp 20260211 release

   Changes since tnftp 20230507:
   - Improve transfer performance by simplifying socket buffer and
     transfer buffer handling.
   - Add -b BUFLEN to adjust size of buffer for HTTP response line parsing.
   - Add -h HEADER to support custom HTTP headers.
   - Add "connect" as a synonym for "open".
   - Fix ASCII mode transfers when progress bar is enabled.
   - Fix creation of empty downloaded files.
   - Exit non-zero if a HTTP transfer is shorter than expected.
   - Fix HTTPS through a proxy.
VersionDeltaFile
1.65+12-12usr.bin/tnftp/configure
1.19+21-2usr.bin/tnftp/NEWS
1.86+6-2usr.bin/tnftp/ChangeLog
1.51+2-2usr.bin/tnftp/configure.ac
+41-184 files

NetBSD/othersrc 2rAMPVJusr.bin/tnftp Makefile.in

   regen for depcomp
VersionDeltaFile
1.18+2-2usr.bin/tnftp/Makefile.in
+2-21 files

NetBSD/othersrc BC7yvhgusr.bin/tnftp ChangeLog

   ChangeLog: editorial fixes
VersionDeltaFile
1.85+3-5usr.bin/tnftp/ChangeLog
+3-51 files

NetBSD/othersrc pSo17jjusr.bin/tnftp configure.ac COPYING

   Copyright 2026
VersionDeltaFile
1.50+2-2usr.bin/tnftp/configure.ac
1.12+2-2usr.bin/tnftp/COPYING
+4-42 files

NetBSD/othersrc 3tVTyKNusr.bin/tnftp Makefile.in configure, usr.bin/tnftp/buildaux ar-lib config.guess

   regen with automake 1.16.2
VersionDeltaFile
1.5+1,195-1,238usr.bin/tnftp/buildaux/config.sub
1.12+27-139usr.bin/tnftp/aclocal.m4
1.5+65-55usr.bin/tnftp/buildaux/config.guess
1.64+45-31usr.bin/tnftp/configure
1.17+25-18usr.bin/tnftp/Makefile.in
1.2+9-8usr.bin/tnftp/buildaux/ar-lib
+1,366-1,4899 files not shown
+1,395-1,50415 files

NetBSD/othersrc rDuFiB7usr.bin/tnftp ChangeLog

   ChangeLog: compat syncs
VersionDeltaFile
1.84+24-2usr.bin/tnftp/ChangeLog
+24-21 files

NetBSD/othersrc kNlepFFusr.bin/tnftp todo

   todo: sync libedit?
VersionDeltaFile
1.20+3-1usr.bin/tnftp/todo
+3-11 files

NetBSD/othersrc Z1Hhg8wusr.bin/tnftp tnftp.h

   tnftp.h: fix _DIAGASSERT disable
VersionDeltaFile
1.44+2-2usr.bin/tnftp/tnftp.h
+2-21 files

NetBSD/othersrc VbzJFzbusr.bin/tnftp todo

   todo: sl_init and strvis updates not needed.

   sl_init update only provides sl_delete(), which tnftp doesn't use.

   strvis is only used by libedit history_save()/history_load(),
   which tnftp doesn't use.
VersionDeltaFile
1.19+2-4usr.bin/tnftp/todo
+2-41 files

NetBSD/othersrc vV15NE7usr.bin/tnftp tnftp.h

   tnftp.h: improve <arpa/nameser.h> compat

   Include <arpa/nameser.h> if available, and provide fallback #defines.
VersionDeltaFile
1.43+14-1usr.bin/tnftp/tnftp.h
+14-11 files

NetBSD/othersrc SAwARofusr.bin/tnftp/libnetbsd inet_pton.c

   inet_pton: sync lib/libc/inet/inet_pton.c 1.8

   Update from othersrc/libexec/tnftpd/libnetbsd/inet_pton.c 1.5:

   Functional changes since upstream 1.3:
   - 1.8: fix lint issues
   - 1.4: hex formatting change from bind 9.4.0

   Retain tnftpd local changes:
   - 1.3: don't use non-standard u_char u_int u_int32_t
   - 1.1: only enable IPv6 ifdef INET6.

   Comment out other unneeded upstream code to minimise differences.
VersionDeltaFile
1.10+57-25usr.bin/tnftp/libnetbsd/inet_pton.c
+57-251 files

NetBSD/othersrc cuGpkXgusr.bin/tnftp tnftp.h

   tnftpd.h: _DIAGASSERT compat
VersionDeltaFile
1.42+9-2usr.bin/tnftp/tnftp.h
+9-21 files

NetBSD/othersrc N393h3gusr.bin/tnftp/libnetbsd inet_ntop.c

   sync lib/libc/inet/inet_ntop.c 1.12

   Update from othersrc/libexec/tnftpd/libnetbsd/inet_ntop.c 1.5:

   Functional changes since upstream 1.3:
   - 1.10, 1.12: always set errno when returning NULL

   Retain tnftpd local changes:
   - 1.3: don't use non-standard u_char u_int
   - 1.1: only enable IPv6 ifdef INET6.

   Comment out other unneeded upstream code to minimise differences.
VersionDeltaFile
1.11+66-30usr.bin/tnftp/libnetbsd/inet_ntop.c
+66-301 files

NetBSD/othersrc Nlf8TxLusr.bin/tnftp todo, usr.bin/tnftp/libnetbsd fgetln.c

   fgetln: sync tools/compat/fgetln.c 1.12

   Switch to a version that does not suffer from reporting the wrong length
   if the file contains NULs. From OpenBSD.
VersionDeltaFile
1.5+83-59usr.bin/tnftp/libnetbsd/fgetln.c
1.18+1-2usr.bin/tnftp/todo
+84-612 files

NetBSD/othersrc jcZtFQyusr.bin/tnftp/src fetch.c

   fetch.c: fix format-overflow issues

   Fix -Wformat-overflow issues detected by gcc 11.
   (Also fixed in upstream NetBSD ftp, will be part of next import.)
VersionDeltaFile
1.30+4-4usr.bin/tnftp/src/fetch.c
+4-41 files