CVS commit: src/sys/dev/mii

2019-03-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Mar 25 05:39:51 UTC 2019 Modified Files: src/sys/dev/mii: makphy.c Added Files: src/sys/dev/mii: makphyvar.h Log Message: - 88E1000(S) has no page select register, so don't access it. Note that qemu doesn't

CVS commit: src/sys/dev/pci

2019-03-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Mar 25 05:32:01 UTC 2019 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Pass error status to the upper layer in wm_gmii_{i82544,i80003}*(). To generate a diff of this commit: cvs rdiff -u -r1.631 -r1.632

CVS commit: src/sys/net

2019-03-24 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Mar 25 04:06:36 UTC 2019 Modified Files: src/sys/net: if_tun.c Log Message: Revert rev. 1.151 and 1.152 to avoid compile error. Requested by pgoyette. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153

CVS commit: src/sys/net

2019-03-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Mar 25 02:58:28 UTC 2019 Modified Files: src/sys/net: if_tun.c Log Message: Use correct list name To generate a diff of this commit: cvs rdiff -u -r1.151 -r1.152 src/sys/net/if_tun.c Please note that diffs are not public

CVS commit: src/sbin

2019-03-24 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Mon Mar 25 02:13:01 UTC 2019 Modified Files: src/sbin/dump: dump.8 dump.h itime.c main.c src/sbin/dump_lfs: dump_lfs.8 Log Message: Add -U flag to dump(8) and dump_lfs(8) to specify dumpdates entry This address situations

CVS commit: src/sys/net

2019-03-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Mar 25 01:06:35 UTC 2019 Modified Files: src/sys/net: if_tun.c Log Message: This should do it! Remove the zombie unit from the zombie list, not the regular list! To generate a diff of this commit: cvs rdiff -u -r1.150

CVS commit: src/sys/net

2019-03-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Mar 25 01:01:29 UTC 2019 Modified Files: src/sys/net: if_tun.c Log Message: And revert both of the previous. It seems that the structure has already been removed from the list in the find_zunit() code. So now, off to

CVS commit: src/sys/net

2019-03-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Mar 25 00:59:04 UTC 2019 Modified Files: src/sys/net: if_tun.c Log Message: Fix previous - remove it from the list before freeing the memory. To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149

CVS commit: src/sys/net

2019-03-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Mar 25 00:55:28 UTC 2019 Modified Files: src/sys/net: if_tun.c Log Message: If the unit being closed was a "zombie" (ie, the interface was destroyed previously), remove it from the zombie list after freeing all of its

CVS commit: src/lib/libedit

2019-03-24 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Mar 24 16:42:49 UTC 2019 Modified Files: src/lib/libedit: filecomplete.c Log Message: Only quote the completion matches if we are doing filename completion If the user supplies a value for the attempted_completion_function

CVS commit: src/sys/compat/linux/arch/alpha

2019-03-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Mar 24 16:39:47 UTC 2019 Modified Files: src/sys/compat/linux/arch/alpha: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c Log Message: regen To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/compat

2019-03-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Mar 24 16:24:20 UTC 2019 Modified Files: src/sys/compat/linux/arch/alpha: files.linux_alpha syscalls.master src/sys/compat/osf1: files.osf1 Added Files: src/sys/compat/linux/arch/alpha: linux_osf1.c linux_osf1.h

CVS commit: src/sys

2019-03-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Mar 24 15:58:32 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: machdep.c netbsd32_machdep.c src/sys/compat/linux32/arch/amd64: linux32_machdep.c Log Message: Disable preemption when setting PCB_COMPAT32, to prevent

CVS commit: src/sbin/gpt

2019-03-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 24 13:45:35 UTC 2019 Modified Files: src/sbin/gpt: gpt.8 show.c Log Message: Make the "show" subcommand accept -b startsec to identify a partition (very usefull for scripts and other robotic callers). To generate a diff

CVS commit: src/share/man/man4

2019-03-24 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Mar 24 13:31:31 UTC 2019 Modified Files: src/share/man/man4: zyd.4 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/zyd.4 Please note that diffs are not

CVS commit: src/sbin/gpt

2019-03-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 24 13:31:00 UTC 2019 Modified Files: src/sbin/gpt: gpt.8 resize.c Log Message: Add support for specifying the partition to resize via -b startsec (similar to label and other subcommands). Do not fully add gpt_find

CVS commit: src/sys

2019-03-24 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Mar 24 13:15:43 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/compat/linux/arch/amd64: linux_machdep.c Log Message: Fix a tiny race in setregs and linux_setregs. Between the moment we set

CVS commit: src/share/man/man4

2019-03-24 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Mar 24 11:22:06 UTC 2019 Modified Files: src/share/man/man4: zyd.4 Log Message: Delete the sentence "Wired Equivalent Privacy (WEP) is the de facto encryption standard for wireless networks", because it no longer is. To

CVS commit: src

2019-03-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Mar 24 11:20:26 UTC 2019 Modified Files: src/distrib/sets/lists/modules: mi src/sys/modules: Makefile Added Files: src/sys/modules/if_tap: Makefile tap.ioconf src/sys/modules/tap: Makefile tap.c Log

CVS commit: src/external/mit/xorg/lib/fontconfig/src

2019-03-24 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Mar 24 10:39:45 UTC 2019 Modified Files: src/external/mit/xorg/lib/fontconfig/src: Makefile Log Message: Make "includes" depend upon uuid/uuid.h (as already did depends, dependall, and all) rather than unconditionally "building"