Re: phrase 'log rotation' in newsyslog.8

2009-11-23 Thread Robert
it could be we can get away with just "rotate log files", but i'm not > sure. (what if someone is looking for an app that archives log files, > for example, instead of one that rotates/trims them.) > > anyone else want to chip in? > jmc rotate, archive and/or trim logfiles - Robert

impact of unaligned partitions/slices on 4kB sector drives (wd10ears)

2010-01-06 Thread Robert
t of such harddisks. Below you can find more info about my test setup and the test outputs. Cheers, - Robert [1] http://www.wdc.com/advformat [2] http://www.wdc.com/en/products/products.asp?driveid=763 TESTS: "aligned" == XP jumper set "unaligned" == XP jumper NOT se

Re: install.sub: zap space between function name and parens

2017-07-20 Thread Robert
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

Re: avoid scan_dmesg in armv7 md_installboot

2017-08-22 Thread Robert
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

Re: xf86-video-intel patch to test

2017-11-14 Thread Robert
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.

Re: cwm tiling

2012-06-08 Thread robert
On Fri, Jun 08, 2012 at 10:21:43PM -0500, Abel Abraham Camarillo Ojeda wrote: > On Fri, Jun 8, 2012 at 9:43 PM, Christiano F. Haesbaert > wrote: > > On Jun 8, 2012 9:22 PM, "J??r??mie Courr??ges-Anglas" > > wrote: > >> > >> Antoine Jacoutot writes: > >> > I for one would love cwm to have tiling

Re: behaviour of openssl s_server and certificate chains on 6.8

2021-01-14 Thread Robert Nagy
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

Re: behaviour of openssl s_server and certificate chains on 6.8

2021-01-14 Thread Robert Nagy
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 >

Re: behaviour of openssl s_server and certificate chains on 6.8

2021-01-14 Thread Robert Nagy
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

Re: Add if_mreqn support to IP_MULTICAST_IF

2021-01-15 Thread Robert Nagy
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

Mention -N to shutdown(2) network socket after EOF in man nc(1)

2021-03-29 Thread Robert Scheck
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

Re: apldckbd(4): add fn key combose for Page Up/Down

2022-09-16 Thread Robert Nagy
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 @@ +/*

Re: apldckbd(4): add fn key combose for Page Up/Down

2022-09-16 Thread Robert Nagy
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

Re: apldckbd(4): add fn key combose for Page Up/Down

2022-09-16 Thread Robert Nagy
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

Re: apldckbd(4): add fn key combose for Page Up/Down

2022-09-16 Thread Robert Nagy
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

Re: apldckbd(4): add fn key combose for Page Up/Down

2022-09-16 Thread Robert Nagy
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)

Re: apldckbd(4): add fn key combose for Page Up/Down

2022-09-16 Thread Robert Nagy
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

Re: apldckbd(4): add fn key combose for Page Up/Down

2022-09-16 Thread Robert Nagy
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

Re: apldckbd(4): add fn key combose for Page Up/Down

2022-09-16 Thread Robert Nagy
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. > >

Re: M1 Macmini lost hw.cpuspeed

2022-10-24 Thread Robert Nagy
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

VisionFive 2

2023-08-01 Thread Robert Palm
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

sigcontext in signal.h

2023-08-03 Thread Robert Palm
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

Re: JH7110 PCIe device tree binding update

2023-08-31 Thread Robert Palm
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.

Re: VisionFive 2

2023-09-02 Thread Robert Palm
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

Re: VisionFive 2

2023-09-02 Thread Robert Palm
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

fix ldapd/ldapctl data directory handling

2020-03-02 Thread Robert Klein
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

BIRD 1.x/2.x support at rpki-client

2020-03-02 Thread Robert Scheck
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

Re: BIRD 1.x/2.x support at rpki-client

2020-03-03 Thread Robert Scheck
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

Re: fix ldapd/ldapctl data directory handling

2020-03-04 Thread Robert Klein
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

Re: BIRD 1.x/2.x support at rpki-client

2020-03-06 Thread Robert Scheck
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

Re: BIRD 1.x/2.x support at rpki-client

2020-03-06 Thread Robert Scheck
RD 1 and 2 during the weekend explicitly and provide specific feedback or suggest diffs. Regards, Robert

Re: ldapd: fix return values for illegal passwords

2020-03-06 Thread Robert Klein
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

Re: ldapd: fix return values for illegal passwords

2020-03-07 Thread Robert Klein
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. > &

Re: ldapd: fix return values for illegal passwords

2020-03-08 Thread Robert Klein
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

Re: ldapd: fix return values for illegal passwords

2020-03-17 Thread Robert Klein
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

Re: userland clock_gettime proof of concept

2020-05-13 Thread Robert Nagy
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

Re: userland clock_gettime proof of concept

2020-05-13 Thread Robert Nagy
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

Minor change in rpki-client.8

2020-05-13 Thread Robert Scheck
/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

Re: userland clock_gettime proof of concept

2020-05-16 Thread Robert Nagy
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

Re: userland clock_gettime proof of concept

2020-05-30 Thread 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: 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;

Re: userland clock_gettime proof of concept

2020-05-30 Thread Robert Nagy
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

Re: userland clock_gettime proof of concept

2020-06-12 Thread Robert Nagy
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. >

Re: lfence for rdtsc

2020-06-21 Thread Robert Nagy
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

Re: userland clock_gettime proof of concept

2020-06-24 Thread Robert Nagy
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

Re: OpenBGPD 7.0 released

2021-06-04 Thread Robert Scheck
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,

Re: allow KARL with config(8)'d kernels

2021-08-24 Thread Robert Nagy
+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

Re: allow KARL with config(8)'d kernels

2021-09-07 Thread Robert Nagy
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

Re: allow KARL with config(8)'d kernels

2021-09-07 Thread Robert Nagy
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

Re: unveil(2) for spamlogd(8)

2018-07-18 Thread Robert Nagy
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

Re: fdformat: reformat usage()

2018-09-17 Thread Robert Klein
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,

Re: fdformat: reformat usage()

2018-09-17 Thread Robert Klein
> - 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:

Re: libunwind: fix register numbering on OpenBSD/i386 (again)

2018-10-31 Thread Robert Nagy
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

xenocara tarball

2018-11-11 Thread Robert Urban
wrong, or the tarball is wrong. Does anyone think it worthwhile fixing this? Regards, Robert Urban

Re: unlock mmap(2) for anonymous mappings

2022-01-11 Thread Robert Nagy
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(

Re: userland clock_gettime proof of concept

2020-07-03 Thread Robert Nagy
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

Re: ldapd: adding bsd.schema

2020-08-12 Thread Robert Klein
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

Re: ldapd(8): fix, simplify UUID timestamp code

2020-09-03 Thread Robert Klein
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.

fix check of return value

2020-09-03 Thread Robert Klein
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

Re: ldapd: adding bsd.schema

2020-09-09 Thread Robert Klein
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

Re: ldapd: adding bsd.schema

2020-09-14 Thread Robert Klein
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:

add support for AMD 17h/3xh HD Audio

2020-10-22 Thread Robert Nagy
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

Re: add support for AMD 17h/3xh HD Audio

2020-10-23 Thread Robert Nagy
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

Re: rpki-client: reject bad URLs in cert files

2020-12-02 Thread Robert Scheck
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

Re: ksh.kshrc: Fix quoting in {add,pre,del}_path() to work with spaces

2018-02-18 Thread Robert Peichaer
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:

Re: Allow disks to be specifid by duid in install.sub

2018-06-02 Thread Robert Peichaer
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

Re: Installer support to fetch/verify bsd.rd for release upgrade

2018-06-03 Thread Robert Peichaer
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

Re: mpii support for sas3.5 controllers

2018-06-17 Thread Robert Nagy
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

Re: next step in synchronizing ber.c and ber.h

2018-06-28 Thread Robert Klein
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]

Re: sbin/wsconsctl: show more data

2019-01-06 Thread Robert Curry
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

Re: ld.so speedup (part 2)

2019-04-28 Thread Robert Nagy
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 > > > >> > >

ldapd: fix return values for illegal passwords

2020-03-01 Thread Robert Klein
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

Expand Your Restaurant Business Without Adding Overhead

2009-09-25 Thread Robert Skorr
into this underserved market click here . Sincerely, Robert Skorr Skorr Products 90 George St. Patterson, NJ 07503 This is a marketing message. We respect your right to be removed from this marketing campaign. Removal from this email distribution list is automatically enforced by our emai

Expand Your Restaurant Business Without Adding Overhead

2009-09-28 Thread Robert Skorr
into this underserved market click here . Sincerely, Robert Skorr Skorr Products 90 George St. Patterson, NJ 07503 This is a marketing message. We respect your right to be removed from this marketing campaign. Removal from this email distribution list is automatically enforced by our email deliv

Restaurants Increase Sales Without Adding Overhead

2009-10-05 Thread Robert Skorr
into this underserved market click here . Sincerely, Robert Skorr Skorr Products 90 George St. Patterson, NJ 07503 This is a marketing message. We respect your right to be removed from this marketing campaign. Removal from this email distribution list is automatically enforced by our email deliv

Thank you for making p2k9 possible!

2009-10-11 Thread Robert Nagy
Hello p2k9 (the ports hackathon in Budapest) is on since Friday. People are working on different things like GNOME, GCC4, BluRay support or even ACPI. I would like to thank everyone who donated money to the project because the individual donors made it possible to organize this event. So ... BIG

Is Your Restaurant Missing Out on a 33 Million Dollar Market?

2009-10-19 Thread Robert Skorr
your carry out business, maximize your existing resources, and improve sales without the need for additional overhead or capital. To receive a copy of the free DVD and to receive the article that discusses how many restaurants are expanding into this underserved market click here . Sincerely, Ro

Simple Tips Help Restaurants Increase Repeat Business & Customer Loyalty

2009-10-23 Thread Robert Skorr
DVD and to receive the article that discusses how many restaurants are expanding into this underserved market click here . Sincerely, Robert Skorr Skorr Products 90 George St. Patterson, NJ 07503 This is a marketing message. We respect your right to be removed from this marketing camp

Simple Tips Help Restaurants Increase Repeat Business & Customer Loyalty

2009-10-23 Thread Robert Skorr
DVD and to receive the article that discusses how many restaurants are expanding into this underserved market click here . Sincerely, Robert Skorr Skorr Products 90 George St. Patterson, NJ 07503 This is a marketing message. We respect your right to be removed from this marketing campaign. Rem

Restaurants Increase Sales Without Adding Overhead

2009-10-29 Thread Robert Skorr
article that discusses how many restaurants are expanding into this underserved market click here . Sincerely, Robert Skorr Skorr Products 90 George St. Patterson, NJ 07503 This is a marketing message. We respect your right to be removed from this marketing campaign. Removal from this email

Cater to the Catering Needs of your Customers

2009-11-13 Thread Robert Skorr
bility and affordability. How do you cater to the catering needs of your customers? If you would like to receive a free article, on how to strengthen your reputation for quality, convenience and customization among customers, click here. Sincerely, Robert Skorr Skorr Products 90 George St. Patterson

Does Your Carry Out Food Miss the Mark?

2009-11-20 Thread Robert Skorr
, Robert Skorr Skorr Products 90 George St. Patterson, NJ 07503 This is a marketing message. We respect your right to be removed from this marketing campaign. Removal from this email distribution list is automatically enforced by our email delivery system. Please click here to be removed. If

How To Not Get Burned This Holiday Season

2009-11-30 Thread Robert Skorr
here to view. Sincerely, Robert Skorr Skorr Products 90 George St. Patterson, NJ 07503 This is a marketing message. We respect your right to be removed from this marketing campaign. Removal from this email distribution list is automatically enforced by our email delivery system. Please click here

Is Carry-Out Food Your Restaurants Achilles Heel? YouTube Video Offers Up Simple Tips

2009-11-30 Thread Robert Skorr
rising and customers coming back again and again. Click here for the link . Sincerely, Robert Skorr Skorr Products 90 George St. Patterson, NJ 07503 This is a marketing message. We respect your right to be removed from this marketing campaign. Removal from this email distribution list is aut

kernel hacking

2009-12-10 Thread Robert Yuri
which the best way to learn about OpenBSD kernel ? I found a bunch of docs from FreeBSD site such as developer's handbook at http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/ , there any same that for openbsd ? thanks, ry

Re: kernel hacking

2009-12-10 Thread Robert Yuri
I'll learn just reading kernel code ? so, many night you need to understand it ? On Thu, Dec 10, 2009 at 2:40 PM, Bob Beck wrote: > > 2009/12/10 Bret S. Lambert : > > On Thu, Dec 10, 2009 at 02:24:00PM -0300, Robert Yuri wrote: > >> which the best way to learn about Ope

Re: [PATCH] make 'set +o' useful and POSIX compatible

2016-03-06 Thread Robert Peichaer
On Sun, Mar 06, 2016 at 10:56:45AM +0100, Martin Natano wrote: > On Sun, Mar 06, 2016 at 05:32:16AM +0100, Martijn Dekker wrote: > > The command 'set -o' shows the current shell options in an unspecified > > format. Less well-known is the variant 'set +o', which should output the > > current shell

Re: anti-ROP mechanism in libc

2016-04-25 Thread Robert Peichaer
On Mon, Apr 25, 2016 at 10:57:37AM -0400, Ted Unangst wrote: > Theo de Raadt wrote: > > + cp -p /usr/lib/$_lib /usr/lib/$_tmplib > > + install -o root -g bin -m 0444 $_lib /usr/lib/$_lib && > > + rm -f /usr/lib/$_tmplib || > > +

Re: kernel relinking at install/upgrade time

2017-06-30 Thread Robert Peichaer
On Mon, Jun 26, 2017 at 02:35:55PM -0600, Theo de Raadt wrote: > There is a diff in snapshots which does kernel relinking during > install or upgrade. > > Really amazing... This is now committed to the tree. -- -=[rpe]=-

Re: install.sub: ieee80211_{scan,config}: Allow quoted SSIDs

2017-07-02 Thread Robert Peichaer
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

Re: install.sub: Clean v[46]_info() ouput

2017-07-03 Thread Robert Peichaer
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

Re: install.sub: Typo/whitespace nit

2017-07-07 Thread Robert Peichaer
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

Re: [PATCH] etc/ksh.kshrc - unify command substitution

2017-07-10 Thread Robert Peichaer
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

Re: install.sub: Fix scrambled address list in v6_defroute()

2017-07-10 Thread Robert Peichaer
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/?

Re: RFC 7217: random but stable addresses (take 3)

2017-07-14 Thread Robert Peichaer
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

Re: RFC 7217 installer bits

2017-07-14 Thread Robert Peichaer
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

Re: RFC 7217: installer support [8/8]

2017-07-15 Thread Robert Peichaer
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() { >

Re: RFC 7217: /etc/{rc,netstart} [4/8]

2017-07-15 Thread Robert Peichaer
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 >

Re: rc: reorder_libs: [1/2] Drop unused _l, exit early on failure

2017-07-16 Thread Robert Peichaer
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

Re: rc: reorder_libs: [2/2] Pick archive versions more efficiently

2017-07-16 Thread Robert Peichaer
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

Re: rc: reorder_libs: [2/2] Pick archive versions more efficiently

2017-07-16 Thread Robert Peichaer
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

  1   2   >