Module Name:src
Committed By: kre
Date: Fri Jul 1 16:45:13 UTC 2022
Modified Files:
src/sbin/shutdown: shutdown.8 shutdown.c
Log Message:
Bring shutdown(8) into the 21st century.
I found this juxtaposition in the shutdown man page kind of
interesting:
time Time is
Module Name:src
Committed By: kre
Date: Fri Jul 1 16:45:13 UTC 2022
Modified Files:
src/sbin/shutdown: shutdown.8 shutdown.c
Log Message:
Bring shutdown(8) into the 21st century.
I found this juxtaposition in the shutdown man page kind of
interesting:
time Time is
Module Name:src
Committed By: kre
Date: Sun Jul 3 06:30:31 UTC 2022
Modified Files:
src/bin/ksh: expr.c
Log Message:
Fix core dump caused by
ksh -c '(i=10; echo $((++-+++i)))'
reported by Steffen Nurpmeso (not on a NetBSD list or PR).
Seems pointless to fix just
Module Name:src
Committed By: kre
Date: Sun Jul 3 06:30:31 UTC 2022
Modified Files:
src/bin/ksh: expr.c
Log Message:
Fix core dump caused by
ksh -c '(i=10; echo $((++-+++i)))'
reported by Steffen Nurpmeso (not on a NetBSD list or PR).
Seems pointless to fix just
Module Name:src
Committed By: kre
Date: Sat Jul 9 09:43:52 UTC 2022
Modified Files:
src/etc/root: dot.profile
Log Message:
If /rescue is at the head of $PATH (which is how it starts out in /rescue/sh
unless changed by something - and has been since NetBSD 3) don't blindly
Module Name:src
Committed By: kre
Date: Sat Jul 9 09:43:52 UTC 2022
Modified Files:
src/etc/root: dot.profile
Log Message:
If /rescue is at the head of $PATH (which is how it starts out in /rescue/sh
unless changed by something - and has been since NetBSD 3) don't blindly
Module Name:src
Committed By: kre
Date: Thu Jul 21 07:49:36 UTC 2022
Modified Files:
src/etc/rc.d: raidframe
Log Message:
Make this better ... Allow config file for raidN to be found
in /etc/conf/raid/raidN (as well as in /etc/raidN.conf) (less
clutter in /etc).
Allow c
Module Name:src
Committed By: kre
Date: Thu Jul 21 07:49:36 UTC 2022
Modified Files:
src/etc/rc.d: raidframe
Log Message:
Make this better ... Allow config file for raidN to be found
in /etc/conf/raid/raidN (as well as in /etc/raidN.conf) (less
clutter in /etc).
Allow c
Module Name:src
Committed By: kre
Date: Thu Jul 21 07:51:12 UTC 2022
Modified Files:
src/etc/root: dot.profile
Log Message:
Get rid of the (insulting)
We recommend that you create a non-root account...
message from single user mode shell startups.
To generate a d
Module Name:src
Committed By: kre
Date: Thu Jul 21 07:51:12 UTC 2022
Modified Files:
src/etc/root: dot.profile
Log Message:
Get rid of the (insulting)
We recommend that you create a non-root account...
message from single user mode shell startups.
To generate a d
Module Name:src
Committed By: kre
Date: Thu Jul 21 07:53:28 UTC 2022
Modified Files:
src/etc/root: dot.shrc
Log Message:
Cleanup the "hup" function - quote properly, and test for the pid
file existing (with something in it) before simply using it, so the
error message can
Module Name:src
Committed By: kre
Date: Thu Jul 21 07:53:28 UTC 2022
Modified Files:
src/etc/root: dot.shrc
Log Message:
Cleanup the "hup" function - quote properly, and test for the pid
file existing (with something in it) before simply using it, so the
error message can
Module Name:src
Committed By: kre
Date: Thu Jul 21 09:19:54 UTC 2022
Modified Files:
src/sbin/raidctl: rf_configure.c
Log Message:
PR bin/56917
If getfsspecname() fails that will usually mean that a NAME=wedge or
ROOT.x partition is unabailable. raidframe specified unav
Module Name:src
Committed By: kre
Date: Thu Jul 21 09:19:54 UTC 2022
Modified Files:
src/sbin/raidctl: rf_configure.c
Log Message:
PR bin/56917
If getfsspecname() fails that will usually mean that a NAME=wedge or
ROOT.x partition is unabailable. raidframe specified unav
Module Name:src
Committed By: kre
Date: Thu Jul 21 09:47:31 UTC 2022
Modified Files:
src/usr.bin/realpath: realpath.1 realpath.c
Log Message:
Make realpath(1) compat with the planned (not yet approved) specification
for POSIX.8 (its next version). (Should the requirement
Module Name:src
Committed By: kre
Date: Thu Jul 21 09:47:31 UTC 2022
Modified Files:
src/usr.bin/realpath: realpath.1 realpath.c
Log Message:
Make realpath(1) compat with the planned (not yet approved) specification
for POSIX.8 (its next version). (Should the requirement
Module Name:src
Committed By: kre
Date: Thu Jul 21 09:52:49 UTC 2022
Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
src/tests/usr.bin: Makefile
Added Files:
src/tests/usr.bin/realpath: Makefile t_realpath.sh
Log Me
Module Name:src
Committed By: kre
Date: Thu Jul 21 09:52:49 UTC 2022
Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
src/tests/usr.bin: Makefile
Added Files:
src/tests/usr.bin/realpath: Makefile t_realpath.sh
Log Me
Module Name:src
Committed By: kre
Date: Thu Jul 21 09:56:34 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
Note realpath(1) update.
To generate a diff of this commit:
cvs rdiff -u -r1.2891 -r1.2892 src/doc/CHANGES
Please note that diffs are not public domain; th
Module Name:src
Committed By: kre
Date: Thu Jul 21 09:56:34 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
Note realpath(1) update.
To generate a diff of this commit:
cvs rdiff -u -r1.2891 -r1.2892 src/doc/CHANGES
Please note that diffs are not public domain; th
Module Name:src
Committed By: kre
Date: Thu Jul 21 10:00:31 UTC 2022
Modified Files:
src/usr.bin/stat: readlink.1
Log Message:
Add an Xr to realpath(1) (which does much the same as readlink -f).
Try not to forget the damn comma!
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: kre
Date: Thu Jul 21 10:00:31 UTC 2022
Modified Files:
src/usr.bin/stat: readlink.1
Log Message:
Add an Xr to realpath(1) (which does much the same as readlink -f).
Try not to forget the damn comma!
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: kre
Date: Mon Aug 1 10:30:29 UTC 2022
Modified Files:
src/sys/dev/ic: tulip.c
Log Message:
Revert this to 1.205, undoing changes apparently mistakenly
committed in 1.206, and the total disaster that the attempt to
revert those in 1.207 create
Module Name:src
Committed By: kre
Date: Mon Aug 1 10:30:29 UTC 2022
Modified Files:
src/sys/dev/ic: tulip.c
Log Message:
Revert this to 1.205, undoing changes apparently mistakenly
committed in 1.206, and the total disaster that the attempt to
revert those in 1.207 create
Module Name:src
Committed By: kre
Date: Mon Aug 1 15:48:40 UTC 2022
Modified Files:
src/tests/lib/libc/sys: Makefile
Log Message:
Provide _GNU_SOURCE for t_clone now that is required to make clone()
visible.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72
Module Name:src
Committed By: kre
Date: Mon Aug 1 15:48:40 UTC 2022
Modified Files:
src/tests/lib/libc/sys: Makefile
Log Message:
Provide _GNU_SOURCE for t_clone now that is required to make clone()
visible.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72
Date:Mon, 1 Aug 2022 18:55:15 +0300
From:Valery Ushakov
Message-ID:
| The test uses __clone(), not clone() and a followup fix made __clone()
| visible under plain _NETBSD_SOURCE again - which is the right thing,
| IMO. So this change is not necessary (the test
Module Name:src
Committed By: kre
Date: Mon Aug 8 16:50:35 UTC 2022
Modified Files:
src/bin/df: df.1 df.c
Log Message:
Add 4 new flags:
-b (from FreeBSD) - set blocksize to blocks (512 bytes)
(overrides a contrary setting in BLOCKSIZE)
-H (
Module Name:src
Committed By: kre
Date: Mon Aug 8 16:50:35 UTC 2022
Modified Files:
src/bin/df: df.1 df.c
Log Message:
Add 4 new flags:
-b (from FreeBSD) - set blocksize to blocks (512 bytes)
(overrides a contrary setting in BLOCKSIZE)
-H (
Module Name:src
Committed By: kre
Date: Tue Aug 9 07:39:21 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
Minor alteration to the description of what df -b does (plus tiny reformat)
To generate a diff of this commit:
cvs rdiff -u -r1.2895 -r1.2896 src/doc/CHANGE
Module Name:src
Committed By: kre
Date: Tue Aug 9 07:39:21 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
Minor alteration to the description of what df -b does (plus tiny reformat)
To generate a diff of this commit:
cvs rdiff -u -r1.2895 -r1.2896 src/doc/CHANGE
Module Name:src
Committed By: kre
Date: Tue Aug 16 13:19:42 UTC 2022
Modified Files:
src/external/public-domain/tz: tzdata2netbsd
Log Message:
Correct a typo in a comment. NFC.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/public-domain/tz/
Module Name:src
Committed By: kre
Date: Tue Aug 16 13:19:42 UTC 2022
Modified Files:
src/external/public-domain/tz: tzdata2netbsd
Log Message:
Correct a typo in a comment. NFC.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/public-domain/tz/
Module Name:src
Committed By: kre
Date: Tue Aug 16 13:23:12 UTC 2022
Modified Files:
src/external/public-domain/tz: tzdata2netbsd
Log Message:
Change the NEWS parser to handle the more recent (as in going back several
years now) format (wording) that is used there, rather
Module Name:src
Committed By: kre
Date: Tue Aug 16 13:23:12 UTC 2022
Modified Files:
src/external/public-domain/tz: tzdata2netbsd
Log Message:
Change the NEWS parser to handle the more recent (as in going back several
years now) format (wording) that is used there, rather
Module Name:src
Committed By: kre
Date: Wed Aug 17 12:17:57 UTC 2022
Update of /cvsroot/src/external/public-domain/tz/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv6507
Log Message:
Import tzdata2022c from
https://github.com/JodaOrg/global-tz/releases/download//2022bgtz/tzdat
Module Name:src
Committed By: kre
Date: Wed Aug 17 12:17:57 UTC 2022
Update of /cvsroot/src/external/public-domain/tz/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv6507
Log Message:
Import tzdata2022c from
https://github.com/JodaOrg/global-tz/releases/download//2022bgtz/tzdat
Module Name:src
Committed By: kre
Date: Wed Aug 17 12:19:41 UTC 2022
Modified Files:
src/external/public-domain/tz/dist: TZDATA_VERSION asia australasia
backward leap-seconds.list leapseconds version
Log Message:
Merge tzdata2022c
To generate a diff of this c
Module Name:src
Committed By: kre
Date: Wed Aug 17 12:24:42 UTC 2022
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note tzdata2022c
To generate a diff of this commit:
cvs rdiff -u -r1.1868 -r1.1869 src/doc/3RDPARTY
cvs rdiff -u -r1.2898 -r1.2899 src/doc/CHANGES
Module Name:src
Committed By: kre
Date: Wed Aug 17 12:24:42 UTC 2022
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note tzdata2022c
To generate a diff of this commit:
cvs rdiff -u -r1.1868 -r1.1869 src/doc/3RDPARTY
cvs rdiff -u -r1.2898 -r1.2899 src/doc/CHANGES
Module Name:src
Committed By: kre
Date: Wed Aug 17 12:25:47 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
Balance the parentheses in the previous update...
To generate a diff of this commit:
cvs rdiff -u -r1.2899 -r1.2900 src/doc/CHANGES
Please note that diffs
Module Name:src
Committed By: kre
Date: Wed Aug 17 12:25:47 UTC 2022
Modified Files:
src/doc: CHANGES
Log Message:
Balance the parentheses in the previous update...
To generate a diff of this commit:
cvs rdiff -u -r1.2899 -r1.2900 src/doc/CHANGES
Please note that diffs
Module Name:src
Committed By: kre
Date: Wed Aug 17 14:03:05 UTC 2022
Modified Files:
src/distrib/sets/lists/base: mi
Log Message:
Add Europe/Kyiv to the sets list - fix the builds. Apologies...
To generate a diff of this commit:
cvs rdiff -u -r1.1310 -r1.1311 src/distr
Module Name:src
Committed By: kre
Date: Wed Aug 17 14:03:05 UTC 2022
Modified Files:
src/distrib/sets/lists/base: mi
Log Message:
Add Europe/Kyiv to the sets list - fix the builds. Apologies...
To generate a diff of this commit:
cvs rdiff -u -r1.1310 -r1.1311 src/distr
Module Name:src
Committed By: kre
Date: Wed Aug 17 14:32:34 UTC 2022
Modified Files:
src/external/public-domain/tz: tzdata2netbsd
Log Message:
Add support for fetching and using the Global Time Zone fork of tzdata
in addition to the older (Eggert) version. The GTZ vesion
Module Name:src
Committed By: kre
Date: Wed Aug 17 14:32:34 UTC 2022
Modified Files:
src/external/public-domain/tz: tzdata2netbsd
Log Message:
Add support for fetching and using the Global Time Zone fork of tzdata
in addition to the older (Eggert) version. The GTZ vesion
Date:Thu, 18 Aug 2022 14:10:05 +
From:"Nia Alarie"
Message-ID: <20220818141005.5005af...@cvs.netbsd.org>
| sh(1): Allow an explicit set -o vi or set -o emacs to override ~/.editrc
I'm not sure that change is a good idea - but it depends how you
view the .editrc
Module Name:src
Committed By: kre
Date: Fri Aug 19 12:17:18 UTC 2022
Modified Files:
src/bin/sh: miscbltin.c
Log Message:
PR bin/56972 Fix escape ('\') handling in sh read builtin.
In 1.35 (March 2005) (the big read fixup), most escape handling and IFS
processing in the
Module Name:src
Committed By: kre
Date: Fri Aug 19 12:17:18 UTC 2022
Modified Files:
src/bin/sh: miscbltin.c
Log Message:
PR bin/56972 Fix escape ('\') handling in sh read builtin.
In 1.35 (March 2005) (the big read fixup), most escape handling and IFS
processing in the
Module Name:src
Committed By: kre
Date: Fri Aug 19 12:52:32 UTC 2022
Modified Files:
src/bin/sh: miscbltin.c
Log Message:
Don't output the error for bad usage (no var name given)
after already writing the prompt (set with the -p option).
That results in nonsense like:
Module Name:src
Committed By: kre
Date: Fri Aug 19 12:52:32 UTC 2022
Modified Files:
src/bin/sh: miscbltin.c
Log Message:
Don't output the error for bad usage (no var name given)
after already writing the prompt (set with the -p option).
That results in nonsense like:
Module Name:src
Committed By: kre
Date: Fri Aug 19 13:37:03 UTC 2022
Modified Files:
src/bin/sh: sh.1
Log Message:
Improve the description of the read builtin command.
To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 src/bin/sh/sh.1
Please note that diffs
Module Name:src
Committed By: kre
Date: Fri Aug 19 13:37:03 UTC 2022
Modified Files:
src/bin/sh: sh.1
Log Message:
Improve the description of the read builtin command.
To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 src/bin/sh/sh.1
Please note that diffs
Date:Fri, 19 Aug 2022 15:37:59 +
From:nia
Message-ID:
| I wish editing mode and whether editing was enabled was more clearly
| divorced.
That might be arranged, I will take a look and see what would be
involved (the major issue is making sure things get upda
Module Name:src
Committed By: kre
Date: Mon Aug 22 17:33:11 UTC 2022
Modified Files:
src/bin/sh: histedit.c
Log Message:
Add debugging trace points for history and the editline interface.
NFC for any normal shell (not compiled with debugging (sh DEBUG) enabled.
We have ha
Module Name:src
Committed By: kre
Date: Mon Aug 22 17:33:11 UTC 2022
Modified Files:
src/bin/sh: histedit.c
Log Message:
Add debugging trace points for history and the editline interface.
NFC for any normal shell (not compiled with debugging (sh DEBUG) enabled.
We have ha
Date:Wed, 24 Aug 2022 20:37:54 +1000
From:Luke Mewburn
Message-ID:
| I think it would be more consistent with existing convention
| (in both NetBSD and on other systems) to add /etc/raid.d
I certainly won't be doing that, I detest the ".d" convention
as a genera
Module Name:src
Committed By: kre
Date: Fri Sep 2 05:09:49 UTC 2022
Modified Files:
src/sys/arch/xen/xen: xenmem.c
Log Message:
Fix the syntax of the non _LP64 code fragment to match that in the
_LP64 fragment, so hopefully 32 bit ports with XEN (i386) will
build again.
Module Name:src
Committed By: kre
Date: Fri Sep 2 05:09:49 UTC 2022
Modified Files:
src/sys/arch/xen/xen: xenmem.c
Log Message:
Fix the syntax of the non _LP64 code fragment to match that in the
_LP64 fragment, so hopefully 32 bit ports with XEN (i386) will
build again.
Date:Tue, 14 Apr 2009 16:11:13 +0200
From:Joerg Sonnenberger
Message-ID: <20090414141113.gd...@britannica.bec.de>
| toupper() gets u_char arguments, not int. This cast is simply wrong.
According to TFM ...
SYNOPSIS
#include
int
toupper(int c);
an
Date:Tue, 14 Apr 2009 19:59:46 +0200
From:Joerg Sonnenberger
Message-ID: <20090414175946.ga12...@britannica.bec.de>
| toupper like the rest of ctype.h is defined for EOF and for all values
| of a unsigned char.
Yes. Which is why its arg cannot be u_char as you
Date:Wed, 15 Apr 2009 00:08:30 +0100
From:David Laight
Message-ID: <20090414230830.gc4...@snowdrop.l8s.co.uk>
| The ctype functions are often implemented as #defines that index arrays,
| so if the argument is 'char' it is very likely to index off the front
| whi
Date:Tue, 29 Dec 2009 15:28:01 -0500
From:Elad Efrat
Message-ID: <4b3a6651.2080...@netbsd.org>
| This makes 3 or 4 different opinions as to how the message read.
| You will not hear any objections from me if you change it...
I don't care what the message says, bu
Module Name:src
Committed By: kre
Date: Thu Sep 9 00:04:51 UTC 2021
Modified Files:
src/tests/bin/sh: t_here.sh
Log Message:
Add a new test case to check for correct parsing and execution
of a few bizarre here document usages, such as
: << do | for x in xxx
Module Name:src
Committed By: kre
Date: Thu Sep 9 00:04:51 UTC 2021
Modified Files:
src/tests/bin/sh: t_here.sh
Log Message:
Add a new test case to check for correct parsing and execution
of a few bizarre here document usages, such as
: << do | for x in xxx
Module Name:src
Committed By: kre
Date: Thu Sep 9 01:14:04 UTC 2021
Modified Files:
src/bin/sh: parser.c
Log Message:
Fix a bug with here document processing reported on the austin group list
by oguzismailuy...@gmail.com (2021-09-08) (applies to all ash descendant
shells)
Module Name:src
Committed By: kre
Date: Thu Sep 9 01:14:04 UTC 2021
Modified Files:
src/bin/sh: parser.c
Log Message:
Fix a bug with here document processing reported on the austin group list
by oguzismailuy...@gmail.com (2021-09-08) (applies to all ash descendant
shells)
Module Name:src
Committed By: kre
Date: Sun Sep 12 01:30:41 UTC 2021
Modified Files:
src/bin/sh: jobs.c sh.1
Log Message:
Don't dereference NULL on "jobs -Z" (with no title given), instead
do setproctitle(NULL) (which is not the same thing at all). Do the
same with jobs -
Module Name:src
Committed By: kre
Date: Sun Sep 12 01:30:41 UTC 2021
Modified Files:
src/bin/sh: jobs.c sh.1
Log Message:
Don't dereference NULL on "jobs -Z" (with no title given), instead
do setproctitle(NULL) (which is not the same thing at all). Do the
same with jobs -
Module Name:src
Committed By: kre
Date: Sun Sep 12 02:20:37 UTC 2021
Modified Files:
src/bin/sh: sh.1
Log Message:
Improve the formatting of the list of Built-in commands for those
commands with multiple synopsis lines (eg: trap).
But there really must be a better way to
Module Name:src
Committed By: kre
Date: Sun Sep 12 02:20:37 UTC 2021
Modified Files:
src/bin/sh: sh.1
Log Message:
Improve the formatting of the list of Built-in commands for those
commands with multiple synopsis lines (eg: trap).
But there really must be a better way to
Module Name:src
Committed By: kre
Date: Mon Sep 13 22:46:02 UTC 2021
Modified Files:
src/bin/mkdir: mkdir.c
Log Message:
PR bin/56398
The final component of both a/b/c and a/b/c/ is "c", so that's the one
to which the -m arg applies.
To generate a diff of this commit:
c
Module Name:src
Committed By: kre
Date: Mon Sep 13 22:46:02 UTC 2021
Modified Files:
src/bin/mkdir: mkdir.c
Log Message:
PR bin/56398
The final component of both a/b/c and a/b/c/ is "c", so that's the one
to which the -m arg applies.
To generate a diff of this commit:
c
Module Name:src
Committed By: kre
Date: Tue Sep 14 14:49:39 UTC 2021
Modified Files:
src/bin/sh: parser.c redir.c
Log Message:
Deal with some issues where fds intended only for internal use
by the shell were available for manipulation by scripts (or the user).
These issues
Module Name:src
Committed By: kre
Date: Tue Sep 14 14:49:39 UTC 2021
Modified Files:
src/bin/sh: parser.c redir.c
Log Message:
Deal with some issues where fds intended only for internal use
by the shell were available for manipulation by scripts (or the user).
These issues
Module Name:src
Committed By: kre
Date: Wed Sep 15 18:29:45 UTC 2021
Modified Files:
src/bin/sh: main.c parser.c redir.c redir.h
Log Message:
Improve the solution for the 2nd access to a fd which shouldn't
be available ("13") issue reported by Jan Schaumann on netbsd-users
Module Name:src
Committed By: kre
Date: Wed Sep 15 18:29:45 UTC 2021
Modified Files:
src/bin/sh: main.c parser.c redir.c redir.h
Log Message:
Improve the solution for the 2nd access to a fd which shouldn't
be available ("13") issue reported by Jan Schaumann on netbsd-users
Module Name:src
Committed By: kre
Date: Wed Sep 15 18:30:57 UTC 2021
Modified Files:
src/bin/sh: miscbltin.c sh.1
Log Message:
Have the ulimit command watch for ulimit -n (alter number of available fds)
and keep the rest of the shell aware of any changes.
While here, modi
Module Name:src
Committed By: kre
Date: Wed Sep 15 18:30:57 UTC 2021
Modified Files:
src/bin/sh: miscbltin.c sh.1
Log Message:
Have the ulimit command watch for ulimit -n (alter number of available fds)
and keep the rest of the shell aware of any changes.
While here, modi
Module Name:src
Committed By: kre
Date: Wed Sep 15 20:21:48 UTC 2021
Modified Files:
src/bin/sh: redir.c
Log Message:
Fix an ordering error in the previous (and even earlier, going back
a way, but made more serious with the recent changes).
The n>&n operation (more or les
Module Name:src
Committed By: kre
Date: Wed Sep 15 20:21:48 UTC 2021
Modified Files:
src/bin/sh: redir.c
Log Message:
Fix an ordering error in the previous (and even earlier, going back
a way, but made more serious with the recent changes).
The n>&n operation (more or les
Module Name:src
Committed By: kre
Date: Fri Sep 17 14:09:00 UTC 2021
Modified Files:
src/distrib/sets/lists/base: mi
Log Message:
Re-instate /usr/lib/dtrace which seems to have been accidentally deleted
in the previous update.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: kre
Date: Fri Sep 17 14:09:00 UTC 2021
Modified Files:
src/distrib/sets/lists/base: mi
Log Message:
Re-instate /usr/lib/dtrace which seems to have been accidentally deleted
in the previous update.
To generate a diff of this commit:
cvs rdiff
Date:Wed, 29 Sep 2021 05:37:44 -0700
From:Jason Thorpe
Message-ID: <39db6c46-94bf-4126-811b-466e5293b...@me.com>
| Not needed in this case.
| No callers that need the return value are in a module.
The problem with this argument is that it assumes that you know
ev
Date:Wed, 29 Sep 2021 08:42:12 -0700
From:Jason Thorpe
Message-ID:
| Anything that depends on the new return value would have simply been
| doing what the socket / fifo code was doing (groveling around in
| selinfo internals), so it's not like they're broken as
Module Name:src
Committed By: kre
Date: Fri Oct 1 22:35:07 UTC 2021
Modified Files:
src/external/public-domain/tz/dist: TZDATA_VERSION asia australasia
version
Log Message:
Cherry pick the important changes from tzdata2031b:
Samoa (Pacific/Apia) has c
Module Name:src
Committed By: kre
Date: Fri Oct 1 22:35:07 UTC 2021
Modified Files:
src/external/public-domain/tz/dist: TZDATA_VERSION asia australasia
version
Log Message:
Cherry pick the important changes from tzdata2031b:
Samoa (Pacific/Apia) has c
Module Name:src
Committed By: kre
Date: Fri Oct 1 22:42:28 UTC 2021
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
tzdata partial update to 2021b
To generate a diff of this commit:
cvs rdiff -u -r1.1818 -r1.1819 src/doc/3RDPARTY
cvs rdiff -u -r1.2835 -r1.2836 sr
Module Name:src
Committed By: kre
Date: Fri Oct 1 22:42:28 UTC 2021
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
tzdata partial update to 2021b
To generate a diff of this commit:
cvs rdiff -u -r1.1818 -r1.1819 src/doc/3RDPARTY
cvs rdiff -u -r1.2835 -r1.2836 sr
Module Name:src
Committed By: kre
Date: Sat Oct 2 11:01:53 UTC 2021
Modified Files:
src/doc: 3RDPARTY
Log Message:
We are now (partial) at tzdata2021c. This involves no changes other than
here (this), as we had not adopted the changes to tzdata in 2021b that were
revert
Module Name:src
Committed By: kre
Date: Sat Oct 2 11:01:53 UTC 2021
Modified Files:
src/doc: 3RDPARTY
Log Message:
We are now (partial) at tzdata2021c. This involves no changes other than
here (this), as we had not adopted the changes to tzdata in 2021b that were
revert
Module Name:src
Committed By: kre
Date: Tue Oct 12 06:25:17 UTC 2021
Modified Files:
src/sys/dev/ic: com.c
Log Message:
Now Jason has made this build, avoid a 50+ year
sleep to implement HUPCL.
To generate a diff of this commit:
cvs rdiff -u -r1.366 -r1.367 src/sys/dev/i
Module Name:src
Committed By: kre
Date: Tue Oct 12 06:25:17 UTC 2021
Modified Files:
src/sys/dev/ic: com.c
Log Message:
Now Jason has made this build, avoid a 50+ year
sleep to implement HUPCL.
To generate a diff of this commit:
cvs rdiff -u -r1.366 -r1.367 src/sys/dev/i
Module Name:src
Committed By: kre
Date: Tue Oct 12 08:09:51 UTC 2021
Modified Files:
src/sys/dev/ic: com.c
Log Message:
Note that while sleeping (HUPCL), time passes.
Try to avoid the otherwise infinite loop.
To generate a diff of this commit:
cvs rdiff -u -r1.367 -r1.36
Module Name:src
Committed By: kre
Date: Tue Oct 12 08:09:51 UTC 2021
Modified Files:
src/sys/dev/ic: com.c
Log Message:
Note that while sleeping (HUPCL), time passes.
Try to avoid the otherwise infinite loop.
To generate a diff of this commit:
cvs rdiff -u -r1.367 -r1.36
Module Name:src
Committed By: kre
Date: Fri Oct 22 21:01:07 UTC 2021
Modified Files:
src/external/public-domain/tz/dist: TZDATA_VERSION asia australasia
backward leap-seconds.list leapseconds version
Log Message:
Update to tzdata2021e (with much of 2020b still
Module Name:src
Committed By: kre
Date: Fri Oct 22 21:01:07 UTC 2021
Modified Files:
src/external/public-domain/tz/dist: TZDATA_VERSION asia australasia
backward leap-seconds.list leapseconds version
Log Message:
Update to tzdata2021e (with much of 2020b still
Module Name:src
Committed By: kre
Date: Fri Oct 22 21:03:01 UTC 2021
Modified Files:
src/distrib/sets/lists/base: mi
Log Message:
tzdata2021e update, zoneinfo Pacific/Enderbury renamed to Pacific/Kanton
(old name retained) - so add new zone file for Pacific/Kanton
To gen
Module Name:src
Committed By: kre
Date: Fri Oct 22 21:03:01 UTC 2021
Modified Files:
src/distrib/sets/lists/base: mi
Log Message:
tzdata2021e update, zoneinfo Pacific/Enderbury renamed to Pacific/Kanton
(old name retained) - so add new zone file for Pacific/Kanton
To gen
Module Name:src
Committed By: kre
Date: Fri Oct 22 21:03:50 UTC 2021
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note tzdata2021e update.
To generate a diff of this commit:
cvs rdiff -u -r1.1823 -r1.1824 src/doc/3RDPARTY
cvs rdiff -u -r1.2844 -r1.2845 src/doc/
501 - 600 of 1282 matches
Mail list logo