Commit Graph

14684 Commits

Author SHA1 Message Date
isaki
5c224896bc Copy with -f.
On x68k, CDEXTRA has /usr/mdec/boot and its permission is 444.
So this copy was failed from second time.
2016-06-19 08:44:34 +00:00
agc
b1a05561cd Record the tzdata version in a separate file in the share/zoneinfo directory.
The file is kept up to date by the tzdata2netbsd script
2016-06-16 15:17:56 +00:00
pgoyette
8c781904cf Add input/output files for new test case - fix build 2016-06-16 04:03:37 +00:00
abhinav
94af01324b Mark hp300/crash.{0,8,html} obsolete.
Discussed on: http://mail-index.netbsd.org/port-hp300/2016/06/07/msg000106.html
2016-06-12 18:44:46 +00:00
pgoyette
60f8fe8ba2 Update sets lists for new ipl (aka ipfilter) module. 2016-06-09 04:46:08 +00:00
mrg
caa116f352 sort. 2016-06-08 22:32:01 +00:00
pgoyette
99fcb2580c Re-sort 2016-06-08 08:34:43 +00:00
mrg
6cec3626c7 add bits/uniform_int_dist.h for gcc=53 (*)
(*) gcc=53 now means gcc 5.4, and is hard to fix until we remove gcc=48
    support and can go to eg, gcc=5, gcc=6, etc.  the same applies for
    the HAVE_GCC variable in the build system.
2016-06-07 19:16:46 +00:00
pgoyette
61f88ab1e9 Update sets for new i2c_bitbang and bpf_filter modules. 2016-06-07 01:07:11 +00:00
christos
8315929203 remove dup 2016-06-05 17:33:49 +00:00
christos
0fcae51b14 Add bsd_signal (GSoC 2016 Charles Cui) 2016-06-05 17:17:35 +00:00
christos
1d47ba93e2 Add libubsan 2016-06-05 01:31:03 +00:00
nonaka
cae3c2f471 nvmectl(8): Added NVM Express control utility.
Ported from FreeBSD nvmecontrol(8).
2016-06-04 16:29:35 +00:00
nonaka
e7c0cc5d9a Add NVMe command passthrough support. 2016-06-04 16:11:50 +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
56a6d73206 Install new header and fix rump to include the corresponding source as
well.
2016-06-03 21:55:50 +00:00
joerg
02a86ed763 Give Clang a bit more room in the miniroot. 2016-06-03 15:44:50 +00:00
christos
f744d761fc fix sets. 2016-06-02 19:55:52 +00:00
joerg
babf473339 The way libasan is hooked into the build make it a GCC-only library. 2016-06-01 23:59:21 +00:00
christos
64a789b780 put back asan 2016-06-01 17:10:04 +00:00
pgoyette
690c51940d Add new Europe/Kirov zonefile for 2016d 2016-06-01 08:17:39 +00:00
pgoyette
9c7632e4a7 Add entries for fonts.conf.{0,5,html}
Finishes PR xsrc/49777
2016-05-31 02:37:15 +00:00
christos
c8a3c6fbe2 Don't build PIE binaries for install media 2016-05-29 16:12:31 +00:00
christos
2cbb3786cb Give up and use TOOL_SED again. 2016-05-25 00:14:47 +00:00
christos
ec537ebd0d Fix SED issue differently. 2016-05-25 00:07:20 +00:00
christos
981599c48c Export the variables so that they propagate via sets.subr -> make -> mkvars.mk 2016-05-24 22:28:56 +00:00
christos
3be6f3a78a This should be SED not TOOL_SED since this is what is set from the ${SETSENV}
command in the Makefile!
2016-05-24 19:36:41 +00:00
abhinav
078f21f351 Add myself. 2016-05-18 16:36:53 +00:00
spz
54b54045cc Fixes for CVE-2016-0718 from upstream. 2016-05-17 23:53:02 +00:00
christos
bb32bde822 Adjust to new freetype-2.6.3 2016-05-16 22:20:10 +00:00
spz
67c3041c33 merge conflicts, bump shlib version, add expat.pc 2016-05-14 14:39:39 +00:00
hiroshi
7f8a85225f Add myself 2016-05-06 10:48:53 +00:00
snj
7ce81240c1 hook new man pages into build 2016-05-06 09:30:05 +00:00
kre
e856092a7a Correct spelling of NetBSD in my entry (pointed out by leot@ - thanks) 2016-05-03 13:43:11 +00:00
kre
cd2d9990e2 Add myself. 2016-05-02 16:02:24 +00:00
christos
db4ff162cd Add wide versions of histedit functions
Remove dups
2016-05-02 12:59:30 +00:00
nonaka
8b5163f01f Added nvme(4) for Non-Volatile Memory Host Controller Interface devices.
Ported from OpenBSD.
2016-05-01 10:21:01 +00:00
christos
185f8748c5 new editline.7 man page. 2016-04-28 15:55:15 +00:00
christos
876c86398b Add new firmware code. 2016-04-27 19:52:14 +00:00
dholland
521eaa499b Define SEM_VALUE_MAX in only one place.
Adding a whole extra header file just for this is not the optimal
solution... but stuffing it in with anything else exposes things that
otherwise wouldn't be.

Nothing in userland should use <sys/semaphore.h> directly, and if some
foolish third-party software should decide to do so anyway in spite of
the instructions to the contrary I will ruthlessly break it later when
the big kernel includes cleanup finally happens.

Reported by Kamil Rytarowski, and, as it turns out, also by Klaus
Heinz in 2008.
2016-04-24 19:48:29 +00:00
christos
99c76cb8e0 Add {pthread,clock}_getcpuid man pages and bump. 2016-04-23 23:28:13 +00:00
ozaki-r
2223b893c1 Add tests of route flags using IPv6 addresses 2016-04-21 05:10:15 +00:00
ozaki-r
c73a69e593 Add a new test case for PPPoE using PAP
From s-yamaguchi@IIJ (with some tweaks by me)
2016-04-15 01:38:16 +00:00
ozaki-r
4da47673a2 Rump-ify if_pppoe
From s-yamaguchi@IIJ
2016-04-15 01:35:25 +00:00
salazar
1adc2ecbd6 add lneto 2016-04-14 21:16:18 +00:00
martin
6182b56b9d Fix libutil version bump 2016-04-11 17:00:36 +00:00
roy
aae35f25ba Bump libutil for new pidfile functions. 2016-04-11 08:44:40 +00:00
kamil
6457bad4b1 Mark ./usr/libdata/debug/usr/bin/pcpp.debug as obsolete
pcpp.debug is already in ./usr/libdata/debug/usr/libexec/

This fixes build with MKPCC=yes and all debug flags turned on.
2016-04-10 21:45:33 +00:00
kamil
9b07f7a97e Remove duplicate entry of /usr/libdata/debug/usr/bin/p++.debug
I don't have p++.debug locally so assume that it's properly set for the
first time as obsoleted.
2016-04-10 21:40:05 +00:00
roy
6b9006e83c Implement pidfile_lock, pidfile_read and pidfile_clean.
Discussed on tech-net@, ok core@.
2016-04-10 19:05:50 +00:00