Commit Graph

13720 Commits

Author SHA1 Message Date
matt 450037c90f HAVE_GDB can trigger a false positive if MKGDB=no so add a check for it
like we do for HAVE_GCC.
2014-01-28 02:54:02 +00:00
apb a452d8c9e2 Pass the -n flag to gzip invocations.
This prevents it from embedding a timestamp in the output.  We pass
"-n" unconditionally, not conditional on MKREPRO, because many other
invocations of gzip already passed the -n flag unconditionally.
2014-01-27 21:37:17 +00:00
apb 36ef98548b Use ${TOOL_GZIP} instead of just gzip in all Makefiles
outside */dist/* subdirectories.

When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ},
so there's no need to test USE_PIGZGZIP in these Makefiles.
2014-01-27 08:18:07 +00:00
joerg e20abf3ab1 Adjust trigger variable for unwind.h to follow changes in libc. 2014-01-26 21:33:53 +00:00
apb b2a05dedfc For MKREPRO, remove the "%%CreationDate:" comment line from
PostScript output files.
2014-01-26 17:00:03 +00:00
wiedi 2af5363596 add myself 2014-01-25 18:03:10 +00:00
martin e735759761 Slightly bump ramdisk size, so the content fits even when compiled with
gcc 4.8 (usually binaries are smaller or same size, this increase is
strange)
2014-01-24 12:19:10 +00:00
christos 602665c71e add missing library 2014-01-24 01:10:22 +00:00
christos ebf25783a1 add debuglibs 2014-01-24 01:09:59 +00:00
christos 59c0cfef13 fix typo 2014-01-24 01:09:40 +00:00
szptvlfn 555f4359cf + szptvlfn. 2014-01-23 22:52:15 +00:00
apb 9c0097bee2 Remove time= keywords from METALOG.sanitised.
The times add unnecessary differences to the DESTDIR trees for MKREPRO
builds, and they are not needed by anything.  (maketars, the chief
consumer of METALOG.sanitised, explicitly ignores the time fields.)

Also factor out some duplicated code and update comments.
2014-01-23 21:45:27 +00:00
spz 8797028bc7 - make etc/rc.d/wpa_supplicant create directory /var/run/wpa_supplicant
on startup
- create share/examples/wpa_supplicant/wpa_supplicant.conf and make it
  known in the relevant places. Improvements welcome, my point was
  ctrl_interface and "you seriously want this"
2014-01-23 07:26:50 +00:00
tsutsui 26ffaf0582 Add dhcpcd(8) to alpha's INSTALL ramdisk. 2014-01-22 11:48:59 +00:00
christos 6db2d8666d Revert Makefile changes. 2014-01-22 01:03:09 +00:00
christos dbc15d6fe0 don't include bsd.files.mk here, it is intended as a fragment 2014-01-22 00:52:56 +00:00
christos b66286dcc0 include distrib Makefile last 2014-01-22 00:51:38 +00:00
christos 13d8b262bf include distrib Makefile last. 2014-01-22 00:49:46 +00:00
christos 35da150142 put distrib Makefile last 2014-01-22 00:28:35 +00:00
christos 1f8529dbd0 Move the distrib Makefile last so we get a chance to define variables 2014-01-22 00:27:36 +00:00
christos 5fecac9d05 Makefile.distrib includes <bsd.files.mk> so put it last to make the uue
rules to work.
2014-01-21 20:12:54 +00:00
matt 73db293c7b Add debug entries for libc++
Make libgcc_s depend on gcc
2014-01-21 16:38:29 +00:00
mlelstv 45ab26459f Add igmafb man page. 2014-01-21 16:12:56 +00:00
christos de74184385 fix typo 2014-01-20 02:34:20 +00:00
christos 34dcf807f4 add missing. 2014-01-20 02:32:57 +00:00
pgoyette 6acb765790 Update sets lists for new h_sha1hmac test program. 2014-01-17 22:34:36 +00:00
hkenken 5bb74448c5 added myself 2014-01-17 00:19:25 +00:00
riz b9ad97b5d5 Finish updating set lists for libc minor bump. 2014-01-17 00:13:13 +00:00
riz 8de7db405d Update setlists for libc minor bump. 2014-01-17 00:00:05 +00:00
christos 56967680aa Add man pages for {v,}{err,warn}c 2014-01-16 17:30:33 +00:00
pgoyette 67970fce83 Add new file bsd.host.mk to sets list to unbreak the build.
(hello, christos!)
2014-01-16 14:46:36 +00:00
pooka b5108f448c Add rump_wmd, a utility to resolve rump kernel component dependencies. 2014-01-16 01:54:47 +00:00
christos 2b043c75b6 eliminate use of bsd.sys.mk from Makefiles 2014-01-16 01:15:32 +00:00
pgoyette e16dfaa3bb Add debug entries for new opencrypto tests 2014-01-15 15:01:24 +00:00
martin b3fae40fcb Obsolete /usr/tests/opencrypto 2014-01-15 10:23:32 +00:00
christos 5fd5e5c76c new bsd.syscall.mk 2014-01-14 18:52:19 +00:00
pgoyette 4f15d5454c Update sets list for new opencrypto test suite 2014-01-14 17:53:02 +00:00
pgoyette 5119c47a4e Update sets lists for new rump opencrypto library 2014-01-14 17:18:43 +00:00
christos f8e313ca14 bump openssl libraries 2014-01-11 18:38:00 +00:00
matt 4363eb2a4c Build BE ramdisks for BE MACHINE_ARCH's 2014-01-09 22:48:16 +00:00
christos aa302f4be1 add new resolv.conf file 2014-01-09 02:18:55 +00:00
christos 52907fd50f bump libc for ptsname_r 2014-01-08 12:30:27 +00:00
christos 184ec92de6 add ptsname_r 2014-01-08 02:19:12 +00:00
gson 26125ae798 Add some minimal tests of vmstat(1), to serve as regression tests
for PR bin/44518.
2014-01-07 16:47:13 +00:00
christos 1b05a7d034 PR/46182: Andreas Gustafsson: Make all files ending in [.-]sh executable.
The perfect is the enemy of the good.
2014-01-07 13:32:38 +00:00
pho 425d8c4c9a Add pho@ to NetBSD Developers. 2014-01-07 04:46:02 +00:00
gson e54ff2dc1b Make t_hostent test cases that query the DNS work on systems with no
Internet connectivity, by hijacking DNS queries and /etc/resolv.conf
accesses using librumphijack and providing a minimal DNS server to
answer the queries.
2014-01-06 14:50:32 +00:00
apb 9ba6d9ccb0 Add "cdroms" to the SUBDIR list for src/distrib/ews4800mips. 2014-01-06 11:03:25 +00:00
joerg 6d322f2f45 Update LLVM family to 3.5svn r198450. Interesting changes include:
- Improvements in the SPARC64 support
- ARM backend can almost build a full NetBSD/EABI system with the
  integrated assembler
- PowerPC grows disassembler support
- LLD supports copy relocation, beginning of MIPS backend
- New diagnostic for use of bool expression as size_t argument for
  strncmp and friends
2014-01-05 16:38:05 +00:00
tho 95dca9d5ae Add myself 2014-01-02 22:22:18 +00:00