CVS: cvs.openbsd.org: src

2020-04-28 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/04/28 07:11:32 Modified files: share/man/man7 : ports.7 Log message: document FETCH_PACKAGES better feedback and okay schwarze@

CVS: cvs.openbsd.org: src

2020-05-17 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/05/17 08:34:47 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm Log message: in order for PKG_CACHE to work, skipped entries at the end should still be read. This happens for packages ending in symlinks

CVS: cvs.openbsd.org: src

2020-05-21 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/05/21 10:13:23 Modified files: usr.bin/yacc : main.c Log message: test FILE* against NULL and not 0 okay deraadt@

CVS: cvs.openbsd.org: src

2020-05-21 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/05/21 10:22:26 Modified files: usr.bin/yacc : main.c Log message: separate cleanup from exit/signal logic okay deraadt@

CVS: cvs.openbsd.org: src

2020-05-22 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/05/22 03:07:34 Modified files: usr.bin/yacc : main.c Log message: extract the identical code that creates temp files into its own function okay millert@

CVS: cvs.openbsd.org: src

2020-05-23 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/05/23 15:08:38 Modified files: usr.bin/yacc : defs.h error.c main.c output.c Log message: use rewind on tempfiles, so that we don't need to name them switch to tmpfile() at the suggestion of millert@,

CVS: cvs.openbsd.org: src

2020-05-23 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/05/23 16:43:43 Modified files: usr.bin/yacc : yacc.1 Log message: those tempfiles no longer have names okay millert@

CVS: cvs.openbsd.org: src

2020-05-24 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/05/24 11:31:54 Modified files: usr.bin/yacc : defs.h error.c main.c Log message: done() is no longer needed okay millert@

CVS: cvs.openbsd.org: src

2020-05-24 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/05/24 12:27:07 Modified files: usr.bin/yacc : error.c Log message: annotate I/O errors with the corresponding message (a full switch to err(3) would involve significant message changes) okay millert@

CVS: cvs.openbsd.org: src

2020-05-27 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/05/27 11:15:00 Modified files: usr.bin/sndioctl: sndioctl.1 Log message: give a full example that sets up recording okay ratchov@

CVS: cvs.openbsd.org: src

2020-06-02 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/06/02 06:24:44 Modified files: usr.bin/make : job.c Log message: kill dead line okay millert@

CVS: cvs.openbsd.org: src

2020-06-02 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/06/02 06:24:09 Modified files: usr.bin/make : job.c Log message: use the right abstraction to abort jobs, also show debug info as this thing is tricky okay millert@

CVS: cvs.openbsd.org: src

2020-06-02 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/06/02 08:41:13 Modified files: usr.sbin/unbound: Makefile.bsd-wrapper Log message: less convoluted Makefile, removes useless redirections okay tb@, florian@

CVS: cvs.openbsd.org: src

2020-06-02 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/06/02 08:41:37 Modified files: usr.sbin/nsd : Makefile.bsd-wrapper Log message: remove useless redirections okay tb@, florian@

CVS: cvs.openbsd.org: src

2020-06-03 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/06/03 06:41:39 Modified files: usr.bin/make : job.h Log message: Init_Sigset() isn't a prototype without the void! obvious warning fix

CVS: cvs.openbsd.org: src

2020-06-03 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/06/03 06:47:34 Modified files: usr.bin/make : lst.h Log message: somehow, when I used more bool, I forgot to check with WARNINGS=Yes no reason for those types to have different return types, all comp

CVS: cvs.openbsd.org: src

2020-06-09 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/06/09 05:15:03 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document REGISTER_PLIST_OPTS

CVS: cvs.openbsd.org: src

2020-06-09 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/06/09 15:02:37 Modified files: share/man/man1 : register-plist.1 Log message: document -n

CVS: cvs.openbsd.org: src

2020-06-10 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/06/10 01:44:38 Modified files: share/man/man1 : register-plist.1 Log message: document -s for now (this will be reorganized at some point)

CVS: cvs.openbsd.org: src

2020-11-08 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/11/08 10:02:34 Modified files: share/man/man1 : update-plist.1 Log message: document -f option to force pkg_locatedb for all files new behavior is to only check for conflicts on new files

CVS: cvs.openbsd.org: src

2020-11-09 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/11/09 05:39:29 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCheck.pm Log message: reword confusing message

CVS: cvs.openbsd.org: src

2020-11-09 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/11/09 06:28:31 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCheck.pm Log message: fix indirect dependencies bug: match what pkg_add does by adding tag definitions to the list of RequiredBy. requires pa

CVS: cvs.openbsd.org: src

2020-11-09 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/11/09 07:07:49 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCheck.pm Log message: speed up the dependency check pass significantly: first pass will read packing-lists fully, use that to cache along depe

CVS: cvs.openbsd.org: src

2020-11-09 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/11/09 08:23:48 Modified files: usr.sbin/pkg_add: pkg_check.8 Log message: blurb about @tag being recorded as well

CVS: cvs.openbsd.org: src

2021-01-08 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/01/08 07:21:37 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: avoid extra warnings if undefined values are encountered

CVS: cvs.openbsd.org: src

2021-01-11 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/01/11 05:23:34 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: - grab fullpkgpath early (to decide: hard error if not provided) ? - tweak the look-up mechanism for dependencies to NO

CVS: cvs.openbsd.org: src

2021-01-23 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/01/23 03:18:28 Modified files: usr.bin/file/magdir: riff Log message: recognize those ubiquitous webp file cherry-picked from FreeBSD okay millert@, deraadt@, sthen@

CVS: cvs.openbsd.org: src

2021-01-26 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/01/26 05:13:21 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: remove test that's now bogus, as fullpkgpath takes precedence. thanks bluhm@

CVS: cvs.openbsd.org: src

2021-01-29 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/01/29 08:58:56 Modified files: usr.sbin/pkg_add: pkg_create.1 Log message: be more forceful about FULLPKGPATH

CVS: cvs.openbsd.org: src

2021-01-30 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/01/30 03:24:19 Modified files: usr.sbin/pkg_add/OpenBSD: AddDelete.pm Log message: for now, do not try to install quirks in case we're running "not" the better thing to do would be to pseudo-install it

CVS: cvs.openbsd.org: src

2021-01-30 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/01/30 03:37:22 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm State.pod Log message: rework API slightly, so that handle_continue is an explicit method (to be overrideen by subclasses when needed)

CVS: cvs.openbsd.org: src

2021-01-30 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/01/30 03:43:43 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm ProgressMeter.pm usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm Log message: switch ProgressMeter to clearer API

CVS: cvs.openbsd.org: src

2021-01-30 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/01/30 04:16:58 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm Log message: I'm such a doofus, of course I have to call base method as well

CVS: cvs.openbsd.org: src

2021-01-30 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/01/30 04:19:01 Modified files: usr.sbin/pkg_add/OpenBSD: ProgressMeter.pm State.pm usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm Log message: do not print to STDOUT if we're in background, as

CVS: cvs.openbsd.org: src

2021-01-31 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/01/31 08:22:55 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: turns out STDOUT may have been redirected, in which case tcgetpgrp will return -1, in which case we never need to suppress

CVS: cvs.openbsd.org: src

2021-02-01 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/02/01 13:15:01 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: in case we're not a tty, don't do anything else this does fix the grep case

CVS: cvs.openbsd.org: src

2021-02-10 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/02/10 05:44:13 Modified files: share/man/man5 : port-modules.5 Log message: as usual, stuff got removed without updating the documentation GC www/drupal7 description

CVS: cvs.openbsd.org: src

2021-02-10 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/02/10 15:04:14 Modified files: usr.sbin/pkg_add: pkg_add.1 Log message: rephrase example in a more consistent way

CVS: cvs.openbsd.org: src

2021-02-25 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/02/25 02:13:18 Modified files: share/man/man5 : Makefile port-modules.5 Added files: share/man/man5 : cargo-module.5 gnome-module.5 go-module.5 python-module.5 qmake-mod

Re: CVS: cvs.openbsd.org: src

2021-02-25 Thread Marc Espie
On Thu, Feb 25, 2021 at 11:18:19PM +0100, Antoine Jacoutot wrote: > I think copyrights are wrong. > > — > Antoine Exactly as wrong as it was before. I just took the manpage and split it up in a mechanical way. Nobody who added to the large page thought it necessary to add their name at the tim

CVS: cvs.openbsd.org: src

2021-02-25 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/02/25 15:41:51 Modified files: share/man/man5 : bsd.port.mk.5 Log message: make the timing of FIX_CRLF_FILES explicit

CVS: cvs.openbsd.org: src

2021-02-25 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/02/25 15:58:27 Modified files: share/man/man5 : bsd.port.mk.5 Log message: wrong annotation

CVS: cvs.openbsd.org: src

2021-02-28 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/02/28 07:03:09 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document the move of FIX_CRLF_FILES to the end of distpatch

CVS: cvs.openbsd.org: src

2021-03-01 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/03/01 03:35:49 Modified files: share/man/man1 : Makefile Added files: share/man/man1 : pkg_check-version.1 Log message: document pkg_check-version

CVS: cvs.openbsd.org: src

2021-03-01 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/03/01 10:52:36 Modified files: share/man/man1 : dpb.1 Log message: document log entry W, reminded by naddy@

CVS: cvs.openbsd.org: src

2021-03-02 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/03/02 03:59:20 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: finish GC old unintuitive interface now handle_continue and find_window_size are fully separated.

CVS: cvs.openbsd.org: src

2021-03-04 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/03/04 02:32:49 Modified files: usr.bin/make : enginechoice.c enginechoice.h Log message: somehow I forgot to add copyright and to include the right prototypes. No actual code change (checked with cmp)

CVS: cvs.openbsd.org: src

2021-03-04 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/03/04 02:34:30 Modified files: usr.bin/make : enginechoice.c Log message: better if I commit the version which actually includes the header ;)

CVS: cvs.openbsd.org: src

2021-03-04 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/03/04 02:45:31 Modified files: usr.bin/make : lst.h Log message: warn about proper usage of Lst_Destroy. as noticed by jsg@

CVS: cvs.openbsd.org: src

2021-03-06 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/03/06 01:31:42 Modified files: usr.bin/make : parse.c Log message: put back Lst_Destroy(paths) where it belongs noticed by jsg@

CVS: cvs.openbsd.org: src

2021-03-15 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/03/15 03:26:29 Modified files: regress/usr.sbin/pkg_add: Makefile Added files: regress/usr.sbin/pkg_add: system-version.ref Log message: add a check for system-version, since I tend to reverse

CVS: cvs.openbsd.org: src

2021-03-15 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/03/15 03:32:04 Modified files: usr.sbin/pkg_add/OpenBSD: Signature.pm Log message: tweaks to system version handling: - create an element that accumulates version values for when we have several - actu

CVS: cvs.openbsd.org: src

2021-03-22 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/03/22 01:34:34 Modified files: share/man/man1 : dpb.1 Log message: document NEVER_CLEAN

CVS: cvs.openbsd.org: src

2021-03-31 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/03/31 02:00:57 Modified files: share/man/man1 : proot.1 Log message: document trusted_snapshot

CVS: cvs.openbsd.org: src

2021-05-01 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/05/02 00:13:57 Modified files: share/man/man5 : bsd.port.mk.5 Log message: explain what FETCH_CMD should support in a bit more detail

CVS: cvs.openbsd.org: src

2021-05-03 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/05/03 01:21:15 Modified files: share/man/man1 : dpb.1 Log message: FETCH_CMD, perfect place to explain more about fetching ;)

CVS: cvs.openbsd.org: src

2021-05-03 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/05/03 01:48:16 Modified files: share/man/man1 : dpb.1 Log message: thinko, noticed by jmc@

CVS: cvs.openbsd.org: src

2021-05-04 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/05/04 02:39:19 Modified files: usr.sbin/pkg_add: pkg_add Log message: prevent the base pkg tools from looking under /usr/local

CVS: cvs.openbsd.org: src

2021-05-04 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/05/04 02:41:03 Modified files: usr.sbin/pkg_add: pkg_mklocatedb Log message: and do the same thing to pkg_mklocatedb

CVS: cvs.openbsd.org: src

2021-05-04 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/05/04 02:53:15 Modified files: usr.sbin/pkg_add: pkg_add Log message: not yet, need to figure out how to fix quirks first

CVS: cvs.openbsd.org: src

2021-05-04 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/05/04 04:19:28 Modified files: usr.sbin/pkg_add: pkg_add usr.sbin/pkg_add/OpenBSD: AddDelete.pm Log message: okay, prevent pkg_* from looking into /usr/local BUT special-case quirks

CVS: cvs.openbsd.org: src

2021-06-21 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/06/21 08:36:48 Modified files: usr.sbin/pkg_add/OpenBSD/Dependencies: SolverBase.pm Log message: under some circumstances, we end up with libexecinfo -> BaseSystem being recorded as a new dependency. E

CVS: cvs.openbsd.org: src

2021-06-21 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/06/21 09:17:32 Modified files: share/man/man1 : check-lib-depends.1 Log message: bye bye -o

CVS: cvs.openbsd.org: src

2021-06-23 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/06/23 10:51:15 Modified files: gnu/usr.bin/perl/lib: perl5db.pl Log message: help the debugger look in ports for external parts like PadWalker and Readline. feedback and okay afresh1@

CVS: cvs.openbsd.org: src

2021-06-28 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/06/28 05:25:14 Modified files: usr.sbin/pkg_add: pkg_add.1 usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Replace.pm Log message: remove old "paranoid" option, I'm pretty sure nobody uses it. refactor th

CVS: cvs.openbsd.org: src

2021-06-28 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/06/28 08:17:01 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: placeholder for later

CVS: cvs.openbsd.org: src

2021-07-25 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/07/25 05:29:42 Modified files: share/man/man5 : cabal-module.5 cargo-module.5 gnome-module.5 go-module.5 python-module.5 qmake-module.5 ruby-module.5

CVS: cvs.openbsd.org: src

2021-07-27 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/07/27 07:21:50 Modified files: share/man/man5 : python-module.5 Log message: more readable documentation ok kmos@ sthen@ kn@

CVS: cvs.openbsd.org: src

2021-07-30 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/07/30 03:28:26 Modified files: usr.bin/locate/locate: Makefile locate.updatedb.8 Added files: usr.bin/locate/locate: locate.mklocatedb.8 Log message: document locate.mklocatedb as well tweaks b

CVS: cvs.openbsd.org: src

2021-08-09 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/08/09 07:34:00 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm Log message: minor tweaks to make things clearer - in both extract and tie, $self has the right file names - move the possible creation of

CVS: cvs.openbsd.org: src

2021-08-09 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/08/09 10:40:20 Modified files: usr.sbin/pkg_add/OpenBSD: Ustar.pm Log message: add $self->fullname to simplify the cumbersome usual name add $self->extract_to_fh, only for IsFile objects, so that they

CVS: cvs.openbsd.org: src

2021-08-09 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2021/08/09 10:41:21 Modified files: usr.sbin/pkg_add/OpenBSD: Add.pm PackingElement.pm Log message: for extraction, deal with created temp file directly: - don't adjust the file object, just extract_to_fh -

CVS: cvs.openbsd.org: src

2018-12-21 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2018/12/21 07:04:19 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: do not try merging packages that are already kept, the forward dependency check did fail (noticed by bluhm@)

CVS: cvs.openbsd.org: src

2018-12-21 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2018/12/21 07:04:53 Modified files: regress/usr.sbin/pkg_add: Makefile Log message: make sure that test is not run in interactive mode, since the failing code path changed slightly

CVS: cvs.openbsd.org: src

2019-01-11 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/01/11 08:49:08 Modified files: share/man/man5 : bsd.port.mk.5 Log message: we removed the . in the spec long ago

CVS: cvs.openbsd.org: src

2019-01-31 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/01/31 03:27:28 Modified files: usr.bin/make : make.1 Log message: thinko, from Scott Cheloha

CVS: cvs.openbsd.org: src

2019-02-14 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/02/14 04:50:00 Modified files: usr.bin/xinstall: xinstall.c Log message: recommit ingo's 1.68 fix, now that we got a fix for the fringe case described in 1.69

CVS: cvs.openbsd.org: src

2019-02-14 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/02/14 04:51:42 Modified files: usr.bin/xinstall: xinstall.c Log message: properly track file names and fds in case the installed file was already there, so that mode-changing operations still work. Thi

CVS: cvs.openbsd.org: src

2019-03-04 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/03/04 07:10:33 Modified files: share/man/man1 : check-lib-depends.1 Log message: known fact, check-lib-depends does not understand subdirectories of LOCALBASE (yet) reminded by cwen@'s question

CVS: cvs.openbsd.org: src

2019-03-11 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/03/11 10:31:24 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: perl has a warning for statements following exec. It doesn't trigger for die or exit, but *only* if those are the CORE oper

CVS: cvs.openbsd.org: src

2019-03-20 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/03/20 08:17:20 Modified files: lib/libtls/man : tls_read.3 Log message: fix examples (libtls uses its own error reporting mechanism) okay tb@

CVS: cvs.openbsd.org: src

2019-03-22 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/03/22 06:39:42 Modified files: lib/libcxx/src : random.cpp Log message: that "device" is an abstraction to the underlying OS PRNG. In OpenBSD's case, we know it has optimal entropy properties, so just s

CVS: cvs.openbsd.org: src

2019-04-06 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/04/06 04:48:51 Modified files: usr.sbin/pkg_add/OpenBSD: State.pm Log message: help the debugger, we usually don't want to stop after a fork to an external program

CVS: cvs.openbsd.org: src

2019-04-06 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/04/06 04:55:01 Modified files: usr.sbin/pkg_add: pkg_add.1 usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: add -Dsnapshot as a synonym for -Dsnap (after 6 months, I remembered the option wrong

CVS: cvs.openbsd.org: src

2019-04-07 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/04/07 04:44:25 Modified files: usr.sbin/pkg_add/OpenBSD: UpdateSet.pm Log message: some scenarios may call match_locations on a DeleteSet. there is no external source, so return [] (noticed by Anton Ka

CVS: cvs.openbsd.org: src

2019-04-07 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/04/07 06:30:39 Modified files: usr.sbin/pkg_add/OpenBSD: AddDelete.pm FwUpdate.pm Log message: don't silence children under fw_update, since ftp(1) can tell us what's wrong with the network. okay deraa

CVS: cvs.openbsd.org: www

2019-04-13 Thread Marc Espie
CVSROOT:/cvs Module name:www Changes by: es...@cvs.openbsd.org 2019/04/13 05:44:18 Modified files: . : 65.html Log message: ports: highlight the effort to compile more C++ on !clang architectures (as discussed with sthen@)

CVS: cvs.openbsd.org: src

2019-04-19 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/04/19 13:50:53 Modified files: usr.sbin/pkg_add: pkg_add.1 Log message: strongly hint at pkg_info -z to clone installations from machine to machine

CVS: cvs.openbsd.org: src

2019-04-22 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/04/22 12:32:09 Modified files: usr.bin/make : main.c Log message: fix thinko from tb@'s commit. okay tb@

CVS: cvs.openbsd.org: src

2019-04-26 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/04/26 11:55:28 Modified files: sbin/vnconfig : vnconfig.8 Log message: document -A okay deraadt@

CVS: cvs.openbsd.org: src

2019-04-30 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/04/30 12:05:11 Modified files: sbin/vnconfig : vnconfig.8 Log message: tweak synopsis to match actual option logic okay schwarze@, jmc@

CVS: cvs.openbsd.org: src

2019-05-08 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/05/08 04:19:15 Modified files: usr.sbin/pkg_add/OpenBSD: Signature.pm Log message: fix pkg_info -S bug: multiple inheritance tricks signature into actually ignoring version elements.

CVS: cvs.openbsd.org: src

2019-05-08 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/05/08 07:04:27 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Signature.pm Update.pm Log message: better signatures. - pass state along to be able to do proper errsay instead of raw printing. - com

CVS: cvs.openbsd.org: src

2019-05-09 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/05/09 03:43:28 Modified files: share/man/man1 : register-plist.1 Log message: be more thorough in describing what register-plist does. also document -p, used by check-register ... and @version bumps.

CVS: cvs.openbsd.org: src

2019-05-09 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/05/09 05:09:18 Modified files: share/man/man1 : dpb.1 Log message: actual timeout is smaller. document LISTING_EXTRA

CVS: cvs.openbsd.org: src

2019-05-09 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/05/09 14:26:33 Modified files: regress/usr.sbin/pkg_add: check-sig Log message: compare now wants a state object, so make it. noticed by bluhm@

CVS: cvs.openbsd.org: src

2019-05-12 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/05/12 06:20:30 Modified files: share/man/man1 : dpb.1 Log message: document existing command status, and new command wipe for EXTERNAL CONTROL

CVS: cvs.openbsd.org: src

2019-05-12 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/05/12 10:38:14 Modified files: share/man/man1 : dpb.1 Log message: document log reading errors

CVS: cvs.openbsd.org: src

2019-05-12 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/05/12 15:49:52 Modified files: usr.bin/ftp: main.c Log message: zap confusing unneeded parameters okay jca@, jasper@

CVS: cvs.openbsd.org: src

2019-05-18 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/05/18 12:54:39 Modified files: share/man/man1 : update-plist.1 Log message: document -c and -I. Use compact literal for the examples, so that the description is not too lax.

  1   2   3   4   5   6   7   8   9   10   >