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 (2h)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (176d)  thorpej-altq-separation (178d) 

2024-05-10 16:44:22 UTC Now

2016-04-11 08:56:16 UTC MAIN commitmail json YAML

2016-04-11 08:49:57 UTC MAIN commitmail json YAML

Add serial commas. Fix minus. Sort SEE ALSO. Fix xref.

(wiz)

2016-04-11 08:44:41 UTC MAIN commitmail json YAML

2016-04-11 08:26:33 UTC MAIN commitmail json YAML

Remove out-dated comments and unnecessary splsoftnet for pool_{get,put}

(ozaki-r)

2016-04-11 08:02:25 UTC nick-nhusb commitmail json YAML

2016-04-11 07:36:21 UTC nick-nhusb commitmail json YAML

Fix non UHCI_DEBUG build

(skrll)

2016-04-11 06:50:05 UTC nick-nhusb commitmail json YAML

Don't use USB_IS_SS when there's a switch (speed) to use.

(skrll)

2016-04-11 06:49:11 UTC MAIN commitmail json YAML

2016-04-11 05:40:47 UTC MAIN commitmail json YAML

Fix usage of pslist(9)

Pointed out by riastradh@.

(ozaki-r)

2016-04-11 03:46:47 UTC MAIN commitmail json YAML

Move #include <sys/pslist.h> inside #ifdef _KERNEL for building brconfig

(ozaki-r)

2016-04-11 03:46:37 UTC MAIN commitmail json YAML

Cause readers to fail noisily after PSLIST_ENTRY_DESTROY.

Using NULL only causes readers to stop iteration, because it looks
like the end of the list; using a bogus non-null pointer causes them
to crash.

(riastradh)

2016-04-11 03:27:14 UTC MAIN commitmail json YAML

Remove incorrect comment about non-effect of PSLIST_ENTRY_DESTROY.

This does have an effect -- it nullifies the next pointer.  (The text
was copied from PSLIST_DESTROY, which really has no effect without
options DIAGNOSTIC.)

(riastradh)

2016-04-11 02:04:14 UTC MAIN commitmail json YAML

Use pslist(9) in bridge(4)

This adds missing memory barriers to list operations for pserialize.

(ozaki-r)

2016-04-11 01:16:20 UTC MAIN commitmail json YAML

Don't call pfxlist_onlink_check with holding llentry lock

From FreeBSD (as of 2016-04-11).

Should fix PR kern/51060.

(ozaki-r)

2016-04-11 00:50:13 UTC MAIN commitmail json YAML

2016-04-11 00:47:19 UTC MAIN commitmail json YAML

there is no pflags, just flags.

(christos)

2016-04-11 00:22:48 UTC MAIN commitmail json YAML

2016-04-10 23:37:10 UTC MAIN commitmail json YAML

Apply revision 274569 from FreeBSD:
Only compare visitation counters if they've both been set for the current
type graph walk.

(christos)

2016-04-10 22:16:00 UTC nick-nhusb commitmail json YAML

Simplify xhci_do_command*

(skrll)

2016-04-10 21:45:33 UTC MAIN commitmail json YAML

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.

(kamil)

2016-04-10 21:40:05 UTC MAIN commitmail json YAML

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.

(kamil)

2016-04-10 21:30:41 UTC nick-nhusb commitmail json YAML

route is a uint32_t in xhci_init_slot so pass it as such

(skrll)

2016-04-10 21:09:41 UTC MAIN commitmail json YAML

Note import of dhcpcd-6.10.2

(roy)

2016-04-10 21:08:49 UTC MAIN commitmail json YAML

Note addition of new pidfile functions.

(roy)

2016-04-10 21:06:54 UTC MAIN commitmail json YAML

2016-04-10 21:00:53 UTC MAIN commitmail json YAML

2016-04-10 20:48:56 UTC nick-nhusb commitmail json YAML

Free DMA buffer after disabling slot.
Fix bug DCBA was not cleared after disabling slot.

From Takahiro HAYASHI

(skrll)

2016-04-10 19:05:51 UTC MAIN commitmail json YAML

Implement pidfile_lock, pidfile_read and pidfile_clean.

Discussed on tech-net@, ok core@.

(roy)

2016-04-10 18:27:56 UTC MAIN commitmail json YAML

Fix xref section.

(wiz)

2016-04-10 15:51:32 UTC nick-nhusb commitmail json YAML

Fix set_port_feature U[12]_TIMEOUT to work when speed > 4.

From Takahiro HAYASHI

(skrll)

2016-04-10 15:50:25 UTC nick-nhusb commitmail json YAML

Fix a DPRINTF where the route string and roothub port were swapped.

From Takahiro HAYASHI

(skrll)

2016-04-10 15:49:26 UTC nick-nhusb commitmail json YAML

Remove variable v0 becasue ~XHCI_PS_CLEAR does not mask speed bits.

From Takahiro HAYASHI

(skrll)

2016-04-10 15:48:34 UTC nick-nhusb commitmail json YAML

Fix assertion of upper limit of slot index.

From Takahiro HAYASHI

(skrll)

2016-04-10 15:47:58 UTC nick-nhusb commitmail json YAML

Fix lock assertion in xhci_softintr() when entering DDB on ukbd.
Move this KASSERT to xhci_softintr() from xhci_handle_event().

From Takahiro HAYASHI

(skrll)

2016-04-10 15:46:46 UTC nick-nhusb commitmail json YAML

Unwrap lines and other whitespace.

From Takahiro HAYASHI

(skrll)

2016-04-10 15:44:56 UTC nick-nhusb commitmail json YAML

Revert 1.126.2.12 partially: fix some devices ware not recognized.
uhub would give up enumeration too quickly.

From Takahiro HAYASHI

(skrll)

2016-04-10 15:42:43 UTC nick-nhusb commitmail json YAML

default uhubdebug to 0 again

(skrll)

2016-04-10 15:41:05 UTC MAIN commitmail json YAML

2016-04-10 15:40:25 UTC nick-nhusb commitmail json YAML

Fix a debug message: sync with other device name expressions.

From Takahiro HAYASHI

(skrll)

2016-04-10 15:39:28 UTC nick-nhusb commitmail json YAML

2016-04-10 15:39:27 UTC MAIN commitmail json YAML

We don't need TRAP_SIGDEBUG

(christos)

2016-04-10 15:37:33 UTC nick-nhusb commitmail json YAML

Fix xpipe->xp_pipe was xpipe->pipe.

From Takahiro HAYASHI

(skrll)

2016-04-10 15:32:27 UTC MAIN commitmail json YAML

Enable PIE binaries on amd64 by default.

(christos)

2016-04-10 15:32:26 UTC nick-nhusb commitmail json YAML

2016-04-10 15:28:24 UTC MAIN commitmail json YAML

- Turn on ASLR by default
- Add PAX_MPROTECT_DEBUG flag

(christos)

2016-04-10 15:26:18 UTC MAIN commitmail json YAML

Fix ASLR stack setup:
- make it work on machine where the stack grows up.
- use the same limits as mmap.

(christos)

2016-04-10 15:02:17 UTC MAIN commitmail json YAML

Add a flags sysctl for ASLR to disable particular features. We seem to be
having issues with stack setup.

(christos)

2016-04-10 12:47:04 UTC netbsd-7-0 commitmail json YAML

2016-04-10 12:46:25 UTC netbsd-7 commitmail json YAML

2016-04-10 10:33:11 UTC netbsd-7 commitmail json YAML

Catch up to -current (via patch), requested by mspo in #1141:

libexec/httpd/CHANGES                          up to 1.21
libexec/httpd/Makefile                        up to 1.26
libexec/httpd/auth-bozo.c                      up to 1.18
libexec/httpd/bozohttpd.8                      up to 1.58
libexec/httpd/bozohttpd.c                      up to 1.79
libexec/httpd/bozohttpd.h                      up to 1.44
libexec/httpd/cgi-bozo.c                      up to 1.32
libexec/httpd/content-bozo.c                  up to 1.13
libexec/httpd/daemon-bozo.c                    up to 1.17
libexec/httpd/dir-index-bozo.c                up to 1.25
libexec/httpd/lua-bozo.c                      up to 1.14
libexec/httpd/main.c                          up to 1.13
libexec/httpd/netbsd_queue.h                  up to 1.1
libexec/httpd/printenv.lua                    up to 1.3
libexec/httpd/ssl-bozo.c                      up to 1.22
libexec/httpd/tilde-luzah-bozo.c              up to 1.14
libexec/httpd/testsuite/Makefile              up to 1.5
libexec/httpd/testsuite/test-bigfile          up to 1.2

Import bozohttpd 20151028:
o  add CGI support for ~user translation (-E switch)
o  add redirects to ~user translation
o  fix bugs around ~user translation
o  add schema detection for absolute redirects
o  fixed few memory leaks
o  bunch of minor tweaks
o  removed -r support
o  smarter redirects
Changes in 20150320:
o  fix redirection handling
o  support transport stream (.ts) and video object (.vob) files
o  directory listings show correct file sizes for large files

(martin)

2016-04-10 10:09:21 UTC nick-nhusb commitmail json YAML

Sync with HEAD (KERNHIST_DUMP fix)

(skrll)

2016-04-10 09:49:14 UTC MAIN commitmail json YAML

Sort sections. Use more markup.

(wiz)

2016-04-10 09:45:10 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1076):
usr.sbin/vnconfig/vnconfig.8: revision 1.41
usr.sbin/vnconfig/vnconfig.c: revision 1.43-1.44
Since now the kernel returns ENXIO again for devices exceeding the
number of devices configured in the kernel, use that instead of
scanning /dev.
Cosmetic tweaks to vncfonfig -l output.
This should restore compatibility for old scripts
trying to find free vnodes in the new cloning world order.

(martin)

2016-04-10 09:43:37 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1076):
usr.sbin/vnconfig/vnconfig.8: revision 1.41
usr.sbin/vnconfig/vnconfig.c: revision 1.43-1.44
Since now the kernel returns ENXIO again for devices exceeding the
number of devices configured in the kernel, use that instead of
scanning /dev.
Cosmetic tweaks to vncfonfig -l output.
This should restore compatibility for old scripts
trying to find free vnodes in the new cloning world order.

(martin)

2016-04-10 09:04:09 UTC MAIN commitmail json YAML

Cosmetic tweaks to vncfonfig -l output, from Robert Elz (with minor tweaks
[and all bugs] by me). This should restore compatibility for old scripts
trying to find free vnodes in the new cloning world order.

(martin)

2016-04-10 08:15:52 UTC MAIN commitmail json YAML

Don't call pfxlist_onlink_check with holding llentry lock

Sync nd6_free with FreeBSD (as of 2016-04-10).

Should fix PR kern/51056.

(ozaki-r)

2016-04-09 19:55:33 UTC MAIN commitmail json YAML

Macro parentheses police!

One *hopes* this has no functional change.

(riastradh)

2016-04-09 18:51:44 UTC MAIN commitmail json YAML

Use && to fail early if subcommands of kernel link fail.

(Remind me why we string together shell commands instead of just
using make targets?)

(riastradh)

2016-04-09 18:47:05 UTC MAIN commitmail json YAML

Change some 0's to NULL's from Pedro Giffuni

(christos)

2016-04-09 18:43:18 UTC MAIN commitmail json YAML

2016-04-09 18:25:26 UTC MAIN commitmail json YAML

Parrot markup for PTHREAD_MUTEX_INITIALIZER synopsis.

(riastradh)

2016-04-09 18:10:41 UTC MAIN commitmail json YAML

Use the proper pluralization of `frotz'.

Per the jargon file, `frotz' is a contraction of `frobnitz', which
pluralizes to `frobnitzem'; `frobbotzim' is the plural of the related
but not identical term `frobozz'.

Fixing other uses of this plural elsewhere among the man pages is
left to the reader inclined to humorous linguistic studies.

(riastradh)

2016-04-09 17:58:46 UTC MAIN commitmail json YAML

2016-04-09 17:51:50 UTC MAIN commitmail json YAML

properly check for type id overflow

(christos)

2016-04-09 17:50:54 UTC MAIN commitmail json YAML

Say `loop header', not `loop head'.

`Head' means something else in this context -- a list head.

(riastradh)

2016-04-09 17:48:32 UTC MAIN commitmail json YAML

Fix a vestige of an earlier word choice: s/connected/associated/1

(riastradh)

2016-04-09 17:37:55 UTC MAIN commitmail json YAML

Fix wording around `list heads'.

A list head is not a list, conceptually.

(riastradh)

2016-04-09 17:34:57 UTC MAIN commitmail json YAML

Tighten opening paragraph.  Split into two smaller sentences.

(riastradh)

2016-04-09 17:04:53 UTC MAIN commitmail json YAML

Add missing argument to kernhist_dump.

Hi nick!

(riastradh)

2016-04-09 17:02:51 UTC MAIN commitmail json YAML

Fix the ABI of idtype_t.

(riastradh)

2016-04-09 16:59:43 UTC MAIN commitmail json YAML

Don't pollute <sys/condvar.h> with <sys/mutex.h>.

Instead, forward-declare struct kmutex, since we only need to
describe pointer types to it.

This breaks an include cycle on several architectures:

sys/cpu_data.h
-> sys/condvar.h
-> sys/mutex.h
-> sys/intr.h
-> machine/intr.h
-> machine/cpu.h
-> sys/cpu_data.h

(riastradh)

2016-04-09 15:18:48 UTC MAIN commitmail json YAML

Add autounload logic to dtrace module prototype.

(riastradh)

2016-04-09 15:17:58 UTC MAIN commitmail json YAML

Disable autoload if there are any profile probes.

(riastradh)

2016-04-09 15:09:42 UTC MAIN commitmail json YAML

Use imperative mood consistently.

(riastradh)

2016-04-09 15:08:39 UTC MAIN commitmail json YAML

Fix missing NAME operand to PSLIST_ENTRY_DESTROY.

(riastradh)

2016-04-09 14:50:08 UTC MAIN commitmail json YAML

Prevent autounload while cyclics are still in use.

(riastradh)

2016-04-09 13:38:20 UTC MAIN commitmail json YAML

Use \(em for em-dash.

(uwe)

2016-04-09 13:34:33 UTC MAIN commitmail json YAML

Add couple of missing .Ns

(uwe)

2016-04-09 09:58:11 UTC MAIN commitmail json YAML

2016-04-09 06:21:17 UTC MAIN commitmail json YAML

Add passive references, intermediate between pserialize and refcount.

Discussed on tech-kern:

https://mail-index.netbsd.org/tech-kern/2016/01/24/msg020069.html

API is still experimental and likely to change.  (Obvious changes:
either remove extra arguments everywhere, or shrink psref_target to a
single bit, at the expense of possibly valuable diagnostic checks.)
Should do some real testing before we use this in anger!

(riastradh)

2016-04-09 05:16:23 UTC MAIN commitmail json YAML

Fix name of example list head.

(riastradh)

2016-04-09 04:39:47 UTC MAIN commitmail json YAML

2016-04-08 21:53:10 UTC MAIN commitmail json YAML

Make this list diff- and sort-friendlier.

No functional change.

(riastradh)

2016-04-08 14:52:56 UTC MAIN commitmail json YAML

Revert prior.

(roy)

2016-04-08 14:30:47 UTC MAIN commitmail json YAML

2016-04-08 12:01:22 UTC MAIN commitmail json YAML

- remove printf
- fix indent

(christos)

2016-04-08 11:56:43 UTC MAIN commitmail json YAML

2016-04-08 10:09:16 UTC MAIN commitmail json YAML

2016-04-08 09:48:15 UTC nick-nhusb commitmail json YAML

Don't rely on XHCI_IMAN_INTR_PEND.  Instead do as others do and simply
clear the bit and handle any pending events.

usb 3 now works on my toshiba laptop (and probably elsewhere)

(skrll)

2016-04-07 23:29:59 UTC MAIN commitmail json YAML

__diagused, not __unused -- used in an assert.

(riastradh)

2016-04-07 21:41:02 UTC MAIN commitmail json YAML

Use sockaddr_dl_init

(christos)

2016-04-07 19:46:39 UTC MAIN commitmail json YAML

Rework locking mechanism introduced in rev. 1.21: use __cpu_simple_lock... instead of mutex_... since this causes issues when LOCKDEBUG is defined

(palle)

2016-04-07 17:48:40 UTC MAIN commitmail json YAML

include opt_compat_netbsd.h to get COMPAT_SOCKCRED70 defined.

(mrg)

2016-04-07 15:36:42 UTC MAIN commitmail json YAML

Reminder to add RCSIDs in any future DRM update.

(riastradh)

2016-04-07 12:07:36 UTC MAIN commitmail json YAML

2016-04-07 12:06:50 UTC MAIN commitmail json YAML

remove more ifdefs

(christos)

2016-04-07 06:21:48 UTC MAIN commitmail json YAML

_SC_PAGESIZE is not the page size; it's a symbolic code for retrieving
the page size.

(dholland)

2016-04-07 04:04:47 UTC MAIN commitmail json YAML

remove useless cast.

(christos)

2016-04-07 03:31:12 UTC MAIN commitmail json YAML

2016-04-07 03:22:15 UTC MAIN commitmail json YAML

2016-04-07 03:09:56 UTC MAIN commitmail json YAML

Don't create an RTM_MISS message for every route allocation.
GC unused code and variables.

(christos)

2016-04-07 01:00:05 UTC MAIN commitmail json YAML

2016-04-06 22:00:03 UTC nick-nhusb commitmail json YAML

2016-04-06 21:56:25 UTC MAIN commitmail json YAML

Improve ddb(4) show kernhist

1) really prints all the histories merged together (rather than just the
  "first" when no argument specified
2) dumps a single history when an argument is given, e.g.
  "show kernhist usbhist"
3) uses db_printf correctly

(skrll)

2016-04-06 19:45:46 UTC MAIN commitmail json YAML

2016-04-06 18:08:16 UTC MAIN commitmail json YAML

pretty-print link addresses.

(christos)

2016-04-06 18:04:58 UTC MAIN commitmail json YAML

pretty-print link addresses.

(christos)

2016-04-06 17:34:33 UTC MAIN commitmail json YAML

Don't interpret routing requests by interface index as arp entry additions!

(christos)

2016-04-06 15:10:35 UTC MAIN commitmail json YAML

2016-04-06 14:42:16 UTC MAIN commitmail json YAML

ieee80211 users in Other OS export rssi and noise as int8_t.
We should not be the odd one out for no good reason and the majority
of the ieee80211 drivers treat rssi as int8_t.

(roy)

2016-04-06 11:07:58 UTC MAIN commitmail json YAML

Revert prior, no idea why it was causing me problems, but it no longer does.

(roy)

2016-04-06 09:57:00 UTC MAIN commitmail json YAML

Fully avoid the nonstandard types u_char, u_int, and u_long, which
were only used inconsistently in a few places anyway.

(gson)

2016-04-06 08:45:47 UTC MAIN commitmail json YAML

Fill rtm_addrs properly

This fixes that arp(8) on some archs (only 32bit?) shows "(weird)"
for every entries unexpectedly.

Confirmed on evbarm by ryo@ and i386 by me.

(ozaki-r)

2016-04-06 08:18:35 UTC MAIN commitmail json YAML

Drop trailing whitespace.

(wiz)

2016-04-06 07:59:26 UTC MAIN commitmail json YAML

Fill sdl with sockaddr_dl_init

And add an assertion of if_addrlen and ll_addr.

From christos@

(ozaki-r)

2016-04-06 07:01:37 UTC nick-nhusb commitmail json YAML

Remove FreeBSD RCSId tag

(skrll)

2016-04-06 04:09:10 UTC MAIN commitmail json YAML

revert part of previous; not needed.

(christos)

2016-04-06 03:52:27 UTC MAIN commitmail json YAML

2016-04-06 03:51:26 UTC MAIN commitmail json YAML

Implement WIFCONTINUED using the linux value instead of the FreeBSD one...

(christos)

2016-04-06 03:50:03 UTC MAIN commitmail json YAML

- clarify si_signo difference for waitid and wait6 as per POSIX.
- implement it.
- document WIFCONTINUED

(christos)

2016-04-06 03:38:31 UTC MAIN commitmail json YAML

2016-04-06 03:11:32 UTC MAIN commitmail json YAML

don't create ktrace records if we were not asked.

(christos)

2016-04-06 00:52:45 UTC MAIN commitmail json YAML

Fix ATF_REQUIRE(false)

(christos)

2016-04-06 00:48:30 UTC MAIN commitmail json YAML

Add parent notification on SIGCONT as required by waitid(2)/wait6(2)

(christos)

2016-04-06 00:47:15 UTC MAIN commitmail json YAML

2016-04-06 00:45:53 UTC MAIN commitmail json YAML

2016-04-05 23:44:05 UTC MAIN commitmail json YAML

Add modular dependency on zlib module.

(pgoyette)

2016-04-05 22:51:01 UTC MAIN commitmail json YAML

Update dependency: zlib is only needed for the swcrypto device, not for
any other component of opencrypto.

(pgoyette)

2016-04-05 15:36:48 UTC nick-nhusb commitmail json YAML

Switch PCI xhci(4) attachment from pci_intr_map() to
pci_intr_alloc()/pci_intr_release().

This enables MSI where available.

(skrll)

2016-04-05 15:01:26 UTC MAIN commitmail json YAML

Stop calling reallocarr and just do the same bounds checking but without
messing around with copying pointers which was causing ssh to crash.

(roy)

2016-04-05 14:07:31 UTC MAIN commitmail json YAML

Simplify even more to make it clear how the status is set.

(christos)

2016-04-05 13:01:46 UTC MAIN commitmail json YAML

Set the exit status code properly.

(christos)

2016-04-05 12:28:57 UTC MAIN commitmail json YAML

2016-04-05 10:58:04 UTC MAIN commitmail json YAML

Fix pasto for GPIO_PIN_EVENTS/GPIO_PIN_LEVEL/GPIO_PIN_FALLING
(not used at this time)

(bouyer)

2016-04-05 10:53:16 UTC MAIN commitmail json YAML

Fix DS1672 suppport: need to provide dm_ch_reg to avoid a KASSERT
on write. For consistency set dm_ch_value too, even if it's unused.

(bouyer)

2016-04-05 10:03:33 UTC MAIN commitmail json YAML

Unbreak build of kernels without INET

(ozaki-r)

2016-04-05 09:54:26 UTC MAIN commitmail json YAML

2016-04-05 09:52:22 UTC MAIN commitmail json YAML

2016-04-05 04:25:43 UTC MAIN commitmail json YAML

Skip looking for .MAKE.JOBS if either of compatMake or forceJob is true.

If -B compatMake will be true and should be honored.
If -j forceJobs will be true and the command line supplied .MAKE.JOBS
should be respected - for consistency with other usage.

(sjg)

2016-04-05 00:48:53 UTC MAIN commitmail json YAML

2016-04-05 00:43:48 UTC MAIN commitmail json YAML

sgimip is big endian, noted by @nisimura.
minor updates.

(mrg)

2016-04-05 00:13:03 UTC MAIN commitmail json YAML

PR/49872:Yorick Hardy: sed functions 'i' and 'a' discard leading white space
FIxed as suggested, behavior now matches gnu-sed.

(christos)

2016-04-04 23:59:41 UTC MAIN commitmail json YAML

PR/51043: Yorick Hardy: ftp(1) should use the port number for CONNECT

(christos)

2016-04-04 23:31:46 UTC MAIN commitmail json YAML

remove sys/wait.h just added, put it in the file that needed it (kvm_proc.c)

(christos)

2016-04-04 23:07:07 UTC MAIN commitmail json YAML

2016-04-04 22:14:38 UTC MAIN commitmail json YAML

some ports need <sys/wait.h>

(christos)

2016-04-04 21:21:49 UTC MAIN commitmail json YAML

catch up with exit1() change

(christos)

2016-04-04 21:08:44 UTC MAIN commitmail json YAML

catch up with p_xstat split.

(christos)

2016-04-04 20:47:57 UTC MAIN commitmail json YAML

Split p_xstat (composite wait(2) status code, or signal number depending
on context) into:
1. p_xexit: exit code
2. p_xsig: signal number
3. p_sflag & WCOREFLAG bit to indicated that the process core-dumped.

Fix the documentation of the flag bits in <sys/proc.h>

(christos)

2016-04-04 20:43:31 UTC MAIN commitmail json YAML

I do like the idea of April 43, 2016, but it's just not standardized enough.

(wiz)

2016-04-04 18:29:07 UTC MAIN commitmail json YAML

For the benefit of compilers not using our native C runtime environment,
install a "sysident.o" file providing the note identifying NetBSD
executables (and marking the currently installed version).

(martin)

2016-04-04 17:29:04 UTC MAIN commitmail json YAML

Fix description of si_status.

(christos)

2016-04-04 16:47:39 UTC MAIN commitmail json YAML

Add some diagnostic printf's when we reset permissions.

(christos)

2016-04-04 15:52:56 UTC MAIN commitmail json YAML

2016-04-04 15:06:17 UTC MAIN commitmail json YAML

If the per-target LDSTATIC flag is set, don't include the PIE linker
flags as we currently don't support static PIE.

(joerg)

2016-04-04 13:45:40 UTC MAIN commitmail json YAML

2016-04-04 13:32:37 UTC MAIN commitmail json YAML

Sort sections.

(wiz)

2016-04-04 13:29:12 UTC MAIN commitmail json YAML

2016-04-04 13:13:09 UTC MAIN commitmail json YAML

Use more markup, fix a typo.

(wiz)

2016-04-04 13:05:56 UTC MAIN commitmail json YAML

Remove some double quotes.

Parity is kept.

(wiz)

2016-04-04 12:40:13 UTC MAIN commitmail json YAML

Add a test case for here documents positioned outside `` with the
redirect operator inside the ``.  Move the one similar test using
$( ) into its own test case (and expand that test as well.
The `` case was omitted before, as no shells (including NetBSD) were
parsing it correctly,  Now the NetBSD shell does, so ... (from kre@)

(christos)

2016-04-04 12:39:08 UTC MAIN commitmail json YAML

Allow a heredoc to be positioned outside a `` command substitution.
POSIX just says "here docs begin after the next newline [token]".
Nothing about "provided it is inside any `` the redirect operator
appears in...    As best I can tell, NetBSD now has the only shell to
handle this "correctly" (which raises the question whether it is
correct - but if not, only erroneous scripts are affected.)
This is required by some (probably broken) autoconfigure related
scripts. (from kre@)

(christos)

2016-04-04 12:05:40 UTC MAIN commitmail json YAML

all1_sa is no longer used.

(roy)

2016-04-04 10:05:18 UTC netbsd-7 commitmail json YAML

2016-04-04 10:04:35 UTC netbsd-7-0 commitmail json YAML

2016-04-04 10:03:48 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1151):
external/bsd/bind/include/config.h: patch
external/bsd/bind/include/isc/platform.h: patch
Disable SIT (Source Identity Token).

(snj)

2016-04-04 10:02:46 UTC netbsd-7-0 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1151):
external/bsd/bind/include/config.h: patch
external/bsd/bind/include/isc/platform.h: patch
Disable SIT (Source Identity Token).

(snj)

2016-04-04 09:52:03 UTC MAIN commitmail json YAML

Replace LDADD with LDSTATIC.

(joerg)

2016-04-04 08:42:54 UTC MAIN commitmail json YAML

Bump kernel version for nexthop cache separation

(ozaki-r)

2016-04-04 08:03:54 UTC MAIN commitmail json YAML

Avoid a race with spec_revoke for the assertion too.

Final fix for PR kern/50467 Panic from disconnecting phone while reading
its contents

(hannken)

2016-04-04 07:43:12 UTC nick-nhusb commitmail json YAML

Rework {alloc,reset}_*_chain functions to perform all of TD setup in
reset chain.  The initial motivation for this was to fix ZLP.

(skrll)

2016-04-04 07:37:08 UTC MAIN commitmail json YAML

Separate nexthop caches from the routing table

By this change, nexthop caches (IP-MAC address pair) are not stored
in the routing table anymore. Instead nexthop caches are stored in
each network interface; we already have lltable/llentry data structure
for this purpose. This change also obsoletes the concept of cloning/cloned
routes. Cloned routes no longer exist while cloning routes still exist
with renamed to connected routes.

Noticeable changes are:
- Nexthop caches aren't listed in route show/netstat -r
  - sysctl(NET_RT_DUMP) doesn't return them
  - If RTF_LLDATA is specified, it returns nexthop caches
- Several definitions of routing flags and messages are removed
  - RTF_CLONING, RTF_XRESOLVE, RTF_LLINFO, RTF_CLONED and RTM_RESOLVE
- RTF_CONNECTED is added
  - It has the same value of RTF_CLONING for backward compatibility
- route's -xresolve, -[no]cloned and -llinfo options are removed
  - -[no]cloning remains because it seems there are users
  - -[no]connected is introduced and recommended
    to be used instead of -[no]cloning
- route show/netstat -r drops some flags
  - 'L' and 'c' are not seen anymore
  - 'C' now indicates a connected route
- Gateway value of a route of an interface address is now not
  a L2 address but "link#N" like a connected (cloning) route
- Proxy ARP: "arp -s ... pub" doesn't create a route

You can know details of behavior changes by seeing diffs under tests/.

Proposed on tech-net and tech-kern:
  http://mail-index.netbsd.org/tech-net/2016/03/11/msg005701.html

(ozaki-r)

2016-04-04 07:02:31 UTC MAIN commitmail json YAML

Switch alpha to binutils 2.26

(skrll)

2016-04-04 06:58:48 UTC MAIN commitmail json YAML

2016-04-04 05:15:07 UTC MAIN commitmail json YAML

Fix module name of dtrace_profile.

(riastradh)

2016-04-04 03:53:25 UTC MAIN commitmail json YAML

fix inconsistency about "sdt" provider which was declared but not defined.

(knakahara)

2016-04-04 01:47:18 UTC MAIN commitmail json YAML

remove platforms successful switched and update some of the mips testing

(mrg)

2016-04-04 01:32:21 UTC MAIN commitmail json YAML

note shark (earmv4) works including atf.

(mrg)

2016-04-04 00:44:07 UTC MAIN commitmail json YAML

We don't need this in /current because packet processing does not happen in
an interrupt anymore (pointed out by ozaki@)

(christos)

2016-04-03 23:50:49 UTC MAIN commitmail json YAML

restore the early breaks for the exact process match.

(christos)

2016-04-03 18:24:03 UTC MAIN commitmail json YAML

2016-04-03 17:41:31 UTC MAIN commitmail json YAML

Update links to usb.org specs

(martin)

2016-04-03 15:52:37 UTC MAIN commitmail json YAML

Comment out the mutex calls that protect against concurrent configuration
changes and processing. This needs to be done differently since you can't
sleep during interrupt processing.

(christos)

2016-04-03 14:41:30 UTC MAIN commitmail json YAML

2016-04-03 14:34:23 UTC MAIN commitmail json YAML

2016-04-03 11:04:14 UTC MAIN commitmail json YAML

Use symbolic constant. No functional change.

(mlelstv)

2016-04-03 11:02:17 UTC MAIN commitmail json YAML

Add more tags understood by the firmware.

(mlelstv)

2016-04-03 11:00:13 UTC MAIN commitmail json YAML

Use the same defaults for cluster sizes as Windows.

(mlelstv)

2016-04-03 10:36:00 UTC MAIN commitmail json YAML

Split toggles for bluetooth and wwan and use specific ACPI objects
where present.
Also make driver detach on shutdown.

(mlelstv)

2016-04-03 10:32:47 UTC MAIN commitmail json YAML

2016-04-03 10:32:00 UTC MAIN commitmail json YAML

Only fix up IPMI on ProLiant Microserver when address if set.
Don't assume a specific preconfigured address, just clear the lower bits.

(mlelstv)

2016-04-03 10:03:34 UTC MAIN commitmail json YAML

2016-04-03 10:03:05 UTC MAIN commitmail json YAML

Adopt to device_t/struct ifnet* changes

(martin)

2016-04-03 10:01:52 UTC MAIN commitmail json YAML

Use device_t/struct ifnet* for phy callbacks

(martin)

2016-04-03 09:58:45 UTC MAIN commitmail json YAML

2016-04-03 09:57:40 UTC MAIN commitmail json YAML

2016-04-03 09:06:28 UTC MAIN commitmail json YAML

Convert # line comments to // line to avoid preprocessor confusion

(martin)

2016-04-03 08:21:15 UTC MAIN commitmail json YAML

Update root.cache entry.

(taca)

2016-04-03 08:08:27 UTC nick-nhusb commitmail json YAML

Fix UHCI_INTR_SPIE defines that was broken in the __BIT conversion

(skrll)

2016-04-03 08:01:34 UTC MAIN commitmail json YAML

Update root.cache to 2016/3/23 version, l.root-servers.net's AAAA record
has changed.

(taca)