Re: delete compat aout

2012-09-05 Thread Ted Unangst
On Wed, Sep 05, 2012 at 16:55, Ted Unangst wrote: > not shown in the diff is removing of the compat/aout directory. in > theory, this code could be used by another architecture. but nobody's > moving to elf soon, and even so, they can jump the old fashioned way > by downloading a snapshot, so i'

delete compat aout

2012-09-05 Thread Ted Unangst
compat_aout has so far survived the purges by keeping its head down, but now its time has come. this code does not and cannot work anymore, since a.out binaries use system calls long since removed. not shown in the diff is removing of the compat/aout directory. in theory, this code could be used

Re: [Patch] Virtio drivers for OpenBSD V9

2012-09-05 Thread Stefan Fritsch
On Tuesday 04 September 2012, LEVAI Daniel wrote: > On v, szept 02, 2012 at 12:13:33 +0200, Stefan Fritsch wrote: > > On Saturday 01 September 2012, LEVAI Daniel wrote: > > > > I've just started to test this with an OpenBSD guest on a > > > > Linux host. vio0 NIC and the virtio disk work like a cha

pbkdf2 manpage

2012-09-05 Thread Ted Unangst
A start at a man page. Just enough to commit. :) I have also renamed the C file to pkcs5_pbkdf2.c to reflect the name of the function. Index: Makefile === RCS file: /cvs/src/lib/libutil/Makefile,v retrieving revision 1.34 diff -u -p

mdoc.template license

2012-09-05 Thread Ted Unangst
More people would write man pages if they didn't have to reformat the license block. Provide a default. Index: mdoc.template === RCS file: /cvs/src/share/misc/mdoc.template,v retrieving revision 1.12 diff -u -p -r1.12 mdoc.template --

better home for pbkdf2

2012-09-05 Thread Ted Unangst
We have several programs using the pbkdf2 function. More people should (and are likely to) use it. So move it to libutil. I think this needs a man page now (not included), but this is the code. Index: lib/libutil/Makefile === RCS f

Recursos Humanos, Qué Medir y Por Qué

2012-09-05 Thread Lic. Yinela Cheribin Juarez
Recursos Humanos, Qué Medir y Por Qué SEMINARIO ONLINE EN VIVO este 11 de Septiembre de 2012. Al participar en este importante seminario, usted dejará de ser un administrador de recursos humanos tradicional y pasivo, para convertirse en un Directivo de RRHH con visión estratégica, energía, liderazg

Re: Correct DPADD for iked' Makefile

2012-09-05 Thread Brad Smith
On Sun, Sep 02, 2012 at 12:02:23PM +0200, Marc Espie wrote: > On Sun, Sep 02, 2012 at 01:08:58AM -0400, Brad Smith wrote: > > Whateve code that used to be within iked that used SSL was removed > > but DPADD was not updated so its still looking for an unused libssl. > > > > > > Index: Makefile > >

Re: ksh sigwinch

2012-09-05 Thread LEVAI Daniel
On sze, szept 05, 2012 at 07:01:45 -0400, Ted Unangst wrote: [...] > > This doesn't work for me inside either urxvt or xterm. I've resized the > > windows but the end of the line remained more far than the windows' > > edge. Do I understand correctly that this patch would make ksh always > > recalc

Re: ksh sigwinch

2012-09-05 Thread Ted Unangst
On Wed, Sep 05, 2012 at 08:52, LEVAI Daniel wrote: > On k, szept 04, 2012 at 18:15:29 -0400, Ted Unangst wrote: >> I move my windows around and even resize them sometimes. Sometimes >> ksh catches on, but a lot of the time it doesn't. The problem is if >> I'm running an editor like vi (kinda comm

script to make installable disk image

2012-09-05 Thread Ted Unangst
We provide many forms of installation media, but neither floppy nor iso images are "best" suited for usb drives. It's pretty easy to make a hard drive image containing the installer bsd.rd. I tested this on i386, it should work on amd64 too. It's just a bunch of shell commands, save it to makeim