Remove manpage references to sparc

2019-11-03 Thread Joe Davis
sparc support hasn't existed for 6 releases, the following diff removes some remaining references to sun4c and sun4e machines in the manpages. Cheers, Joe Index: hme.4 === RCS file: /cvs/src/share/man/man4/hme.4,v retrieving revision

sysupgrade(8) download directory

2019-10-15 Thread Joe Davis
Prompted by a discussion on irc. While /home/_sysupgrade is a sensible default, it's not always possible to use (for instance if /home is encrypted and mounted via rc.local or even manually over ssh). Previous attempts have had sysupgrade(8) automagically figure out a sensible location based on a

Re: vmm Graphics Support

2019-05-25 Thread Joe Davis
Hi, Not an OpenBSD developer, just another hobbyist tinkering with vmm (currently working on adding a gdb stub, like the one in qemu that I've found useful for osdev in the past) VNC is one way to go about it. That would however involve adding an entire VNC server to vmd. To start off, exposing

Re: [PATCH] cwm window center functionality

2019-05-01 Thread Joe Davis
I'd prefer if centering were a seperate function to resizing to a fraction of the screen size, as I'd like to be able to center a window *after* resizing it to my liking. x11/xdotool could be used by anybody needing the resizing functionality, for example, bind-key 4-r "xdotool getactivewind

PATCH: configurable tiling for cwm(1)

2019-01-30 Thread Joe Davis
Hello @tech, cwm(1) currently implements some rudimentary tiling via the window-htile and window-vtile commands. The current behaviour is to resize the master client to half of the screen width or height. While this is a reasonable default, I find that I often want the master window to be a littl