svn commit: r211190 - head/usr.sbin/lpr/lpd

2010-08-11 Thread Garance A Drosehn
Author: gad Date: Wed Aug 11 19:32:49 2010 New Revision: 211190 URL: http://svn.freebsd.org/changeset/base/211190 Log: - Improve the wait4data() routine so it behaves better when checking print-jobs which have last-modification times that are in the future. This shouldn't happen, of

svn commit: r234824 - head/usr.sbin/lpr/lpc

2012-04-29 Thread Garance A Drosehn
Author: gad Date: Mon Apr 30 00:54:10 2012 New Revision: 234824 URL: http://svn.freebsd.org/changeset/base/234824 Log: Catch the user-error when no queue name was specified on an lpc-command which supports '-msg' (e.g.: setstatus). Print out a helpful error message instead hitting a

svn commit: r234826 - head/usr.sbin/lpr/lpc

2012-04-29 Thread Garance A Drosehn
Author: gad Date: Mon Apr 30 01:10:13 2012 New Revision: 234826 URL: http://svn.freebsd.org/changeset/base/234826 Log: Print out a warning message if a `lpc setstatus' is done when the queue is not 'lpc stop'-ed. In that situation `lpq' will not display the status message to the user, and

Re: svn commit: r235601 - head/include/protocols

2012-05-21 Thread Garance A Drosehn
dev_t be the low-order 32-bits of that space. -- Garance Alistair Drosehn= g...@gilead.netel.rpi.edu Senior Systems Programmer or g...@freebsd.org Rensselaer Polytechnic Instituteor dro...@rpi.edu ___ svn-src-head@freebsd.org

svn commit: r220586 - head/usr.sbin/lpr/common_source

2011-04-12 Thread Garance A Drosehn
- Garance Alistair Drosehn g...@freebsd.org. + * Copyright (c) 2001,2011 - Garance Alistair Drosehn g...@freebsd.org. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -248,7 +248,7 @@ ctl_freeinf(struct cjobinfo *cjinf) /* [cpriv

svn commit: r250731 - head

2013-05-16 Thread Garance A Drosehn
Author: gad Date: Fri May 17 03:14:55 2013 New Revision: 250731 URL: http://svnweb.freebsd.org/changeset/base/250731 Log: Drop any connection to newsyslog. I haven't worked on it for quite some time. Note that I do want to keep the pre-commit review for usr.sbin/lpr. I am actively

svn commit: r251044 - head/usr.sbin/lpr/common_source

2013-05-27 Thread Garance A Drosehn
/usr.sbin/lpr/common_source/lp.cdefs.h Mon May 27 22:19:01 2013 (r251044) @@ -1,6 +1,6 @@ /*- * --+-+-+-+-+-+-+-* - * Copyright (c) 2003 - Garance Alistair Drosehn g...@freebsd.org. + * Copyright (c) 2003,2013 - Garance Alistair

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-18 Thread Garance A Drosehn
enough that a user can immediately get freebsd-specific updates without first needing to install some port. -- Garance Alistair Drosehn= g...@gilead.netel.rpi.edu Senior Systems Programmer or g...@freebsd.org Rensselaer Polytechnic Instituteor dro...@rpi.edu

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-22 Thread Garance A Drosehn
' and the FreeBSD repo. -- Garance Alistair Drosehn= dro...@rpi.edu Senior Systems Programmer or g...@freebsd.org Rensselaer Polytechnic Institute; Troy, NY; USA ___ svn-src-head@freebsd.org mailing list http

Re: svn commit: r263351 - in head: bin/pkill bin/pkill/tests etc/mtree tools/regression/usr.bin/pkill

2014-03-19 Thread Garance A Drosehn
left behind in usr.bin after it was moved, just because people from other projects might look for it there. But I guess that did not happen. -- Garance Alistair Drosehn= dro...@rpi.edu Senior Systems Programmer or g...@freebsd.org Rensselaer Polytechnic

Re: svn commit: r253002 - head

2013-07-08 Thread Garance A Drosehn
their own checking to see what value will work best on their hardware. Put some short and generic recommendation in the makefile, and then point people at a man page or some other documentation for a more detailed explanation. IMO. -- Garance Alistair Drosehn= dro...@rpi.edu

svn commit: r290951 - head

2015-11-16 Thread Garance A Drosehn
Author: gad Date: Mon Nov 16 22:08:49 2015 New Revision: 290951 URL: https://svnweb.freebsd.org/changeset/base/290951 Log: I'm still interested in reviewing any code changes to lpr & friends (lpc, lpd, lpq, etc). Modified: head/MAINTAINERS Modified: head/MAINTAINERS

svn commit: r298592 - head/usr.sbin/lpr/lpd

2016-04-25 Thread Garance A Drosehn
Author: gad Date: Mon Apr 25 20:58:54 2016 New Revision: 298592 URL: https://svnweb.freebsd.org/changeset/base/298592 Log: Remove a variable and three lines of code which I should have removed as part of revision 98776 back on June 24/2002. Noticed by pfg@ trying coccinelle for checking

Re: svn commit: r303716 - head/crypto/openssh

2016-08-08 Thread Garance A Drosehn
this tactic is nothing new to me! Kinda sad, really...] -- Garance Alistair Drosehn= dro...@rpi.edu Senior Systems Programmer or g...@freebsd.org Rensselaer Polytechnic Institute; Troy, NY; USA ___ svn-

svn commit: r315655 - head/usr.sbin/lpr/chkprintcap

2017-03-20 Thread Garance A Drosehn
Author: gad Date: Mon Mar 20 22:36:28 2017 New Revision: 315655 URL: https://svnweb.freebsd.org/changeset/base/315655 Log: Fixes to chkprintcap: - Check the return from a call to malloc() in skim_printcap(), and return a NULL if that fails. - Fix a small memory leak in main() that

Re: svn commit: r314654 - in head/cddl: lib/drti lib/libavl lib/libctf lib/libdtrace lib/libnvpair lib/libumem lib/libuutil lib/libzfs lib/libzfs_core lib/libzpool sbin/zfs sbin/zpool usr.bin/ctfconve

2017-03-05 Thread Garance A Drosehn
rassing (to me), but you could at least check them out and see where I was going with it. disclaimer: I haven't taken a serious look at these scripts a few years. I'm sure they need to be updated due to new commands and new warning messages which have appeared since then. -- Garanc

Re: svn commit: r314654 - in head/cddl: lib/drti lib/libavl lib/libctf lib/libdtrace lib/libnvpair lib/libumem lib/libuutil lib/libzfs lib/libzfs_core lib/libzpool sbin/zfs sbin/zpool usr.bin/ctfconve

2017-03-05 Thread Garance A Drosehn
On 5 Mar 2017, at 20:43, Ngie Cooper wrote: >> On Mar 5, 2017, at 17:05, Garance A Drosehn <dro...@rpi.edu> wrote: >> >> FWIW, here was my method to fix the "slows down output" issue. >> I wrote a wrapper around 'make' which I called "wcmake"

Re: ps output line length (was: svn commit: r314685 - head/bin/ps)

2018-01-29 Thread Garance A Drosehn
width of your terminal, and if you 'ps axu | grep something' then the output width seems to be infinity (or at least it's somewhere over 2500 characters). I have not checked how 'ps' acts on the other BSD's. -- Garance Alistair Drosehn= dro...@rpi.edu Senior Systems Programme

svn commit: r330787 - head/usr.sbin/lpr/common_source

2018-03-11 Thread Garance A Drosehn
Author: gad Date: Mon Mar 12 01:41:16 2018 New Revision: 330787 URL: https://svnweb.freebsd.org/changeset/base/330787 Log: Fix the resource leak of a 'FILE *' which could happen in routine ctl_readcf() if a call to malloc failed. PR: 204955 Reported by: David Binderman

svn commit: r356666 - in head/usr.bin: factor primes

2020-01-12 Thread Garance A Drosehn
Author: gad Date: Sun Jan 12 20:25:11 2020 New Revision: 35 URL: https://svnweb.freebsd.org/changeset/base/35 Log: Fix the way 'factor' behaves when using OpenSSL to match the description of how it works when not compiled with OpenSSL. Also, allow users to specify a hexadecimal