Module Name:src
Committed By: pgoyette
Date: Sun Jan 13 07:05:10 UTC 2019
Modified Files:
src/sys/net [pgoyette-compat]: rtsock.c
Log Message:
Rearrange a bit, put all the sysctl-related stuff at the end of the
file, and enclose it in a single ``#ifdef COMPAT_RTSOCK ... #e
Module Name:src
Committed By: mrg
Date: Sun Jan 13 06:59:15 UTC 2019
Modified Files:
src/share/man/man9: pmap.9
Log Message:
add a note about pmap_activate() and pmap_deactivate() not being allow to block.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src
Module Name:src
Committed By: kre
Date: Sun Jan 13 06:10:34 UTC 2019
Modified Files:
src/lib/libwrap: expandm.c
Log Message:
Always return from expandm() with errno unaltered, so on the
off chance it failed, there's still the possibility that whatever
processes the result
Module Name:src
Committed By: mrg
Date: Sun Jan 13 04:45:35 UTC 2019
Modified Files:
src/share/man/man8: compat_netbsd32.8
Log Message:
update to reality:
- note that the base system supports 32 bit / 64 bit compat directly now
- list all the expected paths for ld.elf_so
-
Module Name:src
Committed By: christos
Date: Sun Jan 13 01:32:51 UTC 2019
Modified Files:
src/lib/libwrap: expandm.c
Log Message:
check for *. integer overflow over ptrdiff. Pointed out by kre@
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libwrap/e
Module Name:src
Committed By: tnn
Date: Sun Jan 13 00:11:29 UTC 2019
Modified Files:
src/sys/kern: kern_crashme.c
Log Message:
clang does not like to deref a null pointer unless it is qualified volatile
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/
Module Name:src
Committed By: kre
Date: Sat Jan 12 22:14:08 UTC 2019
Modified Files:
src/lib/libwrap: expandm.c expandm.h
Log Message:
Make expandm() return a const char * so we can do away with __UNCONST()
and more importantly, so that we don't accidentally return a value
Module Name:src
Committed By: christos
Date: Sat Jan 12 21:50:29 UTC 2019
Modified Files:
src/lib/libwrap: expandm.c
Log Message:
Don't do %%m -> %%%m escaping, requested by gson@.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libwrap/expandm.c
Ple
Module Name:src
Committed By: kre
Date: Sat Jan 12 21:05:37 UTC 2019
Modified Files:
src/lib/libwrap: expandm.c
Log Message:
Return the buffer that has not been freed, so it can be later,
rather than the one that already was.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Sat Jan 12 19:09:25 UTC 2019
Modified Files:
src/usr.sbin/rtadvd: rtadvd.c
Log Message:
adjust to new expandm.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/usr.sbin/rtadvd/rtadvd.c
Please note that diffs
Module Name:src
Committed By: christos
Date: Sat Jan 12 19:08:24 UTC 2019
Modified Files:
src/lib/libwrap: diag.c expandm.c expandm.h
Log Message:
Provide an extra argument to store the returned pointer so we can use
the function directly as the return format (before assig
Module Name:src
Committed By: christos
Date: Sat Jan 12 18:58:10 UTC 2019
Modified Files:
src/libexec/ld.elf_so: search.c
Log Message:
print the program name when we don't find a library.
XXX: really most _rtld_error() should do that, and most do.
To generate a diff of t
Module Name:src
Committed By: roy
Date: Sat Jan 12 17:38:36 UTC 2019
Modified Files:
src/etc/defaults: rc.conf
Log Message:
Setup default wpa_supplicant flags so that it:
* Writes diagnostics to syslog
* Enables interface matching to hotplug wireless interfaces
* Use
Module Name:src
Committed By: tsutsui
Date: Sat Jan 12 17:30:28 UTC 2019
Modified Files:
src/doc: CHANGES
Log Message:
Mention about irisboot for sgimips pre-ARC machines.
To generate a diff of this commit:
cvs rdiff -u -r1.2489 -r1.2490 src/doc/CHANGES
Please note that
Module Name:src
Committed By: roy
Date: Sat Jan 12 17:25:09 UTC 2019
Modified Files:
src/distrib/sets/lists/etc: mi
src/etc: Makefile
Log Message:
Install /etc/wpa_supplicant.conf
To generate a diff of this commit:
cvs rdiff -u -r1.253 -r1.254 src/distrib/sets/li
Module Name:src
Committed By: roy
Date: Sat Jan 12 16:51:55 UTC 2019
Added Files:
src/etc: wpa_supplicant.conf
Log Message:
Add a default wpa_supplicant.conf which allows wpa_cli(8) to configure
wpa_supplicant(8).
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1
Module Name:src
Committed By: tsutsui
Date: Sat Jan 12 16:46:25 UTC 2019
Modified Files:
src/distrib/sets/lists/base: md.sgimips
Log Message:
Add irisboot binaries for pre-ARC machines. PR port-sgimips/53539
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12
Module Name:src
Committed By: tsutsui
Date: Sat Jan 12 16:44:48 UTC 2019
Modified Files:
src/sys/arch/sgimips: README.IPn TODO
src/sys/arch/sgimips/stand: Makefile Makefile.booters
Added Files:
src/sys/arch/sgimips/stand/bootiris: Makefile version
sr
Module Name:src
Committed By: thorpej
Date: Sat Jan 12 15:44:08 UTC 2019
Modified Files:
src/sys/arch/mips/ralink: ralink_com.c
Log Message:
Explicitly size the regmap array.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/mips/ralink/ralink_com.
Module Name:src
Committed By: jdolecek
Date: Sat Jan 12 15:16:51 UTC 2019
Modified Files:
src/sys/dev/ic: ahcisata_core.c
Log Message:
partially back-off rev. 1.68 - when the drive reset for port 15 fails,
on some systems controller isn't actually able to process further c
Module Name:src
Committed By: tsutsui
Date: Sat Jan 12 13:59:53 UTC 2019
Modified Files:
src/sys/dev/scsipi: scsiconf.c
Log Message:
Add NOLUNS quirk for more SEAGATE SCA/WIDE drives.
Tested on NetBSD/luna68k and LUNA with SCA 80pin -> NARROW 50pin and
WIDE 68pin -> NARRO
Module Name:src
Committed By: hannken
Date: Sat Jan 12 10:44:36 UTC 2019
Modified Files:
src/external/cddl/osnet/sys/sys: vnode.h
Log Message:
Allow zfs_vn_rdwr() with "rw == UIO_READ" too.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/cddl/o
Module Name:src
Committed By: hannken
Date: Sat Jan 12 10:44:05 UTC 2019
Modified Files:
src/external/cddl/osnet/lib/libzfs: zmount.c
Log Message:
Pass unmount flags down to syscall, "zfs unmount -f" now works.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2
Module Name:src
Committed By: hannken
Date: Sat Jan 12 10:43:33 UTC 2019
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ioctl.c
zfs_onexit.c
Log Message:
The ZFS onexit routines expect opening ZFS_DEV with O_EXCL to return
a cloned device w
Module Name:src
Committed By: hannken
Date: Sat Jan 12 10:42:09 UTC 2019
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: dmu_send.c
Log Message:
Need FOF_UPDATE_OFFSET to update the offset on plain files.
Running "zfs send" to plain files no longer writes
Module Name:src
Committed By: hannken
Date: Sat Jan 12 10:42:40 UTC 2019
Modified Files:
src/external/cddl/osnet/sys/kern: taskq.c
Log Message:
Disable valid assertion "!(flags & TQ_NOQUEUE)" as "zfs send" triggers it.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: hannken
Date: Sat Jan 12 10:41:31 UTC 2019
Modified Files:
src/external/cddl/osnet/dev/dtrace/amd64: dtrace_subr.c
Log Message:
There is no such function read_rflags(), probably meant x86_read_flags().
To generate a diff of this commit:
cvs
27 matches
Mail list logo