Nathan J Williams | 1 Aug 2002 01:05
Picon

CVS commit: [nathanw_sa] basesrc/lib/libpthread_dbg


Module Name:	basesrc
Committed By:	nathanw
Date:		Wed Jul 31 23:05:23 UTC 2002

Added Files:
	basesrc/lib/libpthread_dbg [nathanw_sa]: Makefile pthread_dbg.c
	    pthread_dbg.h pthread_dbg_int.h shlib_version

Log Message:
pthread debugging interface library.

To generate a diff of this commit:
cvs rdiff -r0 -r1.1.2.1 basesrc/lib/libpthread_dbg/Makefile \
    basesrc/lib/libpthread_dbg/pthread_dbg.c \
    basesrc/lib/libpthread_dbg/pthread_dbg.h \
    basesrc/lib/libpthread_dbg/pthread_dbg_int.h \
    basesrc/lib/libpthread_dbg/shlib_version

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

Thomas Klausner | 1 Aug 2002 02:17
Picon

CVS commit: basesrc/usr.sbin/route6d


Module Name:	basesrc
Committed By:	wiz
Date:		Thu Aug  1 00:17:33 UTC 2002

Modified Files:
	basesrc/usr.sbin/route6d: route6d.c

Log Message:
Unifdef __STDC__, ansify.

To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 basesrc/usr.sbin/route6d/route6d.c

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

Charles M. Hannum | 1 Aug 2002 02:33
Picon

CVS commit: doc


Module Name:	doc
Committed By:	mycroft
Date:		Thu Aug  1 00:33:17 UTC 2002

Modified Files:
	doc: pkg-CHANGES

Log Message:
Note libmm update.

To generate a diff of this commit:
cvs rdiff -r1.7122 -r1.7123 doc/pkg-CHANGES

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

Nathan J Williams | 1 Aug 2002 04:03
Picon

CVS commit: [nathanw_sa] syssrc/sys/kern


Module Name:	syssrc
Committed By:	nathanw
Date:		Thu Aug  1 02:03:59 UTC 2002

Modified Files:
	syssrc/sys/kern [nathanw_sa]: kern_sig.c

Log Message:
Remove an assertion that may not be true if a SA process is stopped
while active; replace it with a slightly more complicated assertion
elsewhere.

Make proc_unstop() return the idle LWP, if any, to get a stopped
process moving again.

To generate a diff of this commit:
cvs rdiff -r1.112.2.20 -r1.112.2.21 syssrc/sys/kern/kern_sig.c

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

Nathan J Williams | 1 Aug 2002 04:47
Picon

CVS commit: [nathanw_sa] syssrc/sys


Module Name:	syssrc
Committed By:	nathanw
Date:		Thu Aug  1 02:47:10 UTC 2002

Modified Files:
	syssrc/sys/adosfs [nathanw_sa]: advfsops.c
	syssrc/sys/altq [nathanw_sa]: altq_cbq.h
	syssrc/sys/arch [nathanw_sa]: README
	syssrc/sys/arch/acorn32/acorn32 [nathanw_sa]: conf.c rpc_machdep.c
	syssrc/sys/arch/acorn32/conf [nathanw_sa]: INSTALL
	syssrc/sys/arch/acorn32/mainbus [nathanw_sa]: fd.c
	syssrc/sys/arch/acorn32/podulebus [nathanw_sa]: netslot.c
	syssrc/sys/arch/algor/algor [nathanw_sa]: conf.c
	syssrc/sys/arch/algor/conf [nathanw_sa]: P4032 P5064 P6032
	syssrc/sys/arch/alpha/alpha [nathanw_sa]: conf.c cpu.c locore.s
	    machdep.c osf1_sigcode.s
	syssrc/sys/arch/alpha/conf [nathanw_sa]: ALPHA BASIL FRAU-FARBISSINA
	    GENERIC INSTALL
	syssrc/sys/arch/alpha/include [nathanw_sa]: rpb.h
	syssrc/sys/arch/alpha/pci [nathanw_sa]: pci_swiz_bus_mem_chipdep.c
	syssrc/sys/arch/alpha/stand/common [nathanw_sa]: prom.c
	syssrc/sys/arch/amiga/amiga [nathanw_sa]: conf.c
	syssrc/sys/arch/amiga/conf [nathanw_sa]: AMIGA DRACO GENERIC GENERIC.in
	    INSTALL MDINSTALL WSCONS
	syssrc/sys/arch/amiga/dev [nathanw_sa]: amidisplaycc.c
	syssrc/sys/arch/amiga/include [nathanw_sa]: proc.h
	syssrc/sys/arch/amiga/stand/bootblock/aout2bb [nathanw_sa]: aout2bb.c
	syssrc/sys/arch/arc/arc [nathanw_sa]: arc_trap.c conf.c
	syssrc/sys/arch/arc/jazz [nathanw_sa]: fd.c vga_jazzio.c
(Continue reading)

Nathan J Williams | 1 Aug 2002 05:24
Picon

CVS commit: [nathanw_sa] syssrc/sys/sys


Module Name:	syssrc
Committed By:	nathanw
Date:		Thu Aug  1 03:24:05 UTC 2002

Modified Files:
	syssrc/sys/sys [nathanw_sa]: proc.h

Log Message:
Merge: p_oppid -> p_opptr.

To generate a diff of this commit:
cvs rdiff -r1.124.2.20 -r1.124.2.21 syssrc/sys/sys/proc.h

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

Nathan J Williams | 1 Aug 2002 05:24
Picon

CVS commit: [nathanw_sa] syssrc/sys/kern


Module Name:	syssrc
Committed By:	nathanw
Date:		Thu Aug  1 03:24:47 UTC 2002

Modified Files:
	syssrc/sys/kern [nathanw_sa]: kern_subr.c

Log Message:
uiomove() uses the proc pointer outside of DIAGNOSTIC again.

To generate a diff of this commit:
cvs rdiff -r1.75.2.12 -r1.75.2.13 syssrc/sys/kern/kern_subr.c

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

Nathan J Williams | 1 Aug 2002 05:25
Picon

CVS commit: [nathanw_sa] syssrc/sys/kern


Module Name:	syssrc
Committed By:	nathanw
Date:		Thu Aug  1 03:25:26 UTC 2002

Modified Files:
	syssrc/sys/kern [nathanw_sa]: kern_sig.c

Log Message:
Adapt to sigtramp/sendsig changes.

To generate a diff of this commit:
cvs rdiff -r1.112.2.22 -r1.112.2.23 syssrc/sys/kern/kern_sig.c

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

Nathan J Williams | 1 Aug 2002 05:28
Picon

CVS commit: [nathanw_sa] basesrc/lib/libsyscall


Module Name:	basesrc
Committed By:	nathanw
Date:		Thu Aug  1 03:28:07 UTC 2002

Modified Files:
	basesrc/lib/libsyscall [nathanw_sa]: Makefile

Log Message:
Add new files.

To generate a diff of this commit:
cvs rdiff -r1.1.2.2 -r1.1.2.3 basesrc/lib/libsyscall/Makefile

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

Nathan J Williams | 1 Aug 2002 05:28
Picon

CVS commit: [nathanw_sa] basesrc/lib/libc


Module Name:	basesrc
Committed By:	nathanw
Date:		Thu Aug  1 03:28:18 UTC 2002

Modified Files:
	basesrc/lib/libc [nathanw_sa]: Makefile shlib_version
	basesrc/lib/libc/arch/alpha [nathanw_sa]: Makefile.inc
	basesrc/lib/libc/arch/arm [nathanw_sa]: Makefile.inc
	basesrc/lib/libc/arch/arm/gen [nathanw_sa]: byte_swap_2.S
	basesrc/lib/libc/arch/i386 [nathanw_sa]: Makefile.inc
	basesrc/lib/libc/arch/i386/string [nathanw_sa]: bcopy.S
	basesrc/lib/libc/arch/m68k [nathanw_sa]: Makefile.inc
	basesrc/lib/libc/arch/mips [nathanw_sa]: Makefile.inc
	basesrc/lib/libc/arch/ns32k [nathanw_sa]: Makefile.inc
	basesrc/lib/libc/arch/powerpc [nathanw_sa]: Makefile.inc SYS.h
	basesrc/lib/libc/arch/powerpc/gen [nathanw_sa]: __setjmp14.S
	    __sigsetjmp14.S _setjmp.S setjmp.S sigsetjmp.S
	basesrc/lib/libc/arch/powerpc/string [nathanw_sa]: bzero.S ffs.S
	    strlen.S
	basesrc/lib/libc/arch/powerpc/sys [nathanw_sa]: Ovfork.S __clone.S
	    __vfork14.S brk.S cerror.S fork.S pipe.S ptrace.S sbrk.S
	    sigpending.S sigprocmask.S sigsuspend.S
	basesrc/lib/libc/arch/sh3 [nathanw_sa]: Makefile.inc
	basesrc/lib/libc/arch/sparc [nathanw_sa]: Makefile.inc
	basesrc/lib/libc/arch/sparc64 [nathanw_sa]: Makefile.inc
	basesrc/lib/libc/arch/vax/gen [nathanw_sa]: modf.S
	basesrc/lib/libc/dlfcn [nathanw_sa]: dlfcn_elf.c
	basesrc/lib/libc/gen [nathanw_sa]: Makefile.inc arc4random.c daemon.3
	    err.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 isdigit.3
(Continue reading)


Gmane