Lubomir Sedlacik | 1 Jan 2009 01:00
Picon

CVS commit: src/sys/conf


Module Name:	src
Committed By:	salo
Date:		Thu Jan  1 00:00:01 UTC 2009

Modified Files:
	src/sys/conf: copyright

Log Message:
MUHAHAHA, FIRST POST!!!!111!1!!ONE!!1

(also, "welcome to 2009 and don't forget to update copyright notices
        when you add new code" and all that stuff)

To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/conf/copyright

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

Ken Hornstein | 1 Jan 2009 04:34
Picon

CVS commit: src/sys/arch/evbarm/tsarm


Module Name:	src
Committed By:	kenh
Date:		Thu Jan  1 03:34:42 UTC 2009

Modified Files:
	src/sys/arch/evbarm/tsarm: tspld.c

Log Message:
If the default watchdog timer period is used, use a timer value
of 8 seconds.  Otherwise wdogctl will return an error.

To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/arch/evbarm/tsarm/tspld.c

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

Izumi Tsutsui | 1 Jan 2009 04:43
Picon

CVS commit: src/sys/arch/atari/atari


Module Name:	src
Committed By:	tsutsui
Date:		Thu Jan  1 03:43:30 UTC 2009

Modified Files:
	src/sys/arch/atari/atari: pmap.c

Log Message:
Pull a change from amiga/pmap.c rev 1.124 for yamt-idlelwp merge.

To generate a diff of this commit:
cvs rdiff -r1.109 -r1.110 src/sys/arch/atari/atari/pmap.c

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

Izumi Tsutsui | 1 Jan 2009 05:10
Picon

CVS commit: src/sys/arch/atari


Module Name:	src
Committed By:	tsutsui
Date:		Thu Jan  1 04:10:25 UTC 2009

Modified Files:
	src/sys/arch/atari/atari: atari_init.c pmap.c
	src/sys/arch/atari/conf: files.atari
	src/sys/arch/atari/include: pcb.h pmap.h pte.h vmparam.h
Added Files:
	src/sys/arch/atari/atari: pmap_bootstrap.c

Log Message:
Pull the following amiga's pmap changes to atari:
arch/amiga/amiga/amiga_init.c		1.95-1.97, 1.100-1.102
arch/amiga/amiga/pmap.c			1.123, 1.124, 1.126-1.131, 1.142, 1.145
arch/amiga/amiga/pmap_bootstrap.c	1.1, 1.2, 1.3, 1.4
arch/amiga/conf/files.amiga		1.137
arch/amiga/include/pcb.h		1.16
arch/amiga/include/pmap.h		1.44
arch/amiga/include/pte.h		1.19
arch/amiga/include/vmparam.h		1.35

- change kernel address space layout (i.e. move Sysmap to the end of KVA)
  to match other m68k ports, which should be done on yamt-km merge
- rework pmap_zero_page(), pmap_copy_page() and some more other functions
  to make them compatible with m68k/pmap_motorola.c
- move pmap_bootstrap() into a separate file to allow using either
  the atari pmap.c or the m68k common pmap_motorola.c
- use common m68k include files, pcb.h, pmap_motorola.h, and pte_motorola.h
(Continue reading)

Izumi Tsutsui | 1 Jan 2009 09:11
Picon

CVS commit: src/sys/arch/atari/atari


Module Name:	src
Committed By:	tsutsui
Date:		Thu Jan  1 08:11:45 UTC 2009

Modified Files:
	src/sys/arch/atari/atari: pmap.c

Log Message:
Remove declarations of CADDR1, CADDR2, and vmmap.
These variables have been moved into pmap_bootstrap.c
and <m68k/pmap_motorola.h> has extern decls for them.

To generate a diff of this commit:
cvs rdiff -r1.111 -r1.112 src/sys/arch/atari/atari/pmap.c

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

Izumi Tsutsui | 1 Jan 2009 09:13
Picon

CVS commit: src/sys/arch/amiga/amiga


Module Name:	src
Committed By:	tsutsui
Date:		Thu Jan  1 08:13:23 UTC 2009

Modified Files:
	src/sys/arch/amiga/amiga: pmap.c

Log Message:
Remove declarations of CADDR1, CADDR2, and vmmap.
These variables have been moved into pmap_bootstrap.c
and <m68k/pmap_motorola.h> has extern decls for them.

To generate a diff of this commit:
cvs rdiff -r1.145 -r1.146 src/sys/arch/amiga/amiga/pmap.c

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

Andrew Doran | 1 Jan 2009 13:26
Picon

CVS commit: src/sys/kern


Module Name:	src
Committed By:	ad
Date:		Thu Jan  1 12:26:47 UTC 2009

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

Log Message:
softint_disestablish: don't pass softint_lock to kpause, it's not held.

To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/kern/kern_softint.c

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

Antti Kantee | 1 Jan 2009 14:41
Picon

CVS commit: src/usr.sbin/puffs/mount_psshfs


Module Name:	src
Committed By:	pooka
Date:		Thu Jan  1 13:41:45 UTC 2009

Modified Files:
	src/usr.sbin/puffs/mount_psshfs: node.c

Log Message:
Track parent directory in cross-directory renames so that mv & rm
for the same file during a vnode's lifecycle works.

... rename fix .. it's going to be a good year ...

To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 src/usr.sbin/puffs/mount_psshfs/node.c

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

Julian Coleman | 1 Jan 2009 14:53
Picon

CVS commit: src/sys/dev/sun


Module Name:	src
Committed By:	jdc
Date:		Thu Jan  1 13:53:07 UTC 2009

Modified Files:
	src/sys/dev/sun: bwtwo.c cgthree.c

Log Message:
Back out previous and clear the screen directly.
Pointed out by macallan <at> .

To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/dev/sun/bwtwo.c
cvs rdiff -r1.18 -r1.19 src/sys/dev/sun/cgthree.c

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

Julian Coleman | 1 Jan 2009 14:53
Picon

CVS commit: src/sys/dev/sun


Module Name:	src
Committed By:	jdc
Date:		Thu Jan  1 13:53:53 UTC 2009

Modified Files:
	src/sys/dev/sun: cgsix.c

Log Message:
Back out previous and clear the screen directly.
Pointed out by macallan <at> .

To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/sys/dev/sun/cgsix.c

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


Gmane