Module Name:src
Committed By: martin
Date: Sat Apr 4 12:15:38 UTC 2015
Modified Files:
src: UPDATING
Log Message:
Note required cleandir for lint changes
To generate a diff of this commit:
cvs rdiff -u -r1.260 -r1.261 src/UPDATING
Please note that diffs are not public
Module Name:src
Committed By: macallan
Date: Sat Apr 4 12:28:52 UTC 2015
Modified Files:
src/sys/arch/mips/conf: files.ingenic
Added Files:
src/sys/arch/mips/ingenic: jziic.c
Log Message:
preliminary driver for JZ4780's on-chip SMBus controllers
needs more work bu
Module Name:src
Committed By: macallan
Date: Sat Apr 4 12:32:34 UTC 2015
Modified Files:
src/sys/arch/evbmips/conf: CI20
Log Message:
add jziic and RTC drivers
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbmips/conf/CI20
Please note that
Module Name:src
Committed By: riastradh
Date: Sat Apr 4 12:34:45 UTC 2015
Modified Files:
src/sys/fs/msdosfs: msdosfs_vnops.c
src/sys/fs/sysvbfs: sysvbfs_vnops.c
src/sys/fs/udf: udf_vnops.c
src/tests/fs/vfs: t_io.c
Log Message:
Fix remaining read(f
Module Name:src
Committed By: macallan
Date: Sat Apr 4 13:06:01 UTC 2015
Modified Files:
src/sys/arch/evbmips/ingenic: intr.c machdep.c mainbus.c
Log Message:
add IPI support
compile-tested only since we don't actually spin up the 2nd core yet
To generate a diff of this
Module Name:src
Committed By: riastradh
Date: Sat Apr 4 13:28:36 UTC 2015
Modified Files:
src/sys/fs/sysvbfs: sysvbfs_vnops.c
Log Message:
Make sure err is initialized.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/fs/sysvbfs/sysvbfs_vnops.c
Ple
Module Name:src
Committed By: christos
Date: Sat Apr 4 13:59:20 UTC 2015
Modified Files:
src/crypto/external/bsd/openssh/dist: ssh-keyscan.c
Log Message:
Alpha is the only platform where sig_atomic_t isn't int...
OpenBSD does not compile OpenSSH on the alpha anymore?
To
Module Name:src
Committed By: macallan
Date: Sat Apr 4 14:12:40 UTC 2015
Modified Files:
src/sys/arch/sgimips/dev: scn.c
Log Message:
don't malloc a tiny, fixed size buffer to scribble into, then not use it
and never free it either
found by Brainy
To generate a diff of
Module Name:src
Committed By: macallan
Date: Sat Apr 4 14:19:00 UTC 2015
Modified Files:
src/sys/arch/sgimips/mace: macekbc.c
Log Message:
malloc() -> kmem_alloc() for private data, also kmem_free() them if we
don't finish attaching for whatever reason
found by Brainy
Module Name:src
Committed By: martin
Date: Sat Apr 4 14:56:48 UTC 2015
Modified Files:
src/sys/net [netbsd-7]: if_vlan.c
Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #653):
sys/net/if_vlan.c: revision 1.80
Correct frame padding length
Module Name:src
Committed By: riastradh
Date: Sat Apr 4 15:08:40 UTC 2015
Modified Files:
src/sys/dev/pci: agp_amd64.c
Log Message:
Fix error branches in agp_amd64.c.
- agp_generic_detach always.
- Free asc if it was allocated. (Found by Brainy, noted by maxv@.)
- Free
Module Name:src
Committed By: christos
Date: Sat Apr 4 15:09:45 UTC 2015
Modified Files:
src/sys/dev/ic: ac97.c
Log Message:
fix memory leak, found by Brainy.
XXX: is there anything else that we need to cleanup at this point?
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Sat Apr 4 15:10:47 UTC 2015
Modified Files:
src/sys/dev/ic: mfi.c
Log Message:
fix double free, found by Brainy.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/dev/ic/mfi.c
Please note that diffs are n
Module Name:src
Committed By: jmcneill
Date: Sat Apr 4 15:12:39 UTC 2015
Modified Files:
src/sys/external/bsd/drm2/i915drm: intelfb.c
src/sys/external/bsd/drm2/nouveau: nouveaufb.c
Log Message:
pmf_device_register returns false on failure, not true
To generate a
Module Name:src
Committed By: riastradh
Date: Sat Apr 4 15:14:42 UTC 2015
Modified Files:
src/sys/dev/i2c: i2c.c
Log Message:
Free cmd on error if we allocated it.
Found by Brainy, reported by maxv@.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys
Module Name:src
Committed By: christos
Date: Sat Apr 4 15:16:54 UTC 2015
Modified Files:
src/sys/dev/i2c: i2c.c
Log Message:
dedup code.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/dev/i2c/i2c.c
Please note that diffs are not public domain; th
Module Name:src
Committed By: christos
Date: Sat Apr 4 15:22:02 UTC 2015
Modified Files:
src/sys/dev/if_ndis: if_ndis_pci.c
Log Message:
don't leak rl (but there are other leaks), found by Brainy.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev
Module Name:src
Committed By: riastradh
Date: Sat Apr 4 15:25:16 UTC 2015
Modified Files:
src/sys/dev/sysmon: sysmon_power.c
Log Message:
Free ped if we can't hand it to the power daemon.
Found by Brainy, reported by maxv@.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Sat Apr 4 15:29:59 UTC 2015
Modified Files:
src/sys/dev/sysmon: sysmon_power.c
Log Message:
don't forget to free the dictionary.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/dev/sysmon/sysmon_power.c
Module Name:src
Committed By: christos
Date: Sat Apr 4 15:31:17 UTC 2015
Modified Files:
src/sys/dev/sysmon: sysmon_power.c
Log Message:
another missing free dict.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/sysmon/sysmon_power.c
Please no
Module Name:src
Committed By: christos
Date: Sat Apr 4 15:33:36 UTC 2015
Modified Files:
src/sys/dev/usb: umass_isdata.c
Log Message:
fix leak, found by Brainy.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/usb/umass_isdata.c
Please note tha
Module Name:src
Committed By: christos
Date: Sat Apr 4 15:39:40 UTC 2015
Modified Files:
src/sys/dev/hpc: hpcfb.c
Log Message:
fix leak, found by Brainy.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/dev/hpc/hpcfb.c
Please note that diffs are no
Module Name:src
Committed By: riastradh
Date: Sat Apr 4 15:46:53 UTC 2015
Modified Files:
src/sys/external/bsd/drm2/include/drm: drm_wait_netbsd.h
Log Message:
In DRM_SPIN_WAIT_ON, don't stop after waiting only one tick.
Continue the loop to recheck the condition and cou
Module Name:src
Committed By: joerg
Date: Sat Apr 4 18:51:58 UTC 2015
Modified Files:
src/libexec/ld.elf_so: rtld.c
Log Message:
lib/49813: Release mutex on error.
To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 src/libexec/ld.elf_so/rtld.c
Please note
Module Name:src
Committed By: christos
Date: Sat Apr 4 18:53:51 UTC 2015
Modified Files:
src/external/bsd/tcpdump/dist: print-rpki-rtr.c
Log Message:
Apply commit fb6e5377f392555b8c725f66b8b701f0061a3695:
-Fix/add ND_TCHECK2 tests,
-Fix a buffer overflow,
-Remove a debug
Module Name:src
Committed By: martin
Date: Sat Apr 4 19:05:31 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket #653
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.247 -r1.1.2.248 src/doc/CHANGES-7.0
Please note that diffs are not pu
Module Name:src
Committed By: christos
Date: Sat Apr 4 19:32:06 UTC 2015
Modified Files:
src/usr.bin/xlint/lint1: Makefile
Log Message:
build ops.h first, because trying to build dependencies and ops.h at the
same time leads to spurious failures.
To generate a diff of t
Module Name:src
Committed By: rtr
Date: Sun Apr 5 02:26:39 UTC 2015
Modified Files:
src/sys/kern: uipc_socket.c
Log Message:
make bind() fail with EINVAL if the address family of the provided
socket does not match the address family of the sockaddr received.
To generate
Module Name:src
Committed By: martin
Date: Sun Apr 5 06:36:52 UTC 2015
Modified Files:
src/tests/lib/libc/sys: Makefile
Added Files:
src/tests/lib/libc/sys: t_bind.c
Log Message:
New test program for bind(2), with a single (currently eroneously failing)
test case
Module Name:src
Committed By: martin
Date: Sun Apr 5 06:37:25 UTC 2015
Modified Files:
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/tests: mi
Log Message:
Add new bind(2) test program
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src
30 matches
Mail list logo