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

2011-12-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Dec 30 12:14:04 UTC 2011 Modified Files: src/sys/arch/usermode/conf: GENERIC.common Log Message: add WSDISPLAY_COMPAT_USL to make 'wsconscfg -s' work To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2011-12-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Dec 30 12:14:44 UTC 2011 Modified Files: src/sys/arch/usermode/dev: vnckbdmap.c Log Message: map Fn keys, make vt switching work To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/usermode

2011-12-30 Thread Jared D. McNeill
+1,4 @@ -/* $NetBSD: vncfb.c,v 1.4 2011/12/30 11:06:18 jmcneill Exp $ */ +/* $NetBSD: vncfb.c,v 1.5 2011/12/30 12:54:41 jmcneill Exp $ */ /*- * Copyright (c) 2011 Jared D. McNeill jmcne...@invisible.ca @@ -35,7 +35,7 @@ #include opt_wsemul.h #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD

CVS commit: src/sys/arch/usermode

2011-12-30 Thread Jared D. McNeill
30 13:08:30 2011 +++ src/sys/arch/usermode/dev/vncfb.c Fri Dec 30 14:20:33 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: vncfb.c,v 1.6 2011/12/30 13:08:30 reinoud Exp $ */ +/* $NetBSD: vncfb.c,v 1.7 2011/12/30 14:20:33 jmcneill Exp $ */ /*- * Copyright (c) 2011 Jared D. McNeill jmcne...@invisible.ca

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

2011-12-30 Thread Jared D. McNeill
/usermode/dev/vncfb.c:1.7 Fri Dec 30 14:20:33 2011 +++ src/sys/arch/usermode/dev/vncfb.c Fri Dec 30 14:22:41 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: vncfb.c,v 1.7 2011/12/30 14:20:33 jmcneill Exp $ */ +/* $NetBSD: vncfb.c,v 1.8 2011/12/30 14:22:41 jmcneill Exp $ */ /*- * Copyright (c) 2011 Jared D

CVS commit: src/sys/arch/usermode/usermode

2011-12-30 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Dec 30 19:30:59 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: pmap.c Log Message: provide pmap_phys_address To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/arch/usermode/usermode/pmap.c

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

2011-12-30 Thread Jared D. McNeill
+++ src/sys/arch/usermode/dev/vncfb.c Fri Dec 30 19:32:32 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: vncfb.c,v 1.8 2011/12/30 14:22:41 jmcneill Exp $ */ +/* $NetBSD: vncfb.c,v 1.9 2011/12/30 19:32:32 jmcneill Exp $ */ /*- * Copyright (c) 2011 Jared D. McNeill jmcne...@invisible.ca @@ -35,7 +35,7

CVS commit: src/sys/arch/usermode

2011-12-30 Thread Jared D. McNeill
$ */ +/* $NetBSD: thunk.h,v 1.53 2011/12/30 20:08:00 jmcneill Exp $ */ /*- * Copyright (c) 2011 Jared D. McNeill jmcne...@invisible.ca @@ -187,6 +187,11 @@ typedef struct { uint8_t down_flag; uint32_t keysym; } key_event; + struct { + uint8_t button_mask; + uint16_t absx

CVS commit: src/sys/arch/usermode

2011-12-30 Thread Jared D. McNeill
(c) 2011 Jared D. McNeill jmcne...@invisible.ca @@ -35,7 +35,7 @@ #include opt_wsemul.h #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: vncfb.c,v 1.9 2011/12/30 19:32:32 jmcneill Exp $); +__KERNEL_RCSID(0, $NetBSD: vncfb.c,v 1.10 2011/12/30 20:08:36 jmcneill Exp $); #include sys/param.h

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

2012-01-01 Thread Jared D. McNeill
20:08:36 2011 +++ src/sys/arch/usermode/dev/vncfb.c Mon Jan 2 00:20:30 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: vncfb.c,v 1.10 2011/12/30 20:08:36 jmcneill Exp $ */ +/* $NetBSD: vncfb.c,v 1.11 2012/01/02 00:20:30 jmcneill Exp $ */ /*- * Copyright (c) 2011 Jared D. McNeill jmcne...@invisible.ca

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

2012-01-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jan 4 14:04:12 UTC 2012 Modified Files: src/sys/arch/usermode/conf: GENERIC.common Log Message: add options NTP pseudo-device clockctl To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2012-01-04 Thread Jared D. McNeill
2 00:20:30 2012 +++ src/sys/arch/usermode/dev/vncfb.c Wed Jan 4 14:53:57 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: vncfb.c,v 1.11 2012/01/02 00:20:30 jmcneill Exp $ */ +/* $NetBSD: vncfb.c,v 1.12 2012/01/04 14:53:57 jmcneill Exp $ */ /*- * Copyright (c) 2011 Jared D. McNeill jmcne...@invisible.ca

CVS commit: src/sys/arch/usermode

2012-01-05 Thread Jared D. McNeill
/thunk.h:1.55 Tue Jan 3 12:05:01 2012 +++ src/sys/arch/usermode/include/thunk.h Thu Jan 5 12:12:58 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: thunk.h,v 1.55 2012/01/03 12:05:01 reinoud Exp $ */ +/* $NetBSD: thunk.h,v 1.56 2012/01/05 12:12:58 jmcneill Exp $ */ /*- * Copyright (c) 2011 Jared D. McNeill jmcne

CVS commit: src/sys/arch/usermode/modules/syscallemu

2012-01-06 Thread Jared D. McNeill
D. McNeill jmcne...@invisible.ca + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright

CVS commit: src/sys/arch/usermode

2012-01-06 Thread Jared D. McNeill
/usermode/dev/ld_thunkbus.c Fri Jan 6 14:11:55 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: ld_thunkbus.c,v 1.25 2012/01/03 12:05:01 reinoud Exp $ */ +/* $NetBSD: ld_thunkbus.c,v 1.26 2012/01/06 14:11:55 jmcneill Exp $ */ /*- * Copyright (c) 2011 Jared D. McNeill jmcne...@invisible.ca @@ -27,7 +27,7

CVS commit: src/sys/dev/pckbport

2012-01-07 Thread Jared D. McNeill
10:27:58 jmcneill Exp $ */ /*- * Copyright (c) 2008 Jared D. McNeill jmcne...@invisible.ca @@ -29,7 +29,7 @@ #include opt_pms.h #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: elantech.c,v 1.4 2011/09/09 14:29:47 jakllsch Exp $); +__KERNEL_RCSID(0, $NetBSD: elantech.c,v 1.5 2012/01/07 10:27

CVS commit: src/sys/arch/usermode/usermode

2012-01-07 Thread Jared D. McNeill
/usermode/usermode/intr.c:1.12 Fri Dec 30 11:04:50 2011 +++ src/sys/arch/usermode/usermode/intr.c Sat Jan 7 18:07:57 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: intr.c,v 1.12 2011/12/30 11:04:50 jmcneill Exp $ */ +/* $NetBSD: intr.c,v 1.13 2012/01/07 18:07:57 jmcneill Exp $ */ /*- * Copyright (c) 2011 Jared D

CVS commit: src/sys/arch/usermode

2012-01-07 Thread Jared D. McNeill
Dec 29 21:22:49 2011 +++ src/sys/arch/usermode/dev/mainbus.c Sat Jan 7 18:10:18 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: mainbus.c,v 1.8 2011/12/29 21:22:49 jmcneill Exp $ */ +/* $NetBSD: mainbus.c,v 1.9 2012/01/07 18:10:18 jmcneill Exp $ */ /*- * Copyright (c) 2007 Jared D. McNeill jmcne

CVS commit: src/sys/arch/usermode/include

2012-01-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 8 18:05:03 UTC 2012 Modified Files: src/sys/arch/usermode/include: genheaders.sh Log Message: disklabel.h: handle __HAVE_OLD_DISKLABEL. while here, I noticed someone changed param.h without updating genheaders.h, so

CVS commit: src/sys/arch/usermode/include

2012-01-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jan 8 18:05:43 UTC 2012 Modified Files: src/sys/arch/usermode/include: asm.h bswap.h byte_swap.h disklabel.h elf_machdep.h endian.h endian_machdep.h int_const.h int_fmtio.h int_limits.h

CVS commit: src/sys/arch/usermode/include

2012-01-08 Thread Jared D. McNeill
/include/types.h:1.6 Fri Dec 11 05:52:04 2009 +++ src/sys/arch/usermode/include/types.h Sun Jan 8 18:06:00 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: types.h,v 1.6 2009/12/11 05:52:04 matt Exp $ */ +/* $NetBSD: types.h,v 1.7 2012/01/08 18:06:00 jmcneill Exp $ */ /*- * Copyright (c) 2007 Jared D. McNeill

CVS commit: src/sys/dev/usb

2012-01-09 Thread Jared D. McNeill
Jared D. McNeill jmcne...@invisible.ca @@ -31,7 +31,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: auvitek.c,v 1.7 2011/10/02 19:15:39 jmcneill Exp $); +__KERNEL_RCSID(0, $NetBSD: auvitek.c,v 1.8 2012/01/09 10:57:34 jmcneill Exp $); #include sys/types.h #include sys/param.h

CVS commit: src/sys/dev/usb

2012-01-09 Thread Jared D. McNeill
/sys/dev/usb/emdtv.c:1.6 Fri Dec 23 00:51:43 2011 +++ src/sys/dev/usb/emdtv.c Mon Jan 9 11:02:18 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: emdtv.c,v 1.6 2011/12/23 00:51:43 jakllsch Exp $ */ +/* $NetBSD: emdtv.c,v 1.7 2012/01/09 11:02:18 jmcneill Exp $ */ /*- * Copyright (c) 2008, 2011 Jared D. McNeill

CVS commit: src/usr.bin/audiocfg

2010-09-01 Thread Jared D. McNeill
$ */ /* * Copyright (c) 2010 Jared D. McNeill jmcne...@invisible.ca @@ -40,10 +40,42 @@ #include audiodev.h #include drvctl.h +#include dtmf.h static TAILQ_HEAD(audiodevhead, audiodev) audiodevlist = TAILQ_HEAD_INITIALIZER(audiodevlist); +#define AUDIODEV_SAMPLE_RATE 44100 + +static

CVS commit: src/usr.bin/audiocfg

2010-09-01 Thread Jared D. McNeill
Wed Sep 1 09:04:16 2010 +++ src/usr.bin/audiocfg/dtmf.c Wed Sep 1 21:54:00 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: dtmf.c,v 1.1 2010/09/01 09:04:16 jmcneill Exp $ */ +/* $NetBSD: dtmf.c,v 1.2 2010/09/01 21:54:00 jmcneill Exp $ */ /* * Copyright (c) 2010 Jared D. McNeill jmcne...@invisible.ca

CVS commit: src/sys/dev/pci/hdaudio

2010-09-01 Thread Jared D. McNeill
$ */ + +/* + * Copyright (c) 2010 Jared D. McNeill jmcne...@invisible.ca + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Precedence Technologies Ltd + * + * Redistribution and use in source and binary forms, with or without + * modification

CVS commit: src/usr.bin/audiocfg

2010-09-01 Thread Jared D. McNeill
+++ src/usr.bin/audiocfg/main.c Thu Sep 2 02:08:30 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.3 2010/09/01 09:18:03 wiz Exp $ */ +/* $NetBSD: main.c,v 1.4 2010/09/02 02:08:30 jmcneill Exp $ */ /* * Copyright (c) 2010 Jared D. McNeill jmcne...@invisible.ca @@ -62,9 +62,12 @@ n

CVS commit: src/sys/dev/pad

2010-09-03 Thread Jared D. McNeill
Mon Jun 28 17:45:08 2010 +++ src/sys/dev/pad/pad.c Fri Sep 3 19:19:48 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: pad.c,v 1.15 2010/06/28 17:45:08 pooka Exp $ */ +/* $NetBSD: pad.c,v 1.16 2010/09/03 19:19:48 jmcneill Exp $ */ /*- * Copyright (c) 2007 Jared D. McNeill jmcne...@invisible.ca @@ -27,7 +27,7

CVS commit: src/usr.bin/audiocfg

2010-09-03 Thread Jared D. McNeill
:20:37 jmcneill Exp $ */ /* * Copyright (c) 2010 Jared D. McNeill jmcne...@invisible.ca @@ -245,6 +245,7 @@ int16_t *buf; size_t buflen; off_t off; + int rv = 0; AUDIO_INITINFO(info); info.play.sample_rate = AUDIODEV_SAMPLE_RATE; @@ -271,7 +272,12 @@ size_t wlen

CVS commit: src/share/man/man4

2010-09-04 Thread Jared D. McNeill
. @@ -563,6 +563,12 @@ .%U http://www.acpica.org/download/acpica-reference.pdf .Re .Rs +.%A Len Brown +.%T ACPI in Linux - Myths vs. Reality +.%D June 27-30, 2007 +.%U http://www.linuxsymposium.org/archives/OLS/Reprints-2007/brown_1-Reprint.pdf +.Re +.Rs .%A Joerg Sonnenberger .%A Jared D. McNeill

CVS commit: src/sys

2010-09-06 Thread Jared D. McNeill
2009/02/17 21:15:19 ad Exp $ */ +/* $NetBSD: platform.c,v 1.9 2010/09/06 15:54:27 jmcneill Exp $ */ /*- * Copyright (c) 2007 Jared D. McNeill jmcne...@invisible.ca @@ -29,7 +29,7 @@ #include isa.h #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: platform.c,v 1.8 2009/02/17 21:15:19 ad Exp

CVS commit: src/share/man/man4

2010-09-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 6 16:01:25 UTC 2010 Modified Files: src/share/man/man4: acpi.4 Log Message: document ACPI_BLACKLIST_YEAR To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/share/man/man4/acpi.4 Please note that diffs

CVS commit: src/doc

2010-09-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 6 16:03:56 UTC 2010 Modified Files: src/doc: CHANGES Log Message: acpi(4): The ACPI driver will no longer attach if the BIOS release year is 2000 or older. To override this behaviour, set

CVS commit: src/sys/dev/ic

2010-10-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 19 22:27:19 UTC 2010 Modified Files: src/sys/dev/ic: pcdisplay_subr.c Log Message: When disabling the hardware cursor, use the 'cursor disable' bit in the cursor start register. I think this only accidentally worked for

CVS commit: src/sys/dev/ic

2010-10-19 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 19 22:27:54 UTC 2010 Modified Files: src/sys/dev/ic: vga.c Log Message: If PCDISPLAY_SOFTCURSOR is defined, disable the hardware cursor on resume. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105

CVS commit: src/sys/dev

2010-10-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 21 01:02:35 UTC 2010 Modified Files: src/sys/dev: firmload.c Log Message: perform pathname lookup with NOCHROOT flag To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/firmload.c Please note

CVS commit: src/sys/dev/acpi/wmi

2010-10-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 24 15:07:20 UTC 2010 Modified Files: src/sys/dev/acpi/wmi: wmi_acpi.c Log Message: add rescan support To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/acpi/wmi/wmi_acpi.c Please note that diffs

CVS commit: src/sys/dev/acpi/wmi

2010-10-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 24 16:25:31 UTC 2010 Modified Files: src/sys/dev/acpi/wmi: wmi_dell.c wmi_hp.c wmi_msi.c Log Message: add support for building as modules To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src

2010-10-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 24 16:31:36 UTC 2010 Modified Files: src/distrib/sets/lists/modules: md.amd64 md.i386 src/sys/modules: Makefile Added Files: src/sys/modules/wmidell: Makefile src/sys/modules/wmihp: Makefile

CVS commit: src/sys/dev/acpi/wmi

2010-10-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 24 18:26:29 UTC 2010 Modified Files: src/sys/dev/acpi/wmi: wmi_acpi.c Log Message: add support for building as a module To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/acpi/wmi/wmi_acpi.c

CVS commit: src

2010-10-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Oct 24 18:29:34 UTC 2010 Modified Files: src/distrib/sets/lists/modules: md.amd64 md.i386 src/sys/modules: Makefile Added Files: src/sys/modules/acpiwmi: Makefile Log Message: build acpiwmi as a module on

CVS commit: src/sys/arch/i386/stand/lib

2009-10-20 Thread Jared D. McNeill
+++ src/sys/arch/i386/stand/lib/vbe.c Tue Oct 20 14:47:33 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: vbe.c,v 1.4 2009/09/14 11:56:27 jmcneill Exp $ */ +/* $NetBSD: vbe.c,v 1.5 2009/10/20 14:47:33 jmcneill Exp $ */ /*- * Copyright (c) 2009 Jared D. McNeill jmcne...@invisible.ca @@ -38,25 +38,11

CVS commit: src/sys/arch/i386/stand/lib

2009-10-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Oct 20 14:49:03 UTC 2009 Modified Files: src/sys/arch/i386/stand/lib: biosdisk.c Log Message: trim some fat, don't scan disklabels on non-HD disks To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

CVS commit: src/sys/arch/arm/arm32

2013-11-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 9 17:28:58 UTC 2013 Modified Files: src/sys/arch/arm/arm32: genassym.cf Log Message: wrap opt_* includes with if defined(_KERNEL_OPT) To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66

CVS commit: src/sys/modules

2013-11-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 9 17:30:46 UTC 2013 Modified Files: src/sys/modules: Makefile.assym Log Message: set GENASSYM_DIR for arm and earm To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/modules/Makefile.assym Please

CVS commit: src/share/mk

2013-11-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Nov 9 22:40:15 UTC 2013 Modified Files: src/share/mk: bsd.kmodule.mk Log Message: use -fno-unwind-tables when building arm modules To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/share/mk/bsd.kmodule.mk

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

2013-11-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 10 19:49:49 UTC 2013 Modified Files: src/sys/arch/usermode/conf: Makefile.usermode Log Message: use MACHINE_CPU instead of uname -p; create symlink for arm headers To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/usermode/usermode

2013-11-10 Thread Jared D. McNeill
$ */ /*- * Copyright (c) 2011 Jared D. McNeill jmcne...@invisible.ca @@ -28,7 +28,7 @@ #include sys/cdefs.h #ifdef __NetBSD__ -__RCSID($NetBSD: thunk.c,v 1.83 2013/05/22 13:34:31 reinoud Exp $); +__RCSID($NetBSD: thunk.c,v 1.84 2013/11/10 19:51:00 jmcneill Exp $); #endif #include sys/types.h @@ -41,6

CVS commit: src/sys/arch/usermode/include

2013-11-10 Thread Jared D. McNeill
Nov 10 19:52:01 2013 @@ -1,4 +1,4 @@ -/* $NetBSD: ansi.h,v 1.3 2011/08/22 21:45:38 jmcneill Exp $ */ +/* $NetBSD: ansi.h,v 1.4 2013/11/10 19:52:01 jmcneill Exp $ */ /*- * Copyright (c) 2007 Jared D. McNeill jmcne...@invisible.ca @@ -50,6 +50,11 @@ #define _BSD_PTRDIFF_T_ long #define

CVS commit: src/sys/arch/usermode/modules/syscallemu

2013-11-10 Thread Jared D. McNeill
$ */ + +/*- + * Copyright (c) 2011 Reinoud Zandijk rein...@netbsd.org + * Copyright (c) 2012-2013 Jared D. McNeill jmcne...@invisible.ca + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met

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

2013-11-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 10 20:01:55 UTC 2013 Added Files: src/sys/arch/evbarm/conf: GENERIC_USERMODE Log Message: add usermode kernel config To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/GENERIC_USERMODE

CVS commit: src/sys/arch/usermode/target/arm

2013-11-10 Thread Jared D. McNeill
/usermode/target/arm/cpu_arm.c Sun Nov 10 20:03:46 2013 @@ -0,0 +1,137 @@ +/* $NetBSD: cpu_arm.c,v 1.1 2013/11/10 20:03:46 jmcneill Exp $ */ + +/*- + * Copyright (c) 2011 Reinoud Zandijk rein...@netbsd.org + * Copyright (c) 2007, 2013 Jared D. McNeill jmcne...@invisible.ca + * All rights reserved

CVS commit: src/sys/arch/usermode/modules/syscallemu

2013-11-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Nov 10 22:08:58 UTC 2013 Modified Files: src/sys/arch/usermode/modules/syscallemu: Makefile Log Message: use MACHINE_CPU instead of MACHINE_ARCH To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/usermode/target/arm

2013-11-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Nov 11 13:52:04 UTC 2013 Modified Files: src/sys/arch/usermode/target/arm: cpu_arm.c Log Message: implement md_get_pc and md_set_pc To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/kern

2011-08-02 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 2 21:23:25 UTC 2011 Modified Files: src/sys/kern: subr_autoconf.c Log Message: Re-add include of drvctl.h, as its removal a year and a half ago broke drvctl DRVGETEVENT. To generate a diff of this commit: cvs rdiff

CVS commit: othersrc/external/bsd/udevfsd

2011-08-02 Thread Jared D. McNeill
Module Name:othersrc Committed By: jmcneill Date: Tue Aug 2 23:19:26 UTC 2011 Update of /cvsroot/othersrc/external/bsd/udevfsd In directory ivanova.netbsd.org:/tmp/cvs-serv8300 Log Message: Initial import of udevfsd, a simple daemon that listens for drvctl events and processes

CVS commit: othersrc/external/bsd/udevfsd

2011-08-02 Thread Jared D. McNeill
$ */ +/* $NetBSD: udevfsd.c,v 1.2 2011/08/03 00:06:00 jmcneill Exp $ */ /*- * Copyright (c) 2011 Jared D. McNeill jmcne...@invisible.ca @@ -35,7 +35,7 @@ #include sys/cdefs.h __COPYRIGHT(@(#) Copyright (c) 2011\ Jared D. McNeill jmcne...@invisible.ca. All rights reserved.); -__RCSID($NetBSD

CVS commit: src/sys/dev/i2c

2011-08-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 4 22:24:29 UTC 2011 Modified Files: src/sys/dev/i2c: mt2131.c Log Message: modularize mt2131 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/mt2131.c Please note that diffs are not public

CVS commit: src/sys/dev/i2c

2011-08-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 4 22:24:45 UTC 2011 Modified Files: src/sys/dev/i2c: cx24227.c Log Message: modularize cx24227 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/cx24227.c Please note that diffs are not

CVS commit: src/sys/dev/pci

2011-08-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 4 22:25:08 UTC 2011 Modified Files: src/sys/dev/pci: coram.c coramvar.h Log Message: modularize coram and add detach + childdet methods To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/modules

2011-08-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 4 22:26:07 UTC 2011 Added Files: src/sys/modules/coram: Makefile coram.ioconf src/sys/modules/cx24227: Makefile src/sys/modules/mt2131: Makefile Log Message: add mt2131, cx24227, and coram module glue

CVS commit: src/sys/dev/acpi

2011-08-04 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 4 23:22:30 UTC 2011 Modified Files: src/sys/dev/acpi: acpi_cpu_cstate.c Log Message: Don't treat C2 states as C1 if the _CST package doesn't have an entry for C1. ACPI mandates C1 so if it's not present in the _CST

CVS commit: src/sys/dev/i2c

2011-08-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 5 20:32:22 UTC 2011 Modified Files: src/sys/dev/i2c: cx24227.c Log Message: add QAM64/256 support To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/i2c/cx24227.c Please note that diffs are not

CVS commit: src/sys/dev/pci

2011-08-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 5 20:33:17 UTC 2011 Modified Files: src/sys/dev/pci: coram.c Log Message: return status from demod instead of 0, and don't ignore errors when setting demod parameters To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/i2c

2011-08-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 5 21:19:23 UTC 2011 Modified Files: src/sys/dev/i2c: cx24227.c Log Message: hide debug messages under CX24227_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/i2c/cx24227.c Please note

CVS commit: src/sys/dev/pci

2011-08-05 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 5 21:20:27 UTC 2011 Modified Files: src/sys/dev/pci: coram.c Log Message: hide debug messages under CORAM_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/coram.c Please note that

CVS commit: src/sys/dev/pci

2011-08-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 6 11:37:56 UTC 2011 Modified Files: src/sys/dev/pci: coram.c Log Message: don't attach iic@coram unless CORAM_ATTACH_I2C is defined To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/coram.c

CVS commit: src/sys/dev/pci

2011-08-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 6 11:51:11 UTC 2011 Modified Files: src/sys/dev/pci: coram.c Log Message: print devname not subdevname on attach, and report the board name to dtv subsystem instead of generic CX23885 To generate a diff of this

CVS commit: src/etc

2011-08-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 6 12:29:39 UTC 2011 Modified Files: src/etc: MAKEDEV.tmpl Log Message: add -u flag that causes the MAKEDEV script to only create a device node if it doesn't exist To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man8

2011-08-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 6 12:32:29 UTC 2011 Modified Files: src/share/man/man8: MAKEDEV.8.template MAKEDEV.local.8 Log Message: add -u flag To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/share/man/man8/MAKEDEV.8.template

CVS commit: src/sys/dev/pci

2011-08-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 6 19:21:27 UTC 2011 Modified Files: src/sys/dev/pci: coram.c coramvar.h Log Message: build fix: forgot to add sc_board to softc To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/coram.c cvs

CVS commit: src/common/lib/libprop

2011-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 7 11:33:03 UTC 2011 Modified Files: src/common/lib/libprop: prop_dictionary_util.3 Log Message: prop_dictionary_get_dict: last argument is prop_dictionary_t *, not bool * To generate a diff of this commit: cvs rdiff

CVS commit: src/sbin/drvctl

2011-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 7 12:00:11 UTC 2011 Modified Files: src/sbin/drvctl: drvctl.8 drvctl.c Log Message: add an optional argument to the -p flag that lets you extract specific property values from the command-line: $ drvctl -p wd0

CVS commit: src/sbin/drvctl

2011-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 7 13:00:35 UTC 2011 Modified Files: src/sbin/drvctl: drvctl.8 drvctl.c Log Message: add the -t option that modifies -l behaviour to recursively scan for child devices and print them in tree format: $ drvctl -lt usb0

CVS commit: src/sys/dev/usb

2011-08-07 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Aug 7 13:45:46 UTC 2011 Modified Files: src/sys/dev/usb: ohci.c Log Message: PR# kern/30398: panic in ohci_softintr If the host controller has a TD that the driver doesn't know about, ignore it instead of calling panic.

CVS commit: src/sys/arch/x86/x86

2011-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 8 11:18:34 UTC 2011 Modified Files: src/sys/arch/x86/x86: tsc.c Log Message: If the USE_PLATFORM_CLOCK flag is set in the FADT, it indicates that OSPM should use a platform provided timer (either HPET or the PM timer).

CVS commit: src/sys/dev/acpi

2011-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 8 11:27:44 UTC 2011 Modified Files: src/sys/dev/acpi: acpi_timer.c Log Message: The absence of USE_PLATFORM_CLOCK does not imply that the PM Timer is unreliable; in fact, the PM Timer has to be reliable by definition!

CVS commit: src/sys/arch/x86/x86

2011-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 8 17:00:23 UTC 2011 Modified Files: src/sys/arch/x86/x86: tsc.c Log Message: revert previous To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/x86/x86/tsc.c Please note that diffs are not

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

2011-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 8 18:57:59 UTC 2011 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: remove dtv (available as a module) To generate a diff of this commit: cvs rdiff -u -r1.330 -r1.331 src/sys/arch/amd64/conf/GENERIC

CVS commit: src

2011-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 8 22:15:42 UTC 2011 Modified Files: src: Makefile build.sh Log Message: add an installmodules=dir command to build.sh To generate a diff of this commit: cvs rdiff -u -r1.286 -r1.287 src/Makefile cvs rdiff -u -r1.244

CVS commit: src

2011-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Aug 8 23:18:36 UTC 2011 Modified Files: src: Makefile Log Message: Fix typo that prevented installmodules from working with -U To generate a diff of this commit: cvs rdiff -u -r1.287 -r1.288 src/Makefile Please note

CVS commit: src/sys

2011-08-08 Thread Jared D. McNeill
$ */ +/* $NetBSD: dtv_buffer.c,v 1.7 2011/08/09 01:42:24 jmcneill Exp $ */ /*- * Copyright (c) 2011 Jared D. McNeill jmcne...@invisible.ca @@ -33,7 +33,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: dtv_buffer.c,v 1.6 2011/07/16 12:20:01 jmcneill Exp $); +__KERNEL_RCSID(0, $NetBSD

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

2011-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 9 01:42:57 UTC 2011 Modified Files: src/distrib/sets/lists/modules: md.evbppc mi Log Message: add dtv_math module To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/modules/md.evbppc

CVS commit: src/sys/arch

2011-08-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 9 02:52:29 UTC 2011 Modified Files: src/sys/arch/amd64/conf: GENERIC src/sys/arch/i386/conf: GENERIC Log Message: remove commented out entries for emdtv, auvitek, and dtv To generate a diff of this commit:

CVS commit: src/sys/dev

2011-08-09 Thread Jared D. McNeill
/dtv/dtv_math.h Tue Aug 9 10:53:10 2011 @@ -0,0 +1,40 @@ +/* $NetBSD: dtv_math.h,v 1.1 2011/08/09 10:53:10 jmcneill Exp $ */ + +/*- + * Copyright (c) 2011 Jared D. McNeill jmcne...@invisible.ca + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without

CVS commit: src/sys/dev/i2c

2011-08-09 Thread Jared D. McNeill
+++ src/sys/dev/i2c/xc3028.c Tue Aug 9 10:54:22 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: xc3028.c,v 1.3 2011/08/09 01:42:24 jmcneill Exp $ */ +/* $NetBSD: xc3028.c,v 1.4 2011/08/09 10:54:22 jmcneill Exp $ */ /*- * Copyright (c) 2011 Jared D. McNeill jmcne...@invisible.ca @@ -31,7 +31,7

CVS commit: src

2011-08-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 9 11:12:02 UTC 2011 Modified Files: src/distrib/sets/lists/modules: md.amd64 md.i386 src/sys/modules: Makefile Log Message: include cx24227, lg3303, mt2131, nxt2k, tvpll, xc3028, coram, cxdtv, and emdtv modules

CVS commit: src/sys/dev/pci

2011-08-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 9 11:26:40 UTC 2011 Modified Files: src/sys/dev/pci: cx23885reg.h Log Message: add CLK_DELAY To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/cx23885reg.h Please note that diffs are not

CVS commit: src/distrib/sets

2011-08-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Aug 9 15:02:30 UTC 2011 Modified Files: src/distrib/sets: Makefile Log Message: when sorting the metalog for unpriv builds, first run it through sort so mtree doesn't fail with: nbmtree: .: missing directory in

CVS commit: src/sys/arch/usermode

2011-08-09 Thread Jared D. McNeill
/arch/usermode/dev/clock.c Wed Aug 10 01:32:44 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: clock.c,v 1.4 2009/11/27 03:23:14 rmind Exp $ */ +/* $NetBSD: clock.c,v 1.5 2011/08/10 01:32:44 jmcneill Exp $ */ /*- * Copyright (c) 2007 Jared D. McNeill jmcne...@invisible.ca @@ -27,13 +27,14 @@ */ #include

CVS commit: src/sys/compat/common

2011-08-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 11 21:23:09 UTC 2011 Modified Files: src/sys/compat/common: Makefile Log Message: add libcompat.o/.po targets for COMPAT_AS=obj To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys/arch/usermode/usermode

2011-08-11 Thread Jared D. McNeill
$ */ /*- * Copyright (c) 2007 Jared D. McNeill jmcne...@invisible.ca @@ -27,7 +27,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: pmap.c,v 1.6 2011/08/10 01:32:44 jmcneill Exp $); +__KERNEL_RCSID(0, $NetBSD: pmap.c,v 1.7 2011/08/11 22:26:18 jmcneill Exp $); #include sys/types.h #include sys

CVS commit: src/sys/conf

2011-08-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 11 22:37:57 UTC 2011 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: let md makefile add newvers.sh flags by setting NVFLAGS To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145

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

2011-08-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Aug 11 22:38:25 UTC 2011 Modified Files: src/sys/arch/usermode/conf: Makefile.usermode Log Message: Instead of trying to override vers.o target, set NVFLAGS=-n To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/usermode

2011-08-11 Thread Jared D. McNeill
$ */ +/* $NetBSD: cpu.c,v 1.9 2011/08/11 23:04:44 jmcneill Exp $ */ /*- * Copyright (c) 2007 Jared D. McNeill jmcne...@invisible.ca @@ -27,7 +27,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: cpu.c,v 1.8 2011/08/10 01:32:44 jmcneill Exp $); +__KERNEL_RCSID(0, $NetBSD: cpu.c,v 1.9 2011/08/11

CVS commit: src/sys/arch/usermode

2011-08-11 Thread Jared D. McNeill
1.6 2011/08/12 00:57:24 jmcneill Exp $ */ /*- * Copyright (c) 2007 Jared D. McNeill jmcne...@invisible.ca @@ -27,7 +27,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: clock.c,v 1.5 2011/08/10 01:32:44 jmcneill Exp $); +__KERNEL_RCSID(0, $NetBSD: clock.c,v 1.6 2011/08/12 00:57:24

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

2011-08-12 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Aug 12 11:22:12 UTC 2011 Modified Files: src/sys/arch/usermode/conf: GENERIC32 Makefile.usermode Log Message: Make GENERIC32 build on amd64 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/usermode

2011-08-12 Thread Jared D. McNeill
2011 +++ src/sys/arch/usermode/dev/cpu.c Fri Aug 12 11:37:04 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.c,v 1.10 2011/08/12 00:57:24 jmcneill Exp $ */ +/* $NetBSD: cpu.c,v 1.11 2011/08/12 11:37:04 jmcneill Exp $ */ /*- * Copyright (c) 2007 Jared D. McNeill jmcne...@invisible.ca @@ -27,7 +27,7

CVS commit: src/sys/arch/usermode

2011-08-12 Thread Jared D. McNeill
$ */ +/* $NetBSD: cpu.c,v 1.12 2011/08/12 12:59:13 jmcneill Exp $ */ /*- * Copyright (c) 2007 Jared D. McNeill jmcne...@invisible.ca @@ -27,7 +27,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: cpu.c,v 1.11 2011/08/12 11:37:04 jmcneill Exp $); +__KERNEL_RCSID(0, $NetBSD: cpu.c,v 1.12 2011/08/12

CVS commit: src/sys/arch/usermode

2011-08-13 Thread Jared D. McNeill
/08/13 10:31:24 jmcneill Exp $ */ /*- * Copyright (c) 2007 Jared D. McNeill jmcne...@invisible.ca @@ -27,7 +27,7 @@ */ #include sys/cdefs.h -__KERNEL_RCSID(0, $NetBSD: clock.c,v 1.6 2011/08/12 00:57:24 jmcneill Exp $); +__KERNEL_RCSID(0, $NetBSD: clock.c,v 1.7 2011/08/13 10:31:24 jmcneill

<    3   4   5   6   7   8   9   10   11   12   >