Module Name:xsrc
Committed By: tsutsui
Date: Sun Oct 24 07:44:19 UTC 2010
Modified Files:
xsrc/external/mit/xf86-input-keyboard/dist/src: bsd_kbd.c
Log Message:
Make this compile with WARNS=2.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
xsrc/externa
Module Name:src
Committed By: jruoho
Date: Sun Oct 24 07:53:05 UTC 2010
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
src/sys/arch/i386/i386: machdep.c
src/sys/dev/acpi: acpi.c acpi_apm.c acpivar.h
Log Message:
Simplify acpi_enter_sleep_state() and gu
Module Name:src
Committed By: jruoho
Date: Sun Oct 24 08:31:49 UTC 2010
Modified Files:
src/share/man/man4: acpi.4
Log Message:
Note acpivga(4). Small nits in SEE ALSO.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/share/man/man4/acpi.4
Please note t
Module Name:src
Committed By: jruoho
Date: Sun Oct 24 08:54:15 UTC 2010
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: acpiwmi.4
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC
src/sys/dev/acpi/wmi: files.
Module Name:src
Committed By: jruoho
Date: Sun Oct 24 08:57:57 UTC 2010
Modified Files:
src/share/man/man4: Makefile
Log Message:
Link wmimsi(4) to acpiwmi(4).
To generate a diff of this commit:
cvs rdiff -u -r1.528 -r1.529 src/share/man/man4/Makefile
Please note that d
Module Name:src
Committed By: jruoho
Date: Sun Oct 24 09:27:46 UTC 2010
Modified Files:
src/sys/arch/i386/conf: ALL
Log Message:
Add wmimsi(4).
To generate a diff of this commit:
cvs rdiff -u -r1.269 -r1.270 src/sys/arch/i386/conf/ALL
Please note that diffs are not publ
Module Name:src
Committed By: pgoyette
Date: Sun Oct 24 13:11:41 UTC 2010
Modified Files:
src/tests/dev/sysmon: t_swwdog.c
Log Message:
Add a third test-case to verify that disarming of the watchdog works.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/t
Module Name:src
Committed By: pgoyette
Date: Sun Oct 24 13:16:12 UTC 2010
Modified Files:
src/tests/dev/sysmon: t_swwdog.c
Log Message:
Due to timing discrepancies desribed in PR kern/43997, tickle the
watchdog just a little bit sooner. This maintains the spirit of the
te
Module Name:src
Committed By: tsutsui
Date: Sun Oct 24 13:34:27 UTC 2010
Modified Files:
src/sys/arch/dreamcast/dev: pvr.c pvrvar.h
Log Message:
- make local functions/variables static
- export more cons(9) functions in pvrvar.h
To generate a diff of this commit:
cvs rdi
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
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 src/sys/dev/acpi/wmi
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
Module Name:src
Committed By: christos
Date: Sun Oct 24 16:46:38 UTC 2010
Modified Files:
src/share/man/man7: hier.7
Log Message:
reflect current reality.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/share/man/man7/hier.7
Please note that diffs are
Module Name:src
Committed By: tron
Date: Sun Oct 24 17:44:32 UTC 2010
Modified Files:
src/lib/libc/stdio: ftell.c local.h
Log Message:
Replace _FPOS_OVERFLOW() macro with a static inline function called
__fpos_overflow() that doesn't cause any lint warnings.
To generate
Module Name:src
Committed By: tron
Date: Sun Oct 24 17:53:27 UTC 2010
Modified Files:
src/lib/libc/stdlib: getenv.c
Log Message:
Double the size of the allocate environment vector when we resize it.
This should speed up extending the environment via setenv(3).
To generat
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
Pleas
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 x86
Module Name:src
Committed By: christos
Date: Sun Oct 24 19:23:22 UTC 2010
Modified Files:
src/external: README
Log Message:
add zlib
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/README
Please note that diffs are not public domain; they are
Module Name:src
Committed By: dholland
Date: Sun Oct 24 22:36:41 UTC 2010
Modified Files:
src/share/misc: acronyms
Log Message:
+CG (center of gravity)
To generate a diff of this commit:
cvs rdiff -u -r1.190 -r1.191 src/share/misc/acronyms
Please note that diffs are not
Module Name:src
Committed By: dholland
Date: Sun Oct 24 22:37:35 UTC 2010
Modified Files:
src/share/misc: acronyms.comp
Log Message:
+YAWPFAPR (you are welcome; please file a problem report)
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 src/share/misc/a
Module Name:src
Committed By: jym
Date: Sun Oct 24 22:48:24 UTC 2010
Modified Files:
src/sys/arch/amd64 [jym-xensuspend]: Makefile
src/sys/arch/amd64/amd64 [jym-xensuspend]: bios32.c busfunc.S
db_interface.c db_trace.c fpu.c gdt.c genassym.cf linux32_sys
Module Name:src
Committed By: dholland
Date: Sun Oct 24 23:10:51 UTC 2010
Modified Files:
src/lib/libc/string: strerror.3
Log Message:
Mention err/warn. Note that they're generally preferred to perror().
Might want to strengthen the wording.
To generate a diff of this co
Module Name:src
Committed By: wiz
Date: Sun Oct 24 23:38:06 UTC 2010
Modified Files:
src/external: README
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/README
Please note that diffs are not public domain; they are subj
Module Name:src
Committed By: jruoho
Date: Mon Oct 25 06:14:11 UTC 2010
Modified Files:
src/share/misc: acronyms
Log Message:
AEAP, ATEOTD, CU, DND, EOM, FNO, GBTW, GFU, GJ,
GL, HF, IYKWIM, JFTR, KOS, PPL, TTYS, WTG, YGM.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: jruoho
Date: Mon Oct 25 06:40:32 UTC 2010
Modified Files:
src/distrib/sets/lists/modules: md.amd64 md.i386
src/sys/modules: Makefile
Log Message:
Build acpiacad(4), acpibat(4), acpibut(4), acpicpu(4), acpilid(4), and
thinkpad(4) as mod
25 matches
Mail list logo