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/sys/dev/usb         


Author: Jared D. McNeill
Date: Jun 1, 2008 18:02

Module Name: src
Committed By: jmcneill
Date: Mon Jun 2 01:02:21 UTC 2008

Modified Files:
src/sys/dev/usb: uhci.c

Log Message:
Set sc_suspend properly so we can avoid a potential HCH on resume.

To generate a diff of this commit:
cvs rdiff -r1.218 -r1.219 src/sys/dev/usb/uhci.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/sys/ufs/mfs         


Author: Christos Zoulas
Date: Jun 1, 2008 17:24

Module Name: src
Committed By: christos
Date: Mon Jun 2 00:24:28 UTC 2008

Modified Files:
src/sys/ufs/mfs: mfs_vnops.c

Log Message:
Revert to using specfs_fsync(); using a do-nothing mfs_fsync() does not work
because the filesystem cannot be unmounted since ffs_fsync() will loop forever
trying to empty the v_dirtyblkhd list.

To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/sys/ufs/mfs/mfs_vnops.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/sys/dev/acpi         


Author: Jared D. McNeill
Date: Jun 1, 2008 16:35

Module Name: src
Committed By: jmcneill
Date: Sun Jun 1 23:35:18 UTC 2008

Modified Files:
src/sys/dev/acpi: dalb_acpi.c

Log Message:
Don't reload usageid on resume, this should never change.

To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/dev/acpi/dalb_acpi.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/sys/dev/pcmcia         


Author: Martin Husemann
Date: Jun 1, 2008 16:34

Module Name: src
Committed By: martin
Date: Sun Jun 1 23:34:24 UTC 2008

Modified Files:
src/sys/dev/pcmcia: isic_pcmcia.c

Log Message:
off-by-one-key
: ----------------------------------------------------------------------

To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/sys/dev/pcmcia/isic_pcmcia.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         


Author: Valeriy E. Ushakov
Date: Jun 1, 2008 16:07

Module Name: src
Committed By: uwe
Date: Sun Jun 1 23:07:20 UTC 2008

Modified Files:
src/lib/libpthread/arch/sh3: _context_u.S genassym.cf
src/sys/arch/sh3/include: mcontext.h
src/sys/arch/sh3/sh3: sh3_machdep.c

Log Message:
Recycle unused _REG_EXPEVT slot in mcontext for _REG_GBR.

As the size of mcontext is not changed, we avoid the hassle of
versioning all the calls that use it.

_REG_EXPEVT was never used by any code in the tree. Reporting EXPEVT
makes sense only for signals and in that case we pass it to userland
in ksi_trap already which is official MI way to get this (MD) information.

Old binaries running on new kernels will now have their GBR set from
new mcontext, but that's ok too, as GBR was not properly supported by
old kernels (not saved in trapframe), so old binaries couldn't have
possibly used it anyway.
Show full article (1.37Kb)
no comments
  CVS commit: src/sys/arch/amd64/amd64         


Author: Andrew Doran
Date: Jun 1, 2008 15:28

Module Name: src
Committed By: ad
Date: Sun Jun 1 22:28:22 UTC 2008

Modified Files:
src/sys/arch/amd64/amd64: genassym.cf

Log Message:
Oops, add CPU_INFO_NTRAP.

To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sys/arch/amd64/amd64/genassym.cf

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/dist/ipf/netinet         


Author: Darren Reed
Date: Jun 1, 2008 15:26

Module Name: src
Committed By: darrenr
Date: Sun Jun 1 22:26:11 UTC 2008

Modified Files:
src/sys/dist/ipf/netinet: ip_state.c

Log Message:
Prior import mismerged changes already in NetBSD with those coming in from
the open source project, leading to regression errors and state tracking
failures.

To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/dist/ipf/netinet/ip_state.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/sys/arch/i386/i386         


Author: Christos Zoulas
Date: Jun 1, 2008 15:06

Module Name: src
Committed By: christos
Date: Sun Jun 1 22:06:06 UTC 2008

Modified Files:
src/sys/arch/i386/i386: genassym.cf

Log Message:
need CPU_INFO_NTRAP

To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 src/sys/arch/i386/i386/genassym.cf

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/net         


Author: Christos Zoulas
Date: Jun 1, 2008 15:05

Module Name: src
Committed By: christos
Date: Sun Jun 1 22:05:47 UTC 2008

Modified Files:
src/sys/net: rtsock.c

Log Message:
Don't obliterate the whole message, preserve the data we have just written
and only zero out the rest.

To generate a diff of this commit:
cvs rdiff -r1.106 -r1.107 src/sys/net/rtsock.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/sys/arch         


Author: Andrew Doran
Date: Jun 1, 2008 14:25

Module Name: src
Committed By: ad
Date: Sun Jun 1 21:25:16 UTC 2008

Modified Files:
src/sys/arch/amd64/amd64: trap.c
src/sys/arch/i386/i386: trap.c

Log Message:
Make trap counters per-cpu, like syscalls.

To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 src/sys/arch/amd64/amd64/trap.c
cvs rdiff -r1.239 -r1.240 src/sys/arch/i386/i386/trap.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
1 2 3 4 5 6 7 8 9