Thanks for commenting.
Maybe this is useful
RISC-V Star64 JH7110: Power Up the Display Controller with U-Boot Bootloader:
https://lupyuen.codeberg.page/articles/display3.html
Am 2. Sept. 2023, 23:24, um 23:24, Mark Kettenis
schrieb:
>> From: Robert Palm
>> Date: Sat, 02 Sep 2
rt hdmi in OpenBSD?
Best,
Robert
Am 3. Aug. 2023, 15:41, um 15:41, Mark Kettenis
schrieb:
>> Date: Tue, 01 Aug 2023 23:11:43 +0200
>> From: Robert Palm
>>
>> I own a VF 2 version 1.2a and can successfully install / boot the
>machine.
>>
>> The inner
It works for the 1.2a version, too.
To create the .dtb file from upstream I used the attached script
(don't know how you do it, but maybe it's helpful for someone else,
too).
There are some warnings which were addressed here:
https://github.com/starfive-tech/linux/issues/118
Thank you.
I am looking at following code from arm64 and riscv64.
ARM64:
https://github.com/openbsd/src/blob/master/sys/arch/arm64/include/signal.h#L51
--
struct sigcontext {
int __sc_unused;
int sc_mask; /* signal mask to restore */
unsigned long sc_s
I own a VF 2 version 1.2a and can successfully install / boot the machine.
The inner network port (dwqe1) works at 100 full duplex and receives
ipv4 via DHCP.
The outer port currently doesn't seem to get an ip, but gets active
and in full-duplex 100.
It seems a lot depends on proper .dtb
On 24/10/22 14:49 +0200, Theo Buehler wrote:
> On Mon, Oct 24, 2022 at 09:24:14AM +0200, Otto Moerbeek wrote:
> > Hello,
> >
> > after updating my M1 macmini after my vacatiuon to the latest snap it
> > seems to have lost a few sysctl nodes, making apm(8) fail:
> >
> > [otto@macmini:4]$ ktrace ap
On 16/09/22 13:20 +, Miod Vallat wrote:
> > I've also removed the hidkbd_apple_mba_iso_munge() function as it is
> > the same as hidkbd_apple_iso_munge() so this also cleans up the switch
> > in ukbd.c
>
> Oh no, it isn't.
>
> See, you are in a maze of twisty little functions, all alike.
>
>
On 16/09/22 13:03 +, Miod Vallat wrote:
> > rev3:
>
> Almost there! Minor nits below, then ok.
>
> > Index: dev/hid/hidkbd.c
>
> > +static const struct hidkbd_translation apple_iso_trans[] = {
> > + { 53, 100 },/* less -> grave */
> > + { 100, 53 }
> > +};
> > +
> > +static const str
On 16/09/22 12:43 +, Miod Vallat wrote:
> > On 16/09/22 12:20 +, Miod Vallat wrote:
> > > > Index: dev/hid/hidkbdtrans.h
> > >
> > > > +static const struct hidkbd_translation apple_fn_trans[] = {
> > >
> > > No effing way. Every file including this header will embed its own copy
> > > of
On 16/09/22 12:45 +, Klemens Nanni wrote:
> > Index: dev/hid/hidkbd.c
>
> > +static const struct hidkbd_translation apple_mba_trans[] = {
>
> These *_apple_* structs could be under #ifdef __arm64__ as only arm64
> has a driver using them, no?
no. ukbd(4)
On 16/09/22 06:40 -0600, Theo de Raadt wrote:
> > thing inside !SMALL_KERNEL
>
> Is that neccessary?
>
> Because arm64 has no limitation on bsd.rd size
but hidkbd is not arm64 only
On 16/09/22 12:20 +, Miod Vallat wrote:
> > Index: dev/hid/hidkbdtrans.h
>
> > +static const struct hidkbd_translation apple_fn_trans[] = {
>
> No effing way. Every file including this header will embed its own copy
> of these tables.
>
> Better keep the tables in their original locations. T
On 16/09/22 14:01 +0200, Robert Nagy wrote:
> On 14/09/22 17:21 +0200, Tobias Heider wrote:
> > On Wed, Sep 14, 2022 at 11:56:48AM +, Miod Vallat wrote:
> > > > Hey,
> > > >
> > > > the diff below adds FN key combos for Page Up, Page Down and some
int, uint8_t *);
Index: dev/hid/hidkbdtrans.h
=======
RCS file: dev/hid/hidkbdtrans.h
diff -N dev/hid/hidkbdtrans.h
--- /dev/null 1 Jan 1970 00:00:00 -
+++ dev/hid/hidkbdtrans.h 16 Sep 2022 11:58:42 -
@@ -0,0 +1,123 @@
+/*
On 11/01/22 09:57 +0100, Claudio Jeker wrote:
> On Tue, Jan 11, 2022 at 08:15:13AM +, Klemens Nanni wrote:
> > On Mon, Jan 10, 2022 at 12:06:44PM +, Klemens Nanni wrote:
> > > On Fri, Dec 31, 2021 at 07:54:53PM +0300, Vitaliy Makkoveev wrote:
> > > > The uvm_wxabort path within uvm_wxcheck(
On 07/09/21 19:31 +0200, Paul de Weerd wrote:
> Hi all,
>
> On Tue, Sep 07, 2021 at 02:30:43PM +0200, Robert Nagy wrote:
> | /etc/reorder_kernel.conf
>
> Thank you for your suggest Robert! In the mean time, I've had a few
> more off-list comments about this proposal
On 29/08/21 08:10 -0600, Theo de Raadt wrote:
> Ingo Schwarze wrote:
>
> > One - admittedly completely unUNIXy - way would be to invent a long,
> > descriptive name like /etc/kernel.config.commands or even /bsd.config.cmd
> > in the root rather than the /etc directory, which is more discoverable
+for more details on how to configure the kernel.
> +.Sh FILES
> +.Bl -tag -width /etc/kernel.conf -compact
> +.It Pa /etc/kernel.conf
> +Kernel configuration file.
> +.Sh SEE ALSO
> +.Xr config 8
>
> --
> >[<++>-]<+++.>+++[<-->-]<.>+++[<+
> +++>-]<.>++[<>-]<+.--.[-]
> http://www.weirdnet.nl/
>
--
Regards,
Robert Nagy
On Fri, 04 Jun 2021, Claudio Jeker wrote:
> We have released OpenBGPD 7.0, which will be arriving in the
> OpenBGPD directory of your local OpenBSD mirror soon.
https://ftp.openbsd.org/pub/OpenBSD/OpenBGPD/ unfortunately lacks a
openbgpd-7.0.tar.gz.asc as it seems...
Regards,
quot;DATA
TRANSFER" section, which covers the 'client' side only. Feel free to adjust
my proposal as necessary.
Thanks,
Robert
--- nc.12020-02-12 14:46:36.831500390 + 1.95
+++ nc.12021-03-30 02:22:34.545148296 +0200
@@ -414,7 +414,7 @@
.Pq or a second m
On 15/01/21 14:53 +0100, Claudio Jeker wrote:
> I forgot to add ip_mreqn support to IP_MULTICAST_IF and so the
> IP_ADD_MEMBERSHIP change is not fixing all the issues I have.
>
> Linux supports calling IP_MULTICAST_IF with a struct in_addr, a struct
> ip_mreq, or a struct ip_mreqn. FreeBSD only do
On 14/01/21 14:50 +0100, Theo Buehler wrote:
> On Thu, Jan 14, 2021 at 02:37:20PM +0100, Robert Nagy wrote:
> > On 14/01/21 14:27 +0100, Robert Nagy wrote:
> > > On 14/01/21 14:20 +0100, Theo Buehler wrote:
> > > > On Thu, Jan 14, 2021 at 01:32:41PM +0100, Matt
On 14/01/21 14:27 +0100, Robert Nagy wrote:
> On 14/01/21 14:20 +0100, Theo Buehler wrote:
> > On Thu, Jan 14, 2021 at 01:32:41PM +0100, Matthieu Herrb wrote:
> > > Hi,
> > >
> > > I'm trying to debug strange beahaviour changes with certificates on a
>
On 14/01/21 14:20 +0100, Theo Buehler wrote:
> On Thu, Jan 14, 2021 at 01:32:41PM +0100, Matthieu Herrb wrote:
> > Hi,
> >
> > I'm trying to debug strange beahaviour changes with certificates on a
> > systemc after upgrading it from 6.7 to 6.8...
> >
> > On 6.7, If I run :
> >
> > openssl s_serv
le.net is never going to happen? Not that it
likely would work in the portable currently, but I'm still thinking about.
Btw, ACE of above: xn--eda7ay6d6p.idna2008.example.net. I did not yet check
if delegated RPKI allows ACE-only or even the UTF-8 representation...
Regards,
Robert
pgp
On 23/10/20 10:24 +1100, Jonathan Gray wrote:
> On Thu, Oct 22, 2020 at 04:34:11PM +0200, Robert Nagy wrote:
> > The diff below makes azalia(4) work on my new shiny chromium build box:
>
> You have a 17-31-00 epyc or threadripper?
>
> This id also shows up on
> B550
The diff below makes azalia(4) work on my new shiny chromium build box:
Index: dev/pci/azalia_codec.c
===
RCS file: /cvs/src/sys/dev/pci/azalia_codec.c,v
retrieving revision 1.178
diff -u -p -u -r1.178 azalia_codec.c
--- dev/pci/azali
On Thu, 10 Sep 2020 17:03:28 -0400
Aisha Tammy wrote:
> On 9/10/20 2:03 AM, Robert Klein wrote:
> > On Sat, 5 Sep 2020 18:47:08 -0400
> > Aisha Tammy wrote:
> >
> >> Sorry for the late reply.
> >>
> >> On 8/12/20 8:19 AM, Robert Klein wrote:
On Sat, 5 Sep 2020 18:47:08 -0400
Aisha Tammy wrote:
> Sorry for the late reply.
>
> On 8/12/20 8:19 AM, Robert Klein wrote:
> > Hi,
> >
> > On Wed, 12 Aug 2020 09:00:18 +0200
> > Theo Buehler wrote:
> >
> >> On Tue, Aug 11, 2020 at 10:22:5
ro).
Best regards
Robert
Index: uuid_to_string.c
===
RCS file: /cvs/src/lib/libc/uuid/uuid_to_string.c,v
retrieving revision 1.2
diff -u -p -r1.2 uuid_to_string.c
--- uuid_to_string.c10 Sep 2015 18:13:46 - 1.2
+++ uuid_t
Hi,
On Fri, 21 Aug 2020 22:34:35 +1000
Jonathan Matthew wrote:
> On Wed, Aug 19, 2020 at 09:28:41PM -0500, Scott Cheloha wrote:
> > Hi,
> >
> > I was auditing the tree for odd-looking time structure usage and I
> > came across the UUID code in ldapd(8), uuid.c.
> >
> > time_cmp() is backwards.
blicKey” definitions with both
uid and sshPublicKye in the MUST and both in the MAY clause. The
“both MAY” version is imho more flexible.
The original mail proposing bsd.schema seems to have added both
“shadowPassword” and “bsdaccount” more as an afterth
On 02/07/20 00:31 +0100, Stuart Henderson wrote:
> running on 38 of these, btw.
been running with this on all my workstations and laptops and on 3 build
servers as well
On 22/06/20 19:12 +0300, Paul Irofti wrote:
> New iteration:
>
> - ps_timekeep should not coredump, pointed by deraadt@
> - set ps_timekeep to 0 before user uvm_map for randomization
> - map timekeep before fixup. confirmed by naddy@ that it fixes NULL init
> - initialize va. clarified by
it definitely got better:
cpu0: TSC skew=0 observed drift=0
cpu0: TSC skew=0 observed drift=0
cpu1: TSC skew=51 observed drift=0
cpu2: TSC skew=68 observed drift=0
cpu3: TSC skew=68 observed drift=0
cpu4: TSC skew=0 observed drift=0
cpu5: TSC skew=0 observed drift=0
cpu6: TSC skew=85 observed drif
On 11/06/20 20:10 +0200, Mark Kettenis wrote:
> > Date: Thu, 11 Jun 2020 19:38:48 +0200
> > From: Christian Weisgerber
> >
> > Theo de Raadt:
> >
> > > The diff is growing complexity to support a future which wouldn't
> > > exist if attempts at *supporting all* architectures received priority.
>
On 30/05/20 10:40 +0200, Mark Kettenis wrote:
> > Date: Sat, 30 May 2020 10:32:15 +0200
> > From: Robert Nagy
> >
> > On 29/05/20 17:51 +0300, Paul Irofti wrote:
> > > On Fri, May 29, 2020 at 03:00:50PM +0200, Mark Kettenis wrote:
> > > > > Date
On 29/05/20 17:51 +0300, Paul Irofti wrote:
> On Fri, May 29, 2020 at 03:00:50PM +0200, Mark Kettenis wrote:
> > > Date: Fri, 29 May 2020 13:45:37 +0100
> > > From: Stuart Henderson
> > >
> > > On 2020/05/29 13:50, Paul Irofti wrote:
> > > > +struct __timekeep {
> > > > + uint32_t major;
On 16/05/20 20:14 +0300, Paul Irofti wrote:
> Make sure you clean your /usr/share/relink directory before compiling
> and installing this! Robert's machine was picking up old objects and
> creating a broken library on every reboot becuase his directory was not
> clean.
It was actually an old .so i
/src/usr.sbin/rpki-client/rpki-client.8
+++ b/src/usr.sbin/rpki-client/rpki-client.8
@@ -76,7 +76,7 @@ instead of
.Xr openrsync 1
to fetch repositories.
It must accept the
-.Fl rlt ,
+.Fl rt ,
.Fl -address
and
.Fl -delete
Regards,
Robert
[1]
https://github.com/rpki-client/r
On 13/05/20 17:05 +0200, Mark Kettenis wrote:
> > The update currently does the work of clock_gettime(), but it can
> > probably be changed to only update the timehands and move the logic
> > elsewhere. Note that if we expose only the timehands to userland, most
> > of the bintime functionality has
h organization I have not had the time to look at it and
> I am thus getting back to it just now due to robert@ prodding me again
> on the subject. The proposed diff is mine, not the student's.
>
>
> The technical bits.
>
> Please keep in mind that this is only proof
ping...
On Sun, 8 Mar 2020 12:18:39 +0100
Robert Klein wrote:
> Hi,
>
> I thought a bit more about using LDAP resultCode values and I think
> some intermediate values are needed so it is clearer what happens.
>
> Also, I found out a clients connection hangs in the
quot;Database is being reopened": the old code did
not lead to a "return ldap_respond" in bind_ldap(), so nothing is
returned to the client which is trying to bind and the client hangs.
Best regards
Robert
diff 403185e43a653dece6518a28d0750f212ff40fc5 /usr/src
blob - f6f54
On Fri, 6 Mar 2020 21:50:34 +0100
Robert Klein wrote:
> Hi,
>
>
> sorry, I simply forgot ldap_auth_sasl.
>
> LDAP_OTHER is a good return code for imsg failure and I really like
> the idea of using the LDAP return codes right away instead of the
> extra mapping.
>
&
sages), because
sent_auth_request *never* returns LDAP_SUCCESS (this happens via imsg)
but LDAP_SASL_BIND_IN_PROGRESS. See comment inline.
After changing the one line bind with SASL works, too.
All tests using ldap_auth_simple worked ok.
Best regards
Robert
On Tue, 3 Mar 2020 20:33:41 +0100
Martij
RD 1 and 2 during the weekend explicitly and provide specific feedback or
suggest diffs.
Regards,
Robert
On Fri, 06 Mar 2020, Job Snijders wrote:
> I believe Robert is referring to this snippet of code:
>
>
> https://patch-diff.githubusercontent.com/raw/kristapsdz/rpki-client/pull/21.patch
Exactly.
Regards,
Robert
please look into fixing the actual issue?
this patch fixes only the two issues. I de-const'd "char * datadir" in
ldapd to get rid of the new warning.
Best regards
Robert
diff 1813335e849f285a868ea3d474b4704812b1843e /usr/src
blob - c8564c5543f518a720e049c559556f87edda6b8a
f
te
> multiple outputs is going to require some restructuring.
I see.
Honestly, my downstream needs would be satisfied with "-B" leading to BIRD
2.x compatible output only (avoiding new options and restructuring), but I
don't want to behave like a bull in a china shop. Thus in the end it's your
decision as upstream...
Regards,
Robert
rently leads to "bird" file with
BIRD 1.x support only.
However, I'm not sure if the current options -B, -c, -j and -o are that
great. Maybe something like "-o " would be
more powerful and more flexible?
Opinions?
Regards,
Robert
opened
in the default directory for indexing.
The patch below removes the command line argument and corresponding
global variable and instead uses a configuration file directive
"datadir". Incidentally removes the global 'datadir' variable use
urn 49 (Invalid
Credentials) on bind attempts.
Best regards
Robert
---
commit e9fe05bf15bf216ea7759cd64f17103008e1b69e (master)
from: Robert Klein
date: Sun Mar 1 15:49:40 2020 UTC
ldapd: fix return values for illegal p
On 28/04/19 12:01 +0200, Matthieu Herrb wrote:
> On Sun, Apr 28, 2019 at 08:55:16AM +0100, Stuart Henderson wrote:
> > > >> > On Sat, Apr 27, 2019 at 09:55:33PM +0800, Nathanael Rensen wrote:
> > > >> > > The diff below speeds up ld.so library intialisation where the
> > > >>dependency
> > > >> > >
Thank you Frederic for the new console font. I agree with Mischa and
Paul and find it very clean and readable, a definite improvement.
--
Robert W. Curry
wrong, or the tarball is wrong. Does anyone think it
worthwhile fixing this?
Regards,
Robert Urban
On 31/10/18 09:54 +0100, Patrick Wildt wrote:
> Hi,
>
> during the libunwind update to 6.0 we lost a particular patchset that
> fixes register numbering for OpenBSD/i386, thus breaking exception
> handling on that platform. Looks like no one noticed until now.
>
> ok?
>
> Patrick
>
> diff --gi
> - printf("\t-S #\tspecify sector size, 0=128, 1=256, 2=512
> bytes\n");
> - printf("\t-s #\tspecify number of sectors per track, 9, 10,
> 15 or 18\n");
> - printf("\t-t #\tnumber of steps per track\n");
> + printf("usage:
tspecify interleave factor\n");
> - printf("\t-r #\tspecify data rate, 250, 300 or 500 kbps\n");
> - printf("\t-S #\tspecify sector size, 0=128, 1=256, 2=512
> bytes\n");
> - printf("\t-s #\tspecify number of sectors per track, 9, 10,
Hi
I think you should call unveil before pledge, so that you don't
need to pledge unveil.
This will prevent futher calls to unveil.
On 18/07/18 12:59 +0100, Ricardo Mestre wrote:
> Hi,
>
> Are there any brave souls out there with unveil(2) enabled already?
>
> If yes please test this diff for s
lloc()'d their memory.
ber_free_element() is my fault; I introduced it for LDAP attribute value
deletion (in ldapd, attributes.c:ldap_del_values(). I simply copied
the code from ber_free_elements() and removed the “offending” line.
Your code sharing example is the better way.
Not sure about ber_free_element returning root->be_next, though the
calling could would indeed look nice:
ber_link_elements(prev,
ber_free_element(ber_unlink_elements(prev));
Best regards,
Robert
>
> > + free(root);
[rest deleted]
Hi
Obviously I am ok with this since it makes my controller work ;)
mpii0 at pci6 dev 0 function 0 "Symbios Logic MegaRAID SAS3408" rev 0x01: msi
scsibus3 at mpii0: 640 targets
st0 at scsibus3 targ 5 lun 0: SCSI4 1/sequential
removable naa.5000e111c457f001
ch0 at scsibus3 targ 5 lun 1: SCSI3 8
On Sun, Oct 08, 2017 at 09:56:15AM +, Robert Peichaer wrote:
> Up to now, the upgrade procedure from one to the next release meant
> that you had to manually download and verify the new ramdisk kernel.
>
> What about if you just needed to boot into the existing bsd.rd and
> i
On Fri, May 18, 2018 at 12:14:36PM +0200, Theo Buehler wrote:
> On Thu, May 17, 2018 at 06:42:15PM -0600, Aaron Bieber wrote:
> > On Thu, May 17, 2018 at 06:37:56PM -0600, Aaron Bieber wrote:
> > > On Fri, Mar 02, 2018 at 07:32:04AM -0700, Aaron Bieber wrote:
> > > > Hi,
> > > >
> > > > Currently
On Sun, Feb 18, 2018 at 12:36:43PM +0100, Klemens Nanni wrote:
> On Tue, Nov 21, 2017 at 08:30:25PM +0100, Klemens Nanni wrote:
> > On Sun, Nov 12, 2017 at 10:43:46PM +0100, Klemens Nanni wrote:
> > > On Sun, Nov 12, 2017 at 09:04:22PM +, Robert Peichaer wrote:
On 17/01/18 11:40 +0100, Martin Pieuchot wrote:
> Hello Sebastien,
>
> On 17/01/18(Wed) 10:19, Sebastien Marie wrote:
> > [...]
> > kernel modification is desirable in some cases, at least for disabling
> > ulpt(4) when using cups with USB printer.
>
> Sorry to hijack your thread, but if somebod
On Wed, Nov 29, 2017 at 08:06:39AM +0100, Otto Moerbeek wrote:
> On Tue, Nov 28, 2017 at 06:59:06PM -0500, Ian Sutton wrote:
>
> > This is a highly theoretical and experimental mitigation which stops the
> > root password on newly upgraded/installed systems from being an empty
> > string. The thin
q
Am 13. November 2017 17:56:19 MEZ schrieb Stefan Sperling :
>On Sat, Nov 11, 2017 at 07:57:16PM +0100, Matthieu Herrb wrote:
>> Hi,
>>
>> the patch below should not affect the intel(4) X.Org driver
>> functionality. It's sole purpose is to make it compatible with the
>> future upgrade to the X.
On Sun, Nov 12, 2017 at 12:22:27AM +0100, Klemens Nanni wrote:
> On Sat, Nov 11, 2017 at 08:03:36PM +0000, Robert Peichaer wrote:
> > On Sat, Nov 11, 2017 at 08:11:25PM +0100, Klemens Nanni wrote:
> > > pre_path()ing directories with spaces is broken due to bad quoting.
>
On Sat, Nov 11, 2017 at 08:11:25PM +0100, Klemens Nanni wrote:
> pre_path()ing directories with spaces is broken due to bad quoting.
>
> This diff takes care of that by properly passing double quotes through
> eval and quoting the arguments for no_path() individually.
>
> Feedback?
What is actua
On Fri, Nov 10, 2017 at 10:27:36AM +0200, Artturi Alm wrote:
> Hi,
>
> currently, just editing the mbr to give more room for u-boot env growth,
> will result in unbootable system, as the installer will fail to mount it,
> and naturally things won't work beyond u-boot after reboot either.
>
> i'm
On Wed, Nov 08, 2017 at 10:47:43PM +0100, Holger Mikolon wrote:
> The veriable $HN_DIR is set in /etc/netstart on line 166 but used only
> once (line 78). The diff below makes use of $HN_DIR in the other cases
> where netstart cares of ip address configuration.
>
> With below change I can maintain
On Sun, Oct 08, 2017 at 09:56:15AM +, Robert Peichaer wrote:
> Up to now, the upgrade procedure from one to the next release meant
> that you had to manually download and verify the new ramdisk kernel.
>
> What about if you just needed to boot into the existing bsd.rd and
> i
Up to now, the upgrade procedure from one to the next release meant
that you had to manually download and verify the new ramdisk kernel.
What about if you just needed to boot into the existing bsd.rd and
it would support downloading and verifying the bsd.rd of the next
release?
This diff changes
Hi
This is an updated diff for preliminary kabylake support for 6.2,
this needs extensive testing on all inteldrm variants.
This diff is also in snapshots now so please, test, test test!
Thank you
Index: sys/dev/pci/drm/i915_pciids.h
Hi!
It turns out that the changes to get kabylake to work are quiet minimal so I
took a
stab at it and backported all the relevant kabylake commits from linux-4.8.y to
our drm tree. I did not touch anything outside of dev/pci/drm/i915 on purprose,
so that the update work of kettenis@ is only touc
Hi,
the USB audio specs seem to have changed their location. Below is a
patch to update the links to the currentlocation of the specs.
Best regards
Robert
---
sys/dev/usb/uaudio.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys/dev/usb/uaudio.c b/sys/dev/usb
hi
seems to make sense and reads fine but I'm not able to check it before tonight.
cheers Robert
Am 22. August 2017 05:04:22 MESZ schrieb Jonathan Gray :
>If there is whitespace in the pattern sed returns scan_dmesg will sort
>all of the words. As hw.product is available on ramdis
On Tue, Aug 08, 2017 at 03:40:03AM +0200, Pontus Lundkvist wrote:
> Hi,
>
> This change introduced in version 1.1028 of distrib/miniroot/install.sub seems
> wrong or incomplete. (Pardon the lack of tabs):
>
> for _hn in $_trunks $_svlans $_vlans; do
> - ifstart $_hn
> + ifstart $_
On Sat, Jul 29, 2017 at 05:25:51PM -0400, Joe Gidi wrote:
> I did a couple of fresh installs the other day, which reminded me of a
> minor irritation and prompted me to think about a possible solution.
>
> The first run of security(8) on a fresh install is not terribly helpful.
> It produces a hug
OK
Am 20. Juli 2017 10:50:24 MESZ schrieb Anton Lindqvist
:
>Hi,
>Minor inconsistency noticed in install.sub. No intended functional
>change.
>
>Comments? OK?
>
>Index: install.sub
>===
>RCS file: /cvs/src/distrib/miniroot/install.su
Originally, the installer executed the {install,upgrade}.site script
at the end of installs and upgrades. Over time, code was after this
step and now a list of things happen AFTER this script is executed.
- make underlying device nodes for softraid devices
- install the boot-block on disk
- switch
On Mon, Jul 17, 2017 at 03:39:29PM +0200, Klemens Nanni wrote:
> The Internal Field Seperator is meant for this so use it instead of
> reading and stripping ':' again.
>
> Feedback? Comments?
>
> Index: rc
> ===
> RCS file: /cvs/src/
On Mon, Jul 17, 2017 at 03:00:34PM +0200, Klemens Nanni wrote:
> On Sun, Jul 16, 2017 at 09:09:44AM +0000, Robert Peichaer wrote:
> > The rationale to picking the library versions before remounting was
> > to keep the time window having rw /usr as small as possible.
> > If
On Sun, Jul 16, 2017 at 03:24:19PM +0200, Klemens Nanni wrote:
> On Sun, Jul 16, 2017 at 12:41:09PM +0000, Robert Peichaer wrote:
> > On Sun, Jul 16, 2017 at 02:28:59PM +0200, Klemens Nanni wrote:
> > > On Sun, Jul 16, 2017 at 12:11:55PM +, Robert Peichaer wrote:
> >
On Sun, Jul 16, 2017 at 02:28:59PM +0200, Klemens Nanni wrote:
> On Sun, Jul 16, 2017 at 12:11:55PM +0000, Robert Peichaer wrote:
> > On Sun, Jul 16, 2017 at 01:37:56PM +0200, Klemens Nanni wrote:
> > > This removes on level of indent, avoids the ugly RULES="$RULES ..."
On Sun, Jul 16, 2017 at 01:37:56PM +0200, Klemens Nanni wrote:
> This removes on level of indent, avoids the ugly RULES="$RULES ..."
> repitition and spares a print.
>
> We could do a 'pfctl -ef -' right away but I kept changing and enabling
> clearly seperated. Regarding the leading newlines and
On Sun, Jul 16, 2017 at 01:55:02PM +0200, Klemens Nanni wrote:
> On Sun, Jul 16, 2017 at 10:26:25AM +0000, Robert Peichaer wrote:
> > But I'd like to stay strict matching the filenames.
> >
> > + for _liba in /usr/lib/lib{c,crypto}; do
> > + _libas=&qu
On Sun, Jul 16, 2017 at 01:23:00PM +0200, Klemens Nanni wrote:
> On Sun, Jul 16, 2017 at 10:26:25AM +0000, Robert Peichaer wrote:
> > On Sun, Jul 16, 2017 at 03:37:15AM +0200, Klemens Nanni wrote:
> > > Why looping over all existing archives, picking the latest version of
> &g
On Sun, Jul 16, 2017 at 03:37:15AM +0200, Klemens Nanni wrote:
> Why looping over all existing archives, picking the latest version of
> the current archive, skipping it in case it's already in our list of
> selected latest versions or adding it otherwise?
>
> The current code runs ls|sort|tail ab
On Sun, Jul 16, 2017 at 07:18:00AM +0200, Theo Buehler wrote:
> On Sun, Jul 16, 2017 at 03:34:07AM +0200, Klemens Nanni wrote:
> > $_l is not used and picking the latest archive versions is of no use
> > if /usr/lib cannot be written to.
> >
> > This patch applies cleanly before my next one but no
On Sat, Jul 15, 2017 at 05:09:43PM +, Florian Obser wrote:
> netstart & simplification suggested by naddy
>
> OK?
>
> diff --git etc/netstart etc/netstart
> index 71890bc7a5b..047eef1ab83 100644
> --- etc/netstart
> +++ etc/netstart
> @@ -190,6 +190,8 @@ if $PRINT_ONLY && (($# == 0)); then
>
On Sat, Jul 15, 2017 at 05:16:04PM +, Florian Obser wrote:
> OK?
>
> diff --git distrib/miniroot/install.sub distrib/miniroot/install.sub
> index 26cecd81cbc..52360686b38 100644
> --- distrib/miniroot/install.sub
> +++ distrib/miniroot/install.sub
> @@ -2988,6 +2988,9 @@ do_upgrade() {
>
On Fri, Jul 14, 2017 at 03:43:52PM +, Florian Obser wrote:
> diff --git distrib/miniroot/install.sub distrib/miniroot/install.sub
> index 26cecd81cbc..bf6c562c882 100644
> --- distrib/miniroot/install.sub
> +++ distrib/miniroot/install.sub
> @@ -2988,6 +2988,9 @@ do_upgrade() {
> hostname
On Fri, Jul 14, 2017 at 11:56:02AM +, Florian Obser wrote:
> next try
> - sha512
> - fixed key size
> - /etc/soii.key
> - man page tweaks from sthen & jmc and rewording by me to get rid of 48 bits
> - link local address is updated when soii flag is toggled
>
> If this is the final version I ca
On Sun, Jul 09, 2017 at 09:42:32AM +0200, Klemens Nanni wrote:
> On Wed, Jun 14, 2017 at 03:00:11AM +0200, Klemens Nanni wrote:
> > Installing -current the other day showed a broken list when picking
> > the IPv6 default route just like reported on bugs@ five days ago[1].
> 1:http://marc.info/?
On Fri, Jul 07, 2017 at 05:47:46AM +0100, Raf Czlonka wrote:
> Hi all,
>
> I've noticed that etc/ksh.kshrc uses both types of command substitution
> `command` and $(command). The below diff unifies it and uses
> $(command) notation consistently.
>
> While there:
>
> - remove ':' (null utility) f
On Tue, Jul 04, 2017 at 02:14:58AM +0200, Klemens Nanni wrote:
> Remove duplicate full stop and add space after function name.
>
> Feedback/OK?
>
> Index: install.sub
> ===
> RCS file: /cvs/src/distrib/miniroot/install.sub,v
> retrie
On Wed, Jun 14, 2017 at 05:37:07PM +0200, Klemens Nanni wrote:
> With this patch, v[46]_info() both output exactly what their description
> says.
>
> As of now, these functions are only used through
> set -- $(v4_info $_if)
> which gracefully handles any constellation of whitespaces in the o
On Thu, Jun 15, 2017 at 12:09:20AM +0200, Klemens Nanni wrote:
> Instead of ignoring SSIDs containing whitespaces, slightly adjust the
> commands to take everything in between 'nwid ' and ' chan' as SSID; if
> it has double quotes at start *and* end, simply remove those.
>
> This enables users to
1 - 100 of 170 matches
Mail list logo