CVS commit: src/lib/libc/sys
Module Name:src Committed By: abhinav Date: Sun Apr 23 06:46:04 UTC 2017 Modified Files: src/lib/libc/sys: write.2 Log Message: Fix sentences at couple of places s/a file/the file/ s/a -1 is returned/-1 is returned/ To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/write.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: pgoyette Date: Sun Apr 23 06:34:07 UTC 2017 Modified Files: src/share/man/man9: file.9 Log Message: And actually remove the double-negative that triggered this series of minor commits! Thanks, Abhinav, for pointing out my typo! To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/share/man/man9/file.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: pgoyette Date: Sun Apr 23 06:23:26 UTC 2017 Modified Files: src/share/man/man9: file.9 Log Message: Reword further to make it clearer that the two flag bits are separately settable. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/share/man/man9/file.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: abhinav Date: Sun Apr 23 05:56:50 UTC 2017 Modified Files: src/share/man/man9: file.9 Log Message: Fix a sentence (remove double negation) Fix mandoc lint warning (remove Pp before Bd) To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/file.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: abhinav Date: Sun Apr 23 05:49:00 UTC 2017 Modified Files: src/share/man/man9: file.9 Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/share/man/man9/file.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/tmux
Module Name:src Committed By: christos Date: Sun Apr 23 02:02:00 UTC 2017 Modified Files: src/external/bsd/tmux: README prepare-import.sh src/external/bsd/tmux/dist: client.c cmd-attach-session.c cmd-capture-pane.c cmd-display-message.c cmd-if-shell.c cmd-load-buffer.c cmd-new-session.c cmd-new-window.c cmd-paste-buffer.c cmd-queue.c cmd-send-keys.c cmd-show-messages.c cmd-split-window.c cmd-string.c cmd-wait-for.c colour.c environ.c format.c grid.c hooks.c input-keys.c input.c job.c key-bindings.c log.c notify.c options.c paste.c proc.c screen-write.c screen.c server-client.c server-fn.c session.c status.c tmux.1 tmux.c tmux.h tty-acs.c tty-keys.c tty-term.c tty.c utf8.c window-copy.c window.c xmalloc.h src/external/bsd/tmux/dist/compat: imsg-buffer.c imsg.c src/external/bsd/tmux/usr.bin/tmux: Makefile Added Files: src/external/bsd/tmux/usr.bin/tmux: utempter.c utempter.h Removed Files: src/external/bsd/tmux/dist: array.h cmd-clear-history.c mode-key.c src/external/bsd/tmux/dist/compat: b64_ntop.c openat.c Log Message: merge conflicts XXX: Does not work; core-dumps! To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/tmux/README cvs rdiff -u -r1.4 -r1.5 src/external/bsd/tmux/prepare-import.sh cvs rdiff -u -r1.1.1.6 -r0 src/external/bsd/tmux/dist/array.h \ src/external/bsd/tmux/dist/cmd-clear-history.c \ src/external/bsd/tmux/dist/mode-key.c cvs rdiff -u -r1.4 -r1.5 src/external/bsd/tmux/dist/client.c \ src/external/bsd/tmux/dist/cmd-capture-pane.c \ src/external/bsd/tmux/dist/cmd-send-keys.c \ src/external/bsd/tmux/dist/cmd-show-messages.c \ src/external/bsd/tmux/dist/cmd-wait-for.c \ src/external/bsd/tmux/dist/grid.c src/external/bsd/tmux/dist/status.c cvs rdiff -u -r1.2 -r1.3 src/external/bsd/tmux/dist/cmd-attach-session.c \ src/external/bsd/tmux/dist/cmd-new-session.c \ src/external/bsd/tmux/dist/hooks.c src/external/bsd/tmux/dist/proc.c \ src/external/bsd/tmux/dist/server-client.c \ src/external/bsd/tmux/dist/utf8.c src/external/bsd/tmux/dist/xmalloc.h cvs rdiff -u -r1.5 -r1.6 src/external/bsd/tmux/dist/cmd-display-message.c \ src/external/bsd/tmux/dist/cmd-if-shell.c \ src/external/bsd/tmux/dist/format.c \ src/external/bsd/tmux/dist/input-keys.c src/external/bsd/tmux/dist/tmux.c \ src/external/bsd/tmux/dist/window-copy.c cvs rdiff -u -r1.3 -r1.4 src/external/bsd/tmux/dist/cmd-load-buffer.c \ src/external/bsd/tmux/dist/cmd-new-window.c \ src/external/bsd/tmux/dist/cmd-split-window.c \ src/external/bsd/tmux/dist/key-bindings.c \ src/external/bsd/tmux/dist/paste.c cvs rdiff -u -r1.6 -r1.7 src/external/bsd/tmux/dist/cmd-paste-buffer.c \ src/external/bsd/tmux/dist/colour.c src/external/bsd/tmux/dist/environ.c \ src/external/bsd/tmux/dist/job.c src/external/bsd/tmux/dist/options.c \ src/external/bsd/tmux/dist/screen-write.c \ src/external/bsd/tmux/dist/screen.c \ src/external/bsd/tmux/dist/server-fn.c \ src/external/bsd/tmux/dist/session.c src/external/bsd/tmux/dist/tmux.1 \ src/external/bsd/tmux/dist/tty-acs.c cvs rdiff -u -r1.1.1.5 -r1.2 src/external/bsd/tmux/dist/cmd-queue.c cvs rdiff -u -r1.7 -r1.8 src/external/bsd/tmux/dist/cmd-string.c \ src/external/bsd/tmux/dist/tty-keys.c \ src/external/bsd/tmux/dist/tty-term.c src/external/bsd/tmux/dist/window.c cvs rdiff -u -r1.8 -r1.9 src/external/bsd/tmux/dist/input.c \ src/external/bsd/tmux/dist/tmux.h cvs rdiff -u -r1.11 -r1.12 src/external/bsd/tmux/dist/log.c cvs rdiff -u -r1.1.1.4 -r1.2 src/external/bsd/tmux/dist/notify.c cvs rdiff -u -r1.1.1.7 -r1.2 src/external/bsd/tmux/dist/tty.c cvs rdiff -u -r1.1.1.1 -r0 src/external/bsd/tmux/dist/compat/b64_ntop.c cvs rdiff -u -r1.7 -r1.8 src/external/bsd/tmux/dist/compat/imsg-buffer.c \ src/external/bsd/tmux/dist/compat/imsg.c cvs rdiff -u -r1.1.1.4 -r0 src/external/bsd/tmux/dist/compat/openat.c cvs rdiff -u -r1.17 -r1.18 src/external/bsd/tmux/usr.bin/tmux/Makefile cvs rdiff -u -r0 -r1.1 src/external/bsd/tmux/usr.bin/tmux/utempter.c \ src/external/bsd/tmux/usr.bin/tmux/utempter.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/gen
Module Name:src Committed By: christos Date: Sun Apr 23 01:58:48 UTC 2017 Modified Files: src/lib/libc/gen: vis.3 vis.c Log Message: Add VIS_DQ (for OpenBSD compat) To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/lib/libc/gen/vis.3 cvs rdiff -u -r1.72 -r1.73 src/lib/libc/gen/vis.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: Sun Apr 23 01:57:36 UTC 2017 Modified Files: src/include: vis.h Log Message: Add vis DQ. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/include/vis.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [jdolecek-ncq] src/sys/dev/ata
Module Name:src Committed By: jakllsch Date: Sun Apr 23 01:30:30 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: ata.c Log Message: Use WDC_QUEUE_DEPTH_MASK to correctly mask the NCQ depth IDENTIFY data. To generate a diff of this commit: cvs rdiff -u -r1.132.8.6 -r1.132.8.7 src/sys/dev/ata/ata.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [jdolecek-ncq] src/sys/dev/ic
Module Name:src Committed By: jakllsch Date: Sun Apr 23 01:26:50 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Fix inverted ata_waitdrain_xfer_check() logic in siisata_atapi_complete(). To generate a diff of this commit: cvs rdiff -u -r1.30.4.8 -r1.30.4.9 src/sys/dev/ic/siisata.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [jdolecek-ncq] src/sys/dev/ata
Module Name:src Committed By: jakllsch Date: Sun Apr 23 01:21:04 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: wd.c wdvar.h Log Message: Simplify wi_find() with container_of(). No need to search a list of wd_ioctls when the *bp is always going to be within the wd_ioctl structure. Correctly initialize wi->wi_bp.b_dev in the non-data case anyway. Fixes ATAIOCCOMMAND procesing on driver instances other than wd0. To generate a diff of this commit: cvs rdiff -u -r1.428.2.10 -r1.428.2.11 src/sys/dev/ata/wd.c cvs rdiff -u -r1.43.4.4 -r1.43.4.5 src/sys/dev/ata/wdvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS import: src/external/bsd/tmux/dist
Module Name:src Committed By: christos Date: Sun Apr 23 00:21:40 UTC 2017 Update of /cvsroot/src/external/bsd/tmux/dist In directory ivanova.netbsd.org:/tmp/cvs-serv13496 Log Message: CHANGES FROM 2.3 to 2.4 20 April 2017 Incompatible Changes * Key tables have undergone major changes. Mode key tables are no longer separate from the main key tables. All mode key tables have been removed, together with the -t flag to bind-key and unbind-key. The emacs-edit, vi-edit, emacs-choose and vi-choose tables have been replaced by fixed key bindings in the command prompt and choose modes. The mode-keys and status-keys options remain. The emacs-copy and vi-copy tables have been replaced by the copy-mode and copy-mode-vi tables. Commands are sent using the -X and -N flags to send-keys. So the following: bind -temacs-copy C-Up scroll-up bind -temacs-copy -R5 WheelUpPane scroll-up Becomes: bind -Tcopy-mode C-Up send -X scroll-up bind -Tcopy-mode WheelUpPane send -N5 -X scroll-up This changes allows the full command parser (including command sequences) and command set to be used - for example, the normal command prompt with editing and history is now used for searching, jumping, and so on instead of a custom one. The default C-r binding is now: bind -Tcopy-mode C-r command-prompt -p'search up' "send -X search-backward '%%'" There are also some new commmands available with send -X, such as copy-pipe-and-cancel. * set-remain-on-exit has gone -- can be achieved with hooks instead. * Hooks: before hooks have been removed and only a selection of commands now have after hooks (they are no longer automatic). Additional hooks have been added. * The xterm-keys option now defaults to on. Normal Changes == * Support for mouse double and triple clicks. * BCE (Background Colour Erase) is now supported. * All occurrences of a search string in copy mode are now highlighted; additionally, the number of search results is displayed. The highlighting updates interactively with the default emacs key bindings (incremental search). * source-file now understands glob patterns. * Formats now have simple comparisons: #{==:a,b} #{!=:a,b} * There are the following new formats: - #{version} -- the tmux server version; - #{client_termtype} -- the terminal type of the client; - #{client_name} -- the name of a client; - #{client_written} -- the number of bytes written to the client. * The configuration file now accepts %if/%endif conditional blocks which are processed when it is parsed; the argument is a format string (useful with the new format comparison options). * detach-client now has -E to execute a command replacing the client instead of exiting. * Add support for custom command aliases, this is an array option which contains items of the form "alias=command". This is consulted when an unknown command is parsed. * break-pane now has -n to specify the new window name. * OSC 52 support has been added for programs inside tmux to set a tmux buffer. * The mouse "all event" mode (1003) is now supported. * Palette setting is now possible (OSC 4 and 104). * Strikethrough support (a recent terminfo is required). * Grouped sessions can now be named (new -t). * terminal-overrides and update-environment are now array options (the previous set -ag syntax should work without change). * There have been substantial performance improvements. CHANGES FROM 2.2 to 2.3 29 September 2016 Incompatible Changes None. Normal Changes == * New option 'pane-border-status' to add text in the pane borders. * Support for hooks on commands: 'after' and 'before' hooks. * 'source-file' understands '-q' to suppress errors for nonexistent files. * Lots of UTF8 improvements, especially on MacOS. * 'window-status-separator' understands #[] expansions. * 'split-window' understands '-f' for performing a full-width split. * Allow report count to be specified when using 'bind-key -R'. * 'set -a' for appending to user options (@foo) is now supported. * 'display-panes' can now accept a command to run, rather than always selecting the pane. Status: Vendor Tag: TMUX Release Tags: tmux-2-4 U src/external/bsd/tmux/dist/cmd-bind-key.c N src/external/bsd/tmux/dist/Makefile.am N src/external/bsd/tmux/dist/configure N src/external/bsd/tmux/dist/configure.ac N src/external/bsd/tmux/dist/aclocal.m4 N src/external/bsd/tmux/dist/Makefile.in N src/external/bsd/tmux/dist/COPYING N src/external/bsd/tmux/dist/README N src/external/bsd/tmux/dist/TODO U src/external/bsd/tmux/dist/alerts.c U src/external/bsd/tmux/dist/arguments.c U src/external/bsd/tmux/dist/attributes.c U src/external/bsd/tmux/dist/cfg.c C src/external/bsd/tmux/dist/client.c U src/external/bsd/tmux/dist/cmd-find.c N src/external/bsd/tmux/dist/FAQ C src/external/bsd/tmux/dist/cmd-attach-session.c U src/external/bsd/tmux/dist
CVS commit: src/sys/arch
Module Name:src Committed By: jmcneill Date: Sat Apr 22 23:53:24 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: files.tegra soc_tegra124.c tegra_cpufreq.c tegra_fdt.c tegra_soc.c tegra_var.h src/sys/arch/evbarm/conf: TEGRA Log Message: Get rid of tegra_cpuinit after scanning fdt and attach the cpufreq support to the /cpus node. Use regulator API instead of poking directly at the I2C controller to set voltages. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/arm/nvidia/files.tegra cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/nvidia/soc_tegra124.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/nvidia/tegra_cpufreq.c \ src/sys/arch/arm/nvidia/tegra_fdt.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/nvidia/tegra_soc.c cvs rdiff -u -r1.32 -r1.33 src/sys/arch/arm/nvidia/tegra_var.h cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/conf/TEGRA Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/i2c
Module Name:src Committed By: jmcneill Date: Sat Apr 22 23:50:13 UTC 2017 Modified Files: src/sys/dev/i2c: as3722.c Log Message: remove unused field in softc To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/i2c/as3722.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/i2c
Module Name:src Committed By: jmcneill Date: Sat Apr 22 23:46:29 UTC 2017 Modified Files: src/sys/dev/i2c: as3722.c Log Message: Add SD0 regulator. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/i2c/as3722.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/kill
Module Name:src Committed By: christos Date: Sat Apr 22 23:01:36 UTC 2017 Modified Files: src/bin/kill: kill.1 Log Message: Clarify 0 To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/bin/kill/kill.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/kill
Module Name:src Committed By: riastradh Date: Sat Apr 22 22:42:03 UTC 2017 Modified Files: src/bin/kill: kill.1 Log Message: Clarify `kill -0'. Note standard exit codes. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/bin/kill/kill.1 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: abhinav Date: Sat Apr 22 22:36:00 UTC 2017 Modified Files: src/share/man/man3: queue.3 Log Message: Remove comma after the last Nm entry. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/share/man/man3/queue.3 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/nvidia
Module Name:src Committed By: jmcneill Date: Sat Apr 22 21:50:50 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_sdhc.c Log Message: If the "vqmmc-supply" regulator is present, use it to set signal voltage. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/nvidia/tegra_sdhc.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/conf
Module Name:src Committed By: jmcneill Date: Sat Apr 22 21:50:13 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: TEGRA Log Message: add as3722reg To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/conf/TEGRA Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sdmmc
Module Name:src Committed By: jmcneill Date: Sat Apr 22 21:49:41 UTC 2017 Modified Files: src/sys/dev/sdmmc: sdhc.c sdhcvar.h Log Message: Add a vendor callback for setting signal voltage. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/sys/dev/sdmmc/sdhc.c cvs rdiff -u -r1.28 -r1.29 src/sys/dev/sdmmc/sdhcvar.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/i2c
Module Name:src Committed By: jmcneill Date: Sat Apr 22 21:48:56 UTC 2017 Modified Files: src/sys/dev/i2c: as3722.c files.i2c Log Message: Add LDO6 regulator support. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/i2c/as3722.c cvs rdiff -u -r1.72 -r1.73 src/sys/dev/i2c/files.i2c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/fdt
Module Name:src Committed By: jmcneill Date: Sat Apr 22 21:47:41 UTC 2017 Modified Files: src/sys/dev/fdt: fdt_regulator.c fdtvar.h Log Message: Add regulator APIs for setting and getting voltage. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/fdt/fdt_regulator.c cvs rdiff -u -r1.11 -r1.12 src/sys/dev/fdt/fdtvar.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/mips/mips
Module Name:src Committed By: skrll Date: Sat Apr 22 20:32:35 UTC 2017 Modified Files: src/sys/arch/mips/mips: cache.c Log Message: Comment indentation To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/mips/mips/cache.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/uvm/pmap
Module Name:src Committed By: skrll Date: Sat Apr 22 20:20:19 UTC 2017 Modified Files: src/sys/uvm/pmap: pmap.c Log Message: Improve a comment To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/uvm/pmap/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/uvm/pmap
Module Name:src Committed By: skrll Date: Sat Apr 22 20:19:53 UTC 2017 Modified Files: src/sys/uvm/pmap: pmap.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/uvm/pmap/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [jdolecek-ncq] src/sys/dev/ata
Module Name:src Committed By: jakllsch Date: Sat Apr 22 20:07:54 UTC 2017 Modified Files: src/sys/dev/ata [jdolecek-ncq]: wd.c Log Message: Avoid destroying uninitialized xfer on error in wdioctlstrategy(). To generate a diff of this commit: cvs rdiff -u -r1.428.2.9 -r1.428.2.10 src/sys/dev/ata/wd.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/nvidia
Module Name:src Committed By: jmcneill Date: Sat Apr 22 19:20:51 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_lic.c Log Message: Explicitly initialize interrupt controllers and since we pass through to GIC, don't include "LIC" in interrupt string. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/nvidia/tegra_lic.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/nvidia
Module Name:src Committed By: jmcneill Date: Sat Apr 22 17:41:20 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_sdhc.c Log Message: Set parent clock rate to 100MHz when SDR104 is disabled To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/nvidia/tegra_sdhc.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/nvidia
Module Name:src Committed By: jmcneill Date: Sat Apr 22 17:40:47 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra124_car.c Log Message: Fix fractional divider calculations and round down for sdmmc clocks. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/nvidia/tegra124_car.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: kre Date: Sat Apr 22 16:02:39 UTC 2017 Modified Files: src/bin/sh: main.c redir.c redir.h Log Message: Keep track of the biggest fd used by, or available to, the user/script and use that to control which fd's are examined by a (bare) fdflags (with no fd args). Usually this will mean that fdflags will no longer show the shell's internal use fds, only user fds. This is only a partial fix however, a user can easily discover the shell's fd usage (eg: using fstat) and can then still use fdflags to manipulate those fds (or even send output to them). The shell needs to monitor its own fd usage better, and keep out of the way of user fds - coming sometime later... To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/bin/sh/main.c cvs rdiff -u -r1.52 -r1.53 src/bin/sh/redir.c cvs rdiff -u -r1.21 -r1.22 src/bin/sh/redir.h 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: kre Date: Sat Apr 22 15:54:53 UTC 2017 Modified Files: src/bin/sh: redir.c Log Message: When verifying the size of the fd arg for fdflags skip leading 0's (fdflags 01 should work, fdflags 1000 should not) To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/bin/sh/redir.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: kre Date: Sat Apr 22 15:53:17 UTC 2017 Modified Files: src/bin/sh: eval.c Log Message: When -x is set, show assignments to the loop variable in a for loop. To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 src/bin/sh/eval.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/libarchive
Module Name:src Committed By: christos Date: Sat Apr 22 15:12:59 UTC 2017 Modified Files: src/external/bsd/libarchive/include: config_netbsd.h src/external/bsd/libarchive/lib/libarchive: Makefile Log Message: Obey MKCRYPTO. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/libarchive/include/config_netbsd.h cvs rdiff -u -r1.4 -r1.5 src/external/bsd/libarchive/lib/libarchive/Makefile 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/dev
Module Name:src Committed By: macallan Date: Sat Apr 22 15:07:49 UTC 2017 Modified Files: src/sys/arch/sparc64/dev: ffb.c Log Message: - set RI_FULLCLEAR - clear RI_CURSOR when we clear the screen no more garbage when switching screens while there set RI_PREFER_ALPHA To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/arch/sparc64/dev/ffb.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/rasops
Module Name:src Committed By: macallan Date: Sat Apr 22 15:05:03 UTC 2017 Modified Files: src/sys/dev/rasops: rasops.c rasops.h Log Message: add RI_PREFER_ALPHA flag, for drivers that can draw such fonts by hardware To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/dev/rasops/rasops.c cvs rdiff -u -r1.31 -r1.32 src/sys/dev/rasops/rasops.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/sdmmc
Module Name:src Committed By: jmcneill Date: Sat Apr 22 14:19:36 UTC 2017 Modified Files: src/sys/dev/sdmmc: ld_sdmmc.c Log Message: Ensure that the task is returned to the free task list in an error branch. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/dev/sdmmc/ld_sdmmc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [jdolecek-ncq] src/sys/dev/ic
Module Name:src Committed By: jakllsch Date: Sat Apr 22 14:08:38 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Another one missed in previous. To generate a diff of this commit: cvs rdiff -u -r1.30.4.7 -r1.30.4.8 src/sys/dev/ic/siisata.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [jdolecek-ncq] src/sys/dev/ic
Module Name:src Committed By: jakllsch Date: Sat Apr 22 13:40:50 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: 3rd xfer interrupt argument fix change missed in previous. To generate a diff of this commit: cvs rdiff -u -r1.30.4.6 -r1.30.4.7 src/sys/dev/ic/siisata.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/i2c
Module Name:src Committed By: jmcneill Date: Sat Apr 22 13:26:05 UTC 2017 Modified Files: src/sys/dev/i2c: as3722.c Log Message: Add support for AS3722 RTC. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/i2c/as3722.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/nvidia
Module Name:src Committed By: jmcneill Date: Sat Apr 22 13:24:45 UTC 2017 Modified Files: src/sys/arch/arm/nvidia: tegra_rtc.c Log Message: Use fdtbus_todr_attach To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/nvidia/tegra_rtc.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/fdt
Module Name:src Committed By: jmcneill Date: Sat Apr 22 13:24:20 UTC 2017 Modified Files: src/sys/dev/fdt: fdtvar.h files.fdt Added Files: src/sys/dev/fdt: fdt_rtc.c Log Message: Add fdtbus_todr_attach. The kernel will only ever use the first RTC driver to call todr_attach. When drivers use fdtbus_todr_attach, if an "rtc0" alias exists in the devicetree, ensure that only that device node calls todr_attach. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/dev/fdt/fdt_rtc.c cvs rdiff -u -r1.10 -r1.11 src/sys/dev/fdt/fdtvar.h cvs rdiff -u -r1.9 -r1.10 src/sys/dev/fdt/files.fdt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [jdolecek-ncq] src/sys/dev/ic
Module Name:src Committed By: jakllsch Date: Sat Apr 22 13:19:28 UTC 2017 Modified Files: src/sys/dev/ic [jdolecek-ncq]: siisata.c Log Message: Don't use the third argument of the xfer interrupt functions to pass the slot number in siisata(4). This (abuse) is redundant because we are now storing the slot in the xfer structure. To generate a diff of this commit: cvs rdiff -u -r1.30.4.5 -r1.30.4.6 src/sys/dev/ic/siisata.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/ln
Module Name:src Committed By: kre Date: Sat Apr 22 12:22:31 UTC 2017 Modified Files: src/bin/ln: ln.c Log Message: When called as "link" (not currently installed that way) always simply do a link(2) sys call, never use the internal linkit() routine, which allows for a destination directory and installs the link inside (and more.) This makes ln's "link" variant comply with its (currently commented out) section if its manual page, and also makes it identical to /usr/sbin/link. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/bin/ln/ln.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
Module Name:src Committed By: nat Date: Sat Apr 22 10:37:51 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: If there is no data in the mix ring, insert silence. This will ensure that the hardware output pointer remains valid. To generate a diff of this commit: cvs rdiff -u -r1.326 -r1.327 src/sys/dev/audio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: plunky Date: Sat Apr 22 07:48:33 UTC 2017 Modified Files: src: BUILDING Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/BUILDING Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: plunky Date: Sat Apr 22 07:48:19 UTC 2017 Modified Files: src/doc: BUILDING.mdoc Log Message: state correct location for install-image (RELEASEDIR/images) To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/doc/BUILDING.mdoc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.