Commit Graph

4009 Commits

Author SHA1 Message Date
roy cc08080f03 Note import of dhcpcd-6.11.3 2016-08-15 11:06:46 +00:00
kre b5b1783052 Note import of tzdata2016f 2016-08-07 00:56:02 +00:00
pgoyette 83e4431e30 Expand discussion a bit, and provide ppp as an example way to do things. 2016-08-06 00:30:57 +00:00
pgoyette 86ecb258f2 The ppp compressors are already being handled correctly. No new
work will be needed here.
2016-08-05 04:21:01 +00:00
pgoyette 5c61d9f897 Add some info regarding ppp 2016-08-05 02:27:14 +00:00
pgoyette d1fb75105d Add some more notes 2016-08-04 22:12:31 +00:00
pgoyette a26f51ded8 Add a list of "module issues" based on an Email discussion between myself
and christos@
2016-08-04 10:45:52 +00:00
christos 1a07036a4e new openssh 2016-08-02 13:45:46 +00:00
wiz 3a76e604f5 OpenSSH-7.3 out. 2016-08-01 15:01:49 +00:00
dholland b42061f23c stick my neck out for a runnable-but-experimental lfs64 2016-07-30 06:20:14 +00:00
msaitoh fedc066b92 Note sdtemp(4)'s JEDEC TSE2004av support. 2016-07-28 09:13:06 +00:00
christos 813c85c184 start creating a table and say I will do binutils. 2016-07-27 02:33:40 +00:00
msaitoh f55137418d Note sdtemp(4). 2016-07-26 07:36:54 +00:00
martin 4f28c9c9b8 First cut at netbsd-8 branch objectives. 2016-07-26 04:18:04 +00:00
pgoyette b480c5f769 Add the pgoyette-localcount branch 2016-07-19 02:04:06 +00:00
taca a0e1068441 BIND 9.10.4-P2 has released. 2016-07-19 01:04:09 +00:00
christos bc1b97558b new acpica 2016-07-18 17:26:58 +00:00
christos 4523c25649 new mdocml. 2016-07-15 19:42:08 +00:00
wiz d854f54539 mdocml-1.13.4 out. 2016-07-14 22:39:40 +00:00
knakahara d0cdb1d106 Add missing network MP-ify changes.
Pointed out by chs@n.o.
2016-07-13 05:45:00 +00:00
mrg 6a40e30af2 g++.1 is a link to gcc.1, don't need to generate/update it. 2016-07-06 11:37:58 +00:00
wiz ffb7c409a9 binutils-2.26.1 out. 2016-07-04 20:24:24 +00:00
abhinav 65e710b9bd sqlite-3.13.0 imported. 2016-07-03 11:42:50 +00:00
abhinav 5440ea015c SQLite 3.13.0 was released. 2016-06-29 06:12:49 +00:00
roy 938d823de6 Note import of dhcpcd-6.11.1 2016-06-17 19:45:24 +00:00
riastradh 7c30fabe0e Remove dumplfs from the list now that it seems strict-aliasing-safe. 2016-06-15 14:11:15 +00:00
riastradh 7554812ac2 No more obvious strict aliasing violations here. 2016-06-15 13:57:26 +00:00
riastradh 356b70489c Kill another strict aliasing violation. 2016-06-15 13:47:26 +00:00
riastradh d947e13b5f This hack no longer exists since the switch to ipsec-tools in 2005.
Another strict-aliasing problem killed.
2016-06-15 13:29:30 +00:00
mrg e6e96483bf replace the previous hack with something that i believe is actually
correct and, more importantly ;), works properly.

thanks for riastradh for hints about which bit was actually broken.
2016-06-15 05:01:58 +00:00
mrg 6bfcf96505 build convert_endian() with "no-strict-aliases" optimiser attribute
to avoid some unknown miscompilation in endian_convert() that causes
ssh to exit on some output (for me, "cc -v".)

note in HACKS.  we should investigate this further if possible as
this seems to indicate a strict aliasing violation.  there certainly
are 32 and 64 bit object arrays being accessed with 8 bit accessors,
but i don't have time currently.
2016-06-15 02:12:14 +00:00
nonaka 3270f530d9 note nvmectl 2016-06-12 06:21:56 +00:00
wiz 9dae7015c3 gcc-5.4 out. 2016-06-06 10:52:09 +00:00
agc 3f81b60716 Following positive feedback on tech-userlevel, move the sys_info
script from othersrc to usr.bin/sys_info

	The sys_info script is a small script which will show the version
	information for installed utilities.  It also works on the kernel, and
	on most libraries.

	Its use is as follow:

		[19:41:13] agc@netbsd-002 ...external/bsd/sys_info [4568] > ./sys_info -a
		awk-20121220
		bind-9.10.3pl3
		bzip2-1.0.6
		calendar-20160601
		ftpd-20110904
		g++-4.8.5
		gcc-4.8.5
		grep-2.5.1anb1
		gzip-20150113
		bozohttpd-20151231
		NetBSD-7.99.26
		netpgp-3.99.17
		netpgpverify-20160214
		ntp-4.2.8pl5
		openssl-1.0.1r
		sqlite3-3.12.2
		openssh-7.1
		opensshd-7.1
		tcsh-6.19.00
		xz-5.2.1
		[19:41:20] agc@netbsd-002 ...external/bsd/sys_info [4569] > ./sys_info ntp ssh netpgp
		ntp-4.2.8pl5
		openssh-7.1
		netpgp-3.99.17
		[19:41:31] agc@netbsd-002 ...external/bsd/sys_info [4570] > ./sys_info ntp ssh netbsd
		ntp-4.2.8pl5
		openssh-7.1
		NetBSD-7.99.26
		[19:41:38] agc@netbsd-002 ...external/bsd/sys_info [4571] >

	The -a option can be given to the script to print out the information
	on all known components.

	The sys_info script also works on libraries, returning their
	"versions" as given by the shared object version numbers.

		[19:45:06] agc@netbsd-002 ...external/bsd/sys_info [4572] > ./sys_info libevent libXfont libc netbsd
		libevent-4.0
		libXfont-3.0
		libc-12.200
		NetBSD-7.99.26
		[19:45:27] agc@netbsd-002 ...external/bsd/sys_info [4573] >

	Alistair Crooks
	Wed Jun  1 19:44:01 PDT 2016
2016-06-04 15:27:11 +00:00
joerg bfeb1114e7 Drop CSU entry. 2016-06-04 11:25:43 +00:00
christos 8d74196e94 new ntp 2016-06-03 20:41:04 +00:00
taca 39c4a471a8 NTP 4.2.8p8 has released (with security fix). 2016-06-03 09:47:21 +00:00
christos 162319ac6a mention hostzerobroadcast default to "no". 2016-06-02 12:28:11 +00:00
wiz 604b97f94d gdb-7.11.1 out. 2016-06-01 14:17:59 +00:00
agc 066a05a32e Note update of tzdata to 2016d:
Import tzdata2016d from ftp://ftp.iana.org/tz/releases/tzdata2016d.tar.gz

	Summary of changes in tzdata2016d (2016-04-17 22:50:29 -0700):
	  * America/Caracas switches from -0430 to -04 on 2016-05-01 at 02:30.
	  * Asia/Magadan switches from +10 to +11 on 2016-04-24 at 02:00.
	  * New zone Asia/Tomsk, split off from Asia/Novosibirsk.
	  * New zone Europe/Kirov, split off from Europe/Volgograd.
	  * Russia and nearby locations had daylight-saving transitions on
	    1992-03-29 at 02:00 and 1992-09-27 at 03:00, instead of on
	    1992-03-28 at 23:00 and 1992-09-26 at 23:00.
	  * Many corrections to historical time in Kazakhstan from 1991
	    through 2005.
	  * Mention Internet RFCs 7808 (TZDIST) and 7809 (CalDAV time zone references).

	Summary of changes in tzdata2016c (2016-03-23 00:51:27 -0700):
	  * Azerbaijan no longer observes DST.
	  * Chile reverts from permanent to seasonal DST.
	  * Europe/Kaliningrad and Europe/Vilnius changed from +03/+04 to
	    +02/+03 on 1989-03-26, not 1991-03-31.
	  * Several updates and URLs for historical and proposed Russian changes.
2016-06-01 00:12:27 +00:00
agc 767f450818 Note update of tzdata to 2016d
Import tzdata2016d from ftp://ftp.iana.org/tz/releases/tzdata2016d.tar.gz

	Summary of changes in tzdata2016d (2016-04-17 22:50:29 -0700):
	  * America/Caracas switches from -0430 to -04 on 2016-05-01 at 02:30.
	  * Asia/Magadan switches from +10 to +11 on 2016-04-24 at 02:00.
	  * New zone Asia/Tomsk, split off from Asia/Novosibirsk.
	  * New zone Europe/Kirov, split off from Europe/Volgograd.
	  * Russia and nearby locations had daylight-saving transitions on
	    1992-03-29 at 02:00 and 1992-09-27 at 03:00, instead of on
	    1992-03-28 at 23:00 and 1992-09-26 at 23:00.
	  * Many corrections to historical time in Kazakhstan from 1991
	    through 2005.
	  * Mention Internet RFCs 7808 (TZDIST) and 7809 (CalDAV time zone references).

	Summary of changes in tzdata2016c (2016-03-23 00:51:27 -0700):
	  * Azerbaijan no longer observes DST.
	  * Chile reverts from permanent to seasonal DST.
	  * Europe/Kaliningrad and Europe/Vilnius changed from +03/+04 to
	    +02/+03 on 1989-03-26, not 1991-03-31.
	  * Several updates and URLs for historical and proposed Russian changes.
2016-06-01 00:11:08 +00:00
alnsn b89a04f5f7 Update sljit entry. 2016-05-29 22:41:54 +00:00
christos ec5b2a9e09 new bind 2016-05-26 16:55:08 +00:00
salazar 7eb37e612b Lua 5.3.2: update doc/3RDPARTY and add entry to doc/CHANGES 2016-05-24 17:11:14 +00:00
pgoyette b823c93930 Add entry for recent merge of nick-nhusb branch. Basically just a copy
of the commit log message, but this is easier for releng to find when
they start collecting info for 8.0

If anyone else wants to edit this entry, please feel free.
2016-05-21 07:22:28 +00:00
christos 58a6a6ea92 Add my list of things to do for 8. To be expanded. 2016-05-18 15:27:17 +00:00
ozaki-r c82107a100 Split "MP network stack" into two and make our targets clear 2016-05-18 09:12:04 +00:00
christos 874c2fbeab mention my last coda work 2016-05-17 21:03:36 +00:00
christos e6adf9a769 reflect reality (through my ping glasses) 2016-05-17 20:53:53 +00:00
ryo 72c0aec318 Note i.MX7 2016-05-17 06:52:00 +00:00