OpenBSD src changes summary for 2016-02-26 ==========================================
games/caesar games/hangman lib/libc regress/lib sys/arch/alpha/alpha sys/arch/amd64/amd64 sys/arch/amd64/include sys/arch/arm/arm sys/arch/i386/i386 sys/arch/i386/include sys/arch/landisk/landisk sys/arch/macppc/macppc sys/arch/sh/sh sys/arch/socppc/socppc sys/arch/sparc/sparc sys/arch/sparc64/dev sys/arch/sparc64/sparc64 sys/arch/vax/vax sys/ddb sys/net sys/sys sys/ufs/ext2fs sys/ufs/ffs usr.bin/kdump usr.sbin/rtadvd == games ============================================================= 01/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/games caesar ~ caesar.c > - Convert atoi(3) to strtonum(3) > - Remove lint-style comment > - Remove usage() since errors are now more informative (the usage is still > available in the manpage) > With this diff I made it accept 0 as rotation whereas before it didn't, but > alas if you use 0 then it defeats the whole purpose of the game. > Initial diff sent by Peter Williams <peterbw at gmail.com>, tweaked by me > and > several hints and OK by tb@. I'm in desperate need of a coffee, thank you > tb@ > for making me notice that! (mestre@) hangman ~ main.c > - Remove -h and -? from getopt(3), they weren't documented on manpage > anyway > - Replace hardcoded string "hangman" by getprogname(3) > OK tb@ (mestre@) == lib =============================================================== 02/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ gen/fnmatch.c > Fix negation of POSIX character classes; passed new regress test. > OK tb@ (millert@) == regress =========================================================== 03/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress lib ~ libc/fnmatch/fnm_test.in > Add a test for negated POSIX characer classes. (millert@) == sys =============================================================== 04/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/alpha/alpha ~ clock.c > Make alpha and sh 2038-safe. Now that we have 64-bit time_t, we don't > need to ignore the hardware clock when it reports a year > 2037. Irony > noted. > both ok millert, alpha ok deraadt (mmcc@) ~ conf.c > Remove stale RAIDframe entries from chrtoblktbl. > While there truncate the tables to the minimum required size; chrtoblk() > and blktochr() are designed to handle a table shorter than cdevsw. > "Looks good to me" deraadt@ (natano@) arch/amd64/amd64 ~ locore.S > SYMTAB_SPACE is no longer used (last used with a.out ddb) (mlarkin@) ~ conf.c > Remove stale RAIDframe entries from chrtoblktbl. > While there truncate the tables to the minimum required size; chrtoblk() > and blktochr() are designed to handle a table shorter than cdevsw. > "Looks good to me" deraadt@ (natano@) ~ db_trace.c > Rename and move x86 calllframe definitions in <machine/frame.h> to use > it in MI code. > ok mlarkin@, visa@ (mpi@) arch/amd64/include ~ frame.h > Rename and move x86 calllframe definitions in <machine/frame.h> to use > it in MI code. > ok mlarkin@, visa@ (mpi@) arch/arm/arm ~ conf.c > Remove stale RAIDframe entries from chrtoblktbl. > While there truncate the tables to the minimum required size; chrtoblk() > and blktochr() are designed to handle a table shorter than cdevsw. > "Looks good to me" deraadt@ (natano@) arch/i386/i386 ~ locore.s > SYMTAB_SPACE is no longer used (last used with a.out ddb) (mlarkin@) ~ locore.s > pctr.h is not used here, so no need to include it. (mlarkin@) ~ conf.c > Remove stale RAIDframe entries from chrtoblktbl. > While there truncate the tables to the minimum required size; chrtoblk() > and blktochr() are designed to handle a table shorter than cdevsw. > "Looks good to me" deraadt@ (natano@) ~ db_trace.c > Rename and move x86 calllframe definitions in <machine/frame.h> to use > it in MI code. > ok mlarkin@, visa@ (mpi@) arch/i386/include ~ frame.h > Rename and move x86 calllframe definitions in <machine/frame.h> to use > it in MI code. > ok mlarkin@, visa@ (mpi@) arch/landisk/landisk ~ conf.c > Remove stale RAIDframe entries from chrtoblktbl. > While there truncate the tables to the minimum required size; chrtoblk() > and blktochr() are designed to handle a table shorter than cdevsw. > "Looks good to me" deraadt@ (natano@) arch/macppc/macppc ~ conf.c > Remove stale RAIDframe entries from chrtoblktbl. > While there truncate the tables to the minimum required size; chrtoblk() > and blktochr() are designed to handle a table shorter than cdevsw. > "Looks good to me" deraadt@ (natano@) arch/sh/sh ~ clock.c > Make alpha and sh 2038-safe. Now that we have 64-bit time_t, we don't > need to ignore the hardware clock when it reports a year > 2037. Irony > noted. > both ok millert, alpha ok deraadt (mmcc@) arch/socppc/socppc ~ conf.c > Remove stale RAIDframe entries from chrtoblktbl. > While there truncate the tables to the minimum required size; chrtoblk() > and blktochr() are designed to handle a table shorter than cdevsw. > "Looks good to me" deraadt@ (natano@) arch/sparc/sparc ~ conf.c > Remove stale RAIDframe entries from chrtoblktbl. > While there truncate the tables to the minimum required size; chrtoblk() > and blktochr() are designed to handle a table shorter than cdevsw. > "Looks good to me" deraadt@ (natano@) arch/sparc64/dev ~ vnet.c > Prevent memory leak when the ldc gets reset. (kettenis@) arch/sparc64/sparc64 ~ conf.c > Remove stale RAIDframe entries from chrtoblktbl. > While there truncate the tables to the minimum required size; chrtoblk() > and blktochr() are designed to handle a table shorter than cdevsw. > "Looks good to me" deraadt@ (natano@) arch/vax/vax ~ conf.c > Remove stale RAIDframe entries from chrtoblktbl. > While there truncate the tables to the minimum required size; chrtoblk() > and blktochr() are designed to handle a table shorter than cdevsw. > "Looks good to me" deraadt@ (natano@) ddb ~ db_hangman.c ~ db_sym.c > Remove support for multiple symbol tables in ddb(4), we only have one. > ok mlarkin@, visa@ (mpi@) net ~ route.c > L2 entries are always in the first table of a routing domain, this fixes > a regression introduced during 5.7 and 5.8 as reported by Jean-Daniel > Dupas on misc@ > diff provided by mpi, ok claudio (deraadt@) sys ~ mount.h > Convert mnt_maxsymlinklen to unsigned. > This allows to remove some truncating casts in symlink handling code. > Also, validate fs_maxsymlinklen in the superblock at mount time and on > fsck to make sure we don't use bogus data. > discussion & ok millert@, stefan@ (natano@) ufs/ext2fs ~ ext2fs_readwrite.c ~ ext2fs_vnops.c > Convert mnt_maxsymlinklen to unsigned. > This allows to remove some truncating casts in symlink handling code. > Also, validate fs_maxsymlinklen in the superblock at mount time and on > fsck to make sure we don't use bogus data. > discussion & ok millert@, stefan@ (natano@) ufs/ffs ~ ffs_vfsops.c ~ ffs_vnops.c > Convert mnt_maxsymlinklen to unsigned. > This allows to remove some truncating casts in symlink handling code. > Also, validate fs_maxsymlinklen in the superblock at mount time and on > fsck to make sure we don't use bogus data. > discussion & ok millert@, stefan@ (natano@) == usr.bin =========================================================== 05/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin kdump ~ kdump.1 > there is no emulation "bsd", our default is "native"; ok deraadt@ millert@ > (naddy@) == usr.sbin ========================================================== 06/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin rtadvd ~ config.c ~ rtadvd.h > Kill some useless members of struct rainfo; ok florian@ (jca@) ~ config.c > Remove #if'0ed code that uses a deprecated ioctl; ok florian@ (jca@) ~ rtadvd.c ~ rtadvd.h > GC remnants of the Router Renumbering code; ok florian@ (jca@) ~ rtadvd.c > Unused variable. (jca@) ~ rtadvd.c > sys/signal.h -> signal.h (jca@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
