Module Name:src
Committed By: spz
Date: Tue Jun 17 07:08:47 UTC 2014
Modified Files:
src/external/bsd/openpam/dist/lib: openpam_configure.c
Log Message:
make sure we have a log message at the appropriate level (error) on
why pam is failing in the case of an included pam co
Module Name:src
Committed By: alnsn
Date: Tue Jun 17 08:42:35 UTC 2014
Modified Files:
src/lib/librumpuser: Makefile
Log Message:
Antti objected to including rumpuser_sync_icache. Exclude it from the build.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 sr
Module Name:src
Committed By: alnsn
Date: Tue Jun 17 08:50:49 UTC 2014
Modified Files:
src/sys/rump/librump/rumpkern/arch/arm: Makefile.inc
Log Message:
Antti objected to including rumpuser_sync_icache. Exclude it from the build.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: skrll
Date: Tue Jun 17 09:35:46 UTC 2014
Modified Files:
src/sys/dev/usb: uhidev.c uhidev.h
Log Message:
PR/48908: Cannot open /dev/uhid? when another report id at the same uhidev
was already opened.
Restore the sc reference counting lost in
Module Name:src
Committed By: justin
Date: Tue Jun 17 09:53:59 UTC 2014
Modified Files:
src/lib/librumpuser: rumpuser_port.h
Log Message:
Applications are not supposed to and do not need to include
explicitly
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.3
Module Name:src
Committed By: ozaki-r
Date: Tue Jun 17 10:39:46 UTC 2014
Modified Files:
src/sys/net: bridgestp.c if_bridge.c if_bridgevar.h if_ethersubr.c
Log Message:
Restructure ether_input and bridge_input
The network stack of NetBSD is well organized and
layered. A p
Module Name:src
Committed By: macallan
Date: Tue Jun 17 10:47:27 UTC 2014
Modified Files:
src/sys/dev/sbus: tcx.c
Log Message:
remove last remnants of CG8 emulation
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/sbus/tcx.c
Please note that dif
Module Name:src
Committed By: hannken
Date: Tue Jun 17 12:38:12 UTC 2014
Modified Files:
src/sys/fs/union: union_subr.c
Log Message:
Unlock directory vnode after VOP_CREATE.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/fs/union/union_subr.c
Plea
Module Name:src
Committed By: macallan
Date: Tue Jun 17 14:25:17 UTC 2014
Modified Files:
src/sys/dev/sbus: tcx.c
Log Message:
fix a few 8bit tcx issues:
- set ROP when clearing the screen, tcx actually uses it
- deal with possible 2MB VRAM tcx
while there, consistently us
Module Name:src
Committed By: alnsn
Date: Tue Jun 17 15:37:44 UTC 2014
Update of /cvsroot/src/sys/external/bsd/sljit/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv17842
Log Message:
Import sljit 0.91 (svn r257).
The changes since the last import are:
r257: Add missing ADJUST
Module Name:src
Committed By: christos
Date: Tue Jun 17 16:39:02 UTC 2014
Modified Files:
src/usr.bin/sed: main.c sed.1
Log Message:
add -u (unbuffered output) after GNU sed.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/sed/main.c
cvs rdiff -
Module Name:src
Committed By: alnsn
Date: Tue Jun 17 16:48:24 UTC 2014
Modified Files:
src/sys/external/bsd/sljit/dist/sljit_src: sljitConfig.h
sljitConfigInternal.h sljitExecAllocator.c sljitLir.c
sljitNativePPC_common.c sljitNativeX86_32.c sljitNat
Module Name:src
Committed By: alnsn
Date: Tue Jun 17 16:52:33 UTC 2014
Modified Files:
src/sys/net: bpfjit.c
Log Message:
Update code to the latest sljit version.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/net/bpfjit.c
Please note that diffs a
Module Name:src
Committed By: alnsn
Date: Tue Jun 17 16:49:11 UTC 2014
Modified Files:
src/sys/external/bsd/sljit: README.import
Log Message:
New sljit version is r257.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/sljit/README.import
Module Name:src
Committed By: alnsn
Date: Tue Jun 17 17:30:48 UTC 2014
Modified Files:
src/sys/external/bsd/sljit/dist/sljit_src: sljitConfigInternal.h
Log Message:
Don't redefine SLJIT_HALT_PROCESS().
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 \
src
Module Name:src
Committed By: msaitoh
Date: Tue Jun 17 17:37:08 UTC 2014
Modified Files:
src/sys/dev/pci: if_bge.c if_bgereg.h
Log Message:
- Print yet another hardware config word in SRAM(BGE_SRAM_DATA_CFG_5) for
BCM5717 and newer devices.
- Fix a trivial bug in #ifdef
Module Name:src
Committed By: msaitoh
Date: Tue Jun 17 18:18:51 UTC 2014
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
Fix a variable name in last commit.
To generate a diff of this commit:
cvs rdiff -u -r1.267 -r1.268 src/sys/dev/pci/if_bge.c
Please note that
Module Name:src
Committed By: alnsn
Date: Tue Jun 17 18:48:35 UTC 2014
Modified Files:
src/doc: 3RDPARTY
Log Message:
Update sljit entry.
To generate a diff of this commit:
cvs rdiff -u -r1.1123 -r1.1124 src/doc/3RDPARTY
Please note that diffs are not public domain; the
Module Name:src
Committed By: alnsn
Date: Tue Jun 17 19:26:18 UTC 2014
Modified Files:
src/tests/lib/libbpfjit: Makefile
src/tests/lib/libsljit: Makefile
Log Message:
libarch on sparc isn't -l${MACHINE_CPU}. Don't link to it.
To generate a diff of this commit:
cv
Module Name:src
Committed By: alnsn
Date: Tue Jun 17 19:33:20 UTC 2014
Modified Files:
src/sys/external/bsd/sljit/dist/sljit_src: sljitExecAllocator.c
sljitLir.c sljitNativeARM_32.c sljitNativeARM_64.c
sljitNativeARM_T2_32.c sljitNativeMIPS_32.c slji
Module Name:src
Committed By: alnsn
Date: Tue Jun 17 19:36:45 UTC 2014
Modified Files:
src/sys/external/bsd/sljit/dist/sljit_src: sljitConfig.h
sljitConfigInternal.h sljitLir.h
Log Message:
Add $NetBSD$.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -
Module Name:src
Committed By: alnsn
Date: Tue Jun 17 19:37:03 UTC 2014
Modified Files:
src/sys/external/bsd/sljit/dist/test_src: sljitMain.c sljitTest.c
Log Message:
Add $NetBSD$.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/sljit/dist
Module Name:src
Committed By: msaitoh
Date: Tue Jun 17 21:37:20 UTC 2014
Modified Files:
src/sys/dev/mii: brgphy.c brgphyreg.h
src/sys/dev/pci: if_bge.c if_bnx.c if_bnxreg.h
Log Message:
- Fix detection of BGEPHYF_FIBER_{MII|TBI}
- Add BCM5708S support in brgphy(4)
Module Name:src
Committed By: msaitoh
Date: Tue Jun 17 22:29:13 UTC 2014
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
Add BGEPHYF_NO_WIRESPEED flag for fiber devices.
To generate a diff of this commit:
cvs rdiff -u -r1.269 -r1.270 src/sys/dev/pci/if_bge.c
Plea
Module Name:src
Committed By: ozaki-r
Date: Wed Jun 18 01:19:19 UTC 2014
Modified Files:
src/sys/net: bridgestp.c
Log Message:
Make local functions static
This change unveiled some functions are unused. Remove some and
comment out the others.
No functional change.
To g
Module Name:src
Committed By: msaitoh
Date: Wed Jun 18 02:03:26 UTC 2014
Modified Files:
src/external/bsd/openpam/dist/lib [netbsd-6]: openpam_configure.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1076):
src/external/bsd/openpam/d
Module Name:src
Committed By: msaitoh
Date: Wed Jun 18 02:03:46 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 1076.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.118 -r1.1.2.119 src/doc/CHANGES-6.2
Please note that diffs are not
Module Name:src
Committed By: msaitoh
Date: Wed Jun 18 02:15:27 UTC 2014
Modified Files:
src/external/bsd/openpam/dist/lib [netbsd-6-1]: openpam_configure.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1076):
src/external/bsd/openpam
Module Name:src
Committed By: msaitoh
Date: Wed Jun 18 02:15:51 UTC 2014
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.5
Log Message:
Ticket 1076.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-6.1.5
Please note that diffs are n
Module Name:src
Committed By: msaitoh
Date: Wed Jun 18 02:19:29 UTC 2014
Modified Files:
src/external/bsd/openpam/dist/lib [netbsd-6-0]: openpam_configure.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1076):
src/external/bsd/openpam
Module Name:src
Committed By: msaitoh
Date: Wed Jun 18 02:20:05 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.6
Log Message:
Ticket 1076.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-6.0.6
Please note that diffs are n
Module Name:src
Committed By: macallan
Date: Wed Jun 18 04:54:09 UTC 2014
Modified Files:
src/sys/dev/sbus: tcx.c
Log Message:
8bit tcx doesn't implement a hardware cursor, so don't pretend it does.
Also, avoid poking the hw cursor registers in that case. Real hardware doe
Module Name:src
Committed By: msaitoh
Date: Wed Jun 18 06:35:19 UTC 2014
Modified Files:
src/sys/dev/mii: brgphy.c
Log Message:
Fix uninitiazed variable problem found on zaurus. I don't know why
only zaurus found it.
To generate a diff of this commit:
cvs rdiff -u -r1.7
33 matches
Mail list logo