Commit Graph

4869 Commits

Author SHA1 Message Date
christos
ff90272441 exrc expects 1 argument. 2014-11-27 20:00:09 +00:00
roy
c1ce8e7e2b Sync 2014-11-26 16:05:14 +00:00
roy
fd710a4140 Sync 2014-11-26 13:43:06 +00:00
jmcneill
6eceb7f535 Change the "mDNSPlatformRawTime went backwards" message from LogMsg to
debugf. It's not that interesting, as it is comparing the results of two
gettimeofday() calls.
2014-11-25 02:29:57 +00:00
joerg
5d029cc2d6 Replace very question pointer games to override const, mark the member
writeable when inside the guts of the library.
2014-11-23 01:47:59 +00:00
mrg
eea473d2a5 regenerate mknative files for m68000 now that the build actually completes.
this includes a hack matt@ found -- remove -fPIC from libgcc's defs.mk, i
have not yet figured out how to stop confgiure adding it.
2014-11-22 19:42:11 +00:00
christos
9010cfb72a kill the dropped privs info message 2014-11-21 13:31:19 +00:00
joerg
153b8c97fc Restrict workaround to GCC 4.8 as intended. 2014-11-21 01:11:50 +00:00
joerg
06da94bf06 Merge upstream d840c081f8082e8b9e63fead5306643975a97bb3 to fix
UB as seen by a clang compiled as.
2014-11-20 21:44:56 +00:00
christos
9a89a9bc17 l in ntohl is not long! 2014-11-20 04:51:18 +00:00
christos
b3a00663c5 merge conflicts 2014-11-20 03:05:03 +00:00
jmcneill
54d9119f96 compile xftrender.c to workaround a crash in XftGlyphSpecRender on earm with gcc 4.8.4 2014-11-20 02:00:19 +00:00
christos
c47fd3787d Import tcpdump 4.6.2 2014-11-20 01:30:52 +00:00
christos
d91862193c merge changes 2014-11-19 19:33:30 +00:00
christos
74e9dc92b2 import newest libpcap 2014-11-19 18:04:51 +00:00
wiz
971d420649 Close comment.
From Henning Petersen in PR 49403.
2014-11-19 10:37:29 +00:00
nakayama
c787a50b1a Mention about -E and -c options in the BUGS section. 2014-11-18 10:38:52 +00:00
apb
1f80bef788 Import tzdata2014j from ftp://ftp.iana.org/tz/releases/tzdata2014j.tar.gz
Summary of changes in tzdata2014j (2014-11-10 17:37:11 -0800):
  * Turks & Caicos' switch from US eastern time to UTC-4 year-round
    did not occur on 2014-11-02 at 02:00.
  * Many pre-1989 time stamps have been corrected for Asia/Seoul and
    Asia/Pyongyang, based on sources for the Korean-language Wikipedia
    entry for time in Korea.
  * Some more zones have been turned into links, when they differed
    from existing zones only for older (pre-1970) time stamps.
  * Changes affecting commentary.

Summary of changes in tzdata2014i (2014-10-21 22:04:57 -0700):
  * Pacific/Fiji will observe DST from 2014-11-02 02:00 to 2015-01-18 03:00.
  * A new Zone Pacific/Bougainville, for the part of Papua New Guinea
    that plans to switch from UTC+10 to UTC+11 on 2014-12-28 at 02:00.
  * Since Belarus is not changing its clocks even though Moscow is,
    the time zone abbreviation in Europe/Minsk is changing from FET
    to its more-traditional value MSK on 2014-10-26 at 01:00.
  * The new abbreviation IDT stands for the pre-1976 use of UT+8 in
    Indochina, to distinguish it better from ICT (UT+7).
  * Many time stamps have been corrected for Asia/Ho_Chi_Minh before 1976.
    Asia/Ho_Chi_Minh has been added to zone1970.tab, to give tzselect
    users in Vietnam two choices, since north and south Vietnam
    disagreed after our 1970 cutoff.
  * Asia/Phnom_Penh and Asia/Vientiane have been turned into links, as
    they differed from existing zones only for older (pre-1970) time stamps.
  * Changes affecting commentary.
2014-11-16 07:08:08 +00:00
nakayama
990b9f4b61 - add smbutil(1) and mount_smbfs(8) to SEE ALSO section each other.
- fix sample file path in smbutil(1).
2014-11-15 18:57:25 +00:00
nakayama
1686dd5137 Disable unused codes that causes SIGBUS or SIGSEGV if character
sets option (-E) is specified to mount_smbfs/rump_smbfs.
2014-11-15 18:55:26 +00:00
joerg
755f404f87 Remove tautologic check. 2014-11-15 01:24:53 +00:00
joerg
f7673b99b4 Comment out impossible code. 2014-11-15 01:24:38 +00:00
joerg
31a77d8abb Drop pointer checks that are always true. 2014-11-15 01:15:45 +00:00
joerg
5e9c3bb2be Install cpuid.h on X86 and arm_neon.h on ARM. 2014-11-14 15:59:46 +00:00
joerg
f26a5b846f LLVM switched to three component point release version, so follow here. 2014-11-14 15:56:12 +00:00
roy
3c322f3bc1 Sync 2014-11-14 12:00:54 +00:00
tron
cf47292001 Fix build with "USE_SSP" set to "yes". 2014-11-11 11:30:55 +00:00
roy
c38e639c09 Add RCSIDs 2014-11-07 20:51:02 +00:00
roy
3eaad260cb Sync 2014-11-07 20:43:33 +00:00
roy
32584761dd Sync 2014-11-07 20:32:04 +00:00
snj
a8efcf820f a single -DHAVE_GETLINE will suffice. 2014-11-06 18:58:18 +00:00
christos
15a09d9090 adjust to newer sources 2014-11-05 18:01:16 +00:00
prlw1
4d61fdd14f Install fbpict.h
(e.g., new xf86-video-intel assumes it exists if RENDER is defined)
2014-11-05 14:30:00 +00:00
matt
549cefa5e6 Avoid using ld -x. Instead use ${OBJCOPY} ${OBJCOPYLIBFLAGS} to string
local symbols.
2014-11-02 14:54:27 +00:00
christos
be13e1550a don't fail for anonymous unions. 2014-11-01 23:21:31 +00:00
justin
3cf1fc0878 Add libraries in order that they will link if static as well as dynamic 2014-10-30 21:15:13 +00:00
christos
a3aed58d4c do the library stubs differently 2014-10-30 20:21:39 +00:00
christos
a95701b647 handle RCSID not being defined 2014-10-30 18:44:05 +00:00
nonaka
0e71d7ed9c Add support for Intel Centrino Wireless-N 100/105/130/135/2200/2230.
From OpenBSD.
2014-10-30 13:05:58 +00:00
christos
2dd78d5dfe generate -Wconversion clean code. 2014-10-29 19:08:51 +00:00
christos
b17953c29f merge conflicts 2014-10-29 18:28:36 +00:00
christos
7f71b38979 * flex version 2.5.39
** no user visible changes in this release

* version 2.5.38 released 2014-02-14

** internationalization

*** add sr translation from the translation project

*** update da, es, ko, nl, pt_BR, ro, ru, sv, tr, vi, zh_CN translations from th
e translation project

*** rename zh_tw to its proper zh_TW name
2014-10-29 18:22:45 +00:00
roy
e2e4bfd1df Sync 2014-10-29 01:08:31 +00:00
roy
c97a58013f Sync 2014-10-28 22:39:25 +00:00
roy
548d7cc4f4 Import openresolv-3.6.1 with the following changes:
*  Don't update when nothing has been deleted
  *  Backup resolv.conf to resolv.conf.bak when it doesn't have an openresolv
     signature
     Restore it when the new resolv.conf only has the openresolv signature
  *  Document prepend_search and prepend_nameservers
  *  Implement append_search and append_nameservers
  *  Implement replace and replace_sub to allow for keyword/value/replacement
2014-10-28 22:37:59 +00:00
christos
00e56c7477 fix rcsids. 2014-10-25 21:11:37 +00:00
christos
cc935baa26 adjust to new acpica 2014-10-25 21:01:12 +00:00
christos
553f83e224 merge conflicts 2014-10-25 19:06:33 +00:00
christos
3b477d26c4 * Fixed a potential security issue in parsing option files (CVE-2014-3158).
* There is a new "stop-bits" option, which takes an argument of 1 or 2,
  indicating the number of stop bits to use for async serial ports.
* Various bug fixes.
2014-10-25 18:47:46 +00:00
christos
dfce2db246 import new pppd:
* Fixed a potential security issue in parsing option files (CVE-2014-3158).
* There is a new "stop-bits" option, which takes an argument of 1 or 2,
  indicating the number of stop bits to use for async serial ports.
* Various bug fixes.
2014-10-25 18:43:24 +00:00
christos
167c74f464 resolve conflicts 2014-10-24 18:27:12 +00:00
christos
d1d9b6fefe fix conflicts 2014-10-24 18:25:14 +00:00
christos
af3e43cb2b import generated man pages 2014-10-24 18:21:02 +00:00
christos
201780c4cf merge conflicts 2014-10-24 18:17:55 +00:00
christos
76e8c54297 OpenPAM Ourouparia 2014-09-12
- ENHANCE: When executing a chain, require at least one service
   function to succeed.  This mitigates fail-open scenarios caused by
   misconfigurations or missing modules.

 - ENHANCE: Make sure to overwrite buffers which may have contained an
   authentication token when they're no longer needed.

 - BUGFIX: Under certain circumstances, specifying a non-existent
   module (or misspelling the name of a module) in a policy could
   result in a fail-open scenario.  (CVE-2014-3879)

 - FEATURE: Add a search path for modules.  This was implemented in
   Nummularia but inadvertently left out of the release notes.

 - BUGFIX: The is_upper() predicate only accepted the letter A as an
   upper-case character instead of the entire A-Z range.  As a result,
   service and module names containing upper-case letters other than A
   would be rejected.
2014-10-24 18:15:36 +00:00
christos
fed776c55d one more search path. 2014-10-23 23:31:26 +00:00
christos
6eb7640629 make alpha compile 2014-10-23 19:03:38 +00:00
christos
3ce54f1012 use the appropriate unwind.h header 2014-10-23 17:50:24 +00:00
christos
a62fb610ef stop playing type games, and use the proper type for the placement new operator 2014-10-23 17:50:08 +00:00
christos
37db287df0 Use libdplibs 2014-10-23 12:16:25 +00:00
apb
2eedb5803b Update tzdata2netbsd for 2014i.
The NEWS file has been included in the tzdata tarball since 2014g, so
don't mention the separate NEWS URL in the prototype CVS log message.
2014-10-23 03:42:09 +00:00
apb
94442e1f49 Import tzdata2014i from ftp://ftp.iana.org/tz/releases/tzdata2014i.tar.gz
Summary of changes in tzdata2014i (2014-10-21 22:04:57 -0700):
  * Pacific/Fiji will observe DST from 2014-11-02 02:00 to 2015-01-18 03:00.
    Guess that future years will use a similar pattern.
  * A new Zone Pacific/Bougainville, for the part of Papua New Guinea
    that plans to switch from UTC+10 to UTC+11 on 2014-12-28 at 02:00.
  * Since Belarus is not changing its clocks even though Moscow is,
    the time zone abbreviation in Europe/Minsk is changing from FET
    to its more-traditional value MSK on 2014-10-26 at 01:00.
  * The new abbreviation IDT stands for the pre-1976 use of UT+8 in
    Indochina, to distinguish it better from ICT (UT+7).
  * Many time stamps have been corrected for Asia/Ho_Chi_Minh before 1976.
    Asia/Ho_Chi_Minh has been added to zone1970.tab, since
    north and south Vietnam disagreed after our 1970 cutoff.
  * Asia/Phnom_Penh and Asia/Vientiane have been turned into links, as
    they differed from existing zones only for pre-1970 time stamps.
  * Changes affecting commentary.
2014-10-23 03:37:19 +00:00
christos
9512ff2aab simplify and add more architectures. 2014-10-23 00:25:54 +00:00
christos
9b7e305c80 set the proper asan variable 2014-10-22 23:17:24 +00:00
christos
c589879b35 Add build glue 2014-10-22 21:22:06 +00:00
christos
877f27642f add libasan to the build 2014-10-22 21:21:02 +00:00
christos
f4169a524f more portability fixes. 2014-10-22 21:19:59 +00:00
christos
152b237a9f add undef first 2014-10-22 20:50:20 +00:00
christos
38f6727a61 Do the mcontext stuff differently so that we don't fail compilation. 2014-10-22 16:53:16 +00:00
christos
df8aa0850e NetBSD supports -lasan 2014-10-22 16:52:47 +00:00
christos
ff64bca229 Add libraries the statically linked address sanitizer library needs. 2014-10-22 16:52:23 +00:00
christos
0b7d23047d No need to -I execinfo now that unwind.h is installed. 2014-10-22 16:31:57 +00:00
christos
496a0216ed reduce diffs with upstream. 2014-10-22 16:29:47 +00:00
christos
8bb734fd0d Go back to use the linux version which can be used for our stuff too now. 2014-10-22 03:07:11 +00:00
christos
9017a279de install a shared library version, now that we know how to do it. 2014-10-22 00:16:29 +00:00
christos
9d5ff525cf the interceptors don't know about __RENAME() so add a kludge. 2014-10-22 00:15:16 +00:00
christos
d37ef571ab remove default debugging code. 2014-10-22 00:14:52 +00:00
mrg
f8d24b5299 regen for netbsd version fix. (actually, this seems to not
actually be necessary, it only fixes local comments to be
correct..)
2014-10-20 23:49:14 +00:00
christos
d15a70e497 regen 2014-10-20 22:04:30 +00:00
christos
679907738e sync with head of upstream to fix MacOS/X compilation and more. 2014-10-20 21:48:57 +00:00
roy
60642c5bd8 Sync 2014-10-20 09:11:35 +00:00
roy
075ee3c188 Import openresolv-3.6.0 with the following changes:
*  dnsmasq subscriber no longer moans if it hasn't written a pidfile
  *  Ensure that name_server_blacklist works for more than one option.
     Thanks to Frederic Barthelery.
  *  unbound_insecure can disable DNSSEC for all domains processed.
  *  local_nameservers now defaults to
     127.* 0.0.0.0 255.255.255.255 ::1
     and is used instead of a hard coded list.
  *  Allow the disabling of resolvconf or optionally an individual
     subscriber.
  *  Don't wait around trying to create a lock if we don't have
     permission.
  *  resolv_conf_passthrough=NULL will update resolv.conf to match
     only what is configured in resolvconf.conf and ignore any
     interface configuration.
2014-10-20 09:09:53 +00:00
joerg
8fd693ea05 Fix format strings to match argument types. 2014-10-19 14:13:01 +00:00
roy
61932153cd Sync 2014-10-17 23:42:24 +00:00
christos
0cfc64bcab add some missing sources. 2014-10-17 21:48:17 +00:00
christos
e92bf7695e more fixes: builds and runs now, but coredumps after stackgap mprotect (mmap) 2014-10-17 21:44:47 +00:00
christos
fe1a092fc9 avoid variable array allocation that gcc can't figure out. 2014-10-17 02:57:42 +00:00
christos
3c5783d32c merge conflicts. 2014-10-16 19:29:29 +00:00
christos
3c260e6046 Import wpa_supplicant and hostapd 2014-10-16 19:16:01 +00:00
christos
aa4e64f22b NB this does not work yet, it is a work in progress. 2014-10-15 19:20:29 +00:00
christos
abf6d4b3bf make this compile, pretending a lot that we are linux. 2014-10-15 18:44:49 +00:00
mrg
6ec53c318c regen mknative for gcc 4.8-2014-10-09. 2014-10-12 19:55:21 +00:00
mrg
5a5404318c more regen for complex etc, fixes. 2014-10-12 08:17:35 +00:00
mrg
2f7e65f195 merge GCC 4.8 2014-10-09, part 1. 2014-10-12 07:11:58 +00:00
mrg
cd5ea10d63 initial import of GCC 4.8 snapshot 2014-10-09. this fixes at
least the below GCC PRs, among many other changes.

it also makes sh3 reasonably useful again.

	c++/60731
	c/61271
	c/61271
	c/61271
	debug/55794
	debug/60655
	debug/61923
	debug/63284
	debug/63342
	inline-asm/63282
	ipa/61986
	ipa/62015
	libobjc/61920
	libobjc/61920
	libstdc++/58962
	libstdc++/60734
	libstdc++/60966
	libstdc++/61946
	libstdc++/63449
	middle-end/61010
	middle-end/61045
	middle-end/62103
	rtl-optimization/57003
	rtl-optimization/60866
	rtl-optimization/60901
	rtl-optimization/61801
	rtl-optimization/62004
	rtl-optimization/62030
	target/49423
	target/52941
	target/61044
	target/61202
	target/61208
	target/61231
	target/61239
	target/61249
	target/61300
	target/61423
	target/61431
	target/61443
	target/61483
	target/61542
	target/61545
	target/61570
	target/61586
	target/61996
	target/62195
	target/62218
	target/63428
	tree-optimization/60196
	tree-optimization/61375
	tree-optimization/61383
	tree-optimization/61452
	tree-optimization/61684
	tree-optimization/61964
	tree-optimization/62073
	tree-optimization/62075
	tree-optimization/63189
	tree-optimization/63341
	tree-optimization/63375
2014-10-12 06:58:16 +00:00
mrg
d00e30dba8 more regen for complex and more. only sun2 and ia64 missing now. 2014-10-11 21:28:43 +00:00
mrg
d0e58b2d00 this doesn't need <execinfo.h>, which doesn't exist on older hosts. 2014-10-11 20:50:59 +00:00
mrg
db518126d4 more regen for complex and more. 2014-10-11 19:55:59 +00:00
mrg
251814c8d8 more regen after complex and other fixes. 2014-10-11 09:15:04 +00:00
christos
2a88bcf165 regen 2014-10-10 20:57:48 +00:00