CVS commit: src/sys/ddb

2010-02-02 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Tue Feb 2 09:04:14 UTC 2010 Modified Files: src/sys/ddb: db_user.h db_write_cmd.c Log Message: Include ctype.h in the central place which deals with building the kernel debugger as a userland program. To generate a diff of this

CVS commit: src/sys/arch/amigappc/conf

2010-02-02 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Feb 2 12:47:51 UTC 2010 Modified Files: src/sys/arch/amigappc/conf: files.amigappc Log Message: Include majors.amigappc instead of majors.amiga. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/distrib/sets/lists/comp

2010-02-02 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Feb 2 14:13:16 UTC 2010 Modified Files: src/distrib/sets/lists/comp: md.amigappc Log Message: Make ./build release work with new amigappc port. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/dev/pci

2010-02-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Feb 2 14:57:45 UTC 2010 Modified Files: src/sys/dev/pci: if_de.c Log Message: Add missing parentheses, found by cppcheck and reported by Henning Petersen in PR 42718. To generate a diff of this commit: cvs rdiff -u -r1.135

CVS commit: src/sys/dev/qbus

2010-02-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Feb 2 14:58:46 UTC 2010 Modified Files: src/sys/dev/qbus: if_il.c Log Message: Fix incomplete line (deleto?), found by cppcheck and reported by Henning Petersen in PR 42719. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/wscons

2010-02-02 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Feb 2 16:18:29 UTC 2010 Modified Files: src/sys/dev/wscons: wsdisplay.c wsemulconf.c wsemulvar.h Log Message: add hooks to allow terminal emulations to be installed by LKMs (these are not available in early bootstrap, so

CVS commit: src/usr.sbin/usbdevs

2010-02-02 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Feb 2 16:25:31 UTC 2010 Modified Files: src/usr.sbin/usbdevs: usbdevs.c Log Message: The structure returned by USB_DEVICEINFO has the vendor/device strings UTF-8 encoded now. We can't simply print this to a terminal, so

CVS commit: src/sys/dev/wscons

2010-02-02 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Feb 2 16:54:40 UTC 2010 Modified Files: src/sys/dev/wscons: wsdisplay.c wsdisplayvar.h Log Message: give up some silly macros which were only used ~once, and reduce dependency on locators.h makes the code more LKM frienly

CVS commit: src/sys/uvm

2010-02-02 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Feb 2 17:40:43 UTC 2010 Modified Files: src/sys/uvm: uvm_fault.c uvm_loan.c uvm_loan.h Log Message: Don't pass an unnecessary reference to uvm_loanbreak_anon(). Requested by rm...@. To generate a diff of this commit:

CVS commit: src/sys/uvm

2010-02-02 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Feb 2 18:49:23 UTC 2010 Modified Files: src/sys/uvm: uvm_fault.c Log Message: uobj-pgops-pgo_get doing PGO_SYNCIO returns a uobjpage whose uobj backpointer refers to another uobj used to call pgo_get. Revert the wrong

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

2010-02-02 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Feb 2 19:03:31 UTC 2010 Modified Files: src/sys/arch/amiga/dev: com_supio.c gvpio.c hyper.c ioblix_zbus.c zbusvar.h Log Message: Fix compilation warnings and errors with amigappc. To generate a diff of this

CVS commit: src/lib/libc/time

2010-02-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 2 19:04:38 UTC 2010 Modified Files: src/lib/libc/time: ctime.3 localtime.c Log Message: According to TOG: - asctime{,_r}, ctime{,_r} may return NULL; document that, and avoid coredumps. - gmtime{,_r}, localtime{,_r}

CVS commit: src/sys/arch/amigappc/conf

2010-02-02 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Feb 2 19:07:06 UTC 2010 Modified Files: src/sys/arch/amigappc/conf: files.amigappc Log Message: IOBlix files were missing. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/sys/arch/amigappc/amigappc

2010-02-02 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue Feb 2 19:15:33 UTC 2010 Modified Files: src/sys/arch/amigappc/amigappc: autoconf.c machdep.c p5reg.h pic_amiga.c Log Message: Rewrote the amiga PIC from scratch. Interrupts are based on IPL 1-6 now and no longer on

CVS commit: [netbsd-5] src/external/bsd/fetch/dist/libfetch

2010-02-02 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Wed Feb 3 00:25:24 UTC 2010 Modified Files: src/external/bsd/fetch/dist/libfetch [netbsd-5]: common.c common.h errlist.sh fetch.3 fetch.c fetch.cat3 fetch.h file.c ftp.c ftp.errors http.c http.errors Log