Charles M. Hannum | 1 Jan 2005 01:00
Picon

CVS commit: src/sys/conf


Module Name:	src
Committed By:	mycroft
Date:		Sat Jan  1 00:00:01 UTC 2005

Modified Files:
	src/sys/conf: copyright

Log Message:
Welcome to 2005.

Don't forget to update copyright notices when you add new code.

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

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

Simon Burge | 1 Jan 2005 04:24
Picon

CVS commit: src/sys


Module Name:	src
Committed By:	simonb
Date:		Sat Jan  1 03:24:43 UTC 2005

Modified Files:
	src/sys/arch/mips/mips: mipsX_subr.S
	src/sys/kern: kern_malloc.c

Log Message:
Spell "available" correctly.

To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/arch/mips/mips/mipsX_subr.S
cvs rdiff -r1.90 -r1.91 src/sys/kern/kern_malloc.c

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

Simon Burge | 1 Jan 2005 04:25
Picon

CVS commit: src/sys/arch/mips/mips


Module Name:	src
Committed By:	simonb
Date:		Sat Jan  1 03:25:47 UTC 2005

Modified Files:
	src/sys/arch/mips/mips: compat_16_machdep.c db_interface.c
	    mips_machdep.c process_machdep.c vm_machdep.c

Log Message:
Use "NULL" instead of "(something-or-other *)0".

To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/mips/mips/compat_16_machdep.c
cvs rdiff -r1.51 -r1.52 src/sys/arch/mips/mips/db_interface.c
cvs rdiff -r1.176 -r1.177 src/sys/arch/mips/mips/mips_machdep.c
cvs rdiff -r1.24 -r1.25 src/sys/arch/mips/mips/process_machdep.c
cvs rdiff -r1.104 -r1.105 src/sys/arch/mips/mips/vm_machdep.c

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

Izumi Tsutsui | 1 Jan 2005 05:00
Picon

CVS commit: src/sys/arch/arc/arc


Module Name:	src
Committed By:	tsutsui
Date:		Sat Jan  1 04:00:25 UTC 2005

Modified Files:
	src/sys/arch/arc/arc: c_nec_jazz.c p_acer_pica_61.c p_ms_jazz.c
	    p_nec_jc94.c p_nec_r94.c

Log Message:
Remove (void *) casts added to NULL.

To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/arc/arc/c_nec_jazz.c \
    src/sys/arch/arc/arc/p_ms_jazz.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/arc/arc/p_acer_pica_61.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/arc/arc/p_nec_jc94.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/arc/arc/p_nec_r94.c

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

Thomas Klausner | 1 Jan 2005 05:06
Picon

CVS commit: src/share/man/man9


Module Name:	src
Committed By:	wiz
Date:		Sat Jan  1 04:06:49 UTC 2005

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

Log Message:
Bump date for VDIRTY removal.

To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/share/man/man9/vnode.9

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

Izumi Tsutsui | 1 Jan 2005 05:54
Picon

CVS commit: src/sys/arch/news68k/news68k


Module Name:	src
Committed By:	tsutsui
Date:		Sat Jan  1 04:54:30 UTC 2005

Modified Files:
	src/sys/arch/news68k/news68k: machdep.c

Log Message:
- Make some local functions static.
- Remove unused prototype declarations.

To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 src/sys/arch/news68k/news68k/machdep.c

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

Simon Burge | 1 Jan 2005 08:00
Picon

CVS commit: src/sys/arch


Module Name:	src
Committed By:	simonb
Date:		Sat Jan  1 07:00:51 UTC 2005

Modified Files:
	src/sys/arch/cobalt/stand/boot: Makefile
	src/sys/arch/mipsco/stand: Makefile.booters
	src/sys/arch/pmax/stand: Makefile.booters

Log Message:
Don't specify the object format to pick the right endianness - the
linker already knows if it is big- or little-endian.

To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/cobalt/stand/boot/Makefile
cvs rdiff -r1.10 -r1.11 src/sys/arch/mipsco/stand/Makefile.booters
cvs rdiff -r1.44 -r1.45 src/sys/arch/pmax/stand/Makefile.booters

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

YAMAMOTO Takashi | 1 Jan 2005 10:13
Picon

CVS commit: src/sys/dist/pf/net


Module Name:	src
Committed By:	yamt
Date:		Sat Jan  1 09:13:14 UTC 2005

Modified Files:
	src/sys/dist/pf/net: pf_ioctl.c

Log Message:
pfil4_wrapper: clear M_CANFASTFWD which is not compatible with pf.

To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/dist/pf/net/pf_ioctl.c

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

YAMAMOTO Takashi | 1 Jan 2005 10:14
Picon

CVS commit: src/sys/uvm


Module Name:	src
Committed By:	yamt
Date:		Sat Jan  1 09:14:49 UTC 2005

Modified Files:
	src/sys/uvm: uvm_fault.c

Log Message:
uvm_fault: pass NULL pap to pmap_extract where we don't need paddr.

To generate a diff of this commit:
cvs rdiff -r1.88 -r1.89 src/sys/uvm/uvm_fault.c

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

Simon Burge | 1 Jan 2005 10:48
Picon

CVS commit: src/sys/arch


Module Name:	src
Committed By:	simonb
Date:		Sat Jan  1 09:48:39 UTC 2005

Modified Files:
	src/sys/arch/mips/mips: mips_mcclock.c mips_mcclock.h
	src/sys/arch/pmax/conf: files.pmax
Added Files:
	src/sys/arch/mips/mips: mips_mcclock_loop.S

Log Message:
Provide assembly versions of the clock timing calculation loops that
aren't effected by changes in compiler optimisation.

Fixes PR port-mips/26959 from Izumi Tsutsui

To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/mips/mips/mips_mcclock.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/mips/mips/mips_mcclock.h
cvs rdiff -r0 -r1.1 src/sys/arch/mips/mips/mips_mcclock_loop.S
cvs rdiff -r1.107 -r1.108 src/sys/arch/pmax/conf/files.pmax

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


Gmane