Module Name:src
Committed By: simonb
Date: Fri Feb 28 09:05:06 UTC 2025
Modified Files:
src/bin/csh: time.c
Log Message:
Cast a time_t explicity to (double) to avoid gcc conversion warning.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/bin/csh/time.c
Module Name:src
Committed By: simonb
Date: Fri Feb 28 09:05:06 UTC 2025
Modified Files:
src/bin/csh: time.c
Log Message:
Cast a time_t explicity to (double) to avoid gcc conversion warning.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/bin/csh/time.c
Module Name:src
Committed By: simonb
Date: Fri Feb 28 08:10:18 UTC 2025
Modified Files:
src/bin/csh: time.c
Log Message:
Fix delta time display when prec != 1.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/bin/csh/time.c
Please note that diffs are no
Module Name:src
Committed By: simonb
Date: Fri Feb 28 08:10:18 UTC 2025
Modified Files:
src/bin/csh: time.c
Log Message:
Fix delta time display when prec != 1.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/bin/csh/time.c
Please note that diffs are no
Module Name:src
Committed By: simonb
Date: Sun Jan 12 06:38:21 UTC 2025
Modified Files:
src/usr.bin/cmp: regular.c
Log Message:
Make cmp -s and cmp -l much faster by comparing blocks and skipping any
line number calculations not needed. Approx 3-4x faster for two multi-GB
Module Name:src
Committed By: simonb
Date: Sun Jan 12 06:38:21 UTC 2025
Modified Files:
src/usr.bin/cmp: regular.c
Log Message:
Make cmp -s and cmp -l much faster by comparing blocks and skipping any
line number calculations not needed. Approx 3-4x faster for two multi-GB
Module Name:src
Committed By: simonb
Date: Wed Dec 11 12:56:31 UTC 2024
Modified Files:
src/bin/ls: ls.c ls.h print.c
Log Message:
Use the number of blocks used in the current directory instead of the
total file byte count when printing the initial "total" line with the
-h
Module Name:src
Committed By: simonb
Date: Wed Dec 11 12:56:31 UTC 2024
Modified Files:
src/bin/ls: ls.c ls.h print.c
Log Message:
Use the number of blocks used in the current directory instead of the
total file byte count when printing the initial "total" line with the
-h
Module Name:src
Committed By: simonb
Date: Sat Jul 6 07:24:02 UTC 2024
Modified Files:
src/libexec/getty: ttys.5
Log Message:
Use the more BSDish "kill -HUP" rather than alien^Wposix style "kill -s HUP".
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/
Module Name:src
Committed By: simonb
Date: Sat Jul 6 07:24:02 UTC 2024
Modified Files:
src/libexec/getty: ttys.5
Log Message:
Use the more BSDish "kill -HUP" rather than alien^Wposix style "kill -s HUP".
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/
Module Name:src
Committed By: simonb
Date: Mon Apr 15 08:06:36 UTC 2024
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: vdev.c
Log Message:
Add a newline to a printf message.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/external/c
Module Name:src
Committed By: simonb
Date: Mon Apr 15 08:06:36 UTC 2024
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: vdev.c
Log Message:
Add a newline to a printf message.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/external/c
Module Name:src
Committed By: simonb
Date: Fri Apr 5 11:20:34 UTC 2024
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: dmu.c
Log Message:
Apply FreeBSD svn r373278 fix for ZFS corruption. Fix for NetBSD
PR kern/58111 .
It would be extremely unlikely to t
Module Name:src
Committed By: simonb
Date: Fri Apr 5 11:20:34 UTC 2024
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: dmu.c
Log Message:
Apply FreeBSD svn r373278 fix for ZFS corruption. Fix for NetBSD
PR kern/58111 .
It would be extremely unlikely to t
Module Name:src
Committed By: simonb
Date: Tue Feb 20 12:42:58 UTC 2024
Modified Files:
src/doc: 3RDPARTY
Log Message:
Updates for less - add me as co-maintainer, update to latest version.
To generate a diff of this commit:
cvs rdiff -u -r1.1987 -r1.1988 src/doc/3RDPARTY
Module Name:src
Committed By: simonb
Date: Tue Feb 20 12:42:58 UTC 2024
Modified Files:
src/doc: 3RDPARTY
Log Message:
Updates for less - add me as co-maintainer, update to latest version.
To generate a diff of this commit:
cvs rdiff -u -r1.1987 -r1.1988 src/doc/3RDPARTY
Hi Tsutsui,
Izumi Tsutsui wrote:
> simonb@ wrote:
>
> > cvs rdiff -u -r1.187 -r1.188 src/sys/arch/sun3/conf/GENERIC
>
> >> # Veriexec
> >> # include "dev/veriexec.config"
> >> +
> >> +no obmem0 at mainbus? # XX
>
> Is this intentional!?
No, that definitely wasn't intent
Module Name:src
Committed By: simonb
Date: Sat Jan 13 05:31:29 UTC 2024
Modified Files:
src/sys/arch/sun3/conf: GENERIC
Log Message:
Revert mistaken "no obmem0" that I added when enabling UFS_DIRHASH.
Thanks tsutsui@ for pointing this out.
To generate a diff of this com
Module Name:src
Committed By: simonb
Date: Sat Jan 13 05:31:29 UTC 2024
Modified Files:
src/sys/arch/sun3/conf: GENERIC
Log Message:
Revert mistaken "no obmem0" that I added when enabling UFS_DIRHASH.
Thanks tsutsui@ for pointing this out.
To generate a diff of this com
Module Name:src
Committed By: simonb
Date: Sat Jan 6 07:27:35 UTC 2024
Modified Files:
src/sys/arch/mips/mips: mips_machdep.c
Log Message:
Remove funny blank line.
To generate a diff of this commit:
cvs rdiff -u -r1.305 -r1.306 src/sys/arch/mips/mips/mips_machdep.c
Ple
Module Name:src
Committed By: simonb
Date: Sat Jan 6 07:27:35 UTC 2024
Modified Files:
src/sys/arch/mips/mips: mips_machdep.c
Log Message:
Remove funny blank line.
To generate a diff of this commit:
cvs rdiff -u -r1.305 -r1.306 src/sys/arch/mips/mips/mips_machdep.c
Ple
Module Name:src
Committed By: simonb
Date: Sat Jan 6 07:27:05 UTC 2024
Modified Files:
src/sys/arch/mips/mips: mips_machdep.c
Log Message:
Add Cavium CN68xx to list of known CPUs.
To generate a diff of this commit:
cvs rdiff -u -r1.304 -r1.305 src/sys/arch/mips/mips/mip
Module Name:src
Committed By: simonb
Date: Sat Jan 6 07:27:05 UTC 2024
Modified Files:
src/sys/arch/mips/mips: mips_machdep.c
Log Message:
Add Cavium CN68xx to list of known CPUs.
To generate a diff of this commit:
cvs rdiff -u -r1.304 -r1.305 src/sys/arch/mips/mips/mip
Module Name:src
Committed By: simonb
Date: Thu Jan 4 12:02:11 UTC 2024
Modified Files:
src/sys/dev/goldfish: gfrtc.c
Log Message:
Fix nanosecond math in gfrtc_gettime().
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/goldfish/gfrtc.c
Please not
Module Name:src
Committed By: simonb
Date: Thu Jan 4 12:02:11 UTC 2024
Modified Files:
src/sys/dev/goldfish: gfrtc.c
Log Message:
Fix nanosecond math in gfrtc_gettime().
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/goldfish/gfrtc.c
Please not
Module Name:src
Committed By: simonb
Date: Mon Nov 20 03:05:48 UTC 2023
Modified Files:
src/sys/arch/amd64/amd64: process_machdep.c
src/sys/arch/amd64/include: ptrace.h
src/sys/arch/i386/i386: process_machdep.c
src/sys/arch/i386/include: ptrace.h
Lo
Module Name:src
Committed By: simonb
Date: Mon Nov 20 03:05:48 UTC 2023
Modified Files:
src/sys/arch/amd64/amd64: process_machdep.c
src/sys/arch/amd64/include: ptrace.h
src/sys/arch/i386/i386: process_machdep.c
src/sys/arch/i386/include: ptrace.h
Lo
an tcpdump source tree into a
+# netbsd tcpdump source tree, under src/dist,
# based on bind2netbsd by Bernd Ernesti and changes by Simon Burge
#
-# Rough instructions for importing new amd release:
+# Rough instructions for importing new tcpdump release:
#
# $ cd /some/where/temporary
-# $ tar
Module Name:src
Committed By: simonb
Date: Wed Nov 8 14:25:13 UTC 2023
Modified Files:
src/external/bsd/tcpdump: tcpdump2netbsd
Log Message:
Fix some comments.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/tcpdump/tcpdump2netbsd
Please no
Module Name:src
Committed By: simonb
Date: Fri Nov 3 09:56:14 UTC 2023
Modified Files:
src/distrib/sets/lists/debug: ad.arm
Log Message:
Add some earmv4 kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/distrib/sets/lists/debug/ad.arm
Please no
Module Name:src
Committed By: simonb
Date: Fri Nov 3 09:56:14 UTC 2023
Modified Files:
src/distrib/sets/lists/debug: ad.arm
Log Message:
Add some earmv4 kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/distrib/sets/lists/debug/ad.arm
Please no
Module Name:src
Committed By: simonb
Date: Fri Nov 3 00:24:20 UTC 2023
Modified Files:
src/sys/arch/evbmips/conf: INSTALL_OMSAL400
Log Message:
All other install kernels use a 6MB RAM disk. Stop with the teeny
frequent bumps and jump straight to the size everything is us
Module Name:src
Committed By: simonb
Date: Fri Nov 3 00:24:20 UTC 2023
Modified Files:
src/sys/arch/evbmips/conf: INSTALL_OMSAL400
Log Message:
All other install kernels use a 6MB RAM disk. Stop with the teeny
frequent bumps and jump straight to the size everything is us
Module Name:src
Committed By: simonb
Date: Wed Nov 1 12:51:44 UTC 2023
Modified Files:
src/distrib/sets/lists/dtb: ad.earmv7eb
Log Message:
Catch up with recent changes in distrib/sets/lists/dtb/ad.earmv7hfeb
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 s
Module Name:src
Committed By: simonb
Date: Wed Nov 1 12:51:44 UTC 2023
Modified Files:
src/distrib/sets/lists/dtb: ad.earmv7eb
Log Message:
Catch up with recent changes in distrib/sets/lists/dtb/ad.earmv7hfeb
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 s
Module Name:src
Committed By: simonb
Date: Wed Nov 1 12:51:13 UTC 2023
Modified Files:
src/distrib/sets/lists/dtb: ad.earmv7
Log Message:
Catch up with recent changes in distrib/sets/lists/dtb/ad.earmv7hf.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src
Module Name:src
Committed By: simonb
Date: Wed Nov 1 12:51:13 UTC 2023
Modified Files:
src/distrib/sets/lists/dtb: ad.earmv7
Log Message:
Catch up with recent changes in distrib/sets/lists/dtb/ad.earmv7hf.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src
Module Name:src
Committed By: simonb
Date: Fri Oct 27 04:05:55 UTC 2023
Modified Files:
src/lib/libc/cdb: cdbr.3
Log Message:
Add
#include
to the synopsis.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/cdb/cdbr.3
Please note that diffs are
Module Name:src
Committed By: simonb
Date: Fri Oct 27 04:05:55 UTC 2023
Modified Files:
src/lib/libc/cdb: cdbr.3
Log Message:
Add
#include
to the synopsis.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/cdb/cdbr.3
Please note that diffs are
Module Name:src
Committed By: simonb
Date: Wed Oct 25 08:22:25 UTC 2023
Modified Files:
src/sys/sys: unistd.h
Log Message:
Align sysconf numbers.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/sys/unistd.h
Please note that diffs are not public dom
Module Name:src
Committed By: simonb
Date: Wed Oct 25 08:22:25 UTC 2023
Modified Files:
src/sys/sys: unistd.h
Log Message:
Align sysconf numbers.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/sys/unistd.h
Please note that diffs are not public dom
Module Name:src
Committed By: simonb
Date: Wed Oct 25 08:19:34 UTC 2023
Modified Files:
src/lib/libc/gen: sysconf.3 sysconf.c
src/sys/sys: unistd.h
src/usr.bin/getconf: getconf.c
Log Message:
Add _SC_AVPHYS_PAGES.
getconf(1) add this and SC_PHYS_PAGES.
libc
Module Name:src
Committed By: simonb
Date: Wed Oct 25 08:19:34 UTC 2023
Modified Files:
src/lib/libc/gen: sysconf.3 sysconf.c
src/sys/sys: unistd.h
src/usr.bin/getconf: getconf.c
Log Message:
Add _SC_AVPHYS_PAGES.
getconf(1) add this and SC_PHYS_PAGES.
libc
Module Name:src
Committed By: simonb
Date: Wed Oct 25 05:51:11 UTC 2023
Modified Files:
src/usr.bin/sort: fsort.h
Log Message:
Correct a comment - 8 * 1 million is 8 million, not 10 million (!).
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/so
Module Name:src
Committed By: simonb
Date: Wed Oct 25 05:51:11 UTC 2023
Modified Files:
src/usr.bin/sort: fsort.h
Log Message:
Correct a comment - 8 * 1 million is 8 million, not 10 million (!).
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/so
Module Name:src
Committed By: simonb
Date: Sun Oct 22 14:44:09 UTC 2023
Modified Files:
src/external/bsd/top/dist/machine: m_netbsd.c
Log Message:
Remove extraneous comma after pool info
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/external/bsd/top/d
Module Name:src
Committed By: simonb
Date: Sun Oct 22 14:44:09 UTC 2023
Modified Files:
src/external/bsd/top/dist/machine: m_netbsd.c
Log Message:
Remove extraneous comma after pool info
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/external/bsd/top/d
Module Name:src
Committed By: simonb
Date: Tue Oct 10 10:58:03 UTC 2023
Modified Files:
src/sys/dev/usb: ugen.c
Log Message:
Debug printf tidy up, KNF comma,space nits.
To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/sys/dev/usb/ugen.c
Please note th
Module Name:src
Committed By: simonb
Date: Tue Oct 10 10:58:03 UTC 2023
Modified Files:
src/sys/dev/usb: ugen.c
Log Message:
Debug printf tidy up, KNF comma,space nits.
To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/sys/dev/usb/ugen.c
Please note th
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:33:50 UTC 2023
Modified Files:
src/external/bsd/less/dist: position.c
Log Message:
Reduce upstream diffs - remove a gcc warnings " = 0" change. This
was a problem in 2006, doesn't appear to be a problem anymore.
T
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:33:50 UTC 2023
Modified Files:
src/external/bsd/less/dist: position.c
Log Message:
Reduce upstream diffs - remove a gcc warnings " = 0" change. This
was a problem in 2006, doesn't appear to be a problem anymore.
T
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:31:30 UTC 2023
Modified Files:
src/external/bsd/less/dist: os.c
Log Message:
Reduce upstream diffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/os.c
Please note that diff
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:31:30 UTC 2023
Modified Files:
src/external/bsd/less/dist: os.c
Log Message:
Reduce upstream diffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/os.c
Please note that diff
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:29:42 UTC 2023
Modified Files:
src/external/bsd/less/dist: opttbl.c
Log Message:
Reduce upstream diffs - tabs vs space.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/opttbl.
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:29:42 UTC 2023
Modified Files:
src/external/bsd/less/dist: opttbl.c
Log Message:
Reduce upstream diffs - tabs vs space.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/opttbl.
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:26:47 UTC 2023
Modified Files:
src/external/bsd/less/dist: lesskey.c
Log Message:
Reduce upstream diffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/lesskey.c
Please note
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:26:47 UTC 2023
Modified Files:
src/external/bsd/less/dist: lesskey.c
Log Message:
Reduce upstream diffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/lesskey.c
Please note
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:13:13 UTC 2023
Modified Files:
src/external/bsd/less/dist: decode.c
Log Message:
Reduce upstream diffs - remove a gcc warnings " = 0" change. This
was a problem in 2006, doesn't appear to be a problem anymore.
To
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:13:13 UTC 2023
Modified Files:
src/external/bsd/less/dist: decode.c
Log Message:
Reduce upstream diffs - remove a gcc warnings " = 0" change. This
was a problem in 2006, doesn't appear to be a problem anymore.
To
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:09:15 UTC 2023
Modified Files:
src/external/bsd/less/dist: decode.c
Log Message:
Reduce upstream diffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/decode.c
Please note t
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:09:15 UTC 2023
Modified Files:
src/external/bsd/less/dist: decode.c
Log Message:
Reduce upstream diffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/decode.c
Please note t
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:05:59 UTC 2023
Modified Files:
src/external/bsd/less/dist: cmdbuf.c
Log Message:
Reduce upstream diffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/cmdbuf.c
Please note t
Module Name:src
Committed By: simonb
Date: Fri Oct 6 07:05:59 UTC 2023
Modified Files:
src/external/bsd/less/dist: cmdbuf.c
Log Message:
Reduce upstream diffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/cmdbuf.c
Please note t
Module Name:src
Committed By: simonb
Date: Fri Oct 6 06:25:23 UTC 2023
Modified Files:
src/external/bsd/less/dist: lglob.h linenum.c
Log Message:
Reduce upstream diffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/lglob.h \
Module Name:src
Committed By: simonb
Date: Fri Oct 6 06:25:23 UTC 2023
Modified Files:
src/external/bsd/less/dist: lglob.h linenum.c
Log Message:
Reduce upstream diffs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/less/dist/lglob.h \
Module Name:src
Committed By: simonb
Date: Fri Oct 6 06:05:07 UTC 2023
Modified Files:
src/external/bsd/less: less2netbsd
Log Message:
Tweaks.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/less/less2netbsd
Please note that diffs are not p
Module Name:src
Committed By: simonb
Date: Fri Oct 6 06:05:07 UTC 2023
Modified Files:
src/external/bsd/less: less2netbsd
Log Message:
Tweaks.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/less/less2netbsd
Please note that diffs are not p
Module Name:src
Committed By: simonb
Date: Fri Oct 6 06:03:52 UTC 2023
Modified Files:
src/doc: CHANGES
Log Message:
Note update to less-643.
To generate a diff of this commit:
cvs rdiff -u -r1.3001 -r1.3002 src/doc/CHANGES
Please note that diffs are not public domain;
Module Name:src
Committed By: simonb
Date: Fri Oct 6 05:59:51 UTC 2023
Removed Files:
src/external/bsd/less/dist/less-643: COPYING INSTALL LICENSE
Makefile.aut Makefile.dsb Makefile.dsg Makefile.dsu Makefile.in
Makefile.o2e Makefile.o9c Makefile.o9u
Module Name:src
Committed By: simonb
Date: Fri Oct 6 06:03:52 UTC 2023
Modified Files:
src/doc: CHANGES
Log Message:
Note update to less-643.
To generate a diff of this commit:
cvs rdiff -u -r1.3001 -r1.3002 src/doc/CHANGES
Please note that diffs are not public domain;
Module Name:src
Committed By: simonb
Date: Fri Oct 6 05:58:21 UTC 2023
Modified Files:
src/external/bsd/less: less2netbsd
Log Message:
Many tweaks to 10-year-old script cherry-picking from many other
foo2netbsd scripts.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: simonb
Date: Fri Oct 6 05:59:51 UTC 2023
Removed Files:
src/external/bsd/less/dist/less-643: COPYING INSTALL LICENSE
Makefile.aut Makefile.dsb Makefile.dsg Makefile.dsu Makefile.in
Makefile.o2e Makefile.o9c Makefile.o9u
Module Name:src
Committed By: simonb
Date: Fri Oct 6 05:58:21 UTC 2023
Modified Files:
src/external/bsd/less: less2netbsd
Log Message:
Many tweaks to 10-year-old script cherry-picking from many other
foo2netbsd scripts.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: simonb
Date: Fri Oct 6 05:57:16 UTC 2023
Modified Files:
src/external/bsd/less: Makefile.inc
src/external/bsd/less/bin: Makefile.inc
src/external/bsd/less/bin/less: Makefile
src/external/bsd/less/bin/lesskey: Makefile
Module Name:src
Committed By: simonb
Date: Fri Oct 6 05:54:41 UTC 2023
Added Files:
src/external/bsd/less/include: defines.h
Log Message:
Updated autoconf generated files for less-643.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/less/inclu
Module Name:src
Committed By: simonb
Date: Fri Oct 6 05:57:16 UTC 2023
Modified Files:
src/external/bsd/less: Makefile.inc
src/external/bsd/less/bin: Makefile.inc
src/external/bsd/less/bin/less: Makefile
src/external/bsd/less/bin/lesskey: Makefile
Module Name:src
Committed By: simonb
Date: Fri Oct 6 05:54:41 UTC 2023
Added Files:
src/external/bsd/less/include: defines.h
Log Message:
Updated autoconf generated files for less-643.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/less/inclu
Module Name:src
Committed By: simonb
Date: Fri Oct 6 05:49:49 UTC 2023
Modified Files:
src/external/bsd/less/dist: brac.c ch.c charset.c charset.h cmd.h
cmdbuf.c command.c cvt.c decode.c edit.c filename.c forwback.c
funcs.h help.c ifile.c input.c ju
Module Name:src
Committed By: simonb
Date: Fri Oct 6 04:32:56 UTC 2023
Update of /cvsroot/src/external/bsd/less/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv9334
Log Message:
Import less-643. Way to many changes and bugfixes over the last ten
years to list. Look at src/ext
Module Name:src
Committed By: simonb
Date: Fri Oct 6 04:32:56 UTC 2023
Update of /cvsroot/src/external/bsd/less/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv9334
Log Message:
Import less-643. Way to many changes and bugfixes over the last ten
years to list. Look at src/ext
Module Name:src
Committed By: simonb
Date: Fri Oct 6 04:29:27 UTC 2023
Update of /cvsroot/src/external/bsd/less/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv3509
Log Message:
Import less-643. Way to many changes and bugfixes over the last ten
years to list. Look at src/ext
Module Name:src
Committed By: simonb
Date: Fri Oct 6 04:29:27 UTC 2023
Update of /cvsroot/src/external/bsd/less/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv3509
Log Message:
Import less-643. Way to many changes and bugfixes over the last ten
years to list. Look at src/ext
Module Name:src
Committed By: simonb
Date: Mon Sep 4 09:13:23 UTC 2023
Modified Files:
src/sys/kern: kern_proc.c
Log Message:
Whitespace nit.
To generate a diff of this commit:
cvs rdiff -u -r1.270 -r1.271 src/sys/kern/kern_proc.c
Please note that diffs are not public
Module Name:src
Committed By: simonb
Date: Mon Sep 4 09:13:23 UTC 2023
Modified Files:
src/sys/kern: kern_proc.c
Log Message:
Whitespace nit.
To generate a diff of this commit:
cvs rdiff -u -r1.270 -r1.271 src/sys/kern/kern_proc.c
Please note that diffs are not public
Module Name:src
Committed By: simonb
Date: Tue Aug 1 04:20:14 UTC 2023
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
For vmstat -mW, add a total KB consumed column and widen a couple of
other fields.
To generate a diff of this commit:
cvs rdiff -u -r1.256 -r
Module Name:src
Committed By: simonb
Date: Tue Aug 1 04:20:14 UTC 2023
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
For vmstat -mW, add a total KB consumed column and widen a couple of
other fields.
To generate a diff of this commit:
cvs rdiff -u -r1.256 -r
Module Name:src
Committed By: simonb
Date: Sat Jul 8 04:09:26 UTC 2023
Modified Files:
src/lib/libbsdmalloc: malloc.c
Log Message:
Make mstats() decl match prototype so this compiles with -DMSTATS.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/lib
Module Name:src
Committed By: simonb
Date: Sat Jul 8 04:09:26 UTC 2023
Modified Files:
src/lib/libbsdmalloc: malloc.c
Log Message:
Make mstats() decl match prototype so this compiles with -DMSTATS.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/lib
Module Name:src
Committed By: simonb
Date: Sat Jun 10 04:45:25 UTC 2023
Modified Files:
src/usr.bin/gzip: gzip.c unlz.c unpack.c
Log Message:
Pull git commit way-etc-20140221.tar.bz2 by Xin Li from FreeBSD:
Remove unneeded checks for prelen.
In order to determine
Module Name:src
Committed By: simonb
Date: Sat Jun 10 04:45:25 UTC 2023
Modified Files:
src/usr.bin/gzip: gzip.c unlz.c unpack.c
Log Message:
Pull git commit way-etc-20140221.tar.bz2 by Xin Li from FreeBSD:
Remove unneeded checks for prelen.
In order to determine
Module Name:src
Committed By: simonb
Date: Fri Jun 9 03:43:03 UTC 2023
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
Alignment nit.
To generate a diff of this commit:
cvs rdiff -u -r1.2429 -r1.2430 src/distrib/sets/lists/comp/mi
Please note that diffs ar
Module Name:src
Committed By: simonb
Date: Fri Jun 9 03:43:03 UTC 2023
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
Alignment nit.
To generate a diff of this commit:
cvs rdiff -u -r1.2429 -r1.2430 src/distrib/sets/lists/comp/mi
Please note that diffs ar
Module Name:src
Committed By: simonb
Date: Fri Apr 7 03:01:21 UTC 2023
Modified Files:
src/sys/sys: sysctl.h
Log Message:
#define
To generate a diff of this commit:
cvs rdiff -u -r1.236 -r1.237 src/sys/sys/sysctl.h
Please note that diffs are not public domain; they are
Module Name:src
Committed By: simonb
Date: Fri Apr 7 03:01:21 UTC 2023
Modified Files:
src/sys/sys: sysctl.h
Log Message:
#define
To generate a diff of this commit:
cvs rdiff -u -r1.236 -r1.237 src/sys/sys/sysctl.h
Please note that diffs are not public domain; they are
Module Name:src
Committed By: simonb
Date: Sun Mar 5 23:24:06 UTC 2023
Modified Files:
src/sbin/nvmectl: devlist.c
Log Message:
In "devlist" mode, exit with a 0 return code if any nvme devices are
found, rather than exiting with 1 return code always.
To generate a diff
Module Name:src
Committed By: simonb
Date: Sun Mar 5 23:24:06 UTC 2023
Modified Files:
src/sbin/nvmectl: devlist.c
Log Message:
In "devlist" mode, exit with a 0 return code if any nvme devices are
found, rather than exiting with 1 return code always.
To generate a diff
Module Name:src
Committed By: simonb
Date: Sun Feb 19 11:19:51 UTC 2023
Modified Files:
src/sys/arch/mips/mips: db_interface.c
Log Message:
Adjust userspace comments in db_read_bytes() and db_write_bytes() to
match current reality.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: simonb
Date: Sun Feb 19 11:19:51 UTC 2023
Modified Files:
src/sys/arch/mips/mips: db_interface.c
Log Message:
Adjust userspace comments in db_read_bytes() and db_write_bytes() to
match current reality.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: simonb
Date: Mon Feb 6 12:59:13 UTC 2023
Modified Files:
src/sys/arch/evbarm/conf: GENERIC.common
Log Message:
Enable UFS_DIRHASH (missed with previous change) and UFS_EXTATTR
(mistakenly commented out with previous change).
To generate a d
Module Name:src
Committed By: simonb
Date: Mon Feb 6 12:59:13 UTC 2023
Modified Files:
src/sys/arch/evbarm/conf: GENERIC.common
Log Message:
Enable UFS_DIRHASH (missed with previous change) and UFS_EXTATTR
(mistakenly commented out with previous change).
To generate a d
1 - 100 of 328 matches
Mail list logo