CVS commit: src/usr.sbin/rtadvd
Module Name:src Committed By: plunky Date: Sun Jan 26 08:31:17 UTC 2014 Modified Files: src/usr.sbin/rtadvd: rtadvd.c Log Message: spelling correction - recieved -> received To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/rtadvd/rtadvd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: msaitoh Date: Sun Jan 26 10:19:07 UTC 2014 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add some OXPCIe952 devices. To generate a diff of this commit: cvs rdiff -u -r1.1181 -r1.1182 src/sys/dev/pci/pcidevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: msaitoh Date: Sun Jan 26 10:19:37 UTC 2014 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.1174 -r1.1175 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1173 -r1.1174 src/sys/dev/pci/pcidevs_data.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: msaitoh Date: Sun Jan 26 10:20:20 UTC 2014 Modified Files: src/sys/dev/pci: pucdata.c Log Message: Add some OXPCIe952 devices. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/dev/pci/pucdata.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: msaitoh Date: Sun Jan 26 10:54:24 UTC 2014 Modified Files: src/sys/arch/x86/pci: pci_machdep.c src/sys/arch/x86/x86: consinit.c src/sys/dev/pci: files.pci puccn.c puccn.h Log Message: PUCCN improvements: - Fix a bug that the puc cn mechanism doesn't use the UART's frequency in pucdata.c's table. - Add a new option PUC_CNAUTO. If this option is set, consinit() in x86/x86/consinit.c checks puc com device to use it as console. Without this option, the behavior is the same as before. - Add a new config parameter PUC_CNBUS. The old code scans bus #0 only. If PUC_CNBUS is set, the specified number's bus will be scanned. - Rename comcnprobe() to puc_cnprobe() to make it clear. - Rename comcninit() to puc_cninit() to make it clear. - Add code for a device that a device's com register is MMIO (#if0 ed). To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/arch/x86/pci/pci_machdep.c cvs rdiff -u -r1.24 -r1.25 src/sys/arch/x86/x86/consinit.c cvs rdiff -u -r1.368 -r1.369 src/sys/dev/pci/files.pci cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/puccn.c cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/puccn.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
Module Name:src Committed By: taca Date: Sun Jan 26 15:49:25 UTC 2014 Modified Files: src/sys/arch/x86/x86: consinit.c Log Message: Fix build problem when there is no com(4) but ucom(4). To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/x86/x86/consinit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc
Module Name:src Committed By: apb Date: Sun Jan 26 16:53:00 UTC 2014 Modified Files: src/etc: Makefile.params Log Message: Add MKREPRO and MKARZERO to the list of variables in RELEASEVARS. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/etc/Makefile.params Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/notes
Module Name:src Committed By: apb Date: Sun Jan 26 17:00:03 UTC 2014 Modified Files: src/distrib/notes: Makefile.inc Log Message: For MKREPRO, remove the "%%CreationDate:" comment line from PostScript output files. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/distrib/notes/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc
Module Name:src Committed By: apb Date: Sun Jan 26 17:33:53 UTC 2014 Modified Files: src/etc: Makefile.params Log Message: Add BUILDSEED to RELEASEVARS. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/etc/Makefile.params Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/crunch/crunchide
Module Name:src Committed By: matt Date: Sun Jan 26 18:24:29 UTC 2014 Modified Files: src/usr.bin/crunch/crunchide: Makefile Log Message: Recognize coldfire To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/crunch/crunchide/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: dsl Date: Sun Jan 26 19:16:17 UTC 2014 Modified Files: src/sys/arch/i386/conf: ALL GENERIC GENERIC_PS2TINY GENERIC_TINY INSTALL_FLOPPY INSTALL_TINY NET4501 XEN3_DOM0 XEN3_DOMU files.i386 src/sys/arch/i386/i386: autoconf.c i386_trap.S locore.S machdep.c process_machdep.c trap.c vector.S src/sys/arch/i386/include: npx.h src/sys/arch/i386/isa: npx.c src/sys/arch/i386/pnpbios: files.pnpbios src/sys/arch/x86/acpi: acpi_wakeup.c src/sys/arch/x86/include: cpu.h src/sys/arch/x86/x86: cpu.c ipi.c vm_machdep.c src/sys/arch/xen/conf: files.xen src/sys/arch/xen/x86: cpu.c xen_ipi.c src/sys/arch/xen/xen: hypervisor.c src/sys/compat/linux/arch/i386: linux_machdep.c Removed Files: src/sys/arch/i386/acpi: npx_acpi.c src/sys/arch/i386/isa: npx_isa.c npxvar.h src/sys/arch/i386/pnpbios: npx_pnpbios.c src/sys/arch/xen/i386: npx_hv.c Log Message: Remove support for 'external' floating point units and the MS-DOS compatible method of handling floating point exceptions. Make kernel support for teh fpu non-optional (486SX should still work). Only 386 cpus support external fpu, and i386 support was removed years ago. This means that the npx code no longer uses port 0xf0 or interupt 13. All the "npx at isa" lines go from the configs, arch/i386/isa/npx.c is now mandatory for all i386 kernels. I've renamed npxinit() to fpuinit() and npxinit_cpu() to fpuinit_cpu() to match the very similar amd64 functions. The fpu of the boot cpu is now initialised by a direct call from cpu_configure(), this enables FP emulation for a 486SX. (for amd64 the cr0 values are set in locore.S and similar). This fixes a long-standing bug in linux_setregs() - which did not save the fpu regsiters if they were active. I've test booted a single cpu i386 kernel (using anita). amd64 builds - none of teh changes should affect it. The i386 XEN kernels build, but I'm not sure where they set cr0, and it might have got lost! To generate a diff of this commit: cvs rdiff -u -r1.19 -r0 src/sys/arch/i386/acpi/npx_acpi.c cvs rdiff -u -r1.366 -r1.367 src/sys/arch/i386/conf/ALL cvs rdiff -u -r1.1098 -r1.1099 src/sys/arch/i386/conf/GENERIC cvs rdiff -u -r1.70 -r1.71 src/sys/arch/i386/conf/GENERIC_PS2TINY cvs rdiff -u -r1.136 -r1.137 src/sys/arch/i386/conf/GENERIC_TINY cvs rdiff -u -r1.21 -r1.22 src/sys/arch/i386/conf/INSTALL_FLOPPY cvs rdiff -u -r1.138 -r1.139 src/sys/arch/i386/conf/INSTALL_TINY cvs rdiff -u -r1.82 -r1.83 src/sys/arch/i386/conf/NET4501 cvs rdiff -u -r1.80 -r1.81 src/sys/arch/i386/conf/XEN3_DOM0 cvs rdiff -u -r1.55 -r1.56 src/sys/arch/i386/conf/XEN3_DOMU cvs rdiff -u -r1.371 -r1.372 src/sys/arch/i386/conf/files.i386 cvs rdiff -u -r1.98 -r1.99 src/sys/arch/i386/i386/autoconf.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/i386/i386/i386_trap.S cvs rdiff -u -r1.109 -r1.110 src/sys/arch/i386/i386/locore.S cvs rdiff -u -r1.742 -r1.743 src/sys/arch/i386/i386/machdep.c cvs rdiff -u -r1.79 -r1.80 src/sys/arch/i386/i386/process_machdep.c cvs rdiff -u -r1.268 -r1.269 src/sys/arch/i386/i386/trap.c cvs rdiff -u -r1.63 -r1.64 src/sys/arch/i386/i386/vector.S cvs rdiff -u -r1.31 -r1.32 src/sys/arch/i386/include/npx.h cvs rdiff -u -r1.148 -r1.149 src/sys/arch/i386/isa/npx.c cvs rdiff -u -r1.22 -r0 src/sys/arch/i386/isa/npx_isa.c cvs rdiff -u -r1.8 -r0 src/sys/arch/i386/isa/npxvar.h cvs rdiff -u -r1.17 -r1.18 src/sys/arch/i386/pnpbios/files.pnpbios cvs rdiff -u -r1.13 -r0 src/sys/arch/i386/pnpbios/npx_pnpbios.c cvs rdiff -u -r1.34 -r1.35 src/sys/arch/x86/acpi/acpi_wakeup.c cvs rdiff -u -r1.58 -r1.59 src/sys/arch/x86/include/cpu.h cvs rdiff -u -r1.107 -r1.108 src/sys/arch/x86/x86/cpu.c cvs rdiff -u -r1.20 -r1.21 src/sys/arch/x86/x86/ipi.c cvs rdiff -u -r1.19 -r1.20 src/sys/arch/x86/x86/vm_machdep.c cvs rdiff -u -r1.129 -r1.130 src/sys/arch/xen/conf/files.xen cvs rdiff -u -r1.10 -r0 src/sys/arch/xen/i386/npx_hv.c cvs rdiff -u -r1.95 -r1.96 src/sys/arch/xen/x86/cpu.c cvs rdiff -u -r1.14 -r1.15 src/sys/arch/xen/x86/xen_ipi.c cvs rdiff -u -r1.62 -r1.63 src/sys/arch/xen/xen/hypervisor.c cvs rdiff -u -r1.155 -r1.156 src/sys/compat/linux/arch/i386/linux_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc64/sparc64
Module Name:src Committed By: palle Date: Sun Jan 26 20:12:32 UTC 2014 Modified Files: src/sys/arch/sparc64/sparc64: genassym.cf locore.s Log Message: sun4v: Add handling of spill/fill and dtsb miss traps (with a XXX to be handled later) To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/arch/sparc64/sparc64/genassym.cf cvs rdiff -u -r1.353 -r1.354 src/sys/arch/sparc64/sparc64/locore.s Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/arch/arm
Module Name:src Committed By: matt Date: Sun Jan 26 20:42:06 UTC 2014 Modified Files: src/tests/lib/libc/arch/arm: return_one.S Log Message: Make this real even though it isn't yet used. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/arch/arm/return_one.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/gen
Module Name:src Committed By: matt Date: Sun Jan 26 21:04:46 UTC 2014 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: Support using fenv instead of fpsetmask if HAVE_FENV is defined. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/tests/lib/libc/gen/t_siginfo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: bouyer Date: Sun Jan 26 21:22:49 UTC 2014 Modified Files: src/sys/dev/pci: sisfb.c Log Message: Complete WSDISPLAYIO_SMODE/WSDISPLAYIO_GMODE support. In sisfb_mmap(), allow mapping the framebuffer and mmio and io registers when in WSDISPLAYIO_MODE_MAPPED mode. This can be used by X11. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/sisfb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/dist/gcc/config/mips
Module Name:src Committed By: bouyer Date: Sun Jan 26 21:26:02 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/config/mips: mips.c Log Message: Fix http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57260 (patch from gcc's repository). This bugs show up with Xorg, preventing xf86-video-sis and xf86-video-silicon modules from being loaded. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \ src/external/gpl3/gcc/dist/gcc/config/mips/mips.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets
Module Name:src Committed By: joerg Date: Sun Jan 26 21:33:54 UTC 2014 Modified Files: src/distrib/sets: mkvars.mk sets.subr src/distrib/sets/lists/comp: mi Log Message: Adjust trigger variable for unwind.h to follow changes in libc. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/distrib/sets/mkvars.mk cvs rdiff -u -r1.157 -r1.158 src/distrib/sets/sets.subr cvs rdiff -u -r1.1875 -r1.1876 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/nvi/dist
Module Name:src Committed By: christos Date: Sun Jan 26 21:43:45 UTC 2014 Modified Files: src/external/bsd/nvi/dist/catalog: dump.c src/external/bsd/nvi/dist/cl: cl_bsd.c cl_funcs.c cl_main.c cl_read.c cl_screen.c cl_term.c src/external/bsd/nvi/dist/clib: bsearch.c env.c iswblank.c memchr.c memset.c mkstemp.c strdup.c strpbrk.c strsep.c strtol.c strtoul.c src/external/bsd/nvi/dist/common: api.c conv.c cut.c delete.c exf.c key.c log.c log1.c log4.c main.c mark.c msg.c nothread.c options.c options_f.c pthread.c put.c recover.c screen.c search.c seq.c trace.c util.c vi_db.c vi_db1.c src/external/bsd/nvi/dist/ex: ex.c ex_abbrev.c ex_append.c ex_args.c ex_argv.c ex_at.c ex_bang.c ex_cd.c ex_cmd.c ex_cscope.c ex_delete.c ex_display.c ex_edit.c ex_equal.c ex_file.c ex_filter.c ex_global.c ex_init.c ex_join.c ex_map.c ex_mark.c ex_mkexrc.c ex_move.c ex_open.c ex_perl.c ex_preserve.c ex_print.c ex_put.c ex_quit.c ex_read.c ex_screen.c ex_script.c ex_set.c ex_shell.c ex_shift.c ex_source.c ex_stop.c ex_subst.c ex_tag.c ex_tcl.c ex_txt.c ex_undo.c ex_usage.c ex_util.c ex_version.c ex_visual.c ex_write.c ex_yank.c ex_z.c src/external/bsd/nvi/dist/ip: ip_funcs.c ip_main.c ip_read.c ip_screen.c ip_term.c src/external/bsd/nvi/dist/ipc: ip_run.c ip_send.c ip_trans.c src/external/bsd/nvi/dist/motif: m_cde.c m_main.c src/external/bsd/nvi/dist/motif_l: m_copypaste.c m_func.c m_menu.c m_options.c m_prompt.c m_ruler.c m_search.c m_tags.c m_util.c m_vi.c src/external/bsd/nvi/dist/perl_api: perlsfio.c src/external/bsd/nvi/dist/regex: regcomp.c regerror.c regexec.c regfree.c src/external/bsd/nvi/dist/tcl_api: tcl.c src/external/bsd/nvi/dist/vi: getc.c v_at.c v_ch.c v_cmd.c v_delete.c v_event.c v_ex.c v_increment.c v_init.c v_itxt.c v_left.c v_mark.c v_match.c v_paragraph.c v_put.c v_redraw.c v_replace.c v_right.c v_screen.c v_scroll.c v_search.c v_section.c v_sentence.c v_status.c v_txt.c v_ulcase.c v_undo.c v_util.c v_word.c v_xchar.c v_yank.c v_z.c v_zexit.c vi.c vs_line.c vs_msg.c vs_refresh.c vs_relative.c vs_smap.c vs_split.c Log Message: Fix RCSID's To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/nvi/dist/catalog/dump.c cvs rdiff -u -r1.2 -r1.3 src/external/bsd/nvi/dist/cl/cl_bsd.c \ src/external/bsd/nvi/dist/cl/cl_read.c cvs rdiff -u -r1.3 -r1.4 src/external/bsd/nvi/dist/cl/cl_funcs.c \ src/external/bsd/nvi/dist/cl/cl_main.c \ src/external/bsd/nvi/dist/cl/cl_screen.c \ src/external/bsd/nvi/dist/cl/cl_term.c cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/nvi/dist/clib/bsearch.c \ src/external/bsd/nvi/dist/clib/env.c \ src/external/bsd/nvi/dist/clib/iswblank.c \ src/external/bsd/nvi/dist/clib/memchr.c \ src/external/bsd/nvi/dist/clib/memset.c \ src/external/bsd/nvi/dist/clib/mkstemp.c \ src/external/bsd/nvi/dist/clib/strdup.c \ src/external/bsd/nvi/dist/clib/strpbrk.c \ src/external/bsd/nvi/dist/clib/strsep.c \ src/external/bsd/nvi/dist/clib/strtol.c \ src/external/bsd/nvi/dist/clib/strtoul.c cvs rdiff -u -r1.3 -r1.4 src/external/bsd/nvi/dist/common/api.c \ src/external/bsd/nvi/dist/common/conv.c \ src/external/bsd/nvi/dist/common/cut.c \ src/external/bsd/nvi/dist/common/key.c \ src/external/bsd/nvi/dist/common/log1.c \ src/external/bsd/nvi/dist/common/mark.c \ src/external/bsd/nvi/dist/common/put.c \ src/external/bsd/nvi/dist/common/seq.c \ src/external/bsd/nvi/dist/common/trace.c cvs rdiff -u -r1.2 -r1.3 src/external/bsd/nvi/dist/common/delete.c \ src/external/bsd/nvi/dist/common/log.c \ src/external/bsd/nvi/dist/common/log4.c \ src/external/bsd/nvi/dist/common/msg.c \ src/external/bsd/nvi/dist/common/nothread.c \ src/external/bsd/nvi/dist/common/options.c \ src/external/bsd/nvi/dist/common/options_f.c \ src/external/bsd/nvi/dist/common/pthread.c \ src/external/bsd/nvi/dist/common/search.c \ src/external/bsd/nvi/dist/common/util.c cvs rdiff -u -r1.7 -r1.8 src/external/bsd/nvi/dist/common/exf.c \ src/external/bsd/nvi/dist/common/screen.c cvs rdiff -u -r1.5 -r1.6 src/external/bsd/nvi/dist/common/main.c \ src/external/bsd/nvi/dist/common/vi_db.c cvs rdiff -u -r1.4 -r1.5 src/external/bsd/nvi/dist/common/recover.c cvs rdiff -u -r1.6 -r1.7 src/external/bsd/nvi/dist/common/vi_db1.c cvs rdiff -u -r1.3 -r1.4 src/external/bsd/nvi/dist/ex/ex.c \ src/external/bsd/nvi/dist/ex/ex_append.c \ src/external/bsd/nvi/dist/ex/ex_args.c \ src/external/bsd/nvi/dist/ex/ex_display.c \ src/external/bsd/nvi/dist/ex/ex_init.c \ src/external/bsd/nvi/dist/ex/ex_move.c \ src/exter
CVS commit: src/external/bsd/nvi
Module Name:src Committed By: christos Date: Sun Jan 26 21:46:49 UTC 2014 Added Files: src/external/bsd/nvi: addrcsid Log Message: add netbsd rcsids (does not handle the regex files well) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/bsd/nvi/addrcsid Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/nvi/dist/regex
Module Name:src Committed By: christos Date: Sun Jan 26 21:47:00 UTC 2014 Modified Files: src/external/bsd/nvi/dist/regex: regcomp.c regerror.c regexec.c regfree.c Log Message: little manual fixing To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/nvi/dist/regex/regcomp.c \ src/external/bsd/nvi/dist/regex/regerror.c \ src/external/bsd/nvi/dist/regex/regexec.c \ src/external/bsd/nvi/dist/regex/regfree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/sh
Module Name:src Committed By: christos Date: Sun Jan 26 22:38:20 UTC 2014 Modified Files: src/bin/sh: eval.c jobs.c Log Message: explain why forks fail To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/bin/sh/eval.c cvs rdiff -u -r1.71 -r1.72 src/bin/sh/jobs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: apb Date: Mon Jan 27 07:57:28 UTC 2014 Modified Files: src/share/mk: bsd.README Log Message: Document TOOL_GZIP. To generate a diff of this commit: cvs rdiff -u -r1.326 -r1.327 src/share/mk/bsd.README Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.