Search
17 results for “netbsdsrc”
-
sys/ufs/lfs: lfs_segment.c
perseant: Decrement seg_iocount only while the segment lock is held. May help
with the deadlock reported in PR kern/60504.http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/ufs/lfs/lfs_segment.c.diff?r1=1.312&r2=1.313
-
sys/ufs/lfs: lfs_inode.c lfs_pages.c lfs_segment.c
perseant: Instead of writing partial-segments synchronously when sync is requested,
write them async, but wait for vp->v_numoutput to drop to zero if the
calling semantics require it. That way, even if we might have to wait,
nobody else is required to wait with us.http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/ufs/lfs/lfs_inode.c.diff?r1=1.165&r2=1.166
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/ufs/lfs/lfs_pages.c.diff?r1=1.31&r2=1.32
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/ufs/lfs/lfs_segment.c.diff?r1=1.311&r2=1.312 -
sys/ufs/lfs: lfs_pages.c lfs_segment.c lfs_vfsops.c lfs_vnops.c
perseant: Be more discerning about when to write the inode of a file, and when
to mark a file IN_MODIFIED. Prevents what amounts to a vnode leak.http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/ufs/lfs/lfs_pages.c.diff?r1=1.30&r2=1.31
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/ufs/lfs/lfs_segment.c.diff?r1=1.310&r2=1.311
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/ufs/lfs/lfs_vfsops.c.diff?r1=1.401&r2=1.402
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/ufs/lfs/lfs_vnops.c.diff?r1=1.354&r2=1.355 -
sys/arch/amd64/conf: ALL
sys/arch/i386/conf: ALLriastradh: x86/ALL: Enable nvmm(4).
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/amd64/conf/ALL.diff?r1=1.198&r2=1.199
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/i386/conf/ALL.diff?r1=1.526&r2=1.527 -
doc: 3RDPARTY
taca: doc/3RDPARTY: new postfix
http://cvsweb.netbsd.org/bsdweb.cgi/src/doc/3RDPARTY.diff?r1=1.2242&r2=1.2243
-
share/misc: acronyms.comp
jschauma: +RDS Reliable Datagram Sockets
http://cvsweb.netbsd.org/bsdweb.cgi/src/share/misc/acronyms.comp.diff?r1=1.428&r2=1.429
-
sys/arch/prep/prep: machdep.c
macallan: apply the same cascaded interrupt patch as on ofppc
should fix PR60675http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/prep/prep/machdep.c.diff?r1=1.81&r2=1.82
-
sys/arch/ofppc/conf: 43P150
macallan: a kernel config for the IBM 43P/150
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/ofppc/conf/43P150?rev=1.1
-
sys/arch/ofppc/ofppc: machdep.c
macallan: - use ofprint() for debug output so we have a chance to see it
- do not BAT-map anything beyond 0xff000000 - my 43P gets quite grouchy if we do
- copy EDID properties from OF like macppc does, for things like mach64 where
X can program video modes but can't (relably) do DDChttp://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/ofppc/ofppc/machdep.c.diff?r1=1.121&r2=1.122
-
xsrc/external/mit/xf86-video-mach64/dist/src: atipreinit.c
macallan: default to refclk = 29.498MHz on Rage XL
-
sys/arch/mips/include: asm.h
skrll: mips: throw a build error if the exception vector exceed 0x80 bytes.
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/mips/include/asm.h.diff?r1=1.77&r2=1.78
-
sys/arch/mips/mips: cpu_subr.c mips_fixup.c trap.c
sys/arch/mips/rmi: rmixl_cpu.c
...skrll: Use cpu_tlb_info instead of directly referencing ci_tlb_info. This way
the PMAP_TLB_MAX == 1 optimisation can work.http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/mips/mips/cpu_subr.c.diff?r1=1.66&r2=1.67
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/mips/mips/mips_fixup.c.diff?r1=1.25&r2=1.26
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/mips/mips/trap.c.diff?r1=1.266&r2=1.267
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/mips/rmi/rmixl_cpu.c.diff?r1=1.16&r2=1.17
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/powerpc/booke/booke_machdep.c.diff?r1=1.37&r2=1.38
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/powerpc/booke/booke_pmap.c.diff?r1=1.39&r2=1.40 -
sys/arch/riscv/starfive: files.starfive
skrll: Fix a typo in a comment.
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/riscv/starfive/files.starfive.diff?r1=1.13&r2=1.14
-
etc/etc.riscv: Makefile.inc
rxg: s/SNAP_MD_POST_DEPS/SNAP_MD_POST_DEPS_IMGZ/ for smp_riscv64mbr
http://cvsweb.netbsd.org/bsdweb.cgi/src/etc/etc.riscv/Makefile.inc.diff?r1=1.9&r2=1.10
-
etc/etc.riscv: Makefile.inc
distrib/utils/embedded/conf: riscv64mbr.confrxg: Add RISCV64 MBR image, OK'd by skrll@.
http://cvsweb.netbsd.org/bsdweb.cgi/src/distrib/utils/embedded/conf/riscv64mbr.conf?rev=1.1
http://cvsweb.netbsd.org/bsdweb.cgi/src/etc/etc.riscv/Makefile.inc.diff?r1=1.8&r2=1.9 -
share/man/man7: sysctl.7
gutteridge: sysctl.7: put a couple of kern nodes in order
http://cvsweb.netbsd.org/bsdweb.cgi/src/share/man/man7/sysctl.7.diff?r1=1.176&r2=1.177
-
bin/stty: print.c
tls: Fix mis-printing of ONOCR and ONLRET.
http://cvsweb.netbsd.org/bsdweb.cgi/src/bin/stty/print.c.diff?r1=1.23&r2=1.24