Ruslan Ermilov | 1 Oct 2004 01:13
Picon
Favicon

Re: cvs commit: src/release/ia64 boot_crunch.conf

On Thu, Sep 30, 2004 at 08:34:20PM +0000, Marcel Moolenaar wrote:
> marcel      2004-09-30 20:34:20 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     release/ia64         boot_crunch.conf 
>   Log:
>   Trade slattach for gpt. With all the tools to create new file systems,
>   the tool one needs to partition a disk is more important than some poor
>   man's network interface.
>   
>   Revision  Changes    Path
>   1.7       +3 -5      src/release/ia64/boot_crunch.conf
> 
Just curious, and what was wrong with keeping slattach(8) while
adding gpt(8)?

Cheers,
--

-- 
Ruslan Ermilov
ru <at> FreeBSD.org
FreeBSD committer
Doug Barton | 1 Oct 2004 01:36
Picon
Favicon

cvs commit: src Makefile.inc1 UPDATING src/etc Makefile src/etc/defaults rc.conf src/etc/mtree BIND.chroot.dist BIND.include.dist BSD.include.dist BSD.root.dist BSD.var.dist Makefile src/etc/namedb make-localhost named.conf src/etc/rc.d ...

dougb       2004-09-30 23:36:11 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    .                    Makefile.inc1 UPDATING 
    etc                  Makefile 
    etc/defaults         rc.conf 
    etc/mtree            BSD.include.dist BSD.root.dist 
                         BSD.var.dist Makefile 
    etc/namedb           make-localhost named.conf 
    etc/rc.d             named 
    include              Makefile 
    lib/bind/lwres       Makefile 
    share/doc            Makefile 
    share/examples/etc   make.conf 
    share/man/man5       make.conf.5 rc.conf.5 
    share/mk             bsd.libnames.mk 
    usr.bin              Makefile 
    usr.bin/dig          Makefile 
    usr.bin/host         Makefile 
    usr.bin/nslookup     Makefile 
    usr.bin/nsupdate     Makefile 
    usr.sbin             Makefile 
    usr.sbin/named       Makefile 
    usr.sbin/named-checkconf Makefile 
    usr.sbin/rndc        Makefile 
    usr.sbin/rndc-confgen Makefile 
  Added files:           (Branch: RELENG_5)
    etc/mtree            BIND.chroot.dist BIND.include.dist 
(Continue reading)

Marcel Moolenaar | 1 Oct 2004 02:05

Re: cvs commit: src/release/ia64 boot_crunch.conf

On Fri, Oct 01, 2004 at 02:13:08AM +0300, Ruslan Ermilov wrote:
> On Thu, Sep 30, 2004 at 08:34:20PM +0000, Marcel Moolenaar wrote:
> > marcel      2004-09-30 20:34:20 UTC
> > 
> >   FreeBSD src repository
> > 
> >   Modified files:
> >     release/ia64         boot_crunch.conf 
> >   Log:
> >   Trade slattach for gpt. With all the tools to create new file systems,
> >   the tool one needs to partition a disk is more important than some poor
> >   man's network interface.
> >   
> >   Revision  Changes    Path
> >   1.7       +3 -5      src/release/ia64/boot_crunch.conf
> > 
> Just curious, and what was wrong with keeping slattach(8) while
> adding gpt(8)?

Size concerns. Both the disc1 and disc2 ISO images on ia64 overflow
currently and we need to trim things down. While this can easily be
done by axing from ports (either packages on disc1 or the ports
collection itself on disc2), it's good to pay attention to what
excessive baggage we already have and to avoid making it worse. I'd
rather have commonly used ports than have the unused ability to have
IP over serial lines and other low-end solutions that simply do not
fit on a high-end platform.

--

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel <at> xcllnt.net
(Continue reading)

Ruslan Ermilov | 1 Oct 2004 02:15
Picon
Favicon

cvs commit: src/sys/boot/common help.common loader.8

ru          2004-10-01 00:15:13 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/common      help.common loader.8 
  Log:
  The "autoboot" command also has a third (optional) parameter.

  Revision  Changes    Path
  1.35      +7 -0      src/sys/boot/common/help.common
  1.74      +2 -2      src/sys/boot/common/loader.8
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

Ruslan Ermilov | 1 Oct 2004 02:16
Picon
Favicon

cvs commit: src/sys/boot/common help.common

ru          2004-10-01 00:16:11 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/common      help.common 
  Log:
  (forced commit) Previous revision documented the "bcachestat" command.

  Revision  Changes    Path
  1.36      +0 -0      src/sys/boot/common/help.common
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

John-Mark Gurney | 1 Oct 2004 04:33
Picon
Favicon

cvs commit: src/sys/pci if_rlreg.h src/sys/dev/re if_re.c

jmg         2004-10-01 02:33:58 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/pci              if_rlreg.h 
    sys/dev/re           if_re.c 
  Log:
  MFC: if_rlreg.h: v1.46
  >  comment requirement that rx/tx descriptor counts must be equal due to
  >  shared code...
  >  define rx descriptor count in terms of tx
  >  align defines

  v1.47:
  >  fix misspelling of TX...

  MFC: if_re.c: v1.32
  >  pass in pointer to m_head to re_encap because m_defrag could free the
  >  original mbuf causing a free'd mbuf passed to bpf later and panic'ing the
  >  system..  This should only effect jumbo frames.

  v1.33:
  >  spell RX correctly
  >  don't call re_rxeof a second time when we've already done the work
  >  pull common code out from if and else clauses

  v1.34:
  >  trim trailing white space..
  >  call the re mutex by it's name..
(Continue reading)

Ken Smith | 1 Oct 2004 06:04
Picon
Favicon

cvs commit: src/sys/sparc64/include smp.h

kensmith    2004-10-01 04:04:22 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/sparc64/include  smp.h 
  Log:
  MFC of v1.17: Raise IPI_RETRIES to a value based on some feedback from
  a test patch run by people experiencing a panic.

  Approved by:    re (scottl)

  Revision  Changes    Path
  1.16.6.1  +1 -1      src/sys/sparc64/include/smp.h
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

Kevin Oberman | 1 Oct 2004 06:24

Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c ata-disk.c ata-dma.c ata-lowlevel.c ata-pci.c ata-queue.c

> From: Søren Schmidt <sos <at> FreeBSD.org>
> Date: Thu, 30 Sep 2004 21:29:19 +0000 (UTC)
> Sender: owner-cvs-all <at> freebsd.org
> 
> sos         2004-09-30 21:29:19 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:        (Branch: RELENG_5)
>     sys/dev/ata          ata-all.c ata-all.h ata-chipset.c 
>                          ata-disk.c ata-dma.c ata-lowlevel.c 
>                          ata-pci.c ata-queue.c 
>   Log:
>   MFC:
>   Remove the old ATA_*LOCK_CH macros that used atomic ops and use
>   mutexes instead.
>   This closes the last (known) race issues in ATA which should fix
>   the various hangs etc seen on heavy loaded systems.
>   
>   Change from using timeout functions to using callout functions in
>   the timeout code. This together with above closes the race that could
>   happen if timeout and device interrupt occured simultaniously.
>   
>   Also fix the possible recursion in ata_reinit() on very dodgy
>   devices that could take us down in the probe.
>   
>   Approved by: re <at>  (scottl)
>   
>   Revision   Changes    Path
>   1.222.2.2  +117 -19   src/sys/dev/ata/ata-all.c
(Continue reading)

David Schultz | 1 Oct 2004 07:01
Picon
Favicon

cvs commit: src/sys/i386/linux linux_ptrace.c

das         2004-10-01 05:01:00 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/linux       linux_ptrace.c 
  Log:
  Fix the following race:

    1. Process p1 is currently being swapped in.
    2. Process p2 calls linux_ptrace(PTRACE_GETFPXREGS, p1_pid, ...)
    3. After acquiring a reference to FIRST_THREAD_IN_PROC(p1),
       p2 blocks in faultin() while p1 finishes being swapped in.
       This means p2 won't get back the lock on p1 until after p1's
       threads are runnable.
    4. After p1 is swapped in, the first thread in p1 exits.
    5. p2 now uses its dangling reference to p1's first thread.

  Revision  Changes    Path
  1.14      +4 -3      src/sys/i386/linux/linux_ptrace.c
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"

David Schultz | 1 Oct 2004 07:01
Picon
Favicon

cvs commit: src/sys/fs/procfs procfs_dbregs.c procfs_fpregs.c procfs_regs.c

das         2004-10-01 05:01:17 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/procfs        procfs_dbregs.c procfs_fpregs.c 
                         procfs_regs.c 
  Log:
  Don't PHOLD() the target process in procfs, since this is already done
  in pseudofs.  Moreover, PHOLD() may block between the p_candebug()
  access check and the actual operation.

  Revision  Changes    Path
  1.25      +1 -2      src/sys/fs/procfs/procfs_dbregs.c
  1.31      +1 -2      src/sys/fs/procfs/procfs_fpregs.c
  1.30      +1 -2      src/sys/fs/procfs/procfs_regs.c
_______________________________________________
cvs-src <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe <at> freebsd.org"


Gmane