CVS commit: src/lib/libc
Module Name:src Committed By: nia Date: Tue Jun 2 13:56:30 UTC 2020 Modified Files: src/lib/libc: shlib_version Log Message: Don't suggest removing arc4random with a libc bump. It's established enough in non-legacy code that this is a terrible idea. Even if we add getentropy it's not a comparable API (not a userspace RNG capable of streaming large numbers of bytes, doesn't have _uniform, etc). "Feel free to remove that line!" - riastradh To generate a diff of this commit: cvs rdiff -u -r1.288 -r1.289 src/lib/libc/shlib_version Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/include
Module Name:src Committed By: nia Date: Thu Jun 4 11:21:16 UTC 2020 Modified Files: src/include: netdb.h Log Message: Remove bogus tests for 64-bit i386 and SuperH To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/include/netdb.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/net
Module Name:src Committed By: nia Date: Thu Jun 4 11:28:00 UTC 2020 Modified Files: src/lib/libc/net: getaddrinfo.3 Log Message: getaddrinfo.3: order of the struct members is wrong, correct it To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/lib/libc/net/getaddrinfo.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/misc
Module Name:src Committed By: nia Date: Thu Jun 4 14:09:54 UTC 2020 Modified Files: src/share/misc: acronyms-o.real Log Message: ACAB To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/misc/acronyms-o.real Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/misc
Module Name:src Committed By: nia Date: Thu Jun 4 14:33:28 UTC 2020 Modified Files: src/share/misc: acronyms Log Message: ACAB (worksafe variant) To generate a diff of this commit: cvs rdiff -u -r1.299 -r1.300 src/share/misc/acronyms Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/net
Module Name:src Committed By: nia Date: Fri Jun 5 11:16:15 UTC 2020 Modified Files: src/lib/libc/net: getnetent.c getnetnamadr.c Log Message: Remove more bogus tests for 64-bit i386 and SuperH. These are always false. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libc/net/getnetent.c cvs rdiff -u -r1.44 -r1.45 src/lib/libc/net/getnetnamadr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/misc
Module Name:src Committed By: nia Date: Sat Jun 6 17:39:35 UTC 2020 Modified Files: src/share/misc: acronyms-o.real Log Message: FTP To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/misc/acronyms-o.real Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/misc
Module Name:src Committed By: nia Date: Tue Jun 9 19:45:29 UTC 2020 Modified Files: src/share/misc: acronyms Log Message: FQA GCHQ To generate a diff of this commit: cvs rdiff -u -r1.300 -r1.301 src/share/misc/acronyms Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/cgdconfig
Module Name:src Committed By: nia Date: Tue Jun 23 13:20:14 UTC 2020 Modified Files: src/sbin/cgdconfig: cgdconfig.8 Log Message: cgdconfig.8: Reflect actual behaviour of /dev/(u)random To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sbin/cgdconfig/cgdconfig.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/cgdconfig
Module Name:src Committed By: nia Date: Tue Jun 23 13:23:56 UTC 2020 Modified Files: src/sbin/cgdconfig: cgdconfig.8 Log Message: cgdconfig.8: remove references to using cgd for swap this is potentially misleading now that the kernel does swap encryption To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sbin/cgdconfig/cgdconfig.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/misc
Module Name:src Committed By: nia Date: Sat Jul 11 13:04:29 UTC 2020 Modified Files: src/share/misc: acronyms.comp Log Message: spell system correctly; from vezhlys on freenode To generate a diff of this commit: cvs rdiff -u -r1.307 -r1.308 src/share/misc/acronyms.comp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch
Module Name:src Committed By: nia Date: Sat Jul 11 13:07:01 UTC 2020 Modified Files: src/sys/arch/mips/atheros/dev: argpio.c src/sys/arch/sun2/sun2: locore2.c src/sys/arch/sun3/sun3: locore2.c src/sys/arch/sun3/sun3x: locore2.c Log Message: Fix various typos of "system" in comments. Mainly copypasto errors. from vezhlys on freenode. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/mips/atheros/dev/argpio.c cvs rdiff -u -r1.27 -r1.28 src/sys/arch/sun2/sun2/locore2.c cvs rdiff -u -r1.102 -r1.103 src/sys/arch/sun3/sun3/locore2.c cvs rdiff -u -r1.41 -r1.42 src/sys/arch/sun3/sun3x/locore2.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: nia Date: Sun Jul 12 01:35:59 UTC 2020 Modified Files: src/sys/dev/hid: hidkbdmap.c src/sys/dev/pckbport: wskbdmap_mfii.c src/sys/dev/wscons: wsksymdef.h Log Message: Add support for the Brazilian keyboard layout to pckbd and ukbd. This is significantly different from the European Portugese layout, and was pieced together from Wikipedia, X11 layout files, and to some extent with trial and error. Thanks to lun-4 for helping test this. PR kern/44570 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/hid/hidkbdmap.c cvs rdiff -u -r1.27 -r1.28 src/sys/dev/pckbport/wskbdmap_mfii.c cvs rdiff -u -r1.67 -r1.68 src/sys/dev/wscons/wsksymdef.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: nia Date: Sun Jul 12 01:36:32 UTC 2020 Modified Files: src/etc: wscons.conf src/share/man/man4: pckbd.4 Log Message: Update lists of keyboard layouts to add Turkish and Brazilian To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/etc/wscons.conf cvs rdiff -u -r1.22 -r1.23 src/share/man/man4/pckbd.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: nia Date: Sun Jul 12 01:44:24 UTC 2020 Modified Files: src/sys/dev/hid: hidkbdmap.c src/sys/dev/pckbport: wskbdmap_mfii.c Log Message: Bring br.nodead closer to X11 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/hid/hidkbdmap.c cvs rdiff -u -r1.28 -r1.29 src/sys/dev/pckbport/wskbdmap_mfii.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: nia Date: Sun Jul 12 02:09:52 UTC 2020 Modified Files: src/doc: CHANGES Log Message: doc/CHANGES: Added KB_BR To generate a diff of this commit: cvs rdiff -u -r1.2709 -r1.2710 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/wsconsctl
Module Name:src Committed By: nia Date: Sun Jul 12 03:37:07 UTC 2020 Modified Files: src/sbin/wsconsctl: wsconsctl.8 Log Message: More keyboard layouts To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sbin/wsconsctl/wsconsctl.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: nia Date: Sun Jul 12 12:13:05 UTC 2020 Modified Files: src/sys/dev/hid: hidkbdmap.c src/sys/dev/pckbport: wskbdmap_mfii.c src/sys/dev/wscons: wsksymdef.h Log Message: Add Estonian layout as a variation of Swedish for ukbd and pckbd To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/hid/hidkbdmap.c cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pckbport/wskbdmap_mfii.c cvs rdiff -u -r1.68 -r1.69 src/sys/dev/wscons/wsksymdef.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/hid
Module Name:src Committed By: nia Date: Sun Jul 12 13:12:17 UTC 2020 Modified Files: src/sys/dev/hid: hidkbdmap.c Log Message: Add KB_TR for uhid keyboards (it was PS/2 only, this seems wrong) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/hid/hidkbdmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: nia Date: Sun Jul 12 14:31:50 UTC 2020 Modified Files: src/sys/dev/hid: hidkbdmap.c src/sys/dev/pckbport: wskbdmap_mfii.c src/sys/dev/wscons: wsksymdef.h Log Message: Add Icelandic keyboard layout to ukbd/pckbd. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/hid/hidkbdmap.c cvs rdiff -u -r1.30 -r1.31 src/sys/dev/pckbport/wskbdmap_mfii.c cvs rdiff -u -r1.69 -r1.70 src/sys/dev/wscons/wsksymdef.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: nia Date: Mon Jul 13 08:45:12 UTC 2020 Modified Files: src/sys/dev/hid: hidkbdmap.c src/sys/dev/pckbport: wskbdmap_mfii.c src/sys/dev/wscons: wsksymdef.h Log Message: Add keyboard layout for Latin American Spanish to ukbd/pckbd To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/hid/hidkbdmap.c cvs rdiff -u -r1.31 -r1.32 src/sys/dev/pckbport/wskbdmap_mfii.c cvs rdiff -u -r1.70 -r1.71 src/sys/dev/wscons/wsksymdef.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: nia Date: Mon Jul 13 09:44:48 UTC 2020 Modified Files: src/sys/dev/hid: hidkbdmap.c src/sys/dev/pckbport: wskbdmap_mfii.c src/sys/dev/wscons: wsksymdef.h Log Message: Canadian French keyboard layout for ukbd/pckbd To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/hid/hidkbdmap.c cvs rdiff -u -r1.32 -r1.33 src/sys/dev/pckbport/wskbdmap_mfii.c cvs rdiff -u -r1.71 -r1.72 src/sys/dev/wscons/wsksymdef.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/wscons
Module Name:src Committed By: nia Date: Mon Jul 13 09:50:12 UTC 2020 Modified Files: src/sys/dev/wscons: wsksymdef.h Log Message: Clarify that KB_TR is the "Q" layout - there's two standards for Turkish. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/dev/wscons/wsksymdef.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: nia Date: Mon Jul 13 11:14:12 UTC 2020 Modified Files: src/sbin/wsconsctl: wsconsctl.8 src/share/man/man4: pckbd.4 wskbd.4 Log Message: Move description of keyboard layouts to wskbd.4, add newer layouts Previously, the best reference was pckbd.4. This does not make much sense to read if you are on, say, an evbarm device with only USB. wsconsctl.8 contained a vaguer description of supported language names, which isn't very useful because you can't pass full language names to the command. Point readers to wskbd.4 instead. Note in the wskbd.4 page that while all layouts are generally supported by pckbd(4) and ukbd(4), older keyboard interfaces might only support a subset. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sbin/wsconsctl/wsconsctl.8 cvs rdiff -u -r1.24 -r1.25 src/share/man/man4/pckbd.4 cvs rdiff -u -r1.17 -r1.18 src/share/man/man4/wskbd.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: nia Date: Mon Jul 13 11:15:49 UTC 2020 Modified Files: src/share/man/man4: wskbd.4 Log Message: wskbd.4: Add KB_LA To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/share/man/man4/wskbd.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc
Module Name:src Committed By: nia Date: Mon Jul 13 11:17:54 UTC 2020 Modified Files: src/etc: wscons.conf Log Message: Point readers at wskbd.4 To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/etc/wscons.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: nia Date: Mon Jul 13 11:26:50 UTC 2020 Modified Files: src/doc: CHANGES Log Message: doc/CHANGES: More keyboard layouts To generate a diff of this commit: cvs rdiff -u -r1.2710 -r1.2711 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: nia Date: Mon Jul 13 11:59:37 UTC 2020 Modified Files: src/share/man/man4: wskbd.4 Log Message: obviously wrong country code To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/share/man/man4/wskbd.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/evbarm
Module Name:src Committed By: nia Date: Sat Jul 18 16:41:14 UTC 2020 Modified Files: src/distrib/notes/evbarm: Makefile contents hardware install prep xfer Log Message: more modernization of evbarm install instructions To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/evbarm/Makefile \ src/distrib/notes/evbarm/xfer cvs rdiff -u -r1.8 -r1.9 src/distrib/notes/evbarm/contents cvs rdiff -u -r1.11 -r1.12 src/distrib/notes/evbarm/hardware \ src/distrib/notes/evbarm/prep cvs rdiff -u -r1.13 -r1.14 src/distrib/notes/evbarm/install Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/evbarm
Module Name:src Committed By: nia Date: Sat Jul 18 17:10:23 UTC 2020 Modified Files: src/distrib/notes/evbarm: xfer Log Message: safe estimation of required storage To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/evbarm/xfer Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/evbarm
Module Name:src Committed By: nia Date: Sat Jul 18 17:20:59 UTC 2020 Modified Files: src/distrib/notes/evbarm: contents Log Message: more contents To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/distrib/notes/evbarm/contents Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/evbarm
Module Name:src Committed By: nia Date: Sat Jul 18 17:40:15 UTC 2020 Modified Files: src/distrib/notes/evbarm: upgrade Log Message: Initial evbarm upgrade instructions - need work To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/distrib/notes/evbarm/upgrade Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/evbarm
Module Name:src Committed By: nia Date: Sat Jul 18 17:45:11 UTC 2020 Modified Files: src/distrib/notes/evbarm: upgrade Log Message: clarify To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/distrib/notes/evbarm/upgrade Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/evbarm
Module Name:src Committed By: nia Date: Sat Jul 18 18:09:42 UTC 2020 Modified Files: src/distrib/notes/evbarm: hardware Log Message: more hardware To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/distrib/notes/evbarm/hardware Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/evbarm
Module Name:src Committed By: nia Date: Sat Jul 18 18:11:46 UTC 2020 Modified Files: src/distrib/notes/evbarm: hardware Log Message: missing e.g. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/distrib/notes/evbarm/hardware Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/evbarm
Module Name:src Committed By: nia Date: Tue Jul 21 02:21:12 UTC 2020 Modified Files: src/distrib/notes/evbarm: contents Log Message: Fix location of device trees To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/distrib/notes/evbarm/contents Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/tetris
Module Name:src Committed By: nia Date: Tue Jul 21 02:42:05 UTC 2020 Modified Files: src/games/tetris: tetris.c tetris.h Log Message: tetris: Use arc4random_uniform instead of modulo for better randomness To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/games/tetris/tetris.c cvs rdiff -u -r1.15 -r1.16 src/games/tetris/tetris.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/fortune
Module Name:src Committed By: nia Date: Tue Jul 21 03:05:40 UTC 2020 Modified Files: src/games/fortune/fortune: fortune.c src/games/fortune/strfile: strfile.c Log Message: fortune: arc4random_uniform for better uniform values than random() % ... To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/games/fortune/fortune/fortune.c cvs rdiff -u -r1.40 -r1.41 src/games/fortune/strfile/strfile.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/evbarm
Module Name:src Committed By: nia Date: Thu Jul 23 14:09:31 UTC 2020 Modified Files: src/distrib/notes/evbarm: hardware Log Message: more 9.0 hardware To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/distrib/notes/evbarm/hardware Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/evbarm
Module Name:src Committed By: nia Date: Thu Jul 23 14:10:25 UTC 2020 Modified Files: src/distrib/notes/evbarm: hardware Log Message: freescale support in GENERIC To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/distrib/notes/evbarm/hardware Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/evbarm
Module Name:src Committed By: nia Date: Fri Jul 24 12:41:20 UTC 2020 Modified Files: src/distrib/notes/evbarm: upgrade Log Message: upgrades to upgrade instructions To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/distrib/notes/evbarm/upgrade Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/fortune/strfile
Module Name:src Committed By: nia Date: Sun Jul 26 15:14:09 UTC 2020 Modified Files: src/games/fortune/strfile: strfile.c Log Message: Revert arc4random usage for now this is a host tool and needs to be portable future plans: add arc4random to libnbcompat To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/games/fortune/strfile/strfile.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/random
Module Name:src Committed By: nia Date: Sun Jul 26 15:24:00 UTC 2020 Modified Files: src/games/random: random.c Log Message: random(6): Use arc4random_uniform to simplify code To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/games/random/random.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/robots
Module Name:src Committed By: nia Date: Sun Jul 26 15:38:22 UTC 2020 Modified Files: src/games/robots: main.c rnd_pos.c Log Message: robots: Use arc4random_uniform for better uniform distribution To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/games/robots/main.c cvs rdiff -u -r1.10 -r1.11 src/games/robots/rnd_pos.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/common
Module Name:src Committed By: nia Date: Sun Jul 26 18:53:50 UTC 2020 Modified Files: src/distrib/notes/common: postinstall Log Message: replace KDE with a desktop that's actually current in pkgsrc To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/distrib/notes/common/postinstall Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc
Module Name:src Committed By: nia Date: Mon Aug 3 04:32:13 UTC 2020 Modified Files: src/etc/etc.amd64: MAKEDEV.conf src/etc/etc.i386: MAKEDEV.conf Log Message: Create 8 /dev/ldX by default, as with other disk drivers and ports To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/etc/etc.amd64/MAKEDEV.conf cvs rdiff -u -r1.31 -r1.32 src/etc/etc.i386/MAKEDEV.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/misc
Module Name:src Committed By: nia Date: Sun Aug 9 17:18:47 UTC 2020 Modified Files: src/share/misc: acronyms-o.real Log Message: TIFU To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/share/misc/acronyms-o.real Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8
Module Name:src Committed By: nia Date: Sat Aug 15 13:25:14 UTC 2020 Modified Files: src/share/man/man8: afterboot.8 Log Message: afterboot.8: Explain how connecting to open WiFi works with wpa_supplicant To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/share/man/man8/afterboot.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8
Module Name:src Committed By: nia Date: Sat Aug 15 13:32:26 UTC 2020 Modified Files: src/share/man/man8: afterboot.8 Log Message: afterboot.8: Explain how to install pkgin on a fresh system To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/share/man/man8/afterboot.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8
Module Name:src Committed By: nia Date: Sat Aug 15 13:35:12 UTC 2020 Modified Files: src/share/man/man8: afterboot.8 Log Message: afterboot.8: Be clearer about exactly when you might need to login as root To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/share/man/man8/afterboot.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8
Module Name:src Committed By: nia Date: Sat Aug 15 13:44:14 UTC 2020 Modified Files: src/share/man/man8: afterboot.8 Log Message: afterboot.8: Explain devpubd To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/share/man/man8/afterboot.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8
Module Name:src Committed By: nia Date: Sat Aug 15 13:49:09 UTC 2020 Modified Files: src/share/man/man8: afterboot.8 Log Message: afterboot.8: Mention mdnsd To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/share/man/man8/afterboot.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8
Module Name:src Committed By: nia Date: Sat Aug 15 14:42:02 UTC 2020 Modified Files: src/share/man/man8: afterboot.8 Log Message: afterboot.8: Use cdn. Don't be arch specific. Requested by leot. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/share/man/man8/afterboot.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8
Module Name:src Committed By: nia Date: Sat Aug 15 14:45:31 UTC 2020 Modified Files: src/share/man/man8: afterboot.8 Log Message: afterboot.8: Correct URL directory order To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/share/man/man8/afterboot.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc/root
Module Name:src Committed By: nia Date: Sat Aug 15 14:47:28 UTC 2020 Modified Files: src/etc/root: dot.profile Log Message: Use sysctl -n hw.machine_arch so this works on e.g. aarch64 Ues HTTPS To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/etc/root/dot.profile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/misc
Module Name:src Committed By: nia Date: Sat Aug 22 07:24:41 UTC 2020 Modified Files: src/share/misc: acronyms.comp Log Message: a theoretical computer, as referenced in at least one NetBSD commit msg To generate a diff of this commit: cvs rdiff -u -r1.310 -r1.311 src/share/misc/acronyms.comp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8
Module Name:src Committed By: nia Date: Mon Aug 24 12:29:30 UTC 2020 Modified Files: src/share/man/man8: afterboot.8 Log Message: afterboot.8: Use wpa_* for everything WiFi, update links reasoning: ifconfig scan is unreliable while wpa_supplicant is running To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/share/man/man8/afterboot.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8
Module Name:src Committed By: nia Date: Mon Aug 24 12:35:48 UTC 2020 Modified Files: src/share/man/man8: afterboot.8 Log Message: afterboot.8: Start the daemons after configuring wpa_supplicant. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/share/man/man8/afterboot.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8
Module Name:src Committed By: nia Date: Mon Aug 24 12:45:48 UTC 2020 Modified Files: src/share/man/man8: afterboot.8 Log Message: afterboot.8: uname -p, pointed out by various people To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/share/man/man8/afterboot.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc/root
Module Name:src Committed By: nia Date: Mon Aug 24 12:46:57 UTC 2020 Modified Files: src/etc/root: dot.profile Log Message: uname -p, pointed out by various To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/etc/root/dot.profile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8
Module Name:src Committed By: nia Date: Mon Aug 24 12:58:17 UTC 2020 Modified Files: src/share/man/man8: afterboot.8 Log Message: afterboot.8: If it needs a disclaimer that most people shouldn't do it... To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/share/man/man8/afterboot.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS import: src/share/terminfo
Module Name:src Committed By: nia Date: Sat Aug 29 09:57:46 UTC 2020 Update of /cvsroot/src/share/terminfo In directory ivanova.netbsd.org:/tmp/cvs-serv8914 Log Message: Import terminfo-20200606.src Status: Vendor Tag: NCURSES Release Tags: terminfo-20200606 C src/share/terminfo/terminfo 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNCURSES:yesterday -jNCURSES src/share/terminfo
CVS commit: src/usr.bin/base64
Module Name:src Committed By: nia Date: Thu Sep 3 09:41:21 UTC 2020 Modified Files: src/usr.bin/base64: base64.1 Log Message: base64.1: note that -w 0 disables wrapping To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/base64/base64.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/evbarm
Module Name:src Committed By: nia Date: Tue Sep 15 07:15:22 UTC 2020 Modified Files: src/distrib/notes/evbarm: contents hardware upgrade Log Message: new dtb set needs reflecting in instructions To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/distrib/notes/evbarm/contents cvs rdiff -u -r1.23 -r1.24 src/distrib/notes/evbarm/hardware cvs rdiff -u -r1.5 -r1.6 src/distrib/notes/evbarm/upgrade Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/libX11/dist/src
Module Name:xsrc Committed By: nia Date: Tue Sep 15 14:29:04 UTC 2020 Modified Files: xsrc/external/mit/libX11/dist/src: CrGlCur.c Log Message: Dynamically load an unversioned libXcursor. The version number is wrong for NetBSD (we have libXcursor.so.2 instead of libXcursor.so.1) and this makes things fail. To generate a diff of this commit: cvs rdiff -u -r1.1.1.4 -r1.2 xsrc/external/mit/libX11/dist/src/CrGlCur.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/lib/libX11
Module Name:src Committed By: nia Date: Tue Sep 15 23:34:16 UTC 2020 Modified Files: src/external/mit/xorg/lib/libX11: Makefile.libx11 Log Message: libx11: Dynamically load unversioned libxcursor shared object the version number is wrong for NetBSD, should be libXcursor.so.2 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/external/mit/xorg/lib/libX11/Makefile.libx11 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes/common
Module Name:src Committed By: nia Date: Wed Sep 16 09:58:37 UTC 2020 Modified Files: src/distrib/notes/common: contents Log Message: ancient ARM stuff To generate a diff of this commit: cvs rdiff -u -r1.182 -r1.183 src/distrib/notes/common/contents Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/lib/libX11
Module Name:src Committed By: nia Date: Wed Sep 16 10:02:22 UTC 2020 Modified Files: src/external/mit/xorg/lib/libX11: Makefile.libx11 Log Message: someone pointed out it makes sense to load the exact libXcursor version To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/external/mit/xorg/lib/libX11/Makefile.libx11 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/lib
Module Name:src Committed By: nia Date: Wed Sep 16 18:19:24 UTC 2020 Modified Files: src/external/mit/xorg/lib: libmesa.mk src/external/mit/xorg/lib/libGL: Makefile src/external/mit/xorg/lib/libglapi: Makefile Log Message: disable use of ELF TLS in Mesa/libGL this is an optimization that primarily benefits linux/glibc - most other systems have this disabled. in netbsd we've tried to patch around it to make things work, but there still appears to be some edge cases where libGL mysteriously crashes. discussed on tech-x11 some time ago. already in place in pkgsrc. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/external/mit/xorg/lib/libmesa.mk cvs rdiff -u -r1.29 -r1.30 src/external/mit/xorg/lib/libGL/Makefile cvs rdiff -u -r1.7 -r1.8 src/external/mit/xorg/lib/libglapi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/bin/xinit
Module Name:src Committed By: nia Date: Mon Sep 21 08:20:05 UTC 2020 Modified Files: src/external/mit/xorg/bin/xinit: Makefile Log Message: Define CTWM when building xinit This will allow ctwm to eventually be used in the default xinitrc. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/mit/xorg/bin/xinit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/bin/xinit
Module Name:src Committed By: nia Date: Mon Sep 21 13:51:55 UTC 2020 Modified Files: src/external/mit/xorg/bin/xinit: Makefile Log Message: also allow uxterm to be used in the default xinitrc To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/mit/xorg/bin/xinit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: nia Date: Mon Sep 21 17:52:31 UTC 2020 Modified Files: src/share/man/man4: rum.4 Log Message: do not use WEP To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/rum.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xinit/dist
Module Name:xsrc Committed By: nia Date: Tue Sep 22 14:20:47 UTC 2020 Modified Files: xsrc/external/mit/xinit/dist: xinitrc.cpp Log Message: make the default xinitrc a bit nicer spawn only one xterm in unicode mode and use ctwm instead of twm ctwm is a backwards compatible fork of twm that includes some extra features like virtual desktops To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/xinit/dist/xinitrc.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xdm/dist/config
Module Name:xsrc Committed By: nia Date: Tue Sep 22 14:22:54 UTC 2020 Modified Files: xsrc/external/mit/xdm/dist/config: Xsession.in Log Message: spawn ctwm in the default xdm Xsession To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 xsrc/external/mit/xdm/dist/config/Xsession.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit
Module Name:xsrc Committed By: nia Date: Tue Sep 22 14:32:03 UTC 2020 Modified Files: xsrc/external/mit/xdm/dist/config: Xsession.in xsrc/external/mit/xinit/dist: xinitrc.cpp Log Message: turn off the ctwm "welcome" screen while this is nice for Branding(tm), it adds a slight delay to startup, which is slightly annoying, and a departure from how we've done things previously. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xdm/dist/config/Xsession.in cvs rdiff -u -r1.5 -r1.6 xsrc/external/mit/xinit/dist/xinitrc.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xsm/dist
Module Name:xsrc Committed By: nia Date: Tue Sep 22 16:20:40 UTC 2020 Modified Files: xsrc/external/mit/xsm/dist: system.xsm Log Message: update the default xsm session to ctwm/uxterm To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 xsrc/external/mit/xsm/dist/system.xsm Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/ctwm/dist
Module Name:xsrc Committed By: nia Date: Tue Sep 22 21:08:56 UTC 2020 Modified Files: xsrc/external/mit/ctwm/dist: system.ctwmrc Log Message: replace default ctwmrc by mine from tech-x11 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 xsrc/external/mit/ctwm/dist/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/ctwm/dist
Module Name:xsrc Committed By: nia Date: Tue Sep 22 21:28:10 UTC 2020 Modified Files: xsrc/external/mit/ctwm/dist: system.ctwmrc Log Message: add menu entries for workspace occupation To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/ctwm/dist/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: nia Date: Tue Sep 22 21:37:47 UTC 2020 Modified Files: src/include: unistd.h src/lib/libc/gen: Makefile.inc Removed Files: src/lib/libc/gen: getentropy.3 getentropy.c Log Message: remove getentropy bits To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 src/include/unistd.h cvs rdiff -u -r1.205 -r1.206 src/lib/libc/gen/Makefile.inc cvs rdiff -u -r1.2 -r0 src/lib/libc/gen/getentropy.3 cvs rdiff -u -r1.1 -r0 src/lib/libc/gen/getentropy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/include
Module Name:src Committed By: nia Date: Tue Sep 22 21:38:50 UTC 2020 Modified Files: src/lib/libc/include: namespace.h Log Message: remove getentropy bits To generate a diff of this commit: cvs rdiff -u -r1.199 -r1.200 src/lib/libc/include/namespace.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: nia Date: Tue Sep 22 23:12:06 UTC 2020 Modified Files: src/distrib/sets/lists/comp: mi Log Message: remove getentropy To generate a diff of this commit: cvs rdiff -u -r1.2356 -r1.2357 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/ctwm/dist
Module Name:xsrc Committed By: nia Date: Tue Sep 22 23:20:59 UTC 2020 Modified Files: xsrc/external/mit/ctwm/dist: system.ctwmrc Log Message: avoid stippling effect in titlebars To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/ctwm/dist/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/ctwm/dist
Module Name:xsrc Committed By: nia Date: Wed Sep 23 07:01:49 UTC 2020 Modified Files: xsrc/external/mit/ctwm/dist: system.ctwmrc Log Message: fix syntax. ctwm does not use , To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/ctwm/dist/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/ctwm/dist
Module Name:xsrc Committed By: nia Date: Wed Sep 23 07:02:59 UTC 2020 Modified Files: xsrc/external/mit/ctwm/dist: system.ctwmrc Log Message: fix syntax. it only wants the number of columns. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 xsrc/external/mit/ctwm/dist/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: nia Date: Wed Sep 23 15:30:36 UTC 2020 Modified Files: src/distrib/sets/lists/xbase: mi src/external/mit/ctwm: Makefile Added Files: src/external/mit/ctwm/libexec: Makefile ctwm_app_menu Log Message: add a script for dynamically generating a menu in the ctwm desktop this parses the files in /usr/pkg/share/applications and provides a submenu for launching applications. TODO: make /usr/pkg configurable somehow? To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/distrib/sets/lists/xbase/mi cvs rdiff -u -r1.1 -r1.2 src/external/mit/ctwm/Makefile cvs rdiff -u -r0 -r1.1 src/external/mit/ctwm/libexec/Makefile \ src/external/mit/ctwm/libexec/ctwm_app_menu Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/ctwm/dist
Module Name:xsrc Committed By: nia Date: Wed Sep 23 15:32:13 UTC 2020 Modified Files: xsrc/external/mit/ctwm/dist: system.ctwmrc Log Message: enable the ctwm applications menu To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 xsrc/external/mit/ctwm/dist/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/ctwm/dist
Module Name:xsrc Committed By: nia Date: Thu Sep 24 05:38:16 UTC 2020 Modified Files: xsrc/external/mit/ctwm/dist: system.ctwmrc Log Message: volume key bindings To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 xsrc/external/mit/ctwm/dist/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/ctwm
Module Name:src Committed By: nia Date: Thu Sep 24 05:43:30 UTC 2020 Modified Files: src/external/mit/ctwm: Makefile src/external/mit/ctwm/bin/ctwm: Makefile Added Files: src/external/mit/ctwm/etc: Makefile system.ctwmrc Log Message: move the new ctwmrc here so it doesn't conflict with the upstream one To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/mit/ctwm/Makefile cvs rdiff -u -r1.5 -r1.6 src/external/mit/ctwm/bin/ctwm/Makefile cvs rdiff -u -r0 -r1.1 src/external/mit/ctwm/etc/Makefile \ src/external/mit/ctwm/etc/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/ctwm
Module Name:src Committed By: nia Date: Thu Sep 24 06:52:48 UTC 2020 Modified Files: src/external/mit/ctwm: Makefile src/external/mit/ctwm/bin/ctwm: Makefile Log Message: revert; use system.ctwmrc from xsrc until I understand why the build fails To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/mit/ctwm/Makefile cvs rdiff -u -r1.6 -r1.7 src/external/mit/ctwm/bin/ctwm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/ctwm
Module Name:src Committed By: nia Date: Mon Sep 28 06:04:08 UTC 2020 Modified Files: src/external/mit/ctwm: Makefile src/external/mit/ctwm/bin/ctwm: Makefile src/external/mit/ctwm/etc: Makefile Log Message: unbreak. bsd.files.mk needs to have an includes target, see also share/wscons/fonts/Makefile To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/mit/ctwm/Makefile cvs rdiff -u -r1.7 -r1.8 src/external/mit/ctwm/bin/ctwm/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/mit/ctwm/etc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pckbport
Module Name:src Committed By: nia Date: Thu Oct 1 14:33:26 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: comment was likely true in 2007 but no longer reflects the reality of hw To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/dev/pckbport/synaptics.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pckbport
Module Name:src Committed By: nia Date: Thu Oct 1 15:08:11 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: erect a signpost for weary travellers To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/pckbport/synaptics.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: nia Date: Thu Oct 1 17:13:19 UTC 2020 Modified Files: src/share/man/man4: pms.4 src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Emulate scrolling when the middle button is held with TrackPoints idea stolen from various other operating systems. this configurable with a sysctl in case somebody wants to hold the middle button, e.g. with old window managers that close menus when a button is released. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/share/man/man4/pms.4 cvs rdiff -u -r1.69 -r1.70 src/sys/dev/pckbport/synaptics.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/bin/xeyes
Module Name:src Committed By: nia Date: Thu Oct 1 21:22:47 UTC 2020 Modified Files: src/external/mit/xorg/bin/xeyes: Makefile Log Message: xeyes: Enable anti-aliasing with XRENDER If you prefer the "classic" look, "xeyes +render" To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/bin/xeyes/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xdm/dist/config
Module Name:xsrc Committed By: nia Date: Fri Oct 2 07:33:47 UTC 2020 Modified Files: xsrc/external/mit/xdm/dist/config: Xsession.in Log Message: remove redundant $ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/xdm/dist/config/Xsession.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/bin/xterm
Module Name:src Committed By: nia Date: Fri Oct 2 13:08:07 UTC 2020 Modified Files: src/external/mit/xorg/bin/xterm: Makefile Log Message: xterm: Enable SIXEL graphics support. could also enable REGIS, it will require -lm and i suppose isn't a default upstream yet(?) test with "-ti vt340". To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/external/mit/xorg/bin/xterm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit
Module Name:xsrc Committed By: nia Date: Fri Oct 2 13:45:07 UTC 2020 Modified Files: xsrc/external/mit/xdm/dist/config: Xsession.in xsrc/external/mit/xinit/dist: xinitrc.cpp Log Message: Slightly nicer default colors for various X11 apps To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/xdm/dist/config/Xsession.in cvs rdiff -u -r1.6 -r1.7 xsrc/external/mit/xinit/dist/xinitrc.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/misc
Module Name:src Committed By: nia Date: Sun Oct 4 19:04:48 UTC 2020 Modified Files: src/share/misc: acronyms acronyms.comp Log Message: various vidya, also md = minidisc, dc = data center To generate a diff of this commit: cvs rdiff -u -r1.306 -r1.307 src/share/misc/acronyms cvs rdiff -u -r1.312 -r1.313 src/share/misc/acronyms.comp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8
Module Name:src Committed By: nia Date: Mon Oct 5 06:41:16 UTC 2020 Modified Files: src/share/man/man8: afterboot.8 Log Message: ifconfig up before doing wifi stuff To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/share/man/man8/afterboot.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/lib/fontconfig/etc
Module Name:src Committed By: nia Date: Mon Oct 5 09:16:53 UTC 2020 Modified Files: src/external/mit/xorg/lib/fontconfig/etc: fonts.conf Log Message: fix indentation To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/mit/xorg/lib/fontconfig/etc/fonts.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.