Commit Graph

2203 Commits

Author SHA1 Message Date
jdolecek
7d01329449 note wapbl truncate fix 2016-11-01 18:57:56 +00:00
christos
476ba6bc9e new binutils 2016-10-26 20:05:21 +00:00
kre
0879fca268 Note update to tzdata2016h 2016-10-20 23:16:23 +00:00
christos
40f6e414c5 new tzcode 2016-10-20 17:42:29 +00:00
kamil
ea5cf14493 libc: Add the wcsnlen(3) function in <wchar.h>. 2016-10-15 14:25:31 +00:00
christos
f3753ea46b update gdb. 2016-10-12 20:24:18 +00:00
nat
052c684aa1 Add support for Realtek 8192EU. 2016-10-12 03:27:00 +00:00
roy
a0a2fa8e13 Note import of dhcpcd-6.11.4 2016-10-09 09:25:26 +00:00
christos
474ba1e130 new tzcode 2016-10-07 15:31:01 +00:00
ryo
6eee6a78c7 Note MT7628 2016-10-05 16:01:59 +00:00
christos
c31f58b845 new bind to address CVE-2016-2776 2016-10-04 23:47:12 +00:00
kamil
3f2b401a31 libc: Add the timespec_get function and TIME_UTC definition in the
<time.h> header. Enable unconditionally the timespec struct
      definition in <time.h>. Changes conform to the C11 standard.
2016-10-04 09:55:56 +00:00
rkujawa
47a53d3226 Note mntva(4). 2016-10-03 21:36:32 +00:00
kamil
5770e440f3 libc: Add the C11 static_assert macro in <assert.h>. 2016-10-03 20:31:44 +00:00
kamil
f39f51a53f c11: Import cc(1) wrapper for C11 2016-10-03 01:04:36 +00:00
kamil
40eb0908ed libc: Add <stdalign.h> and <stdnoreturn.h>.
These headers conform C1x (ISO/IEC 9899:201x).
2016-10-02 17:28:57 +00:00
kre
5591d9b51d Note tzdata update to 2016g 2016-09-29 20:44:06 +00:00
jdolecek
e6b2addfd6 mention the ext2fs and nvme(4) work 2016-09-21 20:19:08 +00:00
christos
98032c3254 new tzcode 2016-09-16 17:13:06 +00:00
salazar
b1f13c5ca7 add lua 5.3.3 entry 2016-09-08 21:33:56 +00:00
christos
11a6b026db new tmux 2016-08-31 09:34:04 +00:00
maxv
21eb885e04 My changes. 2016-08-21 12:02:38 +00:00
christos
c90b9921a5 unbound additions 2016-08-20 11:21:50 +00:00
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
christos
1a07036a4e new openssh 2016-08-02 13:45:46 +00:00
msaitoh
fedc066b92 Note sdtemp(4)'s JEDEC TSE2004av support. 2016-07-28 09:13:06 +00:00
msaitoh
f55137418d Note sdtemp(4). 2016-07-26 07:36:54 +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
knakahara
d0cdb1d106 Add missing network MP-ify changes.
Pointed out by chs@n.o.
2016-07-13 05:45:00 +00:00
roy
938d823de6 Note import of dhcpcd-6.11.1 2016-06-17 19:45:24 +00:00
nonaka
3270f530d9 note nvmectl 2016-06-12 06:21:56 +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
christos
8d74196e94 new ntp 2016-06-03 20:41:04 +00:00
christos
162319ac6a mention hostzerobroadcast default to "no". 2016-06-02 12:28:11 +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
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
ryo
72c0aec318 Note i.MX7 2016-05-17 06:52:00 +00:00
maxv
683c80c88e Mention fine-grained permissions and large pages on x86. 2016-05-16 07:37:45 +00:00
nonaka
dd98b35fce Fix format 2016-05-16 04:20:13 +00:00
maxv
d0f608b1bb Mention SMEP. 2016-05-13 14:09:38 +00:00
roy
52185fadf0 Note import of dhcpcd-6.11.0 2016-05-09 10:21:42 +00:00
christos
f8bc5e22e0 new acpica 2016-05-04 19:28:32 +00:00
christos
45eb37228a new openssl 2016-05-03 17:23:17 +00:00
christos
30a6f2ec16 new ntpd 2016-05-01 23:23:22 +00:00
nonaka
5abfa3fb18 note nvme(4). 2016-05-01 10:23:53 +00:00
roy
465626aae4 Note import of dhcpcd-6.10.3 2016-04-20 08:54:38 +00:00