mailing.freebsd.cvscurrent
  Home FAQ Contact Sign in
mailing.freebsd.cvscurrent only
 
Advanced search
February 2008
motuwethfrsasuw
    123 5
45678910 6
11121314151617 7
18192021222324 8
2526272829   9
2008
 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
  cvs commit: src/share/man/man4 Makefile rr232x.4         


Author: Scott Long
Date: Feb 2, 2008 23:31

scottl 2008-02-03 07:30:58 UTC

FreeBSD src repository

Modified files:
share/man/man4 Makefile
Removed files:
share/man/man4 rr232x.4
Log:
Remove the rr232x manual page.

Revision Changes Path
1.405 +0 -2 src/share/man/man4/Makefile
1.4 +0 -96 src/share/man/man4/rr232x.4 (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/sys/dev/rr232x LICENSE README         


Author: Scott Long
Date: Feb 2, 2008 23:08

scottl 2008-02-03 07:07:30 UTC

FreeBSD src repository

Modified files:
sys/conf files.amd64 files.i386
sys/i386/conf GENERIC NOTES
sys/amd64/conf GENERIC NOTES
Removed files:
sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu
array.h him.h himfuncs.h hptintf.h
i386-elf.rr232x_lib.o.uu ldm.h list.h
os_bsd.c os_bsd.h osm.h osm_bsd.c
rr232x_config.c rr232x_config.h
sys/modules/rr232x Makefile
Log:
Remove the rr232x driver. It has been superceded by the hptrr driver.

Revision Changes Path
1.492 +0 -1 src/sys/amd64/conf/GENERIC
1.75 +0 -5 src/sys/amd64/conf/NOTES
1.118 +0 -8 src/sys/conf/files.amd64
1.592 +0 -8 src/sys/conf/files...
Show full article (2.19Kb)
no comments
  cvs commit: src/lib/libpmc pmc.3         


Author: Joseph Koshy
Date: Feb 2, 2008 22:05

jkoshy 2008-02-03 06:04:38 UTC

FreeBSD src repository

Modified files:
lib/libpmc pmc.3
Log:
Correct a typo.

Revision Changes Path
1.16 +1 -1 src/lib/libpmc/pmc.3
_______________________________________________
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
  Re: cvs commit: src/share/man/man9 mbuf.9 src/sys/compat/ndis         


Author: Alfred Perlstein
Date: Feb 2, 2008 20:44

* Poul-Henning Kamp FreeBSD.org> [080201 11:36] wrote:
> phk 2008-02-01 19:36:27 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/pci if_wb.c
> sys/sys mbuf.h param.h
> Log:
> Give MEXTADD() another argument to make both void pointers to the
> free function controlable, instead of passing the KVA of the buffer
> storage as the first argument.
>
> Fix all conventional users of the API to pass the KVA of the buffer
> as the first argument, to make this a no-op commit.
>
> Likely break the only non-convetional user of the API, after informing
> the relevant committer.
Show full article (1.05Kb)
no comments
  cvs commit: src/etc/periodic/security 100.chksetuid         


Author: Dag-Erling Smorgrav
Date: Feb 2, 2008 16:34

des 2008-02-03 00:33:05 UTC

FreeBSD src repository

Modified files:
etc/periodic/security 100.chksetuid
Log:
Eliminate xargs in favor of find -exec {} +

Revision Changes Path
1.11 +1 -2 src/etc/periodic/security/100.chksetuid
_______________________________________________
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
  Re: cvs commit: src/etc/periodic/security 100.chksetuid         


Author: Dag-Erling Smørgrav
Date: Feb 2, 2008 16:09

Ceri Davies submonkey.net> writes:
> Why use xargs at all? The "-exec ls -liTd {} +" primary would do the
> same thing.

I didn't know about the + variant...

DES
--=20
Dag-Erling Sm=C3=B8rgrav - des@des.no
_______________________________________________
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/sys/amd64/amd64 identcpu.c src/sys/amd64/include         


Author: David Schultz
Date: Feb 2, 2008 15:18

das 2008-02-02 23:17:27 UTC

FreeBSD src repository

Modified files:
sys/amd64/amd64 identcpu.c
sys/amd64/include specialreg.h
Log:
Add a few more CPUID feature bits while here. We don't support these
features yet.

Revision Changes Path
1.157 +2 -2 src/sys/amd64/amd64/identcpu.c
1.43 +2 -0 src/sys/amd64/include/specialreg.h
_______________________________________________
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/sys/amd64/amd64 identcpu.c src/sys/amd64/include         


Author: David Schultz
Date: Feb 2, 2008 14:41

das 2008-02-02 22:40:17 UTC

FreeBSD src repository

Modified files:
sys/amd64/amd64 identcpu.c
sys/amd64/include specialreg.h
Log:
SSE4 CPUID bits

Revision Changes Path
1.156 +3 -3 src/sys/amd64/amd64/identcpu.c
1.42 +3 -0 src/sys/amd64/include/specialreg.h
_______________________________________________
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
  Re: cvs commit: src/sys/netgraph/netflow ng_netflow.c         


Author: Alexander Motin
Date: Feb 2, 2008 13:32

Gleb Smirnoff
no comments
  Re: cvs commit: src/sys/netgraph/netflow ng_netflow.c         


Author: Gleb Smirnoff
Date: Feb 2, 2008 12:52

Alexander,

you should have asked me for review before committing! This is
not a bug, this is a feature. This was quite clear from the comments,
that you removed:

- /* if export hook disconnected stop running expire(). */

This is intended behavior. We must not lose information unless
user explicitly wants to lose information. In the latter case
he will connect ng_hole(4) node to the "export" hook. But we must
not lose information if user runs some script that swaps receiving
node on the "export" hook.

Please backout this change!

I'm sorry that have seen it only after it hit RELENG_6 and RELENG_7
:( But that's your fault that you haven't asked me for review.

P.S. I'm closing the PR.
Show full article (1.58Kb)
no comments
1 2 3