CVS commit: src/sys/net
Module Name:src Committed By: ozaki-r Date: Fri Nov 20 08:10:36 UTC 2015 Modified Files: src/sys/net: if.c Log Message: Remove an ifnet object from the global list before destructing it To generate a diff of this commit: cvs rdiff -u -r1.318 -r1.319 src/sys/net/if.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc/roadmaps
Module Name:src Committed By: dholland Date: Fri Nov 20 08:13:41 UTC 2015 Modified Files: src/doc/roadmaps: storage Log Message: Add two more items: tls-maxphys and nvme support. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/doc/roadmaps/storage Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amd64/amd64
Module Name:src Committed By: maxv Date: Fri Nov 20 11:58:00 UTC 2015 Modified Files: src/sys/arch/amd64/amd64: genassym.cf locore.S Log Message: A few changes: - remove cpu_id and cpu_brand_id (unused) - copy a comment from i386 about fillkpt - define PDE_SIZE (i386) To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/arch/amd64/amd64/genassym.cf cvs rdiff -u -r1.79 -r1.80 src/sys/arch/amd64/amd64/locore.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Fri Nov 20 12:49:59 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: uhci.c Log Message: Rename interrupt list macros s/intr_info/intr_list/ No functional change To generate a diff of this commit: cvs rdiff -u -r1.264.4.55 -r1.264.4.56 src/sys/dev/usb/uhci.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: christos Date: Fri Nov 20 14:56:56 UTC 2015 Modified Files: src/sys/dev/pci: if_ipw.c Log Message: use copyout instead of suword. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/dev/pci/if_ipw.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/evbarm/tegra
Module Name:src Committed By: jakllsch Date: Fri Nov 20 16:44:23 UTC 2015 Modified Files: src/sys/arch/evbarm/tegra: tegra_machdep.c Log Message: Fix up tegrausbphy attach args and stuff from previous. >From jmcneill. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/evbarm/tegra/tegra_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: christos Date: Fri Nov 20 17:00:48 UTC 2015 Modified Files: src/share/man/man4: bridge.4 Log Message: mention VLAN change. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/bridge.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: christos Date: Fri Nov 20 17:02:59 UTC 2015 Modified Files: src/share/man/man4: vlan.4 xennet.4 Log Message: cross reference bridge; mention VLAN tagging. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/share/man/man4/vlan.4 cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/xennet.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/allwinner
Module Name:src Committed By: bouyer Date: Fri Nov 20 18:32:13 UTC 2015 Modified Files: src/sys/arch/arm/allwinner: awin_tcon.c Log Message: Turn off more bits when turning off the display. Saves about 50ma on the 5V supply. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/allwinner/awin_tcon.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: christos Date: Fri Nov 20 18:34:17 UTC 2015 Modified Files: src/sys/kern: init_main.c Log Message: get rid of the suword {m,j}umbo and check return of copyout. To generate a diff of this commit: cvs rdiff -u -r1.473 -r1.474 src/sys/kern/init_main.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/sbus
Module Name:src Committed By: christos Date: Fri Nov 20 19:09:23 UTC 2015 Modified Files: src/sys/dev/sbus: zx.c Log Message: kill subyte. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/sbus/zx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/include
Module Name:src Committed By: christos Date: Fri Nov 20 20:24:50 UTC 2015 Modified Files: src/include: bitstring.h Log Message: update to size_t To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/include/bitstring.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/include
Module Name:src Committed By: christos Date: Fri Nov 20 20:27:20 UTC 2015 Modified Files: src/include: bitstring.h Log Message: keep value as an int. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/include/bitstring.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/include
Module Name:src Committed By: christos Date: Fri Nov 20 20:37:08 UTC 2015 Modified Files: src/include: bitstring.h Log Message: add some const To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/include/bitstring.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man3
Module Name:src Committed By: christos Date: Fri Nov 20 20:41:58 UTC 2015 Modified Files: src/share/man/man3: bitstring.3 Log Message: reflect reality. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/share/man/man3/bitstring.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: othersrc/external/bsd/sid
Module Name:othersrc Committed By: agc Date: Fri Nov 20 22:26:16 UTC 2015 Modified Files: othersrc/external/bsd/sid/bin: 1.expected othersrc/external/bsd/sid/dist: sid.c sid.h Log Message: Update sid to version 20151120 + Use the generic "array grow" function in multiple places + Bump version to 20151120 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/sid/bin/1.expected cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/sid/dist/sid.c \ othersrc/external/bsd/sid/dist/sid.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/cron/dist
Module Name:src Committed By: christos Date: Fri Nov 20 23:43:52 UTC 2015 Modified Files: src/external/bsd/cron/dist: entry.c Log Message: fix type To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/cron/dist/entry.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: pgoyette Date: Sat Nov 21 00:35:59 UTC 2015 Modified Files: src/share/man/man4: filemon.4 Log Message: Fix sample code fragment To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/filemon.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: pgoyette Date: Sat Nov 21 00:50:15 UTC 2015 Modified Files: src/share/man/man4: filemon.4 Log Message: Fix typo in sample program To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/share/man/man4/filemon.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/amlogic
Module Name:src Committed By: jmcneill Date: Sat Nov 21 00:54:57 UTC 2015 Modified Files: src/sys/arch/arm/amlogic: amlogic_board.c amlogic_io.c amlogic_var.h Log Message: Add watchdog timer support. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/amlogic/amlogic_board.c cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/amlogic/amlogic_io.c cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/amlogic/amlogic_var.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/filemon
Module Name:src Committed By: pgoyette Date: Sat Nov 21 03:34:28 UTC 2015 Modified Files: src/sys/dev/filemon: filemon.c Log Message: The correct default return value from a module's xxx_modcmd() routine is ENOTTY, not EOPNOTSUPP! The former will allow the module to be auto-unloaded, while the latter will prevent it. Note that manual unloading of the filemon module is unaffected, as that is controlled by actual usage of the module. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/filemon/filemon.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/arm/broadcom
Module Name:src Committed By: mlelstv Date: Sat Nov 21 07:41:29 UTC 2015 Modified Files: src/sys/arch/arm/broadcom: bcm2835_obio.c bcm2835reg.h files.bcm2835 Added Files: src/sys/arch/arm/broadcom: bcm2835_cm.c bcm2835_cm.h bcm2835_pwm.c bcm2835_pwm.h Log Message: Add drivers to access the clock manager and pulse width modulator. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/broadcom/bcm2835_cm.c \ src/sys/arch/arm/broadcom/bcm2835_cm.h \ src/sys/arch/arm/broadcom/bcm2835_pwm.c \ src/sys/arch/arm/broadcom/bcm2835_pwm.h cvs rdiff -u -r1.25 -r1.26 src/sys/arch/arm/broadcom/bcm2835_obio.c \ src/sys/arch/arm/broadcom/files.bcm2835 cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/broadcom/bcm2835reg.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/filemon
Module Name:src Committed By: pgoyette Date: Sat Nov 21 07:45:30 UTC 2015 Modified Files: src/sys/dev/filemon: filemon.c Log Message: If a second call to the SET_FD ioctl occurs, release the reference we hold on the earlier outout file. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/filemon/filemon.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.