muc.lists.netbsd.sourcechanges
  Home FAQ Contact Sign in
muc.lists.netbsd.sourcechanges only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
muc.lists.netbsd.sourcechanges Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  CVS commit: src/doc         


Author: Takahiro Kambe
Date: May 28, 2008 20:04

Module Name: src
Committed By: taca
Date: Thu May 29 03:04:05 UTC 2008

Modified Files:
src/doc: 3RDPARTY

Log Message:
OpenSSL 0.9.8g is released.

To generate a diff of this commit:
cvs rdiff -r1.607 -r1.608 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/doc         


Author: Alan Barrett
Date: May 28, 2008 16:39

Module Name: src
Committed By: apb
Date: Wed May 28 23:39:12 UTC 2008

Modified Files:
src/doc: 3RDPARTY

Log Message:
Current Vers: tzcode2008a / tzdata2008c

To generate a diff of this commit:
cvs rdiff -r1.606 -r1.607 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/sys/kern         


Author: Andrew Doran
Date: May 28, 2008 14:01

Module Name: src
Committed By: ad
Date: Wed May 28 21:01:42 UTC 2008

Modified Files:
src/sys/kern: uipc_socket.c

Log Message:
Disable zero copy if MULTIPROCESSOR, until it is fixed:

- The TLB coherency overhead on MP systems is really expensive.
- It triggers a race in the VM system (grep kpause uvm/*).

To generate a diff of this commit:
cvs rdiff -r1.166 -r1.167 src/sys/kern/uipc_socket.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/share/man/man4         


Author: Thomas Klausner
Date: May 28, 2008 12:00

Module Name: src
Committed By: wiz
Date: Wed May 28 19:00:16 UTC 2008

Modified Files:
src/share/man/man4: ciss.4

Log Message:
Sort SEE ALSO. Bump date for previous.

To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/share/man/man4/ciss.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/share/man/man4         


Author: Tonnerre Lombard
Date: May 28, 2008 10:53

Module Name: src
Committed By: tonnerre
Date: Wed May 28 17:53:25 UTC 2008

Modified Files:
src/share/man/man4: ciss.4

Log Message:
Two unimportant changes for ciss(4):
- Add reference to bio(4), which is supported now.
- Change my mail address to the NetBSD address since thebsh is no longer
reachable, and people keep contacting me.

To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/share/man/man4/ciss.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/sbin/ifconfig         


Author: David Young
Date: May 28, 2008 10:17

Module Name: src
Committed By: dyoung
Date: Wed May 28 17:17:14 UTC 2008

Modified Files:
src/sbin/ifconfig: af_inetany.c

Log Message:
Fix kern/38775, "ifconfig inet delete fails".

To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sbin/ifconfig/af_inetany.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: [wrstuden-revivesa] src/sys         


Author: Bill Stouder-Studenmund
Date: May 28, 2008 09:28

Module Name: src
Committed By: wrstuden
Date: Wed May 28 16:28:34 UTC 2008

Modified Files:
src/sys/kern [wrstuden-revivesa]: init_sysent.c syscalls.c
src/sys/rump/librump/rumpkern [wrstuden-revivesa]: rump_syscalls.c
rump_syscalls.h
src/sys/sys [wrstuden-revivesa]: syscall.h syscallargs.h

Log Message:
Regen.

To generate a diff of this commit:
cvs rdiff -r1.223.4.2 -r1.223.4.3 src/sys/kern/init_sysent.c
cvs rdiff -r1.215.4.2 -r1.215.4.3 src/sys/kern/syscalls.c
cvs rdiff -r1.7.4.2 -r1.7.4.3 src/sys/rump/librump/rumpkern/rump_syscalls.c \
src/sys/rump/librump/rumpkern/rump_syscalls.h
cvs rdiff -r1.212.4.2 -r1.212.4.3 src/sys/sys/syscall.h
cvs rdiff -r1.194.4.2 -r1.194.4.3 src/sys/sys/syscallargs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Show full article (0.97Kb)
no comments
  CVS commit: src/sys/dev/pci         


Author: Joerg Sonnenberger
Date: May 28, 2008 09:20

Module Name: src
Committed By: joerg
Date: Wed May 28 16:20:17 UTC 2008

Modified Files:
src/sys/dev/pci: if_msk.c

Log Message:
Add PMF hooks. Fixes PR 38675.

To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/dev/pci/if_msk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: [wrstuden-revivesa] src/sys/kern         


Author: Bill Stouder-Studenmund
Date: May 28, 2008 08:51

Module Name: src
Committed By: wrstuden
Date: Wed May 28 15:51:19 UTC 2008

Modified Files:
src/sys/kern [wrstuden-revivesa]: syscalls.master

Log Message:
sys_sa_unblockyield() has been obsolete since before NetBSD 2.0,
the first release with pthreads, was released. We have had three
releases that have been fine without it, so I believe it can stay
obsolete.

To generate a diff of this commit:
cvs rdiff -r1.200.4.2 -r1.200.4.3 src/sys/kern/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

--
Posted automagically by a mail2news gateway at muc.de e.V.
Please direct questions, flames, donations, etc. to news-admin@muc.de
no comments
  CVS commit: src/sys/kern         


Author: David Young
Date: May 28, 2008 08:40

Module Name: src
Committed By: dyoung
Date: Wed May 28 15:40:58 UTC 2008

Modified Files:
src/sys/kern: kern_subr.c

Log Message:
Run shutdown hooks whether or not the kernel has panicked. Restores
NetBSD's shutdown behavior of more than 6 years before rev 1.176.
Ok joerg@.

It is essential that we restore some hardware to initial conditions
before rebooting, in order to avoid interfering with the BIOS
bootstrap. For example, if NetBSD gives control back to the Soekris
comBIOS while the kernel text is write-protected, the BIOS bootstrap
hangs during the power-on self-test, "POST: 0123456789bcefghip".
In principle, bus masters can also interfere with BIOS boot.

To generate a diff of this commit:
cvs rdiff -r1.188 -r1.189 src/sys/kern/kern_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Show full article (1.01Kb)
no comments
1 2 3