On 28 Jan 2018, at 11:22, Mike Karels wrote:
> The rationale for the original code was that, for interactive uses, the
> output line length should be the same for "ps ...", "ps ...|more", and
> "ps ... |grep". The -w option exists to make the line longer; there is
> no option to use the terminal
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 nu
Author: gad
Date: Wed Apr 13 00:36:19 2011
New Revision: 220586
URL: http://svn.freebsd.org/changeset/base/220586
Log:
- Fix the code that matches userids in match_jobspec(). It needs to check
the username-for-accounting field (P), not the username-for-headerpage (L).
These are usually
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 cour
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 happen
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
Modif
On 4 Mar 2017, at 15:42, Ngie Cooper (yaneurabeya) wrote:
On Mar 4, 2017, at 12:39, Rodney W. Grimes wrote:
On 4 Mar 2017, at 15:13, Bryan Drewery wrote:
Where is this discussion? The only one I can find is
https://reviews.freebsd.org/D9207 which seems to have
a consensus of moving to SRCTOP
On 5 Mar 2017, at 20:43, Ngie Cooper wrote:
>> On Mar 5, 2017, at 17:05, Garance A Drosehn wrote:
>>
>> FWIW, here was my method to fix the "slows down output" issue.
>> I wrote a wrapper around 'make' which I called "wcmake", and
>&g
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 working
Author: gad
Date: Mon May 27 22:19:01 2013
New Revision: 251044
URL: http://svnweb.freebsd.org/changeset/base/251044
Log:
Change the closeallfds() routine to use closefrom() when it is
available (closefrom() was added to FreeBSD in 8.0-release).
The selection is made at compile-time, as I st
On 6/18/13 12:40 PM, Tijl Coosemans wrote:
> On 2013-06-18 04:53, Peter Wemm wrote:
>> Author: peter
>> Date: Tue Jun 18 02:53:45 2013
>> New Revision: 251886
>> URL: http://svnweb.freebsd.org/changeset/base/251886
>>
>> Log:
>>Introduce svnlite so that we can check out our source code again.
On 6/22/13 2:38 PM, Tijl Coosemans wrote:
> On 2013-06-20 21:34, Warner Losh wrote:
>>
>> I think insisting on a definitive statement on svn lite's mission
>> statement is a way to obstruct progress. Sometimes you just need to
>> things because they feel right, not because they have been through a
On 19 Mar 2014, at 8:46, Julio Merino wrote:
> Author: jmmv
> Date: Wed Mar 19 12:46:04 2014
> New Revision: 263351
> URL: http://svnweb.freebsd.org/changeset/base/263351
>
> Log:
> Migrate tools/regression/usr.bin/pkill to the new tests layout.
>
> Interestingly, the pkill tool lives in bin, not
On 7 Aug 2016, at 7:40, Bruce Simpson wrote:
> On 07/08/16 11:58, Bruce Simpson wrote:
>> Is there a way to revert this change, at least on an ongoing
>> operational basis (e.g. configuration file) for those of us who
>> use FreeBSD to connect directly to such devices?
>
> I was able to override t
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
===
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 cod
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 seg-fau
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 t
On 5/21/12 11:27 AM, John Baldwin wrote:
On Friday, May 18, 2012 11:24:36 am Gleb Kurtsou wrote:
On (18/05/2012 09:41), John Baldwin wrote:
A question about your stat changes: did you expand dev_t to 32 bits
for the AFS folks, or did you leave it as 16 bits?
dev_t is already 32-bit.
On 7/7/13 4:39 PM, Alfred Perlstein wrote:
Log:
Document tip on how to build all kernels quickly.
Modified: head/Makefile
==
--- head/Makefile Sun Jul 7 19:58:14 2013(r253001)
+++ head/Makefile
20 matches
Mail list logo