Commit Graph

5213 Commits

Author SHA1 Message Date
ozaki-r
9ce3434ff9 Fix module unload of dtrace, sdt and fbt
- Don't unload when there are users of dtrace
- Forbid auto unloading (not supported for now)

PR 49695
2015-02-26 09:10:52 +00:00
snj
8914368806 don't install X11/Xaw/Print.h and X11/Xaw/PrintSP.h. they haven't been
included upstream since libXaw 1.0.5 (released in 2008) and are useless
in this Xprint-less world.
2015-02-26 04:11:32 +00:00
snj
985294594e update for 1.5.0 2015-02-25 20:01:39 +00:00
martin
fd70cddd86 Wait 10 seconds instead of 1 before killing the helper - otherwise on slow
machines it might not have gotten around to execute the first command at
all (and since it next waits for 42 seconds, 10 seconds is safe).
2015-02-23 08:48:18 +00:00
jmcneill
889ad2c6eb Build and install Mesa GBM buffer management library (libgbm). 2015-02-23 00:09:30 +00:00
spz
99759bb8ef security patch for bind from ISC (to 9.10.1-P2).
Only the change to lib/dns/zone.c is security relevant

Upstream changelog:

        --- 9.10.1-P2 released ---

4053.   [security]      Revoking a managed trust anchor and supplying
                        an untrusted replacement could cause named
                        to crash with an assertion failure.
                        (CVE-2015-1349) [RT #38344]

4027.   [port]          Net::DNS 0.81 compatibility. [RT #38165]
2015-02-21 20:19:22 +00:00
jmcneill
c9ca8f87ce install xcb/xkb.h 2015-02-21 17:17:16 +00:00
ozaki-r
2be0e59f43 Fix dtrace build for arm with gcc 4.8 2015-02-21 15:13:20 +00:00
ozaki-r
3bcb5a6ccb Fix dtrace build error with gcc 4.8 on i386 and arm
_ILP32 is required by dt_popc.

The fix is inspired by FreeBSD.
2015-02-21 15:00:30 +00:00
tron
70a84f339b Resolve conflicts from last import. 2015-02-21 12:00:48 +00:00
tron
3d6f39af4c Import Postfix 2.11.4. Changes since version 2.11.3:
- Fix a core dump when smtp_policy_maps specifies an invalid TLS level.
- Fix a missing " in \%s\", in postconf(1) fatal error messages, which
  violated the C language spec. Reported by Iain Hibbert.
- Stop excessive recursion in the cleanup server while recovering from a
  virtual alias expansion loop. Problem found at Two Sigma.
- Stop exponential memory allocation with virtual alias expansion loops.
  This came to light after fixing the previous problem.
2015-02-21 11:56:30 +00:00
snj
af0aff5a20 don't install Xtransdnet.c or Xtransos2.c, which were last part of xtrans
1.2.1.
2015-02-19 20:57:36 +00:00
lneto
bfd43003e4 lua(4): small fixes in kernel Lua
* fixed hex parsing
* restored lua_isnumber
* removed unwanted macros from luaconf.h
* restored <stdarg.h> include in ldebug.c
* removed doubles from unions
* removed unused functions
2015-02-19 04:46:22 +00:00
joerg
3dea93ea59 Apply elf32.em r1.8 to the corresponding sections of armelf.em and
aarch64elf.em. Original commit message:

Recursively add DT_NEEDED entries from shared libraries if symbols are
used indirectly. This is more in line with the old GNU ld behavior, but
not exactly the desired semantic.

Patch from Martin Husemann.
2015-02-18 15:05:43 +00:00
ozaki-r
47d3523379 Add assert 2015-02-18 03:08:38 +00:00
ozaki-r
99f05559ed Don't return success when the target CPU is offline
dt_status originally expected the behavior.

This fixes a segfault happens in dt_aggregate_go (a user of dt_status)
that depends on the behavior.
2015-02-18 03:07:56 +00:00
christos
7fe8be8b24 one more pfilter_init() 2015-02-14 19:05:59 +00:00
christos
bf418d8f39 PR/49667: Henning Petersen: Missing initialization of values in dt_parser.c 2015-02-14 15:55:05 +00:00
christos
92111d5005 PR/49666: Henning Petersen: initialization of instr wrong in dt_cg.c NULL
instead of 0 for uint32_t.
2015-02-14 15:53:23 +00:00
christos
9b4aac0254 Add the bad user diff. 2015-02-14 15:42:17 +00:00
nonaka
f8baa4e97e iwm(4) works now, but 2.4GHz only.
> iwm0 at pci2 dev 0 function 0: Intel Dual Band Wireless AC 3160 (rev. 0x83)
> iwm0: interrupting at ioapic0 pin 18
> iwm0: hw rev: 0x160, fw ver 25.228 (API ver 9), address XX:XX:XX:XX:XX:XX
> iwm0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
> iwm0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
2015-02-13 18:57:46 +00:00
christos
a230e8e5ec remove LINTFLAGS 2015-02-09 20:41:01 +00:00
christos
cf8359160b - use CPPFLAGS instead of CFLAGS for things that the c-preprocessor handle.
- add LUA_C89_NUMBERS for "long long" and don't depend on _NETBSD_SOURCE
  for defining this.
2015-02-09 16:47:17 +00:00
christos
0f74422800 Packages always build lib first even if it is built as part of the first
pass in the library builds. If we want to change this, we should change it
everywhere.
2015-02-09 16:44:53 +00:00
ryoon
ebab6362c5 In recent freetype2 installation, ft2build.h should be located
under include/freetype2.

This change should fix non pkg-config build that uses freetype2,
for example, pkgsrc/lang/openjdk8.

netbsd-7 has also this problem.
2015-02-09 16:27:29 +00:00
christos
92e3cdde4e delete error(1) strings. 2015-02-07 20:33:22 +00:00
christos
b8c591ba5d check and fix printf formats, negative array indices, uninitialized variables,
shadowed variables.
2015-02-07 20:30:03 +00:00
christos
a4efcfa6a1 Apply: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=commit;\
h=c32e74763f77675b9e144126e375977ed6dc562c
The deref overlay in slapd 2.4.13 through 2.4.40 dereferences a NULL
pointer when a search request includes the Deref control with an empty
list of attributes to return (missing input validation). [CVE-2015-1545]

XXX: Pullup-7
2015-02-07 17:58:23 +00:00
christos
eae2dca513 Apply: http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=commit;\
h=2f1a2dd329b91afe561cd06b872d09630d4edb6a

Certain search queries including the Matched Values control can trigger
a double free in slapd 2.4.40 when freeing operation controls. This is a
regression in 2.4.40, no earlier releases are affected. [CVE-1546]

XXX: Pullup-7
2015-02-07 17:56:59 +00:00
lneto
c4f5e3dda4 lua: fixed LUA_ROOT, LUA_PATH_DEFAULT and LUA_CPATH_DEFAULT
* reverted from r1.8 (mbalmer)
2015-02-04 04:47:57 +00:00
jmcneill
260df337ea libxcb is 1.10 now, fix pkgconfig version xcb.mk 2015-02-03 21:31:31 +00:00
christos
bb8dd72d4a fix typo. 2015-02-03 01:22:08 +00:00
christos
b1519c4fed CID/126787{0,1}: Uninitialized msg_flags 2015-02-02 22:03:45 +00:00
christos
c3f52d2ee1 CID/1267866: Missing break in switch 2015-02-02 22:01:55 +00:00
christos
430f4ed48d make DEBUG build the default. 2015-02-02 16:18:27 +00:00
lneto
730082507e lua: updated from 5.3 work3 to 5.3.0
* improved the overall kernel Lua patch; fixed coercion
* updated lua/syslog
* updated luapmf and luasystm Makefiles
2015-02-02 14:03:05 +00:00
lneto
28a92413eb imported Lua 5.3.0 2015-02-02 02:01:06 +00:00
spz
9bc6cb144e this generated include file oughtn't be around, the 'good' version is in
external/bsd/libevent/include/event2/event-config.h instead
2015-02-01 19:09:05 +00:00
chs
80bb74da59 update m68k gcc bug workarounds for gcc 4.8. fixes PR 49609. 2015-02-01 17:47:00 +00:00
njoly
20618ab369 void functions should not return values. 2015-02-01 10:19:00 +00:00
apb
12a1cf4f57 Import tzdata2015a from ftp://ftp.iana.org/tz/releases/tzdata2015a.tar.gz
Summary of changes in tzdata2015a (2015-01-29 22:35:20 -0800):
  * The Mexican state of Quintana Roo, represented by America/Cancun,
    will shift from Central Time with DST to Eastern Time without DST
    on 2015-02-01 at 02:00.
  * Chile will not change clocks in April or thereafter; its new standard time
    will be its old daylight saving time.  This affects America/Santiago,
    Pacific/Easter, and Antarctica/Palmer.  (Thanks to Juan Correa.)
  * New leap second 2015-06-30 23:59:60 UTC as per IERS Bulletin C 49.
  * Iceland observed DST in 1919 and 1921, and its 1939 fallback
    transition was Oct.
  * Some more zones have been turned into links, when they differed
    from existing zones only for older time stamps.
  * Changes affecting commentary.
2015-01-31 18:23:14 +00:00
wiz
659c05d388 Comment out currently unused dtrace_dof_char function (for clang build). 2015-01-31 13:36:29 +00:00
mrg
39898ff989 regenerate with recent mknative-gcc (1.80 and 1.81) updates. 2015-01-31 12:15:24 +00:00
joerg
57bf5bb8f5 timeval fields might not be int, so use imaxabs. 2015-01-31 12:12:17 +00:00
roy
dc4f241359 Sync 2015-01-30 10:20:43 +00:00
roy
c40a479dcf Sync 2015-01-30 09:47:05 +00:00
roy
b7934c7750 Import dhcpcd-6.7.0 with the following changes:
*  Only release the DHCPv6 lease when dropping it.
  *  Fix handling of ND6_IFF_OVERRIDE_RTADV on BSD.
  *  Include paths.h to get _PATH_BPF. Thanks to Joerg Sonnenberger.
  *  Report a better error of the kernel lacks a BPF equivalent filter.
  *  Implement RFC4941, Privacy Extensions for Stateless Address
     Autoconfiguration in IPv6 when dhcpcd is overriding the in-kernel
     RA support. For BSD, this is a full userland implementation.
  *  reject <option> will now reject any DHCP message that contains
     that option.
  *  Ignore RA's from ourself for very badly configured stations.
2015-01-30 09:40:24 +00:00
joerg
68b95de475 Add missing __printflike 2015-01-30 00:07:06 +00:00
joerg
7a671bdb7e Don't complain if OCaml is installed, but certain extensions for the
binding are missing.
2015-01-29 23:14:48 +00:00
nat
56f278b796 Fixes segfaults and crashing in applications that use libGLU.
Minor version bump.

This commit was approved by wiz@
2015-01-29 22:51:55 +00:00
joerg
80d5023792 libgcc_s is linked in the specs already, don't do it explicitly. 2015-01-29 21:12:10 +00:00
joerg
f1a70a014c Remove files no longer present with clang-227398/llvm-227398. 2015-01-29 21:04:26 +00:00
joerg
d8eb4f1993 Update build system glue for LLVM 3.6RC1. Notable changes:
- Old JIT is removed.
- Improvements to debug information handling.
- ARM: check for deprecated instructions and warn in the integrated
  assembler
- PPC: VSX support, va_arg support for struct/union types, -fPIC vs
  -fpic supported, faster atomics
- x86: improved vectorizer
2015-01-29 20:41:33 +00:00
joerg
490187770a Import Clang 3.6RC1 r227398. 2015-01-29 19:57:08 +00:00
joerg
e03312df47 Import LLVM 3.6RC1 r227398. 2015-01-29 19:54:00 +00:00
spz
6c6fe89327 merge and update manpages and include/event2/event-config.h
May need extra fixing around log-internal.h and log.c
2015-01-29 07:26:02 +00:00
spz
447d9fdc05 Upstream Change_log:
Changes in version 2.0.22-stable (5 Jan 2015)

SECURITY FIXES (evbuffers)
 o Avoid integer overflow bugs in evbuffer_add() and related functions.
   See CVE-2014-6272 advisory for more information.
   (20d6d4458bee5d88bda1511c225c25b2d3198d6c)

BUGFIXES (evhttp)
 o fix #73 and fix http_connection_fail_test to catch it (crash fix)
   (b618204 Greg Hazel)
 o Avoid racy bufferevent activation (5eb1788 Nate Rosenblum)

BUGFIXES (compilation and portability)
 o Fix compilation with WIN32_HAVE_CONDITION_VARIABLES enabled (7e45739)
 o Fix missing AC_PROG_SED on older Autoconfs (9ab2b3f Tay Ray Chuan)
 o Backport libevent to vanilla Autoconf 2.59 (as used in RHEL5)
   (74d4c44 Kevin Bowling)
 o Use AC_CONFIG_HEADERS in place of AM_CONFIG_HEADERS for
   automake 1.13 compat (817ea36)
 o Rename configure.in to configure.ac to appease newer autoconfs (0c79787)
 o Avoid using top_srcdir in TESTS: new automakes do not like this (a55514e)
 o Use windows vsnprintf fixup logic on all windows environments (e826f19)
 o Fix a compiler warning when checking for arc4random_buf linker breakage.
   (5cb3865)
 o Fix another arc4random_buf-related warning (e64a2b0)
 o Add -Qunused-arguments for clang on macos (b56611d Trond Norbye)

BUGFIXES (resource leaks/lock errors on error)
 o Avoid leaking fds on evconnlistener with no callback set (69db261)
 o Avoid double-close on getsockname error in evutil_ersatz_socketpair
   (0a822a6)
 o Fix a locking error in bufferevent_socket_get_dns_error. (0a5eb2e)
 o libevent/win32_dealloc() : fix sizeof(pointer) vs sizeof(*pointer)
   (b8f5980 Frank Denis)

BUGFIXES: (other stability)
 o bufferevent_pair: don't call downcast(NULL) (f2428a2)
 o Consistently check for failure from evbuffer_pullup() (60f8f72)
 o Fix race caused by event_active (3c7d6fc vjpai)

BUGFIXES (miscellaneous)
 o Avoid redundant invocations of init_extension_functions for IOCP (3b77d62)
 o Typo fixes from Linus Nordberg (cec62cb, 8cd695b)
 o Add a few files created by "make verify" to .gitignore.
   (1a8295a Pierre Phaneuf)
 o regress_buffer: fix 'memcmp' compare size (79800df Maks Naumov)
 o Fix bufferevent setwatermark suspend_read (b34e4ac ufo2243)
 o Fix evbuffer_peek() with len==-1 and start_at non-NULL. (fb7e76a)

BUFGIXES (evdns)
 o Checking request nameserver for NULL, before using it.
   (5c710c0 Belobrov Andrey)
 o Fix SEGFAULT after evdns_base_resume if no nameservers installed.
   (f8d7df8 Azat Khuzhin)
 o Fix a crash in evdns related to shutting down evdns (9f39c88,e8fe749)

BUGFIXES (epoll)
 o Check does arch have the epoll_create and __NR_epoll_wait syscalls.
   (dfe1e52 Marcin Juszkiewicz)

BUGFIXES (evutil_secure_random)
 o Avoid other RNG initialization FS reads when urandom file is specified
   (9695e9c, bb52471)
 o When we seed from /proc/sys/kernel/random/uuid, count it as success (e35b540)
 o Document that arc4random is not a great cryptographic PRNG. (6e49696)
 o Add evutil_secure_rng_set_urandom_device_file (2bbb5d7)
 o Really remove RNG seeds from the stack (f5ced88)


DOCUMENTATION FIXES
 o Fix a mistake in evbuffer_remove() arguments in example http server
   code (c322c20 Gyepi Sam)
 o Fix a typo in a comment in buffer.h. Spotted by Alt_F4 (773b0a5)
 o Clarify event_base_loop exit conditions (031a803)
 o Use FindClose for handle from FindFirstFile in http-server.c (6466e88)
 o Fix a typo in a doxygen comment. Reported by 亦得. (be1aeff)
2015-01-29 06:37:53 +00:00
christos
a79a63ba87 no need for strtonum.c anymore. 2015-01-29 03:34:37 +00:00
christos
c86776b0ff do it like the others 2015-01-29 03:26:27 +00:00
christos
470a09925c Use the libc version of strtonum.c (Kamil Rytarowski) 2015-01-29 03:25:36 +00:00
christos
19b3e3be46 fix comment 2015-01-29 01:05:25 +00:00
christos
8f75702587 add an option to restore rules, and run the flush command only once per
rule name.
2015-01-28 22:30:42 +00:00
christos
0866db79e7 explain why nfail > maxfail in the report. 2015-01-28 16:47:00 +00:00
wiz
ac8c22811d Sort SEE ALSO. Nit fixes. 2015-01-28 07:32:28 +00:00
christos
bf10289799 Don't add a rule twice, but attempt to replace it. 2015-01-28 05:08:55 +00:00
christos
2478c85bc9 one would think that I'd learn to cast htons() by now... 2015-01-28 00:42:15 +00:00
christos
ac672cf09a apply the mask to the resulting address correctly. 2015-01-27 20:16:11 +00:00
christos
c54542f644 we are passing the port now 2015-01-27 19:49:37 +00:00
christos
70d0fa228f - separate man page for blacklistd and blacklistd.conf, requested by wiz@
- allow separate configurations for local and remote addresses, implementing
  effectively whitelists, requested by dh@
- allow the mask of the filter to be specified, requested by dh@
- the db file format has been changed to accommodate these changes, and
  needs to be removed.
2015-01-27 19:40:36 +00:00
christos
f9546f4b11 put back initialization of the buffer which was accidentally removed.
XXX: pullup-7.
2015-01-27 02:37:18 +00:00
wiz
cf9e532f07 Fix PKG_CONFIG version after freetype2-2.5.3 import.
From Leonardo Taccari on tech-x11.
2015-01-26 08:47:25 +00:00
christos
8d2f2f5d56 merge conflict 2015-01-26 04:12:46 +00:00
christos
3808a58b42 prettier display 2015-01-26 02:31:52 +00:00
christos
b110ac9d5f simple instructions for NetBSD. 2015-01-26 00:34:50 +00:00
christos
049b90f872 Add npf.conf example 2015-01-26 00:18:40 +00:00
christos
ab43be4761 this has been moved. 2015-01-25 23:15:56 +00:00
wiz
3fb9c48858 Minor fixes.
XXX: libblacklist needs to be defined.
2015-01-25 23:09:28 +00:00
wiz
0c005f11fe Minor cleanups.
XXX: blacklistd.conf.5 should be a separate man page, or the Xr to it
in blacklistd(8) should be removed.
2015-01-25 23:07:16 +00:00
christos
975e3626e2 sync rem control script api 2015-01-25 22:59:40 +00:00
christos
77b4baae8c mark log function as printflike 2015-01-25 22:22:54 +00:00
christos
38cf543beb whitespace 2015-01-25 21:06:04 +00:00
christos
0c0dce715b Handle interfaces in configuration files, requested by kardel@ 2015-01-25 20:59:39 +00:00
christos
3ce284ce42 fix gcc warning. 2015-01-25 20:50:30 +00:00
christos
4fc6ba4368 fix for PIC code. 2015-01-25 20:06:46 +00:00
christos
b668dd1072 remove debugging. 2015-01-25 16:17:20 +00:00
christos
a79eafe515 blacklist new files 2015-01-25 15:52:12 +00:00
christos
1bff67df9c blasklist hooks 2015-01-25 15:51:53 +00:00
christos
bdb45807c6 hook into blacklist 2015-01-25 15:47:19 +00:00
christos
26e01d3274 new lex/yacc need less help with prefixes. 2015-01-25 14:56:22 +00:00
christos
1f23e23664 fix man pages 2015-01-24 18:34:05 +00:00
tron
215f0c2623 Resolve conflicts from last import. 2015-01-24 18:10:52 +00:00
tron
3f021802f4 Import Postfix 2.11.3. Changes since version 2.11.1:
- Fix for DMARC implementations based on SPF policy plus DKIM Milter. The
  PREPEND access/policy action added headers ABOVE Postfix's own Received:
  header, exposing Postfix's own Received: header to Milters (protocol
  violation) and hiding the PREPENDed header from Milters. PREPENDed
  headers are now added BELOW Postfix's own Received: header and remain
  visible to Milters.
- The Postfix SMTP server logged an incorrect client name in reject
  messages for check_reverse_client_hostname_access and
  check_reverse_client_hostname_{mx,ns}_access. They replied with the
  verified client name, instead of the name that was rejected.
- The TLS client logged that an anonymous TLS connection was "Untrusted",
  instead of "Anonymous".
- Fix for configurations that prepend message headers with Postfix access
  maps, policy servers or Milter applications. Postfix now hides its own
  Received: header from Milters and exposes prepended headers to Milters,
  regardless of the mechanism used to prepend a header. This fix reverts
  a partial solution that was released on October 13, 2014, and replaces
  it with a complete solution.
2015-01-24 18:08:05 +00:00
christos
986aa600f9 update to reality. 2015-01-24 15:36:51 +00:00
christos
5b63b8f3e0 add dump command 2015-01-24 15:33:03 +00:00
christos
1db39ae10d sync only when idle or every 100 turns. 2015-01-24 07:46:20 +00:00
christos
93c3fc2f06 sync the db 2015-01-24 07:31:51 +00:00
christos
5e2208d7b5 fix remaining time. 2015-01-24 06:20:21 +00:00
christos
c7002cf3b4 format better. 2015-01-24 06:05:08 +00:00
christos
ed7c0403a5 remove unneeded include 2015-01-23 23:28:45 +00:00
christos
8f167df58f fix memset 2015-01-23 22:34:13 +00:00
christos
5d9c37e882 add ftpd. 2015-01-23 22:34:00 +00:00
christos
eeba53ebdb add ftpd 2015-01-23 22:33:37 +00:00
christos
e826cb8649 don't clear the db with positive cache queries; negative cache queries
can be don't maliciously for cache pollution.
2015-01-23 21:38:09 +00:00
christos
943f7e91bd more stuff 2015-01-23 21:34:01 +00:00
christos
047fac47e0 install in examples 2015-01-23 21:33:50 +00:00
christos
fbfc24b25d Factor out the get remote address code and do it first since it is more
efficient than searching through the config.
2015-01-23 21:33:37 +00:00
christos
b6edaf94aa don't let positive aclquery results clear the blacklist. 2015-01-23 21:10:44 +00:00
christos
0aa06d5b95 make header idempotent 2015-01-23 18:48:56 +00:00
christos
8c82b13dab include socket.h 2015-01-23 04:46:53 +00:00
christos
5651f554fa don't let the library depend on itself. 2015-01-23 03:57:22 +00:00
christos
68c7e8b5d9 fix ifdef misname 2015-01-23 03:29:18 +00:00
christos
7d4d979d64 add QUEUEDEBUG commented out 2015-01-23 03:04:06 +00:00
christos
15105399a2 turn back to dynamic to reduce size. 2015-01-23 03:00:44 +00:00
christos
160897fee5 use more markup 2015-01-23 02:58:40 +00:00
christos
dfb7f9f0b8 move crypto file to the right group 2015-01-23 02:57:34 +00:00
christos
a14d81aa8e sanity checks for the received socket. 2015-01-22 23:45:41 +00:00
christos
4b0975cc97 one more case missed. 2015-01-22 23:26:42 +00:00
christos
41625197a4 use openlog explicitly. 2015-01-22 23:20:28 +00:00
christos
42529d8197 new diffs from the top 2015-01-22 21:42:06 +00:00
christos
dbb6d0a43e fix name of the helper. 2015-01-22 21:32:30 +00:00
christos
c54ba633aa log to stdout 2015-01-22 20:21:57 +00:00
christos
fe99c06623 create the pid file after we daemonize 2015-01-22 20:17:34 +00:00
christos
3acbe3bab3 Fix bug with 0 length sockets; abstract get socket data function out. 2015-01-22 20:11:33 +00:00
christos
4041162f85 fix NetBSD 2015-01-22 19:44:59 +00:00
christos
cbd52af1f6 update for udp 2015-01-22 19:08:43 +00:00
christos
f155877b62 Install in /lib because blacklistd needs it 2015-01-22 18:46:15 +00:00
christos
1795e59aec Be pickier about socket data passed to us, but repair the socket information
if we can and report so we can fix the daemon code.
2015-01-22 18:43:29 +00:00
christos
c05f133cb4 update TODO 2015-01-22 18:15:56 +00:00
christos
5b27fca8bd more efficiency fixes; construct the unix sockaddr once. 2015-01-22 18:15:15 +00:00
christos
2071425ca2 make this nicer 2015-01-22 17:59:31 +00:00
christos
a8d0d44274 - More NetBSD like installation structure and rc glue
- Don't require cred passing for ones that don't have it.
2015-01-22 17:49:41 +00:00
christos
74a044786f - logging fixes
- finish adding pidfile
- credential passing for linux
2015-01-22 16:19:53 +00:00
christos
b11744f0b9 - move diffs
- always log through lfun
2015-01-22 15:29:27 +00:00
christos
e613991ba4 checkin commit for logging fixes, busy socket and pidfile. 2015-01-22 15:25:52 +00:00
gson
32627f22be Mark atf/atf-c/macros_test/detect_unused_tests and
atf/atf-c++/macros_test/detect_unused_tests as expected failures
when using versions of GCC where they are known to fail, with a
reference to PR toolchain/49187.
2015-01-22 12:33:35 +00:00
matt
2eb84c7288 Make sure POWERPC_NETBSD is defined. 2015-01-22 08:35:05 +00:00
christos
dd437d5f2c Read from multiple sockets. 2015-01-22 07:57:31 +00:00
christos
4e1fb2ba56 more MLINKS 2015-01-22 05:49:18 +00:00
christos
9b104d5d3d udp now works 2015-01-22 05:44:35 +00:00
christos
2257256f91 remove sleep 2015-01-22 05:44:28 +00:00
christos
3ee8942fa8 remove listen 2015-01-22 05:41:08 +00:00
christos
a8f47b59cd update doc 2015-01-22 05:40:34 +00:00
christos
4e04e6bf5a make udp work. 2015-01-22 05:35:55 +00:00
christos
5602e55dfd more bugs 2015-01-22 05:03:52 +00:00
christos
753229811a make NetBSD work again. 2015-01-22 04:20:50 +00:00
christos
1f0a764fdf Works on both linux and macosx 2015-01-22 04:13:04 +00:00
christos
bcdaafa19b linux works... 2015-01-22 03:48:07 +00:00
christos
4dcd992335 more portability 2015-01-22 03:10:49 +00:00
christos
1d4608fc6f more portability. 2015-01-22 03:08:09 +00:00
christos
1e27449070 more portability 2015-01-22 02:48:24 +00:00