Re: CVS commit: src/share/misc

2015-04-21 Thread S.P.Zeidler
Thus wrote Paul Goyette (p...@vps1.whooppee.com):

 At the very les, if we're going to have these acronyms, they should be
 listed in a separate file which is not searched by default.  Similar to what
 is done with fortune(6).

But that might not serve to indicate to these unwanted elements (women)
that they are not welcome here and might face violence if they obtrude anyway.

regards,
spz


Re: CVS commit: src/sbin/gpt

2014-10-03 Thread S.P.Zeidler
Hi Jörg,

Thus wrote Joerg Sonnenberger (jo...@netbsd.org):

 Module Name:  src
 Committed By: joerg
 Date: Thu Oct  2 19:15:21 UTC 2014
 
 Modified Files:
   src/sbin/gpt: biosboot.c gpt.c
 
 Log Message:
 Fix tools build on !NetBSD.

It would be nice if it still built on NetBSD, too.

/home/spz/cvs/src/tools/gpt/../../sbin/gpt/biosboot.c: In function 'cmd_biosboot
':
/home/spz/cvs/src/tools/gpt/../../sbin/gpt/biosboot.c:274:22: error: storage siz
e of 'dkw' isn't known
  struct dkwedge_info dkw;

regards,
spz


Re: CVS commit: src/tests/crypto/libcrypto

2011-07-07 Thread S.P.Zeidler
Hi,

Thus wrote Jukka Ruohonen (jruoho...@iki.fi):

  Log Message:
  give the idea, rc5 and mdc2 checks a chance of working if they are defined
  to be compiled
 
 I can hook these new crypto tests to the build with an atf-sh-api(3) wrapper.
 Any reason not to?

These tests are not new and always get built, only if you don't compile
and link them with the correct arguments they don't do anything but
tell you that you don't have the right libs.

Given that information, is there need to do something extra?

regards,
spz
-- 
s...@serpens.de (S.P.Zeidler)


CVS commit: src/sbin/dump

2010-01-27 Thread S.P.Zeidler
Module Name:src
Committed By:   spz
Date:   Wed Jan 27 12:20:25 UTC 2010

Modified Files:
src/sbin/dump: rcache.c

Log Message:
range-check what we assign to int cachebufs from calculations with
uint64_t usermem. This only becomes relevant if you have several TB of RAM.
Promoting cachebufs to uint64_t is not necessary as it gets limited to
(currently) 512 anyway.

fixes the last issue of PR: 19852


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sbin/dump/rcache.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Re: CVS commit: src/sys/kern

2010-01-27 Thread S.P.Zeidler
This commit was by dsl on Dec 9th.
log_accum has been adjusted to prevent files left over from a failed
log_accum process to be picked up as hitchhikers by a later commit
in the future.

Thus wrote Joerg Sonnenberger (jo...@netbsd.org):

 Module Name:  pkgsrc
 Committed By: joerg
 Date: Wed Jan 27 19:24:27 UTC 2010
 
 Modified Files:
   src/sys/kern: uipc_syscalls.c
 
 Log Message:
 Rename fo_drain() to fo_abort(), 'drain' is used to mean 'wait for output
 do drain' in many places, whereas fo_drain() was called in order to force
 blocking read()/write() etc calls to return to userspace so that a close()
 call from a different thread can complete.
 In the sockets code comment out the broken code in the inner function,
 it was being called from compat code.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.136 -r1.137 src/sys/kern/uipc_syscalls.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


CVS commit: othersrc/usr.bin/tn3270

2010-01-17 Thread S.P.Zeidler
Module Name:othersrc
Committed By:   spz
Date:   Sun Jan 17 18:00:07 UTC 2010

Update of /cvsroot/othersrc/usr.bin/tn3270
In directory ivanova.netbsd.org:/tmp/cvs-serv17966

Log Message:
tn3270 ex from src, conditioned to be built outside of src by dholland@

Status:

Vendor Tag: TNF
Release Tags:   othersrc-base

N othersrc/usr.bin/tn3270/Makefile
N othersrc/usr.bin/tn3270/api/api_bsd.c
N othersrc/usr.bin/tn3270/api/api_exch.c
N othersrc/usr.bin/tn3270/api/api_exch.h
N othersrc/usr.bin/tn3270/api/apilib.c
N othersrc/usr.bin/tn3270/api/apilib.h
N othersrc/usr.bin/tn3270/api/asc_ebc.c
N othersrc/usr.bin/tn3270/api/asc_ebc.h
N othersrc/usr.bin/tn3270/api/astosc.c
N othersrc/usr.bin/tn3270/api/astosc.h
N othersrc/usr.bin/tn3270/api/dctype.c
N othersrc/usr.bin/tn3270/api/dctype.h
N othersrc/usr.bin/tn3270/api/disp_asc.c
N othersrc/usr.bin/tn3270/api/disp_asc.h
N othersrc/usr.bin/tn3270/api/ebc_disp.c
N othersrc/usr.bin/tn3270/api/ebc_disp.h
N othersrc/usr.bin/tn3270/ascii/default.map
N othersrc/usr.bin/tn3270/ascii/map3270.c
N othersrc/usr.bin/tn3270/ascii/map3270.h
N othersrc/usr.bin/tn3270/ascii/mset.c
N othersrc/usr.bin/tn3270/ascii/state.h
N othersrc/usr.bin/tn3270/ascii/termin.c
N othersrc/usr.bin/tn3270/ctlr/3180.kbd
N othersrc/usr.bin/tn3270/ctlr/3270pc.kbd
N othersrc/usr.bin/tn3270/ctlr/api.c
N othersrc/usr.bin/tn3270/ctlr/api.h
N othersrc/usr.bin/tn3270/ctlr/declare.h
N othersrc/usr.bin/tn3270/ctlr/function.c
N othersrc/usr.bin/tn3270/ctlr/function.h
N othersrc/usr.bin/tn3270/ctlr/hostctlr.h
N othersrc/usr.bin/tn3270/ctlr/inbound.c
N othersrc/usr.bin/tn3270/ctlr/oia.c
N othersrc/usr.bin/tn3270/ctlr/oia.h
N othersrc/usr.bin/tn3270/ctlr/options.c
N othersrc/usr.bin/tn3270/ctlr/options.h
N othersrc/usr.bin/tn3270/ctlr/outbound.c
N othersrc/usr.bin/tn3270/ctlr/screen.h
N othersrc/usr.bin/tn3270/ctlr/scrnctlr.h
N othersrc/usr.bin/tn3270/ctlr/unix.kbd
N othersrc/usr.bin/tn3270/general/genbsubs.c
N othersrc/usr.bin/tn3270/general/general.h
N othersrc/usr.bin/tn3270/general/globals.c
N othersrc/usr.bin/tn3270/general/globals.h
N othersrc/usr.bin/tn3270/general/vaxbsubs.s
N othersrc/usr.bin/tn3270/mk/prog.mk
N othersrc/usr.bin/tn3270/mk/setup.mk
N othersrc/usr.bin/tn3270/mset/Makefile
N othersrc/usr.bin/tn3270/mset/map3270
N othersrc/usr.bin/tn3270/mset/map3270.5
N othersrc/usr.bin/tn3270/mset/mset.1
N othersrc/usr.bin/tn3270/sys_curses/system.c
N othersrc/usr.bin/tn3270/sys_curses/telextrn.h
N othersrc/usr.bin/tn3270/sys_curses/terminal.h
N othersrc/usr.bin/tn3270/sys_curses/termout.c
N othersrc/usr.bin/tn3270/telnet/commands.c
N othersrc/usr.bin/tn3270/telnet/defines.h
N othersrc/usr.bin/tn3270/telnet/externs.h
N othersrc/usr.bin/tn3270/telnet/general.h
N othersrc/usr.bin/tn3270/telnet/main.c
N othersrc/usr.bin/tn3270/telnet/network.c
N othersrc/usr.bin/tn3270/telnet/ring.c
N othersrc/usr.bin/tn3270/telnet/ring.h
N othersrc/usr.bin/tn3270/telnet/sys_bsd.c
N othersrc/usr.bin/tn3270/telnet/telnet.c
N othersrc/usr.bin/tn3270/telnet/terminal.c
N othersrc/usr.bin/tn3270/telnet/tn3270.c
N othersrc/usr.bin/tn3270/telnet/types.h
N othersrc/usr.bin/tn3270/telnet/utilities.c
N othersrc/usr.bin/tn3270/telnet/libtelnet/genget.c
N othersrc/usr.bin/tn3270/telnet/libtelnet/misc-proto.h
N othersrc/usr.bin/tn3270/telnet/libtelnet/misc.h
N othersrc/usr.bin/tn3270/tn3270/Makefile
N othersrc/usr.bin/tn3270/tn3270/tn3270.1
N othersrc/usr.bin/tn3270/tools/Makefile
N othersrc/usr.bin/tn3270/tools/mkastods/Makefile
N othersrc/usr.bin/tn3270/tools/mkastods/mkastods.c
N othersrc/usr.bin/tn3270/tools/mkastosc/Makefile
N othersrc/usr.bin/tn3270/tools/mkastosc/mkastosc.c
N othersrc/usr.bin/tn3270/tools/mkdctype/Makefile
N othersrc/usr.bin/tn3270/tools/mkdctype/ectype.c
N othersrc/usr.bin/tn3270/tools/mkdctype/ectype.h
N othersrc/usr.bin/tn3270/tools/mkdctype/mkdctype.c
N othersrc/usr.bin/tn3270/tools/mkdstoas/Makefile
N othersrc/usr.bin/tn3270/tools/mkdstoas/mkdstoas.c
N othersrc/usr.bin/tn3270/tools/mkhits/Makefile
N othersrc/usr.bin/tn3270/tools/mkhits/dohits.c
N othersrc/usr.bin/tn3270/tools/mkhits/dohits.h
N othersrc/usr.bin/tn3270/tools/mkhits/mkhits.c
N othersrc/usr.bin/tn3270/tools/mkmake/Makefile
N othersrc/usr.bin/tn3270/tools/mkmake/mkmake.y
N othersrc/usr.bin/tn3270/tools/prt3270/Makefile
N othersrc/usr.bin/tn3270/tools/prt3270/prt3270.c

No conflicts created by this import