Discussion:
CVS commit: src/sys
Masao Uebayashi
2014-10-10 08:24:54 UTC
Permalink
Module Name: src
Committed By: uebayasi
Date: Fri Oct 10 08:24:54 UTC 2014

Modified Files:
src/sys/conf: files std
src/sys/uvm: files.uvm

Log Message:
Define "uvm" attribute and mark files.


To generate a diff of this commit:
cvs rdiff -u -r1.1106 -r1.1107 src/sys/conf/files
cvs rdiff -u -r1.15 -r1.16 src/sys/conf/std
cvs rdiff -u -r1.20 -r1.21 src/sys/uvm/files.uvm

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Masao Uebayashi
2014-10-10 09:01:01 UTC
Permalink
Module Name: src
Committed By: uebayasi
Date: Fri Oct 10 09:01:01 UTC 2014

Modified Files:
src/sys/conf: files
src/sys/uvm: files.uvm

Log Message:
Use opt_*.h to not polute CPPFLAGS.

Attribute dependency is not yet. Revert a definition.


To generate a diff of this commit:
cvs rdiff -u -r1.1107 -r1.1108 src/sys/conf/files
cvs rdiff -u -r1.21 -r1.22 src/sys/uvm/files.uvm

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Masao Uebayashi
2014-10-10 09:13:22 UTC
Permalink
Module Name: src
Committed By: uebayasi
Date: Fri Oct 10 09:13:22 UTC 2014

Modified Files:
src/sys/arch/amd64/conf: files.amd64
src/sys/arch/x86/conf: files.x86
src/sys/conf: files std

Log Message:
Define "machdep" attribute and mark files (in amd64 and x86).


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/amd64/conf/files.amd64
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/x86/conf/files.x86
cvs rdiff -u -r1.1108 -r1.1109 src/sys/conf/files
cvs rdiff -u -r1.16 -r1.17 src/sys/conf/std

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Masao Uebayashi
2014-10-10 12:20:13 UTC
Permalink
Module Name: src
Committed By: uebayasi
Date: Fri Oct 10 12:20:13 UTC 2014

Modified Files:
src/sys/conf: files
src/sys/ufs: files.ufs

Log Message:
To make sure that I'm not doing wrong, try to define ffs/ufs/vfs dependencies
a little more strictly.


To generate a diff of this commit:
cvs rdiff -u -r1.1112 -r1.1113 src/sys/conf/files
cvs rdiff -u -r1.36 -r1.37 src/sys/ufs/files.ufs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Masao Uebayashi
2014-10-10 12:29:28 UTC
Permalink
Module Name: src
Committed By: uebayasi
Date: Fri Oct 10 12:29:28 UTC 2014

Modified Files:
src/sys/conf: files
Added Files:
src/sys/dev: files.audio

Log Message:
Move audio related definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.1113 -r1.1114 src/sys/conf/files
cvs rdiff -u -r0 -r1.1 src/sys/dev/files.audio

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Masao Uebayashi
2014-10-10 12:39:53 UTC
Permalink
Module Name: src
Committed By: uebayasi
Date: Fri Oct 10 12:39:53 UTC 2014

Modified Files:
src/sys/conf: files
Added Files:
src/sys/dev/ic: files.athn

Log Message:
Move athn definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.1114 -r1.1115 src/sys/conf/files
cvs rdiff -u -r0 -r1.1 src/sys/dev/ic/files.athn

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Masao Uebayashi
2014-10-10 17:21:20 UTC
Permalink
Module Name: src
Committed By: uebayasi
Date: Fri Oct 10 17:21:20 UTC 2014

Modified Files:
src/sys/conf: files
src/sys/dev: files.audio

Log Message:
Normalize audio related definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.1116 -r1.1117 src/sys/conf/files
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/files.audio

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Masao Uebayashi
2014-10-11 06:42:20 UTC
Permalink
Module Name: src
Committed By: uebayasi
Date: Sat Oct 11 06:42:20 UTC 2014

Modified Files:
src/sys/fs/adosfs: files.adosfs
src/sys/fs/cd9660: files.cd9660
src/sys/fs/efs: files.efs
src/sys/fs/filecorefs: files.filecorefs
src/sys/fs/hfs: files.hfs
src/sys/fs/msdosfs: files.msdosfs
src/sys/fs/nfs: files.newnfs
src/sys/fs/nilfs: files.nilfs
src/sys/fs/ntfs: files.ntfs
src/sys/fs/ptyfs: files.ptyfs
src/sys/fs/puffs: files.puffs
src/sys/fs/smbfs: files.smbfs
src/sys/fs/sysvbfs: files.sysvbfs
src/sys/fs/tmpfs: files.tmpfs
src/sys/fs/udf: files.udf
src/sys/fs/union: files.union
src/sys/fs/unionfs: files.unionfs
src/sys/fs/v7fs: files.v7fs
src/sys/miscfs/fdesc: files.fdesc
src/sys/miscfs/kernfs: files.kernfs
src/sys/miscfs/nullfs: files.nullfs
src/sys/miscfs/overlay: files.overlay
src/sys/miscfs/procfs: files.procfs
src/sys/miscfs/umapfs: files.umapfs
src/sys/nfs: files.nfs

Log Message:
Define filesystem attributes with vfs dependency.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/fs/adosfs/files.adosfs
cvs rdiff -u -r1.1 -r1.2 src/sys/fs/cd9660/files.cd9660
cvs rdiff -u -r1.2 -r1.3 src/sys/fs/efs/files.efs
cvs rdiff -u -r1.3 -r1.4 src/sys/fs/filecorefs/files.filecorefs
cvs rdiff -u -r1.3 -r1.4 src/sys/fs/hfs/files.hfs
cvs rdiff -u -r1.1 -r1.2 src/sys/fs/msdosfs/files.msdosfs
cvs rdiff -u -r1.1.1.1 -r1.2 src/sys/fs/nfs/files.newnfs
cvs rdiff -u -r1.2 -r1.3 src/sys/fs/nilfs/files.nilfs
cvs rdiff -u -r1.2 -r1.3 src/sys/fs/ntfs/files.ntfs
cvs rdiff -u -r1.3 -r1.4 src/sys/fs/ptyfs/files.ptyfs
cvs rdiff -u -r1.5 -r1.6 src/sys/fs/puffs/files.puffs
cvs rdiff -u -r1.2 -r1.3 src/sys/fs/smbfs/files.smbfs
cvs rdiff -u -r1.1 -r1.2 src/sys/fs/sysvbfs/files.sysvbfs
cvs rdiff -u -r1.5 -r1.6 src/sys/fs/tmpfs/files.tmpfs
cvs rdiff -u -r1.5 -r1.6 src/sys/fs/udf/files.udf
cvs rdiff -u -r1.2 -r1.3 src/sys/fs/union/files.union
cvs rdiff -u -r1.2 -r1.3 src/sys/fs/unionfs/files.unionfs
cvs rdiff -u -r1.1 -r1.2 src/sys/fs/v7fs/files.v7fs
cvs rdiff -u -r1.3 -r1.4 src/sys/miscfs/fdesc/files.fdesc
cvs rdiff -u -r1.5 -r1.6 src/sys/miscfs/kernfs/files.kernfs
cvs rdiff -u -r1.3 -r1.4 src/sys/miscfs/nullfs/files.nullfs
cvs rdiff -u -r1.1 -r1.2 src/sys/miscfs/overlay/files.overlay
cvs rdiff -u -r1.8 -r1.9 src/sys/miscfs/procfs/files.procfs
cvs rdiff -u -r1.1 -r1.2 src/sys/miscfs/umapfs/files.umapfs
cvs rdiff -u -r1.13 -r1.14 src/sys/nfs/files.nfs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Masao Uebayashi
2014-10-12 03:52:30 UTC
Permalink
Module Name: src
Committed By: uebayasi
Date: Sun Oct 12 03:52:30 UTC 2014

Modified Files:
src/sys/conf: files
src/sys/miscfs/nullfs: files.nullfs
src/sys/miscfs/overlay: files.overlay
src/sys/miscfs/umapfs: files.umapfs

Log Message:
Define layerfs as an attribute.


To generate a diff of this commit:
cvs rdiff -u -r1.1117 -r1.1118 src/sys/conf/files
cvs rdiff -u -r1.4 -r1.5 src/sys/miscfs/nullfs/files.nullfs
cvs rdiff -u -r1.2 -r1.3 src/sys/miscfs/overlay/files.overlay
cvs rdiff -u -r1.2 -r1.3 src/sys/miscfs/umapfs/files.umapfs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Masao Uebayashi
2014-10-12 03:56:18 UTC
Permalink
Module Name: src
Committed By: uebayasi
Date: Sun Oct 12 03:56:18 UTC 2014

Modified Files:
src/sys/conf: files
Added Files:
src/sys/net: files.net

Log Message:
Move net definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.1118 -r1.1119 src/sys/conf/files
cvs rdiff -u -r0 -r1.1 src/sys/net/files.net

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Masao Uebayashi
2014-10-12 04:30:42 UTC
Permalink
Module Name: src
Committed By: uebayasi
Date: Sun Oct 12 04:30:42 UTC 2014

Modified Files:
src/sys/conf: files
Added Files:
src/sys/kern: files.kern

Log Message:
Move kern definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.1119 -r1.1120 src/sys/conf/files
cvs rdiff -u -r0 -r1.1 src/sys/kern/files.kern

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Christos Zoulas
2014-10-12 19:00:21 UTC
Permalink
Module Name: src
Committed By: christos
Date: Sun Oct 12 19:00:21 UTC 2014

Modified Files:
src/sys/netinet: ip_output.c
src/sys/netinet6: ip6_output.c ip6_var.h

Log Message:
Refactor the multicast membership code so that we can handle v4 mapped
addresses using the v6 membership ioctls.


To generate a diff of this commit:
cvs rdiff -u -r1.231 -r1.232 src/sys/netinet/ip_output.c
cvs rdiff -u -r1.159 -r1.160 src/sys/netinet6/ip6_output.c
cvs rdiff -u -r1.62 -r1.63 src/sys/netinet6/ip6_var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Christos Zoulas
2014-10-12 19:02:19 UTC
Permalink
Module Name: src
Committed By: christos
Date: Sun Oct 12 19:02:19 UTC 2014

Modified Files:
src/sys/netinet: in.h
src/sys/netinet6: in6.h

Log Message:
document that we depend on the option numbers matching.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/netinet/in.h
cvs rdiff -u -r1.78 -r1.79 src/sys/netinet6/in6.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Christos Zoulas
2014-10-15 15:00:03 UTC
Permalink
Module Name: src
Committed By: christos
Date: Wed Oct 15 15:00:03 UTC 2014

Modified Files:
src/sys/fs/ptyfs: ptyfs_subr.c ptyfs_vfsops.c
src/sys/kern: tty_ptm.c
src/sys/sys: pty.h

Log Message:
From Ilia Zykov:
- correct some incorrect comments
- add XXX warning
- increase security by activating when get the slave
- make pty_vn_open() private to tty_ptm.c


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/fs/ptyfs/ptyfs_subr.c
cvs rdiff -u -r1.53 -r1.54 src/sys/fs/ptyfs/ptyfs_vfsops.c
cvs rdiff -u -r1.34 -r1.35 src/sys/kern/tty_ptm.c
cvs rdiff -u -r1.10 -r1.11 src/sys/sys/pty.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Taylor R Campbell
2014-10-16 12:31:23 UTC
Permalink
Module Name: src
Committed By: riastradh
Date: Thu Oct 16 12:31:23 UTC 2014

Modified Files:
src/sys/dev/pci: pci_map.c pcivar.h radeonfb.c
src/sys/external/bsd/drm2/include/linux: pci.h

Log Message:
Generalize pci_find_rom and use it to locate x86 video ROM in drm2.

- Make pci_find_rom take the ROM `BAR' size as a parameter, instead
of using pci_find_mem with the ROM `BAR' to detect the size.

- Use it to find the x86 video ROM in [0xc0000, 0xe0000) in drm2,
when nothing else reports that location.

- Adapt the one other caller in radeonfb, which already has the
maximum ROM size handy (romsz).

XXX pullup to netbsd-7


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/pci/pci_map.c
cvs rdiff -u -r1.99 -r1.100 src/sys/dev/pci/pcivar.h
cvs rdiff -u -r1.84 -r1.85 src/sys/dev/pci/radeonfb.c
cvs rdiff -u -r1.8 -r1.9 src/sys/external/bsd/drm2/include/linux/pci.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Soren Jacobsen
2014-10-17 17:48:53 UTC
Permalink
Module Name: src
Committed By: snj
Date: Fri Oct 17 17:48:53 UTC 2014

Modified Files:
src/sys/arch/x68k/stand/libsa: consio.c
src/sys/dev/pci: if_wm.c

Log Message:
There's an r in "determine"


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x68k/stand/libsa/consio.c
cvs rdiff -u -r1.304 -r1.305 src/sys/dev/pci/if_wm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...