delphij 2007-11-26 06:46:44 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/fs/tmpfs tmpfs.h tmpfs_subr.c tmpfs_vfsops.c
tmpfs_vnops.c
Log:
MFC MFp4: Several fixes to tmpfs which makes it to survive from pho@'s
strees2
delphij 2007-11-26 06:45:31 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/fs/tmpfs tmpfs_vfsops.c
Log:
MFC revision 1.13
date: 2007/11/18 04:40:42; author: delphij; state: Exp; lines: +12 -19
MFp4: Fix several style(9) bugs.
Submitte
Daniel Eischen wrote:
On Sun, 25 Nov 2007, Julian Elischer wrote:
Daniel Eischen wrote:
On Sat, 24 Nov 2007, Darren Reed wrote:
Stephan Uphoff wrote:
ups 2007-11-08 14:47:55 UTC
FreeBSD src repository
Modified files:
share/man/man9 locking.9 sys/conf
On Sun, Nov 25, 2007 at 09:06:05PM -0800, Kip Macy wrote:
> I'm confused. So we're going to permanently break compatibility for
> any apps built on 6.3 to work on 6.2 because of a brief transgression
> by ache? I'm sure I'm just slow and I'm missing something so maybe you
> could fill me in.
No th
jb 2007-11-26 05:52:45 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include atomic.h
Log:
Implement the _long functions using u_long rather than trying to
cast as uint32_t which is defined as unsigned int. gcc doesn't want to
consider that there might not be m
jb 2007-11-26 05:47:15 UTC
FreeBSD src repository
Modified files:
sys/dev/usb usbdevs
Log:
Add Dell's Photo AIO Printer 926.
Revision ChangesPath
1.335 +1 -0 src/sys/dev/usb/usbdevs
___
cvs-all@freebsd
On Sun, 25 Nov 2007, Julian Elischer wrote:
Daniel Eischen wrote:
On Sat, 24 Nov 2007, Darren Reed wrote:
Stephan Uphoff wrote:
ups 2007-11-08 14:47:55 UTC
FreeBSD src repository
Modified files:
share/man/man9 locking.9 sys/conf files
sys/kern
I'm confused. So we're going to permanently break compatibility for
any apps built on 6.3 to work on 6.2 because of a brief transgression
by ache? I'm sure I'm just slow and I'm missing something so maybe you
could fill me in.
-Kip
On Nov 25, 2007 7:29 PM, Rong-En Fan <[EMAIL PROTECTED]> wrote:
sam 2007-11-26 05:03:55 UTC
FreeBSD src repository
Modified files:
release/picobsd/tinyware/msg msg.c
Log:
silence compiler complaints
Revision ChangesPath
1.4 +4 -3 src/release/picobsd/tinyware/msg/msg.c
___
rafan 2007-11-26 03:29:17 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
lib/libc/locale none.c
Log:
- Put __mb_sb_limit symbol back to libc to ease users' pain when upgrading
their 6-STABLE system. This is necessary because we have this symbol
rafan 2007-11-26 03:28:10 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libc/locale none.c
Log:
- Put __mb_sb_limit symbol back to libc to ease users' pain when upgrading
their 6-STABLE system. This is necessary because we have this symbol
kensmith2007-11-26 03:24:41 UTC
FreeBSD doc repository
Modified files:
en/releases/7.0R todo.sgml
Log:
Minor update to todo list.
Revision ChangesPath
1.3 +18 -11www/en/releases/7.0R/todo.sgml
___
cvs-all@freeb
jkoshy 2007-11-26 03:09:33 UTC
FreeBSD src repository
Modified files:
lib/libelf gelf_xlatetof.3 libelf_xlate.c
Log:
- Allow source descriptors with no data to be used as arguments to the
elf{32,64}_xlateto[fm]() translation functions. This change makes our
li
davidxu 2007-11-26 02:52:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
lib/libpthread/thread thr_spec.c
Log:
MFC revision 1.27:
In _pthread_key_create() ensure that libkse is initialized.
Approved by: re (kensmith)
Revision Change
davidxu 2007-11-26 02:44:05 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libpthread/thread thr_spec.c
Log:
MFC revision 1.27:
In _pthread_key_create() ensure that libkse is initialized.
Approved by: re (kensmith)
Revision Changes
davidxu 2007-11-26 02:39:52 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
lib/libkse/threadthr_spec.c
Log:
MFC revision 1.27:
In _pthread_key_create() ensure that libkse is initialized.
Approved by: re (kensmith)
Revision Changes
davidxu 2007-11-26 02:35:17 UTC
FreeBSD src repository
Modified files:
lib/libkse/threadthr_spec.c
Log:
Move the added code in revision 1.26 into function pthread_key_create,
it should be there.
Revision ChangesPath
1.27 +6 -6 src/lib/libkse/thread/thr
* Julian Elischer <[EMAIL PROTECTED]> [071125 10:05] wrote:
>
> not sure why sx-locks exist at all, as they seem to be a variant of sleep.
> I think it's just a convenience function set to allow one to implement
> a sleep-derived synchronisation.
You are correct, sx locks are a faster replacement
On 2007-11-26 00:36, Daniel Gerzo <[EMAIL PROTECTED]> wrote:
> danger 2007-11-26 00:36:40 UTC
>
> FreeBSD src repository (doc committer)
>
> Modified files:
> sbin/ipfwipfw.8
> Log:
> Polish this manual page a bit:
We should "varnish" it a bit next, me thinks :-)
>
danger 2007-11-26 00:36:40 UTC
FreeBSD src repository (doc committer)
Modified files:
sbin/ipfwipfw.8
Log:
Polish this manual page a bit:
- refer to the dummynet(4) man page only once, later use rather
the .Nm macro.
- use .Va macro when refering to the sy
fjoe2007-11-25 20:43:27 UTC
FreeBSD src repository
Modified files:
usr.bin/make main.c
Log:
Fix -jX when makefiles are remade.
Revision ChangesPath
1.164 +16 -0 src/usr.bin/make/main.c
___
cvs-all@freebsd
alc 2007-11-25 20:37:30 UTC
FreeBSD src repository
Modified files:
sys/vm vm_contig.c vm_pageout.c vm_pageout.h
Log:
Make contigmalloc(9)'s page laundering more robust. Specifically, use
vm_pageout_fallback_object_lock() in vm_contig_launder_page() to better
phk 2007-11-25 20:10:13 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin Makefile
Added files: (Branch: RELENG_6)
usr.sbin/ipfwpcapMakefile ipfwpcap.8 ipfwpcap.c
Log:
Much belatedly MFC the ipfwpcap utility.
A
mlaier 2007-11-25 19:28:38 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
contrib/tcpdump tcpdump.c
Log:
MFC tcpdump.c 1.13:
Avoid excessive error message printout.
PR: bin/118150
Approved by:re (kensmith)
Revision Cha
mlaier 2007-11-25 19:26:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/contrib/pf/net pf.c pf_if.c pf_ioctl.c
Log:
MFC pf.c 1.51, pf_ioctl.c 1.30 and pf_if.c 1.13-1.14:
Reloop OpenBSD rev. 1.563:
In pf_test_fragment(), ignore protocol-spe
rwatson 2007-11-25 19:15:53 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/nfsservernfs.h nfs_srvsubs.c
Log:
Merge nfs.h:1.83, nfs_srvsubs.c:1.150 from HEAD to RELENG_7:
Garbage collect now-unused nfsrv_setcred() -- it's not only unused, b
bmah2007-11-25 18:13:09 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
release/doc/en_US.ISO8859-1/relnotes/common new.sgml
Log:
New release notes: freebsd-update(8) -r, OpenBSM 1.0.
Approved by:re (implicitly)
RevisionChanges
bmah2007-11-25 18:09:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
release/doc/en_US.ISO8859-1/relnotes article.sgml
Log:
New release note: freebsd-update(8).
Approved by:re (implicitly)
Revision ChangesPath
1.1068.2.14 +4 -
Daniel Eischen wrote:
On Sat, 24 Nov 2007, Darren Reed wrote:
Stephan Uphoff wrote:
ups 2007-11-08 14:47:55 UTC
FreeBSD src repository
Modified files:
share/man/man9 locking.9 sys/conf files
sys/kern subr_lock.c subr_pcpu.c subr_smp.c sy
blackend2007-11-25 18:02:30 UTC
FreeBSD doc repository
Modified files:
en/releases/6.3R schedule.sgml
en/releases/7.0R schedule.sgml
Log:
Add the actual doc/ tree slush start.
Revision ChangesPath
1.2 +2 -2 www/en/releases/6.3R/schedule.sgml
bmah2007-11-25 17:51:48 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
release/doc/share/sgml release.ent
Log:
Bump version numbers in the release documentation for 6.3-RELEASE.
Some more changes are required in this file to make manpage hyperlinks
2007/11/25, Christian Brueffer <[EMAIL PROTECTED]>:
> brueffer2007-11-25 16:14:32 UTC
>
> FreeBSD src repository
>
> Modified files:
> share/man/man9 rwlock.9
> Log:
> Clean up after previous revision.
>
> Revision ChangesPath
> 1.12 +5 -4 src/share/man/man9
bmah2007-11-25 17:42:08 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
release/doc/share/examples Makefile.relnotesng
Log:
Update upload location for release note renderings for 6.3-RELEASE.
Approved by:re (implicitly)
Revision Chang
bmah2007-11-25 17:41:32 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
release/doc/en_US.ISO8859-1/errata article.sgml
Log:
Trim release errata for 6.3-RELEASE.
Approved by:re (implicitly)
Revision ChangesPath
1.73.2.50.2.1 +
dumbbell2007-11-25 17:33:54 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
sys/kern sys_pipe.c
Log:
MFC 1.193:
The kernel uses two ways to write data on a pipe:
o buffered write, for chunks smaller than PIPE_MINDIRECT bytes
On Sun, 25 Nov 2007, Daniel Eischen wrote:
On Sat, 24 Nov 2007, Darren Reed wrote:
Stephan Uphoff wrote:
ups 2007-11-08 14:47:55 UTC
FreeBSD src repository
Modified files:
share/man/man9 locking.9 sys/conf files sys/kern
subr_lock.c subr_pcpu.c subr_sm
dumbbell2007-11-25 17:31:42 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern sys_pipe.c
Log:
The fix for blocked select/poll/kqueue (rev 1.184.2.3) wasn't applied
correctly: one line was missing.
Approved by:re (kensmith)
R
On Sat, 24 Nov 2007, Darren Reed wrote:
Stephan Uphoff wrote:
ups 2007-11-08 14:47:55 UTC
FreeBSD src repository
Modified files:
share/man/man9 locking.9 sys/conf files
sys/kern subr_lock.c subr_pcpu.c subr_smp.c sys/sys
lock.h pcpu.h sm
Darren Reed wrote:
Stephan Uphoff wrote:
ups 2007-11-08 14:47:55 UTC
FreeBSD src repository
Modified files:
share/man/man9 locking.9 sys/conf files
sys/kern subr_lock.c subr_pcpu.c subr_smp.c
sys/sys lock.h pcpu.h smp.h
brueffer2007-11-25 16:14:32 UTC
FreeBSD src repository
Modified files:
share/man/man9 rwlock.9
Log:
Clean up after previous revision.
Revision ChangesPath
1.12 +5 -4 src/share/man/man9/rwlock.9
___
cvs-all@fr
ale 2007-11-25 15:18:40 UTC
FreeBSD ports repository
Modified files:
devel/subversive Makefile distinfo
Log:
Update to 1.1.9.02 final release and make it fetchable again.
Approved by:portmgr (pav)
Revision ChangesPath
1.13 +1 -1 ports/devel/
pav 2007-11-25 15:01:13 UTC
FreeBSD ports repository
Modified files:
audio/aacplusenc Makefile distinfo pkg-descr
Log:
- Update to 0.8, previous version is unfetchable
Approved by:portmgr (hat)
Revision ChangesPath
1.4 +4 -1 ports/audio/aac
rwatson 2007-11-25 13:02:56 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/conf files
Log:
Merge files:1.1252 from HEAD to RELENG_7:
Alphabetize pts before pty.
Approved by:re (kensmith)
RevisionChangesPath
1.12
mlaier 2007-11-25 12:41:47 UTC
FreeBSD src repository
Modified files:
sys/net pfil.c pfil.h
Log:
pfil(9) locking take 3: Switch to rmlock(9)
This has the benefit that rmlocks have proper support for reader recursion
(in contrast to rwlock(9) which could potenti
dumbbell2007-11-25 11:54:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern sys_pipe.c
Log:
MFC 1.193:
The kernel uses two ways to write data on a pipe:
o buffered write, for chunks smaller than PIPE_MINDIRECT bytes
o
dumbbell2007-11-25 11:11:29 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/kern sys_pipe.c
Log:
MFC 1.193:
The kernel uses two ways to write data on a pipe:
o buffered write, for chunks smaller than PIPE_MINDIRECT bytes
o
blackend2007-11-25 09:34:06 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/books/handbook/advanced-networking
chapter.sgml
Log:
In wireless part:
- Add some noise levels different from 0 since 7.X and above sho
47 matches
Mail list logo