Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (1h)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 13:51:44 UTC Now

2017-01-12 01:02:09 UTC MAIN commitmail json YAML

2017-01-12 00:43:55 UTC MAIN commitmail json YAML

put back strerror_ss, it will be used shortly.

(christos)

2017-01-12 00:38:25 UTC MAIN commitmail json YAML

Clarify the explanation of the compat_time.c definition of time.

(riastradh)

2017-01-12 00:38:01 UTC MAIN commitmail json YAML

Split syslog.c to:

- syslog_ss.c *_ss api functions (don't use stdio, time)
- syslog.c: *syslog* non _ss api functions (use stdio, time)
- xsyslog.c> common guts.

The motivation for this is not to drag in stdio/locale/floating point/time
for every binary, since syslog_ss() is used in __stack_check_fail() for SSP.

(christos)

2017-01-12 00:35:38 UTC MAIN commitmail json YAML

2017-01-11 22:09:38 UTC MAIN commitmail json YAML

fix off by one

(maya)

2017-01-11 21:44:50 UTC MAIN commitmail json YAML

fix off by one.

ok riastradh

(maya)

2017-01-11 20:53:52 UTC MAIN commitmail json YAML

Fix some off by one issues with arraycount ..thanks coypu.

(roy)

2017-01-11 20:43:03 UTC MAIN commitmail json YAML

Move the ripoffline logic out of screen.c and into ripoffline.c.
Store ripped off lines in the SCREEN structure so we can repaint then
when the terminal is resized.
Fix mvwin(3) so it can move windows in the ripped off area.

(roy)

2017-01-11 19:42:02 UTC MAIN commitmail json YAML

also fix this other off by one.

(maya)

2017-01-11 19:32:25 UTC MAIN commitmail json YAML

fix off by one.

ok riastradh

(maya)

2017-01-11 18:32:49 UTC MAIN commitmail json YAML

2017-01-11 18:25:46 UTC MAIN commitmail json YAML

2017-01-11 18:19:29 UTC MAIN commitmail json YAML

PR/51827: David Binderman: delete pointless local variable

(christos)

2017-01-11 18:15:03 UTC MAIN commitmail json YAML

2017-01-11 18:09:40 UTC MAIN commitmail json YAML

fix mismatched paren, also the previous commit should say and check error
for -1.

(christos)

2017-01-11 18:07:37 UTC MAIN commitmail json YAML

PR/51822: Ngie Cooper: add additional t_memmem check

(christos)

2017-01-11 18:05:54 UTC MAIN commitmail json YAML

PR/51823: Ngie Cooper: Add output diagnostic if memcmp of the md5 string fails

(christos)

2017-01-11 17:15:27 UTC MAIN commitmail json YAML

Remove setup already done in newterm and even set_term.

(roy)

2017-01-11 14:52:03 UTC MAIN commitmail json YAML

Adapt to the recent vnode changes.

(hannken)

2017-01-11 14:13:05 UTC MAIN commitmail json YAML

Fix merge botch. arm eabi targets now match properly and we get the
right defaults.

(skrll)

2017-01-11 13:47:27 UTC MAIN commitmail json YAML

Document msdos-specific options directly.

From jmc@OpenBSD.

Bump date.

(wiz)

2017-01-11 13:44:24 UTC MAIN commitmail json YAML

Some changes and sorting based on diff sent from jmc@OpenBSD.

(wiz)

2017-01-11 13:08:29 UTC MAIN commitmail json YAML

2017-01-11 12:19:44 UTC MAIN commitmail json YAML

2017-01-11 12:19:03 UTC MAIN commitmail json YAML

The sparc atomic issues are gone.

(joerg)

2017-01-11 12:18:22 UTC MAIN commitmail json YAML

Avoid access to unaligned data.

(joerg)

2017-01-11 12:17:34 UTC MAIN commitmail json YAML

Add ddb command to find a vnode by the address of its lock.
This makes it much easier to convert lockstat traces into understandable
data.

(joerg)

2017-01-11 12:14:32 UTC MAIN commitmail json YAML

Don't cast the result of abs() to int, but the argument.

(joerg)

2017-01-11 12:13:52 UTC MAIN commitmail json YAML

Use an explicitly aligned buffer for ip.

(joerg)

2017-01-11 12:12:32 UTC MAIN commitmail json YAML

Remove RO check in tmpfs_putpages for now, the syncer doesn't like the
error code.

(joerg)

2017-01-11 12:10:48 UTC MAIN commitmail json YAML

Update Clang header directory.

(joerg)

2017-01-11 12:10:26 UTC MAIN commitmail json YAML

2017-01-11 12:08:35 UTC MAIN commitmail json YAML

2017-01-11 12:02:32 UTC MAIN commitmail json YAML

2017-01-11 11:53:07 UTC MAIN commitmail json YAML

New sentence, new line.

Remove trailing whitespace.

(wiz)

2017-01-11 11:42:09 UTC MAIN commitmail json YAML

2017-01-11 11:19:25 UTC MAIN commitmail json YAML

src/external/bsd/llvm/dist/llvm-configure/autoconf/AutoRegen.sh@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/ExportMap.map@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/LICENSE.TXT@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/README.TXT@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/aclocal.m4@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/config.guess@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/config.sub@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/configure.ac@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/install-sh@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/build_exeext.m4@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/c_printf_a.m4@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/check_gnu_make.m4@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/config_makefile.m4@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/config_project.m4@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/cxx_flag_check.m4@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/define_subst.m4@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/find_std_program.m4@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/func_mmap_file.m4@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/header_mmap_anonymous.m4@1.1 / diff / nxr@1.1
src/external/bsd/llvm/dist/llvm-configure/autoconf/m4/huge_val.m4@1.1 / diff / nxr@1.1
      :
(more 19 files)
Add slightly cut down version of the final version of autoconf from
before the removal, updated to match current cmake.

(joerg)

2017-01-11 11:11:07 UTC LLVM commitmail json YAML

2017-01-11 11:09:39 UTC LLVM commitmail json YAML

2017-01-11 10:06:32 UTC MAIN commitmail json YAML

Kill stray refs to __virtscr and _cursesi_screen missed in prior commit.

(roy)

2017-01-11 09:54:54 UTC MAIN commitmail json YAML

ripoffline requires wnoutrefresh to work before _cursesi_screen has been
set.

(roy)

2017-01-11 09:09:42 UTC MAIN commitmail json YAML

Welcome to 7.99.58, vnode layout changed.

(hannken)

2017-01-11 09:08:59 UTC MAIN commitmail json YAML

2017-01-11 09:07:58 UTC MAIN commitmail json YAML

2017-01-11 09:06:57 UTC MAIN commitmail json YAML

Move vnode members v_synclist_slot and v_synclist as vi_synclist_slot and
vi_synclist to vnode_impl.h.

(hannken)

2017-01-11 09:04:37 UTC MAIN commitmail json YAML

Move vnode members v_dnclist and v_nclist as vi_dnclist and
vi_nclist to vnode_impl.h.

(hannken)

2017-01-11 07:32:36 UTC MAIN commitmail json YAML

Correct man-page category of posix_spawn: is (3) not (2)

(kamil)

2017-01-11 07:31:14 UTC MAIN commitmail json YAML

Document SIGTRAP with si_code TRAP_CHLD in ptrace(2)

Document the current behavior of TRAP_CHILD in NetBSD.
Add more notes on PTRACE_FORK events.

Sponsored by <The NetBSD Foundation>

(kamil)

2017-01-11 07:26:17 UTC MAIN commitmail json YAML

wrap the macro in do/while.

(christos)

2017-01-11 07:22:43 UTC MAIN commitmail json YAML

Cope with tentative state

(ozaki-r)

2017-01-11 07:16:48 UTC MAIN commitmail json YAML

2017-01-11 07:03:59 UTC MAIN commitmail json YAML

Don't call ifa_remove with holding psref

(ozaki-r)

2017-01-11 04:04:12 UTC MAIN commitmail json YAML

2017-01-11 03:15:44 UTC MAIN commitmail json YAML

Add a test case for IPv6 temporary address

(ozaki-r)

2017-01-11 03:15:11 UTC MAIN commitmail json YAML

Check autoconf flag

(ozaki-r)

2017-01-11 02:13:54 UTC MAIN commitmail json YAML

2017-01-11 02:11:21 UTC MAIN commitmail json YAML

Don't silently take the first element of multiple element variables.

(christos)

2017-01-11 02:10:44 UTC MAIN commitmail json YAML

2017-01-11 01:25:05 UTC MAIN commitmail json YAML

Fix showing multicast addresses of !IFF_UP interfaces

netstat appends '*' to the name of an interface without IFF_UP, so
if_nametoindex which is used in mc_print fails. mc_print needs just
an interface index so pass it instead of a tweaked interface name.

(ozaki-r)

2017-01-11 00:55:57 UTC MAIN commitmail json YAML

we cannot guarantee that m_pulldown doesn't fail, as it may fail even
if temporarily out of memory, and it will free the mbuf in this scenario.

test for failure and return error if it happens.

CID 1396651

ok riastradh

(maya)

2017-01-11 00:51:22 UTC MAIN commitmail json YAML

on error, free the mbuf in vmxnet3_txq_offload_ctx, not in callers.

ok riastradh

(maya)

2017-01-11 00:41:38 UTC MAIN commitmail json YAML

GC unused macros.

Even if they were used (and actually asserted), asserting on !mutex_owned
is generally a bad idea, as it may be true in unexpected contexts.

suggested by riastradh, thanks.

(maya)

2017-01-10 23:49:20 UTC MAIN commitmail json YAML

Use the window's screen's terminal.

(roy)

2017-01-10 23:28:45 UTC MAIN commitmail json YAML

Fix resizing terms.

(roy)

2017-01-10 23:08:13 UTC MAIN commitmail json YAML

Don't include <sys/stat.h>; it is optional even in X/Open.

(christos)

2017-01-10 23:06:06 UTC MAIN commitmail json YAML

mark parameter as unused.

(christos)

2017-01-10 22:37:44 UTC MAIN commitmail json YAML

2017-01-10 22:36:29 UTC MAIN commitmail json YAML

2017-01-10 22:25:01 UTC MAIN commitmail json YAML

2017-01-10 22:24:29 UTC MAIN commitmail json YAML

2017-01-10 22:10:22 UTC MAIN commitmail json YAML

2017-01-10 22:08:14 UTC MAIN commitmail json YAML

Use membar_{producer,consumer}() to ensure proper access to the "ready"
flag.

(pgoyette)

2017-01-10 21:56:50 UTC MAIN commitmail json YAML

Use the terminal of the SCREEN of the WINDOW rather than cur_term
for window attribute functions.

(roy)

2017-01-10 21:53:06 UTC MAIN commitmail json YAML

need <sys/stat.h> for umask

(christos)

2017-01-10 21:50:59 UTC MAIN commitmail json YAML

2017-01-10 21:15:54 UTC MAIN commitmail json YAML

2017-01-10 21:15:23 UTC MAIN commitmail json YAML

need <sys/stat.h> for DEFFILEMODE etc.

(christos)

2017-01-10 21:14:51 UTC MAIN commitmail json YAML

need <sys/stat.h>

(christos)

2017-01-10 21:14:13 UTC MAIN commitmail json YAML

needs <sys/stat.h>

(christos)

2017-01-10 21:13:45 UTC MAIN commitmail json YAML

refactor includes, add <sys/stat.h>

(christos)

2017-01-10 21:12:03 UTC MAIN commitmail json YAML

2017-01-10 21:11:25 UTC MAIN commitmail json YAML

2017-01-10 21:08:48 UTC MAIN commitmail json YAML

2017-01-10 21:08:16 UTC MAIN commitmail json YAML

need <sys/stat.h> for chmod

(christos)

2017-01-10 21:07:18 UTC MAIN commitmail json YAML

need <time.h> for clock_gettime

(christos)

2017-01-10 21:06:17 UTC MAIN commitmail json YAML

2017-01-10 21:05:42 UTC MAIN commitmail json YAML

2017-01-10 21:04:58 UTC MAIN commitmail json YAML

2017-01-10 21:04:06 UTC MAIN commitmail json YAML

2017-01-10 21:03:36 UTC MAIN commitmail json YAML

2017-01-10 21:02:38 UTC MAIN commitmail json YAML

2017-01-10 20:57:26 UTC MAIN commitmail json YAML

2017-01-10 20:56:41 UTC MAIN commitmail json YAML

need <sys/stat.h> for chmod(2)

(christos)

2017-01-10 20:54:10 UTC MAIN commitmail json YAML

2017-01-10 20:53:09 UTC MAIN commitmail json YAML

2017-01-10 20:49:20 UTC MAIN commitmail json YAML

2017-01-10 20:48:12 UTC MAIN commitmail json YAML

need <sys/stat.h> ... for stat()

(christos)

2017-01-10 20:47:05 UTC MAIN commitmail json YAML

need <sys/stat.h> for fstat()

(christos)

2017-01-10 20:45:54 UTC MAIN commitmail json YAML

missing <sys/stat.h>

(christos)

2017-01-10 20:45:19 UTC MAIN commitmail json YAML

Need <sys/stat.h> for S_IFBLK.

(christos)

2017-01-10 20:44:05 UTC MAIN commitmail json YAML

need <time.h> for time(3)

(christos)

2017-01-10 20:43:08 UTC MAIN commitmail json YAML

2017-01-10 20:41:40 UTC MAIN commitmail json YAML

need time.h for time(), got side-loaded before from <fcntl.h> via <sys/stat.h>

(christos)

2017-01-10 20:40:53 UTC MAIN commitmail json YAML

2017-01-10 20:35:49 UTC MAIN commitmail json YAML

2017-01-10 20:32:27 UTC MAIN commitmail json YAML

add a couple of lint comments.

(christos)

2017-01-10 20:29:48 UTC MAIN commitmail json YAML

missing <sys/stat.h> include.

(christos)

2017-01-10 20:25:48 UTC MAIN commitmail json YAML

PR/51814: Ngie Cooper: add <stdio.h> since sys_nerr is declared there on
FreeBSD.

(christos)

2017-01-10 20:08:52 UTC MAIN commitmail json YAML

Needed <sys/time.h> that it got in the past by side-effect loading
of <sys/stat.h> from <fcntl.h>. Go figure.

(christos)

2017-01-10 19:20:35 UTC MAIN commitmail json YAML

2017-01-10 17:51:01 UTC MAIN commitmail json YAML

KNF, simplify expressions for readability.

(christos)

2017-01-10 17:50:24 UTC MAIN commitmail json YAML

2017-01-10 17:46:47 UTC MAIN commitmail json YAML

2017-01-10 17:46:26 UTC MAIN commitmail json YAML

add missing cast.

(christos)

2017-01-10 17:45:58 UTC MAIN commitmail json YAML

2017-01-10 17:45:27 UTC MAIN commitmail json YAML

use correct type for poll

(christos)

2017-01-10 17:45:12 UTC MAIN commitmail json YAML

2017-01-10 17:44:51 UTC MAIN commitmail json YAML

2017-01-10 17:44:28 UTC MAIN commitmail json YAML

2017-01-10 17:16:20 UTC MAIN commitmail json YAML

-Wa,--fatal-warnings is a GCC flag and unknown to clang. make it
GCC specific, so we can (try to) build a kernel with higher WARNS
using clang.

(maya)

2017-01-10 17:00:58 UTC MAIN commitmail json YAML

2017-01-10 16:51:30 UTC MAIN commitmail json YAML

2017-01-10 15:43:59 UTC MAIN commitmail json YAML

remove duplicate include.

(also move so it is alphabetical, hence the weird diff)

(maya)

2017-01-10 15:34:49 UTC MAIN commitmail json YAML

PR/51815: Ngie Cooper: don't leak dlopen'ed handle

(christos)

2017-01-10 15:33:40 UTC MAIN commitmail json YAML

PR/51813: Ngie Cooper: don't leak fd :ttyname_err

(christos)

2017-01-10 15:32:46 UTC MAIN commitmail json YAML

PR/51812: Ngie Cooper: According to ToG gettimeofday() needs <sys/time.h>

(christos)

2017-01-10 15:31:11 UTC MAIN commitmail json YAML

PR/51811: Ngie Cooper: Fix include file portability.

(christos)

2017-01-10 15:20:44 UTC MAIN commitmail json YAML

2017-01-10 15:19:52 UTC MAIN commitmail json YAML

PR/51809: Ngie Cooper: fix file descriptor leak

(christos)

2017-01-10 15:19:00 UTC MAIN commitmail json YAML

PR/51808: Ngie Cooper: fix leaks, sort includes, check returns

(christos)

2017-01-10 15:17:57 UTC MAIN commitmail json YAML

PR/51807: Ngie Cooper: disable core file generation in :assert_false,
:assert_true

(christos)

2017-01-10 15:16:57 UTC MAIN commitmail json YAML

PR/51806: Ngie Cooper: Only run the vis locale test if VIS_NOLOCALE is defined

(christos)

2017-01-10 15:15:09 UTC MAIN commitmail json YAML

2017-01-10 15:13:56 UTC MAIN commitmail json YAML

2017-01-10 13:53:26 UTC MAIN commitmail json YAML

include <unistd.h> for close, pipe, dup2 etc.

(christos)

2017-01-10 13:51:36 UTC MAIN commitmail json YAML

Build magic.h before all objs.

(christos)

2017-01-10 13:47:18 UTC MAIN commitmail json YAML

binutils 2.26 is no more.

(skrll)

2017-01-10 13:35:44 UTC MAIN commitmail json YAML

Bump image size a bit for the clang build.

(joerg)

2017-01-10 10:33:49 UTC MAIN commitmail json YAML

When doupdate is called, check for typeahead input after N lines changed
instead of aborting really early.

This allows some screen update when holding the page down key for example.

(roy)

2017-01-10 10:13:24 UTC MAIN commitmail json YAML

2017-01-10 09:48:23 UTC MAIN commitmail json YAML

While reserving memory at boot time via uvm_physseg_unplug(9),
in the case of a disappearing segment (due to a segment sized msgbuf)
make sure segment offsets are read off before the segment disappears.

This should fix some of the recent boot time hard resets reported on
i386 recently.

Thanks to kre@ for pointing this out to me.

CVS: ----------------------------------------------------------------------
CVS: CVSROOT  cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123
CVS:
CVS: Please evaluate your changes and consider the following.
CVS: Abort checkin if you answer no.
CVS: => For all changes:
CVS: Do the changed files compile?
CVS: Has the change been tested?
CVS: => If you are not completely familiar with the changed components:
CVS: Has the change been posted for review?
CVS: Have you allowed enough time for feedback?
CVS: => If the change is major:
CVS: => If the change adds files to, or removes files from $DESTDIR:
CVS: => If you are changing a library or kernel interface:
CVS: Have you successfully run "./build.sh release"?

(cherry)

2017-01-10 09:32:01 UTC MAIN commitmail json YAML

Test for __ISPASTEOL when moving the cursor and it hasn't moved.
Unset __ISPASTEOL when moving the cursor during refresh.

(roy)

2017-01-10 08:57:39 UTC MAIN commitmail json YAML

remove debug printf().

(msaitoh)

2017-01-10 08:56:02 UTC MAIN commitmail json YAML

Fix previous. The last code wasn't called.

(msaitoh)

2017-01-10 08:45:45 UTC MAIN commitmail json YAML

Add softnet_lock to if_link_state_change_si

Fix
  panic: lock error: Mutex: mutex_vector_exit: assertion failed:
  MUTEX_OWNER(mtx->mtx_owner) == curthread
at callout_halt <= arp_dad_stop <= in_if_link_down.

(ozaki-r)

2017-01-10 08:40:27 UTC MAIN commitmail json YAML

check LAR support in NVM for 8260/4165.

(nonaka)

2017-01-10 08:22:43 UTC MAIN commitmail json YAML

sc->sc_core_stopping must be checked with holding sc_core_lock.

pointed out by ozaki-r@n.o, thanks.

(knakahara)

2017-01-10 07:39:52 UTC MAIN commitmail json YAML

avoid double rtcache_unref().

reviewed by ozaki-r@n.o.

(knakahara)

2017-01-10 07:34:04 UTC MAIN commitmail json YAML

Add apmg_wake_up_wa support from DragonFly BSD.

(nonaka)

2017-01-10 06:28:46 UTC MAIN commitmail json YAML

2017-01-10 05:55:34 UTC MAIN commitmail json YAML

Test netstat -i -a and ifmcstat

(ozaki-r)

2017-01-10 05:55:10 UTC MAIN commitmail json YAML

Test dumping states before destroying interfaces

(ozaki-r)

2017-01-10 05:54:04 UTC MAIN commitmail json YAML

iwm(4): 8260 works now. 4165 may works too.

(nonaka)

2017-01-10 05:43:27 UTC MAIN commitmail json YAML

Don't give up just because inet6 sysctl knobs aren't available

It can happen normally, for example run a kernel without INET6 or
run a rump_server without librumpnet_netinet6.so.

(ozaki-r)

2017-01-10 05:42:34 UTC MAIN commitmail json YAML

2017-01-10 05:40:59 UTC MAIN commitmail json YAML

Replace adaptive mutex for ethercom with spin one

Unfortunately even wm(4) doesn't allow adaptive mutex because wm(4)
tries to hold it with holding its own spin mutex.

(ozaki-r)

2017-01-10 05:08:24 UTC MAIN commitmail json YAML

Add new test siginfo6 in t_ptrace_wait{,3,6,6,id,pid} for ports with PT_STEP

siginfo6:
    Verify single PT_STEP call with signal information check

Sponsored by <The NetBSD Foundation>

(kamil)

2017-01-10 05:05:09 UTC MAIN commitmail json YAML

2017-01-10 05:04:31 UTC MAIN commitmail json YAML

Add Intel Dual Band Wireless 8265 entry.

(nonaka)

2017-01-10 04:42:20 UTC MAIN commitmail json YAML

Adapt funopen(3) call after switch to new zlib(3)

In the prototype of the gzclose() function of changed from:

  typedef struct gzFile_s *gzFile;    /* semi-opaque gzip file descriptor */

to:

  typedef voidp gzFile;

This caused type mismatch when calling funopen(3) as:
  'int (*)(void *)' != 'int (*)(struct gzFile_s *)'

Cast gzclose to (int (*)(void *)) when used in funopen(3).

(kamil)

2017-01-10 04:34:07 UTC MAIN commitmail json YAML

Include <unistd.h> for R_OK W_OK STDOUT_FILENO access(2)

These symbols are undefined after switch to new zlib.

(kamil)

2017-01-10 04:27:04 UTC MAIN commitmail json YAML

set NULL after free.

(nonaka)

2017-01-10 04:27:02 UTC MAIN commitmail json YAML

Include missing header <unistd.h> for write(2) read(2) close(2)

These functions are undefined after switch to new zlib.

(kamil)

2017-01-10 01:53:25 UTC MAIN commitmail json YAML

ptrace(2): Add new si_code value of SIGTRAP: TRAP_CHLD

Sponsored by <The NetBSD Foundation>

(kamil)

2017-01-10 01:31:40 UTC MAIN commitmail json YAML

PR/51803: Ngie Cooper: CID 978321: Don't leak openpty() fd.

(christos)

2017-01-10 01:29:31 UTC MAIN commitmail json YAML

2017-01-10 01:28:03 UTC MAIN commitmail json YAML

Adapt to new zlib

(christos)

2017-01-10 01:27:42 UTC MAIN commitmail json YAML

2017-01-10 01:02:23 UTC MAIN commitmail json YAML

Welcome to NetBSD 7.99.57!

Added for SIGTRAP new si_code: TRAP_CHLD
This interface is part of <sys/siginfo.h>

Sponsored by <The NetBSD Foundation>

(kamil)

2017-01-10 00:54:22 UTC MAIN commitmail json YAML

Add new test siginfo5 in t_ptrace_wait{,3,4,6,id,pid}

siginfo5:
    Verify that fork(2) is intercepted by ptrace(2) with EVENT_MASK
    set to PTRACE_FORK and reports correct signal information

Sponsored by <The NetBSD Foundation>

(kamil)

2017-01-10 00:51:56 UTC MAIN commitmail json YAML

Document TRAP_CHLD in siginfo(2)

The SIGTRAP signal is thrown from the kernel if EVENT_MASK (ptrace_event)
enables PTRACE_FORK. This new si_code helps debuggers to distinguish the
exact source of signal delivered for a debugger.

Another purpose of TRAP_CHLD is to retain the same behavior inside the
NetBSD kernel for process child traps and have an interface to monitor it.

Retrieving exact event and extended properties of process child trap is
available with PT_GET_PROCESS_STATE.

There is no behavior change for existing software.

This si_code value is NetBSD extension.

Sponsored by <The NetBSD Foundation>

(kamil)

2017-01-10 00:50:57 UTC MAIN commitmail json YAML

Rework the sysctl initialization to avoid creating new nodes from
within the helper function.  This should avoid the "locking against
myself" error reported earlier.

(pgoyette)

2017-01-10 00:48:37 UTC MAIN commitmail json YAML

Introduce new si_code for SIGTRAP: TRAP_CHLD - process child trap

The SIGTRAP signal is thrown from the kernel if EVENT_MASK (ptrace_event)
enables PTRACE_FORK. This new si_code helps debuggers to distinguish the
exact source of signal delivered for a debugger.

Another purpose of TRAP_CHLD is to retain the same behavior inside the
NetBSD kernel for process child traps and have an interface to monitor it.

Retrieving exact event and extended properties of process child trap is
available with PT_GET_PROCESS_STATE.

There is no behavior change for existing software.

This si_code value is NetBSD extension.

Sponsored by <The NetBSD Foundation>

(kamil)

2017-01-09 22:09:21 UTC MAIN commitmail json YAML

PT_GET_SIGINFO is no longer PT_SET_SIGINFO conditional in ATF tests

This interface is MI.

Sponsored by <The NetBSD Foundation>

(kamil)

2017-01-09 21:17:29 UTC MAIN commitmail json YAML

Checks for bottom right corner were reversed.

(blymn)

2017-01-09 20:08:26 UTC MAIN commitmail json YAML

Document kern.sched sysctl variables.

(hubertf)

2017-01-09 20:05:29 UTC MAIN commitmail json YAML

"kod" needs limited.

(christos)

2017-01-09 19:51:31 UTC MAIN commitmail json YAML

don't try to install rc scripts for programs not installed

(christos)

2017-01-09 17:41:03 UTC MAIN commitmail json YAML

regen (actually, hand-edited, but the changes should be identical)

(gson)

2017-01-09 17:36:24 UTC MAIN commitmail json YAML

Revert last two revisions; local changes should no longer be needed
now that the root cause of PR lib/51569 is fixed by revision 1.11 of
src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile.

(gson)

2017-01-09 15:14:41 UTC MAIN commitmail json YAML

revert the c++ yy_size_t changes to maintain existing ABI.

(christos)

2017-01-09 14:26:58 UTC MAIN commitmail json YAML

fix nsd home dir.

(christos)

2017-01-09 14:25:52 UTC MAIN commitmail json YAML

If we had an error, don't do the debug checks because they will most certainly
fail and we'll panic.

(christos)

2017-01-09 14:15:20 UTC MAIN commitmail json YAML

Remove no-need #ifdef MARVELL_ATTR_AXI_DDR.  It has defined.

(kiyohara)

2017-01-09 14:06:35 UTC MAIN commitmail json YAML

2017-01-09 13:36:22 UTC MAIN commitmail json YAML

Fix the build, we don't support installboot for ia64

(christos)

2017-01-09 12:45:49 UTC MAIN commitmail json YAML

Apply OpenBSD if_iwm.c rev.1.148.

> While setting up the basic rate bitmask for iwm's firmware, if the AP does
> not specify basic rates for either the CCK or OFDM set, add just the most
> basic rate to that set (1 Mbit/s in case of CCK, 6 Mbit/s in case of OFDM).
> This behaviour matches what code comments seem to imply.

> The previous code would add all possible basic rates in such cases.
> So if all basic rates were CCK only, the code would add all possible OFDM basic
> rates on top. Then the firmware would send some frames at too high rates, e.g.
> RTS frames would be sent at 24Mbit/s which is a bit risky on noisy channels.

(nonaka)

2017-01-09 12:24:38 UTC MAIN commitmail json YAML

Do not use kmem_zalloc() to allocate an FP state - we have a special pool
for that.

(martin)

2017-01-09 10:42:45 UTC MAIN commitmail json YAML

Do not use the "flags" field uninitialized

A backport if iwm(4) (to netbsd-7) does not build without this change.

LGTM nonaka@

(khorben)

2017-01-09 09:54:34 UTC MAIN commitmail json YAML

tmux-2.3 out.

(wiz)

2017-01-09 09:15:54 UTC MAIN commitmail json YAML

Added enum iwm_tx_pm_timeouts from FreeBSD.

(nonaka)

2017-01-09 08:10:25 UTC MAIN commitmail json YAML

2017-01-09 08:05:14 UTC MAIN commitmail json YAML

use correct header size.

(nonaka)

2017-01-09 03:09:05 UTC MAIN commitmail json YAML

Make sure we take into account history_base when computing negative history
offsets. (Gerry Swinslow)

(christos)

2017-01-09 03:05:48 UTC MAIN commitmail json YAML

PR/51801: Matthew Mondor: Support multiple -s options and -P and -s at the
same time.

(christos)

2017-01-09 02:54:18 UTC MAIN commitmail json YAML

Make sure that argv is NULL terminated since functions like tty_stty rely
on it to be so (Gerry Swinslow)

(christos)

2017-01-09 00:31:30 UTC MAIN commitmail json YAML

Cleanup dead code after revert of racy vfork(2) commit

This removes dead code introduced with the following commit:

date: 2012-07-27 22:52:49 +0200;  author: christos;  state: Exp;  lines: +8 -2;
revert racy vfork() parent-blocking-before-child-execs-or-exits code.
ok rmind

(kamil)

2017-01-08 21:36:24 UTC MAIN commitmail json YAML

2017-01-08 21:36:05 UTC MAIN commitmail json YAML