OpenBSD src changes summary for 2016-02-13 ==========================================
lib/libc sys/dev/pci sys/nfs usr.sbin/smtpd == lib =============================================================== 01/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ locale/wctomb.3 > Fix an obvious cut-and-paste error: > This function doesn't even have an "n" argument, so that non-existent > argument clearly cannot restrict the return value. (schwarze@) ~ locale/wctomb.3 > Dv fix; (jmc@) == sys =============================================================== 02/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys dev/pci ~ if_iwm.c > Make iwm(4) initialize net80211 callback pointers at attach time. > Fixes a crash reported by Donald Allen via misc@ > ok mpi@ (stsp@) nfs ~ nfs_bio.c ~ nfs_subs.c ~ nfs_vnops.c > Convert to uiomove. From Martin Natano. (stefan@) == usr.sbin ========================================================== 03/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin smtpd ~ makemap.8 ~ makemap.c > remove support for 'dbm' which is really 'recno' from our makemap, it can't > work because it requires dbopen() to be the call that creates the db, while > we want mkstemp() to create an empty db ourselves. > it has never worked, no one could ever create a recno db with our makemap & > no one actually noticed so drop it. > ok millert@, sunil@, jung@ (gilles@) ~ smtp.c > remove some noop leftover code from an earlier cleanup > diff from Peter Bisroev <[email protected]> (gilles@) ~ parse.y ~ smtp.c ~ smtpd.h > handle enqueuer socket as a regular listener that can be configured with > "listen on socket". this simplifies a bit of code, removes some special > cases and will allow attaching filters & masking source just as on lo0. > diff from Peter Bisroev <[email protected]> > ok gilles@, jung@ (gilles@) ~ smtpd.conf.5 > describe how 'listen on socket' works > original diff from Peter Bisroev <[email protected]> > rewording from me, linebreaks from jung@ (gilles@) ~ smtpd.conf.5 > tweak previous; (jmc@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
