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: [wrstuden-revivesa] src/sys/kern         


Author: Bill Stouder-Studenmund
Date: May 27, 2008 23:33

Module Name: src
Committed By: wrstuden
Date: Wed May 28 06:33:58 UTC 2008

Modified Files:
src/sys/kern [wrstuden-revivesa]: kern_stub.c

Log Message:
Turn off stubs for SA syscalls when we didn't have SA.

To generate a diff of this commit:
cvs rdiff -r1.9 -r1.9.2.1 src/sys/kern/kern_stub.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 27, 2008 23:33

Module Name: src
Committed By: wrstuden
Date: Wed May 28 06:33:24 UTC 2008

Modified Files:
src/sys/kern [wrstuden-revivesa]: sys_sig.c

Log Message:
Adjust to how we're handling l_mask for SA processes.

To generate a diff of this commit:
cvs rdiff -r1.15.2.3 -r1.15.2.4 src/sys/kern/sys_sig.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/distrib/sets/lists/base         


Author: Havard Eidnes
Date: May 27, 2008 23:32

Module Name: src
Committed By: he
Date: Wed May 28 06:32:44 UTC 2008

Modified Files:
src/distrib/sets/lists/base: md.bebox

Log Message:
Add boot_com0 and boot_vga, to mirror recent changes.

To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/distrib/sets/lists/base/md.bebox

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: David Young
Date: May 27, 2008 23:28

Module Name: src
Committed By: dyoung
Date: Wed May 28 06:28:12 UTC 2008

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

Log Message:
In tap_clone_destroy(), don't treat a pointer to the tap(4) softc
like it is a device_t.

In tap_clone_creator(), set cf_fstate to FSTATE_FOUND instead of
_NOTFOUND to avoid a panic in config_detach() on a DIAGNOSTIC
kernel. XXX I'm not sure that that is the right fix.

These changes should put a stop to the crash described in kern/38759.

To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 src/sys/net/if_tap.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
1 Comment
  CVS commit: src/sys/dev/drm         


Author: Blair Sadewitz
Date: May 27, 2008 21:52

Module Name: src
Committed By: bjs
Date: Wed May 28 04:52:48 UTC 2008

Added Files:
src/sys/dev/drm: drm_netbsd.c drm_netbsd.h

Log Message:
Add work-in-progress of NetBSD-specific code. I will be committing a lot
more changes shortly (as soon as I work out the mmap offset insanity).

To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/dev/drm/drm_netbsd.c src/sys/dev/drm/drm_netbsd.h

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
1 Comment
  CVS commit: src/sys/dev/drm         


Author: Blair Sadewitz
Date: May 27, 2008 21:51

Module Name: src
Committed By: bjs
Date: Wed May 28 04:51:20 UTC 2008

Modified Files:
src/sys/dev/drm: drm_atomic.h

Log Message:
Rework drm_atomic.h for correctness and readability:

- Use macros where appropriate.
- Remove code for other operating systems -- we don't need it.
- In atomic_read/atomic_set, cast to volatile.
- Misc. cleanup.

To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/dev/drm/drm_atomic.h

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


Author: Soren Jacobsen
Date: May 27, 2008 17:33

Module Name: src
Committed By: snj
Date: Wed May 28 00:33:39 UTC 2008

Modified Files:
src/share/man/man9: veriexec.9

Log Message:
Fix a spelling error.

To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/share/man/man9/veriexec.9

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


Author: Soren Jacobsen
Date: May 27, 2008 17:31

Module Name: src
Committed By: snj
Date: Wed May 28 00:31:10 UTC 2008

Modified Files:
src/share/man/man9: fileassoc.9

Log Message:
Fix a spelling error.

To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/share/man/man9/fileassoc.9

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


Author: Soren Jacobsen
Date: May 27, 2008 17:29

Module Name: src
Committed By: snj
Date: Wed May 28 00:29:12 UTC 2008

Modified Files:
src/share/man/man9: secmodel.9

Log Message:
Fix a typo.

To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/share/man/man9/secmodel.9

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


Author: Soren Jacobsen
Date: May 27, 2008 17:19

Module Name: src
Committed By: snj
Date: Wed May 28 00:19:52 UTC 2008

Modified Files:
src/share/man/man9: secmodel_securelevel.9

Log Message:
Remove trailing whitespace, correct a spelling error, and fix an xref.

To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/share/man/man9/secmodel_securelevel.9

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