Remove "Not supported yet" message from `machine boot`

2019-05-06 Thread Callum R. Davies
Based on revisions 1.7 and 1.11, I think this line should have been
removed as part of revision 1.11.

Index: sys/arch/amd64/stand/libsa/cmd_i386.c
===
RCS file: /cvs/src/sys/arch/amd64/stand/libsa/cmd_i386.c,v
retrieving revision 1.13
diff -u -p -r1.13 cmd_i386.c
--- sys/arch/amd64/stand/libsa/cmd_i386.c   15 Mar 2019 06:53:37 -  
1.13
+++ sys/arch/amd64/stand/libsa/cmd_i386.c   6 May 2019 23:43:09 -
@@ -96,7 +96,6 @@ Xregs(void)
 int
 Xboot(void)
 {
-   printf("Not supported yet\n");
int dev, part, st;
struct diskinfo *dip;
char buf[DEV_BSIZE], *dest = (void *)BOOTBIOS_ADDR;



nits in ifconfig.8

2018-08-27 Thread Callum R. Davies
Hi, just a couple of nits in ifconfig.8 that I found whilst struggling
to get a route to fe80::1 on a VPS.

'colon-separated' and 'comma-separated' is in keeping with the style of
the rest of the page.

'lowest 64th bit' > 'lowest 64 bits' is self-explanatory, I hope.

Index: ifconfig.8
===
RCS file: /cvs/src/sbin/ifconfig/ifconfig.8,v
retrieving revision 1.317
diff -u -p -r1.317 ifconfig.8
--- ifconfig.8  13 Aug 2018 05:54:13 -  1.317
+++ ifconfig.8  28 Aug 2018 03:00:39 -
@@ -122,7 +122,7 @@ a host name present in the host name dat
 .Xr hosts 5 ;
 .Dq dot
 notation (IPv4);
-colon separated (IPv6);
+colon-separated (IPv6);
 or CIDR notation.
 .It Ar dest_address
 Specify the address of the correspondent on the other end
@@ -838,7 +838,7 @@ and
 Create a load balancing group consisting of up to 32 nodes.
 Each node is specified as a
 .Ar vhid:advskew
-tuple in a comma separated list.
+tuple in a comma-separated list.
 .It Cm carpdev Ar iface
 Attach to parent interface
 .Ar iface .
@@ -1217,7 +1217,7 @@ Currently configured addresses will not 
 invalid.
 .It Cm eui64
 Fill the interface index
-.Pq the lowermost 64th bit of an IPv6 address
+.Pq the lowermost 64 bits of an IPv6 address
 automatically.
 .It Cm pltime Ar n
 Set preferred lifetime for the address, in seconds.



Re: OpenBSD 6.2 released: Oct 9, 2017

2017-10-09 Thread Callum R. Davies
Huge congrats to all OpenBSD developers for another rock-solid release,
and with so many wonderful improvements to boot!

Just a couple of small nits:

On Mon, Oct 09, 2017 at 08:44:31AM -0600, Theo de Raadt wrote:
> - SYSTEM SOURCE CODE ---
> 
> The source code for all four subsystems can be found in the
> pub/OpenBSD/6.2/ directory:
> 
> xenocara.tar.gz ports.tar.gz   src.tar.gz sys.tar.gz
> 
> The README (https://ftp.OpenBSD.org/pub/OpenBSD/6.2/README) file
> explains how to deal with these source files.

The README file actually makes no mention of what to do with these
files

The README also says:
> - Thanks to everyone who has purchased an OpenBSD CD-ROM.

I sent the sort of small donation which you'd expect from a student, to
help make up for the loss of income from CD sales... ;^)



Update list of invalid users in install.sub

2017-05-05 Thread Callum R. Davies
Hi tech@, was looking through the tree for the providence of the
amusing "No really..." message in the installer and saw that the list
of invalid users needed updating.  Names are in the order found in
passwd, with the exception of ftp.

Index: distrib/miniroot/install.sub
===
RCS file: /cvs/src/distrib/miniroot/install.sub,v
retrieving revision 1.1000
diff -u -p -r1.1000 install.sub
--- distrib/miniroot/install.sub1 May 2017 14:29:39 -   1.1000
+++ distrib/miniroot/install.sub5 May 2017 18:58:54 -
@@ -1945,7 +1945,7 @@ user_setup() {
y|yes)  _q="No really, what is the lower-case loginname, or 
'no'?"
continue
;;
-   root|daemon|operator|bin|sshd|www|nobody|ftp)
+   root|daemon|operator|bin|sshd|uucp|www|nobody|build|ftp)
;;
[a-z]*([a-z0-9_]))
((${#resp} <= 31)) && break