Re: USB output in ucom

2025-07-15 Thread Mouse
gt; not work with DDB, though. It also would not work for output. (Would it be possible to do the same in the other direction? I would guess so, but I don't really know enough to know.) /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTML

Re: Support 256 colours on wscons

2025-07-10 Thread Mouse
Sixel, Tektronix, ship it over the network, whatever. Do we have the infrastructure for hot-plugging wsdisplays? Virtualization, virtualization, all is virtualization Mouse

Re: cvsweb anti-bot protection (was: Retrieving MAC address from struct ifnet)

2025-07-03 Thread Mouse
t least for that one - there must be some other explanation. Thank you! /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: cvsweb anti-bot protection (was: Retrieving MAC address from struct ifnet)

2025-07-03 Thread Mouse
g with anything else sending something I don't recognize in the position of an HTTP verb. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: cvsweb anti-bot protection (was: Retrieving MAC address from struct ifnet)

2025-07-03 Thread Mouse
slightly different) NetBSD source trees. Makes me wonder what the relevant difference is. Border router blocks? Lack of HTTPS support? They don't recognize the interface I present? They just haven't noticed me yet? /~\ The ASCII Mouse \ / Ribbon Campaign X

Re: NetBSD Kernel Sanitizers

2025-06-22 Thread Mouse
kernel just to shut up each and every complaint is, IMO, misguided. (I don't know which case this particular instance is. It's just that mrg's text makes me feel it's a case of trying to contort the code to shut up the tool for the sake of shutting up the tool, not for the sake of

Re: More serial ports in EFI bootstrap?

2025-06-17 Thread Mouse
ful? /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: Unused blocks vsd TRIM [was Re: Working on Discard for FFS]

2025-06-13 Thread Mouse
vice's device-specific version; while I'm sure someone better at researching such things could do better, it will be one thing needing doing. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: Unused blocks vsd TRIM [was Re: Working on Discard for FFS]

2025-06-13 Thread Mouse
tter. When applied to plain file, yes. When applied to a device special pseudo-file, other semantics apply. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Unused blocks vsd TRIM [was Re: Working on Discard for FFS]

2025-06-13 Thread Mouse
ace in a filesystem file. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: cvsweb anti-bot protection (was: Retrieving MAC address from struct ifnet)

2025-06-08 Thread Mouse
abuse contacts, and those which don't respond, or which support the misbehaviour, stay blocked; those which clean up their act get unblocked. But I don't know how well that matches up with NetBSD's tradeoffs. /~\ The ASCII Mouse \ / Ribbon Campaign X Agai

Re: Retrieving MAC address from struct ifnet

2025-06-08 Thread Mouse
octet of its link-layer address. It returns char * (IMO it should be unsigned char *, but they didn't ask me). There's also CLLADDR, which is the same except it returns a const char * instead of a char *. I can't easily check -current, because HTTP access to cvsweb has been broken; it n

Re: Proposal to automatically make the owner/user of an accepted socket the current process

2025-06-08 Thread Mouse
ples I know of are sockets in transit in SCM_RIGHTS messages, when the sender has closed its descriptor and the receiver hasn't received it yet, and a few kernel-internal uses such as the NFS client.) /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTML

Re: Proposal to automatically make the owner/user of an accepted socket the current process

2025-06-06 Thread Mouse
AF_INET socket that is passed in this way? Whatever the configuration calls for, of course. That can't be done with per-packet filtering. That's why I think per-packet filtering is a wrong place to try to satisfy this desire. /~\ The ASCII Mouse \ / Ribbon

Re: Proposal to automatically make the owner/user of an accepted socket the current process

2025-06-06 Thread Mouse
d, and/or SCM_RIGHTS. Maybe sosend() and sorecv(). But not, I would say, per-packet filtering. And, of course, I'm armchair quarterbacking here. Whatever is implemented here, it won't be by me. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTML

Re: Proposal on WSDISPLAYIO damage reporting IOCTL

2025-05-13 Thread Mouse
unchanged) contents need re-pushing. But, here, we have _changed_ contents, changed by the client without anything else changing the display, needing pushing.) /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: RAID stripe size

2025-04-29 Thread Mouse
, well, people like kre know a lot about what _should be_ fastest, but nothing beats actually measuring performance with various values to see what truly _is_ fastest, on _your_ particular hardware, with _your_ particular workload. /~\ The ASCII Mouse \ / Ribbon Campaign X

Re: biowait for seconds

2025-04-18 Thread Mouse
ning rust supports non-MSI interrupts: it's a matter for the interface glue rather than for the storage technology. Admittedly, my understanding of nvme is hazy. Have I misunderstood? /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodent

Re: PHP performance on Xen domU with mulitple vcpu

2025-04-03 Thread Mouse
000; } bcopy(tvp, &lasttime, sizeof(struct timeval)); Obviously, this depends on the system not sustaining as many as a million fetches of the time (gettimeofday() being only one of variousp things which can call microtime()) per second for any significant period. /~\ The ASC

Re: PHP performance on Xen domU with mulitple vcpu

2025-04-03 Thread Mouse
s good, bad, or just ugly, it looks to me as though it's exposed a bug. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: close_range?

2025-03-30 Thread Mouse
l() operations, either with more than three arguments or with the third arg being a pointer to a struct. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: reading ksyms

2025-03-26 Thread Mouse
ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: Inquiry About Contributing to "Emulating Missing Linux Syscalls (350h)" Project

2025-03-26 Thread Mouse
lls on NetBSD as far as I can see. Am I doing something wrong? /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: pfil_add_ihook() with PFIL_IFNET

2025-03-24 Thread Mouse
the simple thing to do is to just grep for PFIL_IFNET_ATTACH and PFIL_IFNET_DETACH and look at the surrounding code to see what circumstances they're used in. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email!

Re: library in kernel space

2025-03-23 Thread Mouse
1.kmod]: linker error: global symbol > `MyFunctionName' redefined Well, I don't use kernel modules, so this is just a guess. But maybe create module_3 which defines MyFunctionName and make module_1 and module_2 each depend on it? /~\ The ASCII Mouse \ / Ribb

Re: Reusing of struct uio in soo_read()

2025-03-12 Thread Mouse
o leave any part of the struct uio unchanged. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: Interface for communicating from kernel to user mode

2025-03-11 Thread Mouse
SD ports use all-bits-0 for nil pointers, I think it is a bad idea to get used to assuming that; sooner or later it will come back to bite you. > Cannot be problem that I am using separate kernel thread for > receiving data on socket ? It seems unlikely to me, though I don't know 10.1 ne

Re: Interface for communicating from kernel to user mode

2025-03-11 Thread Mouse
ll, at first, you don't - and, indeed, under 5.2 there is no uio_segflg; if I were trying to do something like this in 5.2 I'd have to go digging to figure out where 5.2 records the difference between userland and kernel when doing I/O. /~\ The ASCII Mouse \ / R

Re: Working with user space file descriptor in kernel thread

2025-03-11 Thread Mouse
se. In most cases, when I've been working in the kernel, I've either just run giantlocked or depended on running uniprocessor. (Even uniprocessor kernels have _some_ locking issues, but they are greatly reduced as compared to multiprocessor kernels.) /~\ The ASCII

Re: stacked NFS mounts

2025-03-09 Thread Mouse
../diff/89a4f0d-8938bc4, instead of the path I gave last mail, to get the fix. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: stacked NFS mounts

2025-03-09 Thread Mouse
ff is available from ftp.rodents-montreal.org, in /pub/mouse/git-unpacked/Mouse/netbsd-fork/5.2/src/diff/89a4f0d-a744955 (also available over HTTP, though when I look at that view it renders somewhat brokenly - I *think* this is just a rendering issue), in case anyone is interested. And, as always, the

Re: Interface for communicating from kernel to user mode

2025-03-08 Thread Mouse
et *so; [...] if ((error = fd_getsock(fd, &so)) != 0) return error; It would make the most sense, I would say, for you to look at what the kernel you care about does in such calls when it wants to map a userland-provided socket fd to its internal data struct

Re: stacked NFS mounts

2025-03-07 Thread Mouse
le instead of a namei walk. There is the case of having two things mounted on the same path, but that shouldn't be unsolvable. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: stacked NFS mounts

2025-03-07 Thread Mouse
into my older versions or invented it and pushed it upstream. > That still gives me EIO. Figures. :-( Oh well. I suppose it was worth trying /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email!

Re: Using of struct tm in kernel module

2025-03-07 Thread Mouse
lt;30 ticks /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: stacked NFS mounts

2025-03-07 Thread Mouse
be write a tiny program to just call unmount(2) with "/foo/bar" and maybe MNT_FORCE? (I'm assuming the client system is NetBSD.) Might not work, but it sounds to me as though you don't have much to lose by trying it. /~\ The ASCII Mouse \ / Ribbon C

Re: Interface for communicating from kernel to user mode

2025-03-05 Thread Mouse
als may be useful as part of it; the same is true of socketpairs and probably various other things. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: What if the console device is only accessible from one CPU in a multiprocessor system?

2025-03-04 Thread Mouse
even be using the result. But it _is_ another example of something that already showed up decades ago (the uV2 dates from...the mid-'80s, I think, certainly pre-1990), and it seems to me it is unlikely to be the last example. /~\ The ASCII Mouse \ / Ribbon Cam

Re: Using of struct tm in kernel module

2025-03-04 Thread Mouse
mmer/winter time ("DST") moves civil day boundaries as expressed in UTC. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: Using of struct tm in kernel module

2025-03-03 Thread Mouse
has other hackery in the kernel, none of which I have tried to push upstream because I think it doesn't belong in NetBSD. If I want a kitchen-sink kernel I know where to find Linux. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@

Re: Interface for communicating from kernel to user mode

2025-03-02 Thread Mouse
and as far as I know it was never rolled forward into any other version. But you're welcome to look at the 1.4T code. It's present in my mutant 1.4T tree. My primary distribution mechanism for that is a world-clonable git repo (git://git.rodents-montreal.org/Mou

Re: Interface for communicating from kernel to user mode

2025-02-28 Thread Mouse
uses /dev/kmem to fetch it. (This one is unidirectional; I don't think I've ever quite dared to use /dev/kmem to write into the kernel for anything but debugging hackery.) I'm sure there are plenty of other possibilities. These are just the ones I offhand recall usi

Re: NetBSD Project: Auto create swap on memory pressure

2025-02-11 Thread Mouse
out of space, so presumably there's some use case I'm missing where that's useful. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: Panic / wedge from bridging tap and vlan

2025-02-04 Thread Mouse
But I'd also say that this failure is clearly a bug /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: using of fork() in multithreaded application

2025-01-24 Thread Mouse
routine, freeaddrinfo(). asprintf() is a harder case, because freeing is up to the caller.) /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: using of fork() in multithreaded application

2025-01-24 Thread Mouse
t that effect? /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: Usage of strncpy in the kernel

2025-01-07 Thread Mouse
hat renders strncpy() (not strlcpy - that was my mistake) incapable of upholding its interface contract is, IMO, not suitable for general-purpose use such as building - or working under - NetBSD. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTML

Re: Usage of strncpy in the kernel

2025-01-06 Thread Mouse
e kernel. (As a personal example, I find the macros a substantial impediment to understanding code - while admittedly I don't know whether they are shared with other OS projects, in my limited experience they are NetBSD-specific.) /~\ The ASCII Mouse \ / Ribbo

Re: Compiling kernel with -std=gnu11

2025-01-06 Thread Mouse
ely be rejected given this prototype, no? No, char * in the prototype should be compatible with char * restrict in the definition, especially in view of what restrict actually means. (It should also be compatible with char * const and the like; don't confuse char * X with X char *.) /~\ The

Re: Usage of strncpy in the kernel

2025-01-06 Thread Mouse
he ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: Usage of strncpy in the kernel

2025-01-04 Thread Mouse
of(bar.prop) ... else ... trusting dead code elimination to remove the unused arm (which therefore likely will not get tested and thus can harbour a latent bug until ported to a machine with unusual foo.name and/or bar.prop sizes). /~\ The ASCII

Re: Usage of strncpy in the kernel

2025-01-04 Thread Mouse
> strncpy() has the advantage of working nicely and predictably > regardless of whether the known buffer's length is that of the source > or that of the destination. I.e. one can use it to copy a known > number of possibly (or definitely) unterminated chars from an array > of a given length into a

Re: Usage of strncpy in the kernel

2025-01-03 Thread Mouse
what they think is a correct copy using whatever you pick instead while still getting it wrong one way or another. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: i915drm broken in 9.1?

2024-12-20 Thread Mouse
It's not just that the monitor can't handle 1280x1024, though; a much older application release runs under DOS at 1280x1024 and works fine.) /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: i915drm broken in 9.1?

2024-12-20 Thread Mouse
ENT and -ENOMEM and the like, also a Linux signature). Unfortunately the issue manifests for only one customer, on the far side of the planet, so the change-test-debug cycle time is on the order of days. And the monitor that provokes the issue is expen$ive enough that getting another one for tes

Re: i915drm broken in 9.1?

2024-12-20 Thread Mouse
> At work, we just tried to build a 9.1 kernel with the i915drm line > uncommented [...] Doh! amd64. My apologies for forgetting to say. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D

i915drm broken in 9.1?

2024-12-20 Thread Mouse
both GENERIC and ALL, but it's commented in both (yes, even in ALL). Is it expected to work, or is this something that should have been deleted entirely? /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email!

Re: Are NFS handles stable across major updates?

2024-12-14 Thread Mouse
e...low. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: msdosfs oddity?

2024-12-02 Thread Mouse
volved disappearing from USB). I may investigate more someday, but probably not soon, since, as I think I said upthread, I've found a more effective workaround (ignore the filesystem entirely). /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTML

Pi Pico [was Re: msdosfs oddity?]

2024-11-30 Thread Mouse
gt; into generating what the Pico wants.) > Or just install this package? > cross-arm-none-eabi-gcc-8.3.0nb5 GCC for bare metal ARM EABI 8.3.0? Much too recent for me. (Besides, pkgsrc isn't interested in supporting me.) /~\ The ASCII Mouse \ / Ribbon Campaign

Re: msdosfs oddity?

2024-11-30 Thread Mouse
I haven't tried to chase it down, since, as thorpej said, there is actually no filesystem in the usual sense there. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: msdosfs oddity?

2024-11-30 Thread Mouse
wn code for it, probably including writing an ARM assembler. (I think I have a DNARD somewhere, but I suspect I will find writing my own assembler easier than bludgeoning the NetBSD/arm toolchain into generating what the Pico wants.) /~\ The ASCII Mouse \ / Ribbon Campai

msdosfs oddity?

2024-11-29 Thread Mouse
fields. I'll be experimenting more, but if anyone has any thoughts I'd welcome them. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: resizing the root file system

2024-11-22 Thread Mouse
eboot again (from single user). That...surprises me. I'd have to dig through the FFS support to have any idea what's behind that. > I still wonder how /etc/rc.d/resize_root handles this. So do I! /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: resizing the root file system

2024-11-21 Thread Mouse
ystem mounted read-only, it doesn't much matter how you got to that state. But I _think_ you can't convert a read/write mount to read-only without an unmount, which for the root filesystem means a reboot. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: altroot

2024-11-12 Thread Mouse
ple, on i386 or amd64, a and c often begin at the same place, with c bigger, so if a is mounted read-only you can mount c read/write for this kind of trick. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: How does PCIe appear to the host?

2024-10-04 Thread Mouse
;not working at all", but, obviously, that's not relevant to the existing hardware. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: How does PCIe appear to the host?

2024-10-03 Thread Mouse
nly the Q1900M *looks* like a newer design. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: How does PCIe appear to the host?

2024-10-03 Thread Mouse
are just too cheap. I may have to do some such. I'll see what Vantec has to say. (In particular, I don't want to do anything permanent to this card while there's still some chance I may need to RMA it.) /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: How does PCIe appear to the host?

2024-10-03 Thread Mouse
or ASRock has done something odd or my particular Q1900M has a duff "x16" slot, because it doesn't work. I think my quad wm is a x1 card; if I can find the silly thing I'll try it in the ASRock to see if the slot itself works. /~\ The ASCII Mo

Re: How does PCIe appear to the host?

2024-10-03 Thread Mouse
8102 0x00092810 0x0041a023 0xd0: 0x00220040 0x 0x 0x 0xe0: 0x 0x00140392 0x 0x000e 0xf0: 0x00010003 0x 0x 0x I hope the above includes whatever you'd be looking for! /~\ The ASCII

Re: How does PCIe appear to the host?

2024-10-03 Thread Mouse
97b product 0x0585. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: How does PCIe appear to the host?

2024-10-03 Thread Mouse
ry slightly broken, returning the right vendor/product numbers but trash in other fields? I'll have to investigate. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: How does PCIe appear to the host?

2024-10-03 Thread Mouse
hinks GUI glitz is more important than functionality. But I *think* I didn't get any additional drives listed (not surprising in view of the above). I'll experiment a bit more. I think I have another machine with a PCIe slot (I once had a quad wm in there, but I can't recall whether

How does PCIe appear to the host?

2024-10-02 Thread Mouse
r something needs configuring to run the x16 slot at more than x1. The card does say it needs a x4 or higher slot to work, so if the x16 slot is running x1 (is that even possible?) that might be responsible. Any thoughts? Any pointers to where I might usefully look? /~\ The ASCII

Re: vio9p vs. GENERIC.local vs. XEN3_DOM[0U]

2024-08-12 Thread Mouse
ormally the buses they want to actually have. Of course, then you have people wondering why the new device attachment line they added isn't working. But you'll have that potential for _any_ design with a "silently drop this line" semantic. /~\ The ASCII

Re: vio9p vs. GENERIC.local vs. XEN3_DOM[0U]

2024-08-11 Thread Mouse
#x27;s what I'd want (to my limited understanding, this is close to what "no virtio" does at present). /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: Moving memory in VM?

2024-07-19 Thread Mouse
/~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Moving memory in VM?

2024-07-19 Thread Mouse
er than copying all the bytes.) /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: strange zfs size allocation data

2024-07-08 Thread Mouse
'fuse-sparsetest' that makes metadata > available for inspection later about the writes it sees. But that's > hard to write. You could get much of that information by ktracing and looking for the relevant calls - {,p}write{,v} and lseek seem to me to be the most likely cand

Re: strange zfs size allocation data

2024-07-07 Thread Mouse
ic, I actually think you will have trouble even _defining_ what "100% right" is for this test, since everything about sparseness, right down to whether it's even a thing, is filesystem-dependent. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTML

Re: NetBSD-10.0/i386 spurious SIGSEGV

2024-06-11 Thread Mouse
se, that depends on you having the resources (disk space, time, and energy/motivation) to do that. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: NetBSD-10.0/i386 spurious SIGSEGV

2024-06-09 Thread Mouse
building it. (If trying to build a new kernel SEGVs, maybe cross-build it?) /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: NetBSD-10.0/i386 spurious SIGSEGV

2024-06-08 Thread Mouse
nderlying machines? I'm wondering if perhaps something is broken in a subtle way such that it manifests on only certain hardware (I'm talking about something along the lines of "this tickles erratum #2188 in stepping 478 of Intel CPUs from the Forest Lawn family"). /~\ Th

Re: TCP vs urgent data [was Re: poll(): IN/OUT vs {RD,WR}NORM]

2024-05-29 Thread Mouse
nly don't mind losing it for long enough to find everything using TCP "OOB". /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: TCP vs urgent data [was Re: poll(): IN/OUT vs {RD,WR}NORM]

2024-05-29 Thread Mouse
't so badly broken, but I doubt I'd actually find any use for the latter. I might rip out the OOB stuff just to find and fix anything trying to use it, though. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Em

TCP vs urgent data [was Re: poll(): IN/OUT vs {RD,WR}NORM]

2024-05-29 Thread Mouse
's case, it is defined to drop data while sarching for the IAC DM that makes up part of a synch; ignoring the urgent bit means that dropping won't happen. (Does that matter in practice? Probably not, especially given how little TELNET is used outside walled gardens. But it still is a correctnes

Re: poll(): IN/OUT vs {RD,WR}NORM

2024-05-28 Thread Mouse
terface that exposes the urgent popinter _properly_?), and provided your and the peer's implementations agree on which sequence number goes in the urgent field. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: poll(): IN/OUT vs {RD,WR}NORM

2024-05-27 Thread Mouse
quot;The distinction between some of the fields in the events and revents bitmasks is really not useful without STREAMS."). /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: poll(): IN/OUT vs {RD,WR}NORM

2024-05-27 Thread Mouse
priority levels to data? That's part of what I was wondering. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: poll(): IN/OUT vs {RD,WR}NORM

2024-05-27 Thread Mouse
> Also, I suspect mouse was thinking of the TCP URG concept, and not > PUSH when he wrote what he did, but I don't know for sure. Ouch. Yes, you are entirely correct in that regard. Total braino on my part. My apologies. /~\ The ASCII Mouse \ / Ribbon

Re: poll(): IN/OUT vs {RD,WR}NORM

2024-05-27 Thread Mouse
not, but I figured it was still workt asking. >> ... I'd still be curious where it came from. > Those answers are CVS: Not where it came from in the sense of who committed it or what it looked like at the time, but rather where that person got the various distinctions from. /~

poll(): IN/OUT vs {RD,WR}NORM

2024-05-27 Thread Mouse
historical accident that should be fixed, but, even if that reading is correct, I'd still be curious where it came from. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: Using mmap(2) in sort(1) instead of temp files

2024-04-03 Thread Mouse
needs are relatively simple, but still.) /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: Fullfs file system

2024-03-22 Thread Mouse
> Thanks Mouse and Martin. I got past that error. But now I'm running > into another problem - unable to determine when write op occurs (to > be able to return ENOSPC error). > I want to return ENOSPC error whenever write occurs. Which variable > contains this info? I'

Re: Fullfs file system

2024-03-20 Thread Mouse
l, actually, I'd start by rereading the code, but I assume you've already done that.) /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Perceivable time differences [was Re: PSA: Clock drift and pkgin]

2023-12-30 Thread Mouse
and 44 long). So I think it's fair to say that, in the right context (an important caveat!), a time difference as short as (1602-802)/44.1=18.14+ milliseconds is clearly discernible to me. This is, of course, a situation designed to perceive a very small difference. I'm sure there

Re: PSA: Clock drift and pkgin

2023-12-30 Thread Mouse
er quick tests, but trying to figure out an issue on a version I don't use except at work is something I am unmotivated to do on my own time, and using work time to dig after an issue that doesn't affect work's use case isn't an appropriate use of work resources. /~\ The ASCII

Re: PSA: Clock drift and pkgin

2023-12-23 Thread Mouse
get repeated signals. But then, so is every other ITIMER_REAL I've ever used. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: PSA: Clock drift and pkgin

2023-12-23 Thread Mouse
do that, I'm not sure > correct POSIX periodic timers can attain a target _average_ interval > between expirations [...] I would argue that it's misleading, to the point I would call it incorrect, to call such a thing "periodic". /~\ The ASCII

  1   2   3   4   5   6   7   8   9   10   >