mailing.freebsd.cvscurrent
  Home FAQ Contact Sign in
mailing.freebsd.cvscurrent only
 
Advanced search
December 2007
motuwethfrsasuw
     12 48
3456789 49
10111213141516 50
17181920212223 51
24252627282930 52
31       1
2007
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
mailing.freebsd.cvscurrent Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Re: cvs commit: src/share/zoneinfo europe southamerica zone.tab         


Author: Edwin Groothuis
Date: Dec 31, 2007 23:50

On Tue, Jan 01, 2008 at 07:47:42AM +0000, Edwin Groothuis wrote:
> edwin 2008-01-01 07:47:42 UTC
>
> FreeBSD src repository
>
> Modified files:
> share/zoneinfo europe southamerica zone.tab
> Log:
> MFV of tzdata2007k.
>
> - Adjust Argentinian DST times.
> - Add SJ on the right location.

That one was Approved by: grog@ (implicit)

Edwin
Show full article (0.73Kb)
no comments
  Re: cvs commit: src/share/zoneinfo - Imported sources         


Author: Edwin Groothuis
Date: Dec 31, 2007 23:50

On Tue, Jan 01, 2008 at 07:45:11AM +0000, Edwin Groothuis wrote:
> MFV of tzdata2007k

That was an import of vendor sources.

--
Edwin Groothuis | Personal website: http://www.mavetju.org
edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: src/share/zoneinfo europe southamerica zone.tab         


Author: Edwin Groothuis
Date: Dec 31, 2007 23:48

edwin 2008-01-01 07:47:42 UTC

FreeBSD src repository

Modified files:
share/zoneinfo europe southamerica zone.tab
Log:
MFV of tzdata2007k.

- Adjust Argentinian DST times.
- Add SJ on the right location.

Revision Changes Path
1.36 +1 -2 src/share/zoneinfo/europe
1.33 +40 -12 src/share/zoneinfo/southamerica
1.24 +2 -3 src/share/zoneinfo/zone.tab
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: src/share/zoneinfo - Imported sources         


Author: Edwin Groothuis
Date: Dec 31, 2007 23:46

edwin 2008-01-01 07:45:11 UTC

FreeBSD src repository

src/share/zoneinfo - Imported sources
Update of /home/ncvs/src/share/zoneinfo
In directory repoman.freebsd.org:/tmp/cvs-serv43771

Log Message:
MFV of tzdata2007k

- Argentinian DST changes
- Put SJ in the right location

Approved by: grog (implicit)

Status:

Vendor Tag: ADO
Release Tags: tzdata2007k
Show full article (1.26Kb)
no comments
  cvs commit: src/lib/libarchive Makefile mtree.5         


Author: Tim Kientzle
Date: Dec 31, 2007 22:17

kientzle 2008-01-01 06:17:05 UTC

FreeBSD src repository

Modified files:
lib/libarchive Makefile
Removed files:
lib/libarchive mtree.5
Log:
The mtree.5 file has been moved to src/usr.sbin/mtree.

Revision Changes Path
1.79 +0 -1 src/lib/libarchive/Makefile
1.2 +0 -270 src/lib/libarchive/mtree.5 (dead)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: src/usr.sbin/mtree Makefile mtree.5         


Author: Tim Kientzle
Date: Dec 31, 2007 22:16

kientzle 2008-01-01 06:15:57 UTC

FreeBSD src repository

Modified files:
usr.sbin/mtree Makefile
Added files:
usr.sbin/mtree mtree.5
Log:
Add the mtree.5 manpage. I'll come back soon and
remove the format specification from mtree.8.
I also need to reconcile a few issues between this
mtree.5 and what is actually implemented in FreeBSD's
mtree utility.

MFC after: 30 days
Show full article (0.76Kb)
no comments
  Re: cvs commit: src/lib/libarchive Makefile archive.h.in         


Author: Tim Kientzle
Date: Dec 31, 2007 22:10

M. Warner Losh wrote:
> In message: <20071231001554.GB987@zaphod.nitro.dk>
> "Simon L. Nielsen" FreeBSD.org> writes:
> : > * New read support: mtree format
> :
> : This sounds interesting but I can't really figure out what it
> : does... ? :) (and I couldn't find any mention in the updated manual
> : pages.)
>
> Any chance our 'install' tools can be made to copy the files w/o the
> right permissions and 'log' the right stuff to an mtree formatted
> file? That would make building a distribution as a mere mortal
> possible...

Yep. ;-) That's a major motivation of this work.
In fact, you don't even need to copy the files
anywhere. The approach I'm considering would
have "make buildworld" write out entries of this
form during the build:

/bin/ls uid=0 mode=0555 contents=/usr/obj/usr/src/bin/ls
Show full article (1.95Kb)
no comments
  Re: cvs commit: src/sys/netinet sctp_bsd_addr.c         


Author: Bruce Evans
Date: Dec 31, 2007 21:38

On Mon, 31 Dec 2007, M. Warner Losh wrote:
> In message: <200712311219.08286.jhb@freebsd.org>
> John Baldwin FreeBSD.org> writes:
> : The more correct fix though is to do a 'sched_prio()' at the start of the
> : thread's main loop to set the priority and then not adjust it via msleep().
> : Kernel threads really should never pass a priority to msleep() but always '0'
> : (which means "don't change my priority").
>
> Not PZERO? When should one use PZERO and when should one use a bare
> '0'? Can this information be added to the man page?

PZERO is compatibility cruft which should never be used. Just a few
places in kern still use it to invent a priority when no suitable
priority (like PSOCK or PRIBIO) is already #defined. It isn't clear
where these invented priorities are suitable.
Show full article (1.74Kb)
no comments
  Re: cvs commit: src/lib/libarchive Makefile archive.h.in         


Author: M. Warner Losh
Date: Dec 31, 2007 21:32

In message: <20080101035524.GN72458@server.vk2pj.dyndns.org>
Peter Jeremy optushome.com.au> writes:
: On Mon, Dec 31, 2007 at 08:33:52PM -0700, M. Warner Losh wrote:
: >Any chance our 'install' tools can be made to copy the files w/o the
: >right permissions and 'log' the right stuff to an mtree formatted
: >file? That would make building a distribution as a mere mortal
: >possible...
:
: AFAIK, this is basically what NetBSD does. I also like the idea
: of not needing root to build distributions.

That's where I got the idea... I was hoping that someone would pick
the code/idea up from NetBSD since needing root to install FreeBSD
binaries to build a distribution is problematic on many settings.

Warner
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
no comments
  cvs commit: src/usr.sbin/sysinstall dist.c dist.h menus.c         


Author: Ken Smith
Date: Dec 31, 2007 19:59

kensmith 2008-01-01 03:59:18 UTC

FreeBSD src repository

Modified files:
usr.sbin/sysinstall dist.c dist.h menus.c sysinstall.h
Log:
Change sysinstall's handling of X11 stuff. Doing it in pieces was
probably the right thing to do a while ago but xorg has progressed
to the point that for novice users (who are the ones expected to think
installing X11 during an install...) it's best to just install the
whole x11/xorg metaport for them. This removes the X11 sub-menus
and sets it up so you just select whether or not you want X11. While
here garbage collect an X11 configuration menu I missed removing when
I removed support for attempting xorg configuration from inside sysinstall
a while ago.

Discussed with: rwatson, kris
No objection from: re
Release build tested by: rwatson

MFC after: 1 week
Show full article (1.34Kb)
no comments
1 2 3 4 5 6 7 8 9