Re: svn commit: r257696 - in head: libexec/rbootd share/man/man9 sys/compat/svr4 sys/net sys/sys

2013-11-06 Thread Julian Elischer
On 11/5/13, 2:18 PM, John Baldwin wrote: On Tuesday, November 05, 2013 3:42:17 pm Gleb Smirnoff wrote: John, On Tue, Nov 05, 2013 at 02:47:52PM -0500, John Baldwin wrote: J> On Tuesday, November 05, 2013 2:29:04 pm Gleb Smirnoff wrote: J> > On Tue, Nov 05, 2013 at 11:56:09AM -0500, John Bald

Re: svn commit: r257696 - in head: libexec/rbootd share/man/man9 sys/compat/svr4 sys/net sys/sys

2013-11-06 Thread Julian Elischer
On 11/6/13, 9:00 AM, Adrian Chadd wrote: I think the important thing here is that there _are_ organisations that rely on some reasonable attempt at supporting historical APIs where needed. This IMHO should've explicitly gone into a compat macro for people who want support of this older stuff. M

Re: svn commit: r247777 - in head/sys: conf kern netinet sys

2013-03-10 Thread Julian Elischer
On 3/4/13 3:09 AM, Davide Italiano wrote: Author: davide Date: Mon Mar 4 11:09:56 2013 New Revision: 24 URL: http://svnweb.freebsd.org/changeset/base/24 Log: - Make callout(9) tickless, relying on eventtimers(4) as backend for precise time event generation. This greatly improves g

Re: svn commit: r203758 - in head/sys: amd64/conf arm/conf i386/conf ia64/conf mips/conf pc98/conf powerpc/conf sparc64/conf sun4v/conf

2010-02-15 Thread Julian Elischer
Attilio Rao wrote: 2010/2/10 Alexey Dokuchaev : On Wed, Feb 10, 2010 at 04:30:04PM +, Attilio Rao wrote: Author: attilio Date: Wed Feb 10 16:30:04 2010 New Revision: 203758 URL: http://svn.freebsd.org/changeset/base/203758 Log: Add the options DEADLKRES (introducing the deadlock resolver

Re: svn commit: r204410 - head/sys/kern

2010-02-27 Thread Julian Elischer
Jilles Tjoelker wrote: Author: jilles Date: Sat Feb 27 12:15:59 2010 New Revision: 204410 URL: http://svn.freebsd.org/changeset/base/204410 Log: Include terminated threads in ps's process cpu time field. MFC after: 2 weeks Modified: head/sys/kern/kern_proc.c Modified: head/sys/kern/k

Re: svn commit: r204902 - in head/sys: net netinet

2010-03-10 Thread Julian Elischer
Matthew Jacob wrote: As well as breaking several RFCs A stock kernel cannot ping 127.0.0.1. It is claimed there is no route to 127.0.0.1. David Wolfskill has the same problem, as have others in the freebsd-current@ mailing list. I don't know about others, but not being able to connect to 12

Re: svn commit: r205024 - head/sys/net

2010-03-11 Thread Julian Elischer
Juli Mallett wrote: On Thu, Mar 11, 2010 at 15:39, Qing Li wrote: I guess it's a good time to clean things up. The if_link_state code has been around for quite some time, either it be fully utilized or not be there at all. The inconsistency is the root cause. Sure. There is an increasing amo

Re: svn commit: r205024 - head/sys/net

2010-03-12 Thread Julian Elischer
Robert N. M. Watson wrote: On Mar 12, 2010, at 8:30 AM, Qing Li wrote: I believe what Julian means is the following: 1. in the driver, I do this ifp->if_flags |= IFF_KNOWS_LINK_STATE; 2. In route.h, I do this if (ifp->flags & IFF_KNOWS_LINK_STATE) && (ifp->if_link_state == LINK_STATE

Re: svn commit: r205024 - head/sys/net

2010-03-12 Thread Julian Elischer
Julian Elischer wrote: Robert N. M. Watson wrote: Today, we support three link state values: 170 /* 171 * Values for if_link_state. 172 */ 173 #define LINK_STATE_UNKNOWN 0 /* link invalid/unknown */ 174 #define LINK_STATE_DOWN 1 /* link is down */ 175 #define

Re: svn commit: r205307 - head/sys/i386/conf

2010-03-18 Thread Julian Elischer
Matthew Jacob wrote: On 3/18/2010 6:16 PM, Xin LI wrote: Author: delphij Date: Fri Mar 19 01:16:53 2010 New Revision: 205307 URL: http://svn.freebsd.org/changeset/base/205307 Log: SSE is enabled by default about 5 years ago so there is no point pretending that we support I486 and I586 CP

Re: svn commit: r205307 - head/sys/i386/conf

2010-03-18 Thread Julian Elischer
Matthew Jacob wrote: On 3/18/2010 7:11 PM, Mark Linimon wrote: On Thu, Mar 18, 2010 at 06:44:45PM -0700, Julian Elischer wrote: If I'm not mistaken this means that the install CDs will no longer even boot on a lot of machines. I wonder how much RAM most of those systems have ...

Re: svn commit: r205307 - head/sys/i386/conf

2010-03-18 Thread Julian Elischer
Mark Linimon wrote: On Thu, Mar 18, 2010 at 06:44:45PM -0700, Julian Elischer wrote: If I'm not mistaken this means that the install CDs will no longer even boot on a lot of machines. I wonder how much RAM most of those systems have ... mcl CPU: Geode(TM) Integrated Processor by AM

Re: svn commit: r205307 - head/sys/i386/conf

2010-03-18 Thread Julian Elischer
Julian Elischer wrote: Matthew Jacob wrote: On 3/18/2010 7:11 PM, Mark Linimon wrote: On Thu, Mar 18, 2010 at 06:44:45PM -0700, Julian Elischer wrote: If I'm not mistaken this means that the install CDs will no longer even boot on a lot of machines. I wonder how much RAM mo

Re: svn commit: r310336 - head/sys/kern

2016-12-20 Thread Julian Elischer
On 21/12/2016 3:44 AM, John Baldwin wrote: Author: jhb Date: Tue Dec 20 19:44:44 2016 New Revision: 310336 URL: https://svnweb.freebsd.org/changeset/base/310336 Log: Don't spin in pause() during early boot for kthreads other than thread0. pause() uses a spin loop to simulate a sleep du

svn commit: r310426 - head/share/zoneinfo

2016-12-22 Thread Julian Elischer
Author: julian Date: Thu Dec 22 18:30:29 2016 New Revision: 310426 URL: https://svnweb.freebsd.org/changeset/base/310426 Log: If you are going to be run individually to make a new timezone set then ensure the destination directories exist. Especially if you define OLDTIMEZONES because the mt

Re: svn commit: r311952 - head/sys/ddb

2017-01-14 Thread Julian Elischer
On 15/01/2017 6:06 AM, Mark Johnston wrote: On Fri, Jan 13, 2017 at 02:51:04PM +1100, Bruce Evans wrote: On Thu, 12 Jan 2017, Mark Johnston wrote: Log: Enable the use of ^C and ^S/^Q in DDB. This lets one interrupt DDB's output, which is useful if paging is disabled and the output devic

Re: svn commit: r311952 - head/sys/ddb

2017-01-15 Thread Julian Elischer
On 16/01/2017 11:53 AM, Bruce Evans wrote: On Sun, 15 Jan 2017, Adrian Chadd wrote: hah, i took this, then life got in the way. :) Bruce - what do you think of https://bz-attachments.freebsd.org/attachment.cgi?id=138881 ? Also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184987 . I thi

<    1   2   3