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:50:20 UTC Now

2015-07-07 15:41:46 UTC MAIN commitmail json YAML

add instruction cache throttling SPR found on 750

(macallan)

2015-07-07 13:07:10 UTC MAIN commitmail json YAML

Missing includes for some architectures

(justin)

2015-07-07 12:40:13 UTC MAIN commitmail json YAML

Add uname to rump sources

(justin)

2015-07-07 12:38:02 UTC MAIN commitmail json YAML

Move hw.machine and hw.machine_arch sysctls to base so rump can use them

This allows uname(3) and uname(1) to work on rump kernels.

(justin)

2015-07-07 09:30:24 UTC MAIN commitmail json YAML

This enum is likely to be made unsigned by the compiler, so the assertion
will not work and clang objects with -Wtautological-constant-out-of-range-compare

(justin)

2015-07-07 00:55:52 UTC MAIN commitmail json YAML

don't forget to NULL terminate the mode list when adding a single mode from
EDID. Now this works again on my Pismo.

(macallan)

2015-07-06 15:09:17 UTC MAIN commitmail json YAML

2015-07-06 12:05:40 UTC MAIN commitmail json YAML

zgrep(1): suppress the prefixing of filename on output when only
one file is specified to match the grep(1)'s output.

(nakayama)

2015-07-06 10:24:59 UTC MAIN commitmail json YAML

Fix typo in comment.

(wiz)

2015-07-06 10:07:12 UTC MAIN commitmail json YAML

Change tmpfs to vcache.
- Use tmpfs node address as key.
- Remove tn_vlock, field tn_vnode now protected by vcache.
- Add a hold count to tmpfs node to prevent nodes from disappearing
  while tmpfs_fhtovp() trys to vcache_get() them.  Last holder
  destroys reclaimed nodes.
- Remove the now unneeded parent unlock/lock for lookup of '..'.

(hannken)

2015-07-06 10:05:50 UTC MAIN commitmail json YAML

2015-07-06 09:17:24 UTC MAIN commitmail json YAML

Fix one last time.  mark libarm_g.a libpmc_g.a as compatfile, add
oabi/libc_vfp_g.a as compat.

(matt)

2015-07-06 09:07:39 UTC MAIN commitmail json YAML

Add some compat oabi debug libs

(martin)

2015-07-06 08:25:43 UTC MAIN commitmail json YAML

2015-07-06 08:04:51 UTC MAIN commitmail json YAML

2015-07-06 05:55:38 UTC MAIN commitmail json YAML

Don't clear PSL_FP/PSL_VEC

(matt)

2015-07-06 05:36:27 UTC MAIN commitmail json YAML

Remove PSL_SPV from BOOKE PSL_USERMOD

(matt)

2015-07-06 05:25:29 UTC MAIN commitmail json YAML

Back out last change.  Clearing PSL_FP/PSL_VEC is handled by child_return.

(matt)

2015-07-06 05:20:50 UTC MAIN commitmail json YAML

Don't preserve PSL_FP/PSL_VEC in cpu_setmcontext.

(matt)

2015-07-06 05:03:56 UTC MAIN commitmail json YAML

Clear PSL_FP/PSL_VEC so the lwp won't think it owns them.

(matt)

2015-07-06 02:43:26 UTC MAIN commitmail json YAML

Don't reload if just re-enabling

(matt)

2015-07-06 02:30:22 UTC MAIN commitmail json YAML

Add a check to make sure that if PSL_FP is set, we own the FPU.

(matt)

2015-07-06 01:55:50 UTC MAIN commitmail json YAML

Don't reload the FPU register if this is just a re-enable.

(matt)

2015-07-06 00:21:51 UTC MAIN commitmail json YAML

reapply some fixes to make multi-threaded ctfmerge work
that were lost in the overzealous resync with freebsd.
remove the hacks which were applied to work around those problems.

(chs)

2015-07-05 22:07:09 UTC MAIN commitmail json YAML

2015-07-05 21:34:33 UTC netbsd-7 commitmail json YAML

848, 852, 854, 856-859, 862-864

(snj)

2015-07-05 21:31:48 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #854):
sys/external/bsd/drm2/dist/drm/i915/i915_gem.c: revision 1.31
fix Xorg coredumps that have started happening recently.
the problem is that we get a SIGALRM while we're sleeping during a page fault
on a mapping of a GEM object, and since we're sleeping interruptibly,
the GEM operation fails with EINTR.  this error is returned all the way back
through uvm_fault() to the trap handler, which responds to that error
by delivering a SIGSEGV.
fix this by doing like the linux version of the GEM fault handler and converting
EINTR into success, which results in delivering the original signal and
retrying the fault.

(snj)

2015-07-05 21:29:26 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #848):
sys/external/bsd/drm2/drm/drm_vma_manager.c: revision 1.3
plug memory leak in drm_vma_node_revoke().

(snj)

2015-07-05 20:37:01 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #858):
sys/dev/ic/ac97.c: revision 1.96
fix memory leak, found by Brainy.
XXX: is there anything else that we need to cleanup at this point?

(snj)

2015-07-05 20:34:51 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #857):
sys/arch/arm/xscale/ixp425_if_npe.c: revision 1.29
Initialize 'error'.
Can't test, but obvious enough apparently.
Found by Brainy.

(snj)

2015-07-05 20:32:56 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #856):
sys/arch/pmax/tc/dt.c: revision 1.12
Use-after-free.
ok christos@
Found by The Brainy Code Scanner.

(snj)

2015-07-05 20:27:41 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #859):
sys/sys/dirent.h: revision 1.29
fix inadequate parens in macro (my fault originally)

(snj)

2015-07-05 20:25:15 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #852):
sys/arch/vax/boot/boot/boot.c: revision 1.33
Close the file descriptor used for loading before jumping to the kernel.
Pointed out by Felix Deichmann on port-vax.

(snj)

2015-07-05 20:22:34 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by sborrill in ticket #863):
sbin/raidctl/raidctl.8: revisions 1.68, 1.69
Clarify that what was previously known as -A root is now -A forceroot, not
-A softroot and that -A root can still be used for historical reasons.
--
Bump date for previous. Add whitespace.
Fix some mandoc warnings.

(snj)

2015-07-05 20:20:10 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by sborrill in ticket #862):
sbin/raidctl/raidctl.c: revision 1.61
Compare correct length string for force option to -A

(snj)

2015-07-05 20:19:29 UTC MAIN commitmail json YAML

Make clang happy by adding -mfpu=none to -mfloat-abi=soft

(matt)

2015-07-05 20:15:03 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #864):
usr.sbin/postinstall/postinstall: revision 1.196 via patch
PR install/50020: postinstall does not check for mandoc in /etc/man.conf.
Add a check, but ask the user to fix manually (the file could have local
modifications).

(snj)

2015-07-05 15:51:55 UTC MAIN commitmail json YAML

Revert patch from PR/48715 as it is incorrect.

(skrll)

2015-07-05 08:14:46 UTC MAIN commitmail json YAML

Deregister pmf hook when attach failed.

(nonaka)

2015-07-05 04:53:26 UTC MAIN commitmail json YAML

2015-07-05 03:07:21 UTC MAIN commitmail json YAML

2015-07-05 03:06:28 UTC MAIN commitmail json YAML

Configury support for QVSS (from Charles Dickman)

(matt)

2015-07-05 03:03:00 UTC MAIN commitmail json YAML

Add code to probe the Q-bus/Unibus for memory.  (From Charles Dickman)

(matt)

2015-07-05 02:10:53 UTC MAIN commitmail json YAML

Reorganize a bit.  Add QVSS (from Charles Dickman).

(matt)

2015-07-05 02:03:36 UTC MAIN commitmail json YAML

2015-07-04 22:45:08 UTC MAIN commitmail json YAML

2015-07-04 22:39:23 UTC MAIN commitmail json YAML

fix memory leaks on error; found by brainy.

(christos)

2015-07-04 15:09:49 UTC MAIN commitmail json YAML

If we fail 5 times in a row, fail correctly (Steffen Nurpmeso).

(christos)

2015-07-04 13:36:25 UTC MAIN commitmail json YAML

strptime now sets tm_yday

(christos)

2015-07-04 07:11:45 UTC MAIN commitmail json YAML

Improve the code in __sync_bool_compare_and_swap_{1,2,4}.
- bccs is smaller and faster than bcc(.w) in this case.
- it can be used movql in this case (assembler optimise it though).

(isaki)

2015-07-04 06:56:29 UTC MAIN commitmail json YAML

atomic_cas_{8,16}:
- Correct the wrong offset in stack.
__sync_bool_compare_and_swap_{1,2,4}:
- Correct the wrong offset in stack.
- D3 must be preserved in subroutines.
PR/49995.

(isaki)

2015-07-04 06:14:41 UTC MAIN commitmail json YAML

Remove a dead continue.

Harmless, found by Brainy

(maxv)

2015-07-04 06:13:01 UTC MAIN commitmail json YAML

Remove a dead continue.

Harmless, found by Brainy

(maxv)

2015-07-03 22:18:02 UTC MAIN commitmail json YAML

New sentence, new line.

(wiz)

2015-07-03 18:36:54 UTC MAIN commitmail json YAML

/usr/sbin/chown -> /sbin/chown
(not sure why these need explicit paths at all, but whatevs)

(dholland)

2015-07-03 18:28:37 UTC MAIN commitmail json YAML

2015-07-03 16:43:50 UTC MAIN commitmail json YAML

Remove entries made redundant by compatdir/compatfile.  (Leaves only
libexec/ld.elf_so-rv32 as the only compat files).

(matt)

2015-07-03 15:11:05 UTC MAIN commitmail json YAML

2015-07-03 14:18:18 UTC MAIN commitmail json YAML

Add basic support for tap detection, emulating a left-click.

(bouyer)

2015-07-03 13:17:21 UTC MAIN commitmail json YAML

2015-07-03 13:15:54 UTC MAIN commitmail json YAML

Lumix Camera DMC-FS45 from kern/49809

(skrll)

2015-07-03 13:06:55 UTC MAIN commitmail json YAML

PR/50009: David CARLIER: Enhance strptime to fill out more fields when it
can. From FreeBSD.

(christos)

2015-07-03 10:19:29 UTC MAIN commitmail json YAML

Add an explicit note about the search path used by dlopen(3).

(joerg)

2015-07-03 02:24:28 UTC MAIN commitmail json YAML

PR/50021: Rin Okuyama: Fix linux affinity syscalls
XXX: pullup-7

(christos)

2015-07-03 01:01:00 UTC MAIN commitmail json YAML

2015-07-03 01:00:00 UTC MAIN commitmail json YAML

2015-07-02 14:54:42 UTC MAIN commitmail json YAML

td_close() needs to be able to write to the process image, so call sooner,
before we detach from it.

(christos)

2015-07-02 09:53:12 UTC MAIN commitmail json YAML

PR install/50020: postinstall does not check for mandoc in /etc/man.conf.
Add a check, but ask the user to fix manually (the file could have local
modifications).

(martin)

2015-07-02 09:31:56 UTC MAIN commitmail json YAML

Simplify previous, pass awk as TOOL_AWK (that is what the makefile uses),
create an obj dir for make and force it to use that.
This version now works with read-only source again.

(martin)

2015-07-02 09:05:06 UTC MAIN commitmail json YAML

Somehow the ; disappeared from the previouis commit

(skrll)

2015-07-02 08:35:44 UTC MAIN commitmail json YAML

From FreeBSD rev1.30 via OpenBSD:
- always initialise the pipe multiplier to a valid value
- do not unchain the the interrupt QHs immediately after initialisation

Prompted by msaitoh

(skrll)

2015-07-02 08:33:31 UTC MAIN commitmail json YAML

Use armreg_*_{read,write} instead of handcrafted asm

No functional change.

(skrll)

2015-07-02 05:11:50 UTC MAIN commitmail json YAML

Fix bus clock for Airmont from the latest Intel SDM.

(msaitoh)

2015-07-02 03:50:21 UTC MAIN commitmail json YAML

document PIOD_READ_AUXV.

(christos)

2015-07-02 03:47:54 UTC MAIN commitmail json YAML

Support PIOD_READ_AUXV so that gdb can handle PIE binaries. From OpenBSD.

(christos)

2015-07-01 18:18:00 UTC MAIN commitmail json YAML

2015-07-01 15:46:26 UTC MAIN commitmail json YAML

Add Xeon E5-4600 v3,  Xeon E3-1200 v4 etc. from the latest Intel SDM.

(msaitoh)

2015-07-01 15:38:56 UTC MAIN commitmail json YAML

2015-07-01 15:37:35 UTC MAIN commitmail json YAML

2015-07-01 15:36:44 UTC MAIN commitmail json YAML

2015-07-01 15:34:30 UTC MAIN commitmail json YAML

Fix segmentation fault caused by freeing prematurely function parameter types
inside cast expressions.

(christos)

2015-07-01 12:40:07 UTC MAIN commitmail json YAML

Clean up the src/etc/mtree directory after using it to generate the mtree
spec file.
XXX this is fishy, we should find a better way.

(martin)

2015-07-01 08:33:31 UTC MAIN commitmail json YAML

2015-07-01 08:13:53 UTC MAIN commitmail json YAML

Unfortunately MFS uses v_data of its anonymous device vnode so
it cannot be used as vcache key.  Use v_interlock as key ...

(hannken)

2015-07-01 07:30:55 UTC netbsd-7 commitmail json YAML

2015-07-01 07:30:15 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #861):
usr.bin/calendar/calendar.c: revision 1.52
Repair accidental regression in -r1.49: for -a mode, don't allow
calendars to be other than regular files unless the -x option is in
effect.
(If not in -a mode, we're running purely as the user whose calendar it
is and if they want to DoS themselves with named pipes it's their own
lookout.)

(bouyer)

2015-07-01 07:26:42 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #860):
usr.bin/calendar/calendar.c: revision 1.51
Correct privilege handling problems in calendar -a (which runs as root
from /etc/daily); do not exec other programs while the real uid is
still 0.
Also, clear the supplementary groups list up front and call initgroups
when becoming another user, to avoid leaking any extra group
privileges that we might have.
And finally, don't silently ignore errors changing uid and gid; those
are serious if they happen.

(bouyer)

2015-07-01 07:24:31 UTC netbsd-6-0 commitmail json YAML

2015-07-01 07:24:30 UTC netbsd-6-1 commitmail json YAML

2015-07-01 07:24:22 UTC netbsd-6 commitmail json YAML

2015-07-01 07:22:52 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1309):
usr.bin/calendar/calendar.c: revision 1.51
Correct privilege handling problems in calendar -a (which runs as root
from /etc/daily); do not exec other programs while the real uid is
still 0.
Also, clear the supplementary groups list up front and call initgroups
when becoming another user, to avoid leaking any extra group
privileges that we might have.
And finally, don't silently ignore errors changing uid and gid; those
are serious if they happen.

(bouyer)

2015-07-01 07:22:48 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1309):
usr.bin/calendar/calendar.c: revision 1.51
Correct privilege handling problems in calendar -a (which runs as root
from /etc/daily); do not exec other programs while the real uid is
still 0.
Also, clear the supplementary groups list up front and call initgroups
when becoming another user, to avoid leaking any extra group
privileges that we might have.
And finally, don't silently ignore errors changing uid and gid; those
are serious if they happen.

(bouyer)

2015-07-01 07:22:37 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1309):
usr.bin/calendar/calendar.c: revision 1.51
Correct privilege handling problems in calendar -a (which runs as root
from /etc/daily); do not exec other programs while the real uid is
still 0.
Also, clear the supplementary groups list up front and call initgroups
when becoming another user, to avoid leaking any extra group
privileges that we might have.
And finally, don't silently ignore errors changing uid and gid; those
are serious if they happen.

(bouyer)

2015-07-01 07:19:30 UTC netbsd-5-2 commitmail json YAML

2015-07-01 07:19:29 UTC netbsd-5-1 commitmail json YAML

2015-07-01 07:19:25 UTC netbsd-5 commitmail json YAML

2015-07-01 07:18:42 UTC netbsd-5-2 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1971):
usr.bin/calendar/calendar.c: revision 1.51
Correct privilege handling problems in calendar -a (which runs as root
from /etc/daily); do not exec other programs while the real uid is
still 0.
Also, clear the supplementary groups list up front and call initgroups
when becoming another user, to avoid leaking any extra group
privileges that we might have.
And finally, don't silently ignore errors changing uid and gid; those
are serious if they happen.

(bouyer)

2015-07-01 07:18:37 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1971):
usr.bin/calendar/calendar.c: revision 1.51
Correct privilege handling problems in calendar -a (which runs as root
from /etc/daily); do not exec other programs while the real uid is
still 0.
Also, clear the supplementary groups list up front and call initgroups
when becoming another user, to avoid leaking any extra group
privileges that we might have.
And finally, don't silently ignore errors changing uid and gid; those
are serious if they happen.

(bouyer)

2015-07-01 07:18:32 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1971):
usr.bin/calendar/calendar.c: revision 1.51
Correct privilege handling problems in calendar -a (which runs as root
from /etc/daily); do not exec other programs while the real uid is
still 0.
Also, clear the supplementary groups list up front and call initgroups
when becoming another user, to avoid leaking any extra group
privileges that we might have.
And finally, don't silently ignore errors changing uid and gid; those
are serious if they happen.

(bouyer)

2015-07-01 06:48:25 UTC MAIN commitmail json YAML

Repair accidental regression in -r1.49: for -a mode, don't allow
calendars to be other than regular files unless the -x option is in
effect.

(If not in -a mode, we're running purely as the user whose calendar it
is and if they want to DoS themselves with named pipes it's their own
lookout.)

(dholland)

2015-07-01 06:45:51 UTC MAIN commitmail json YAML

Correct privilege handling problems in calendar -a (which runs as root
from /etc/daily); do not exec other programs while the real uid is
still 0.

Also, clear the supplementary groups list up front and call initgroups
when becoming another user, to avoid leaking any extra group
privileges that we might have.

And finally, don't silently ignore errors changing uid and gid; those
are serious if they happen.

(dholland)

2015-07-01 03:39:36 UTC MAIN commitmail json YAML

Use ip_hresolv_output for if_token as well

I thought we cannot apply ip_hresolv_output to if_token because
rt0 looked being needed by arpresolve in token_output. However,
rt0 is actually not used by arpresolve in NetBSD (see obsolete
ARPRESOLVE macro).

(ozaki-r)

2015-06-30 22:16:12 UTC MAIN commitmail json YAML

Bump date for previous. Add whitespace.
Fix some mandoc warnings.

(wiz)

2015-06-30 21:08:24 UTC MAIN commitmail json YAML

handle PIC compilation (if we are building a PIE system; this is used by tests)

(christos)

2015-06-30 17:18:14 UTC MAIN commitmail json YAML

Clarify that what was previously known as -A root is now -A forceroot, not
-A softroot and that -A root can still be used for historical reasons.

(sborrill)

2015-06-30 17:02:14 UTC MAIN commitmail json YAML

Compare correct length string for force option to -A

(sborrill)

2015-06-30 13:30:51 UTC MAIN commitmail json YAML

Fix logic inversion in 1.107

(skrll)

2015-06-30 11:56:27 UTC MAIN commitmail json YAML

2015-06-30 11:46:47 UTC MAIN commitmail json YAML

Allow /var/shm to be a symlink to a properly set up directory.

(martin)

2015-06-30 08:31:42 UTC MAIN commitmail json YAML

Use KASSERT for argument NULL checks

(ozaki-r)

2015-06-30 06:42:06 UTC MAIN commitmail json YAML

Fix nd6_numroutes counting

nd6_numroutes is intended to be incremented when a route is added via RA
and decremented when a RA route is deleted. However, a decrement of a RA
route was skipped when there remained references to the RA route.

(ozaki-r)

2015-06-30 06:19:22 UTC MAIN commitmail json YAML

Redo previous again, v_specnode is invariant but not unique.

Set "vp->v_data = vp" and use v_data as key.

(hannken)

2015-06-30 06:01:04 UTC MAIN commitmail json YAML

Fix reversed arguments in copyin(9), c.f. kern/sys_mqueue.c rev 1.39.

(martin)

2015-06-30 04:20:19 UTC MAIN commitmail json YAML

2015-06-30 04:10:10 UTC MAIN commitmail json YAML

don't mess with the cycle counter event counter, out timer interrupt comes
from elsewhere and is counted there

(macallan)

2015-06-30 03:55:23 UTC MAIN commitmail json YAML

shorten the interrupt name so the level field is actually readable in systat

(macallan)

2015-06-30 03:52:54 UTC MAIN commitmail json YAML

don't map the framebuffer as cacheable

(macallan)

2015-06-30 03:41:04 UTC MAIN commitmail json YAML

We support multiple page sizes so let modules know it.

(matt)

2015-06-30 02:39:04 UTC MAIN commitmail json YAML

2015-06-29 17:52:53 UTC MAIN commitmail json YAML

2015-06-29 17:27:13 UTC netbsd-7 commitmail json YAML

841, 847, 849, 853, 855

(snj)

2015-06-29 17:24:28 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #847):
sbin/gpt/recover.c: revision 1.6
Instruct user to use resizedisk if media size has changed, as
resizedisk will adjust the media size in the headers, whereas
recover simply copies the existing header over the missing one.
XXX recover and resizedisk should probably be merged (even if just
partially, so that recover can properly handle media size changes).
Also, reading in the GPT should probably be centralised so that
error handling can be centralised, and users aren't given misleading
messages (i.e. they aren't told to run recover when they should be
running resizedisk).  However, something that can be quickly pulled
up to netbsd-7 was needed, and there isn't time for a major overhaul
or rewrite.

(snj)

2015-06-29 17:21:27 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by phx in ticket #841):
sys/arch/amiga/include/vmparam.h: revision 1.43
Remove unused KUSER_AREA, SYSPTSIZE, USRPTSIZE.
Bump MAXTSIZ and MAXDSIZ to the same values atari is using.
This makes gcc 4.8 (/usr/libexec/cc1) load and execute.

(snj)

2015-06-29 17:20:04 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by roy in ticket #853):
usr.bin/ldd/Makefile.inc: revision 1.6
Do not set MLIBDIR if MKCOMPAT=no

(snj)

2015-06-29 17:18:10 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #855):
external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c: revision 1.11
don't fail for anonymous unions.

(snj)

2015-06-29 17:15:28 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #849):
sys/conf/copyright: revision 1.13
Welcome to 2015!

(snj)

2015-06-29 16:48:20 UTC MAIN commitmail json YAML

Use the address of vp->v_specnode as vcache key.  It is invariant
over the lifetime of the vnode.

The previous worked by luck, it took the first sizeof(void *) bytes
of struct vnode as key.

Resolves CID 1308957: wrong sizeof()

(hannken)

2015-06-29 16:36:17 UTC MAIN commitmail json YAML

Remove a dead branch. Could look like a memory leak, but ih cannot be
NULL.

Found by Brainy.

(maxv)

2015-06-29 16:25:49 UTC MAIN commitmail json YAML

Revert previous, and explain why.

(christos)

2015-06-29 16:20:14 UTC MAIN commitmail json YAML

2015-06-29 15:44:45 UTC MAIN commitmail json YAML

CID 1308958: Fix reversed arguments in copyin(9)

(christos)

2015-06-29 15:39:40 UTC MAIN commitmail json YAML

CID 1308957: Fix wrong sizeof()

(christos)

2015-06-29 12:27:41 UTC MAIN commitmail json YAML

Use-after-free.

ok christos@

Found by Brainy.

(maxv)

2015-06-29 09:40:36 UTC MAIN commitmail json YAML

Remove ifnet_addrs

We can assume that ifnet_addrs[ifp->if_index] is always the same as
ifp->if_dl, so we can replace ifnet_addrs[ifp->if_index] with ifp->if_dl
and remove ifnet_addrs entirely.

ok martin@

(ozaki-r)

2015-06-29 08:40:52 UTC MAIN commitmail json YAML

add brconfig to userland utils

(pooka)

2015-06-28 23:49:33 UTC MAIN commitmail json YAML

Need debug sets if ${MKDEBUGLIB} != "no"

(matt)

2015-06-28 22:14:38 UTC MAIN commitmail json YAML

Print both user and kernel segtabs

(matt)

2015-06-28 16:22:54 UTC MAIN commitmail json YAML

Add serial comma, use upper case for abbreviation, and remove apostrophe for plural.

(wiz)

2015-06-28 15:37:37 UTC MAIN commitmail json YAML

fix ifstats command by relaxing invalid sanity check - ntp bug #2860

(kardel)

2015-06-28 15:13:29 UTC MAIN commitmail json YAML

Initialize 'error'.

Can't test, but obvious enough apparently.

Found by Brainy.

(maxv)

2015-06-28 13:10:38 UTC MAIN commitmail json YAML

Move makphy to after mv{gb,xp}e.
And indents.

(kiyohara)

2015-06-28 12:58:52 UTC MAIN commitmail json YAML

Remove mvsdio.  OpenBlocks AX3 not have it.

(kiyohara)

2015-06-28 10:04:32 UTC MAIN commitmail json YAML

Small fixes.

ok hannken@

(maxv)

2015-06-28 09:29:58 UTC MAIN commitmail json YAML

Pass AWK to make when invoking emit_dist_file.
Part of fixing PR toolchain/50004.

(martin)

2015-06-28 09:28:46 UTC MAIN commitmail json YAML

Guard a few $MK... != "no" tests by an additional defined(MK...) clause
and make the emit_dist_file target depend on EXTRA_DIST_FILES.
Part of fixing PR toolchain/50004.

(martin)

2015-06-28 09:15:45 UTC MAIN commitmail json YAML

Use-after-free.

ok christos@

Found by The Brainy Code Scanner.

(maxv)

2015-06-27 21:44:06 UTC MAIN commitmail json YAML

Remove unused struct pt_entry_t union.

(matt)

2015-06-27 20:34:11 UTC MAIN commitmail json YAML

Need to test for MKCOMPATX11

(matt)

2015-06-27 20:27:03 UTC MAIN commitmail json YAML

liblisp, libre, libmp are now private lirbaries and no longer installed.

(matt)

2015-06-27 17:07:59 UTC MAIN commitmail json YAML

X11 libs liblisp, libmp, libre are no longer installed and are now obsolete.

(matt)

2015-06-27 17:03:30 UTC MAIN commitmail json YAML

2015-06-27 16:21:08 UTC MAIN commitmail json YAML

2015-06-27 15:47:29 UTC MAIN commitmail json YAML

p++ symlink is only create if MKCXX != no

(matt)

2015-06-27 15:46:09 UTC MAIN commitmail json YAML

p++ is a symlink so it won't have a .debug

(matt)

2015-06-27 15:42:08 UTC MAIN commitmail json YAML

2015-06-27 15:41:26 UTC MAIN commitmail json YAML

add pigzgzip to comment

(matt)

2015-06-27 09:56:54 UTC MAIN commitmail json YAML

Terminate the obsole directory walking loop when we hit "/" or "."
(both relative to DESTDIR), I have seen it run into an endless loop with
_path=. when invoked from the top level make with some (valid) args.

(martin)

2015-06-27 08:29:56 UTC MAIN commitmail json YAML

Remove useless and harmful sync(2) call in umount(8)

Remove sync(2) call before unmount(2) in umount(8). This sync(2) is useless
since unmount(2) will perform a VFS_SYNC anyway.

But moreover, this sync(2) may be harmful, as there are some situation where
it cannot return (unreachable NFS server, for instance), causing umount -f
to be uneffective.

(manu)

2015-06-27 08:07:46 UTC MAIN commitmail json YAML

2015-06-27 07:30:10 UTC MAIN commitmail json YAML

note GCC 4.8.5 has been imported, and while i'm here, untag thorpej
and tag christos and skrll as being responsible :-)

(mrg)

2015-06-27 07:27:29 UTC nick-nhusb commitmail json YAML

2015-06-27 06:00:28 UTC MAIN commitmail json YAML

Make evbarm64 (little endian) the default for aarch64.

(matt)

2015-06-27 03:34:26 UTC MAIN commitmail json YAML

2015-06-27 03:33:18 UTC MAIN commitmail json YAML

2015-06-27 03:31:29 UTC MAIN commitmail json YAML

Decode jr.hb and ssnop and few more spec3 instructions
u_int32_t -> uint32_t

(matt)

2015-06-27 03:30:01 UTC MAIN commitmail json YAML

2015-06-27 03:29:09 UTC MAIN commitmail json YAML

Turn KX (no need for UX) when !O32 ABI and MULTIPROCESSOR

(matt)

2015-06-26 22:56:36 UTC MAIN commitmail json YAML

ifdef out bitfield struct for pte (not used).

(matt)

2015-06-26 22:55:41 UTC MAIN commitmail json YAML

Cleanup includes
Use cpu_startup_common()

(matt)

2015-06-26 22:55:06 UTC MAIN commitmail json YAML

2015-06-26 22:32:23 UTC MAIN commitmail json YAML

2015-06-26 22:29:38 UTC MAIN commitmail json YAML

#include <mips/locore.h>

(matt)

2015-06-26 22:20:58 UTC MAIN commitmail json YAML

2015-06-26 22:18:00 UTC MAIN commitmail json YAML

2015-06-26 22:16:27 UTC MAIN commitmail json YAML

2015-06-26 22:15:33 UTC MAIN commitmail json YAML

2015-06-26 22:14:01 UTC MAIN commitmail json YAML

2015-06-26 22:12:21 UTC MAIN commitmail json YAML

Use cpu_startup_common()

(matt)

2015-06-26 22:11:10 UTC MAIN commitmail json YAML

2015-06-26 21:58:53 UTC MAIN commitmail json YAML

Move <mips/locore.h> lower

(matt)

2015-06-26 21:57:25 UTC MAIN commitmail json YAML

2015-06-26 21:56:31 UTC MAIN commitmail json YAML

if NEED_MDSETIMAGE != no and the ramdisk.fs exists
add ramdisk.fs to SYSTEM_DEP
if DEBUG is defined, mdsetimage the ramdisk image into the .gdb copy

(matt)

2015-06-26 21:54:41 UTC MAIN commitmail json YAML

Add cinlude TWRP1025.local

(matt)

2015-06-26 18:27:52 UTC MAIN commitmail json YAML

Use <sys/common_lock.h> for !__arm__

(matt)

2015-06-26 16:19:28 UTC nick-nhusb commitmail json YAML

Don't give doing SET_CONFIG if usbd_set_config_index fails to get the
full BOS descriptor.  Mark ud_bdesc as NULL instead

(skrll)

2015-06-26 15:51:05 UTC nick-nhusb commitmail json YAML

Make xhci_close_pipe void - nothing cares about any errors.

From t-hash.

(skrll)

2015-06-26 15:43:46 UTC nick-nhusb commitmail json YAML

Add port range check in xhci_rhpsc().

KASSERT xfer->ux_pipe != NULL in xhci_handle_event().

Based on a diff from t-hash

(skrll)

2015-06-26 15:39:56 UTC nick-nhusb commitmail json YAML

Revert previous (for now)

(skrll)

2015-06-26 15:39:11 UTC nick-nhusb commitmail json YAML

2015-06-26 14:40:32 UTC MAIN commitmail json YAML

Add ./usr/include/sys/common_lock.h

(matt)

2015-06-26 14:38:54 UTC MAIN commitmail json YAML

Install common_lock.h

(matt)

2015-06-26 14:27:35 UTC MAIN commitmail json YAML

Move the riscv lock.h which uses only compiler builtin atomic primitives
to a common location which can be used by others and make riscv's lock.h
use it.

(matt)

2015-06-26 14:26:38 UTC MAIN commitmail json YAML

Wait for the next character forever as kgdb wants.

(christos)

2015-06-26 14:20:11 UTC MAIN commitmail json YAML

2015-06-26 11:25:22 UTC MAIN commitmail json YAML

Rev 1.14 was nice except it didn't work with _INITIALIZER, which
sort of negates the whole point ... so revert everything while in
drawing board mode.

(pooka)

2015-06-26 11:07:20 UTC MAIN commitmail json YAML

Check that PTHREAD_RWLOCK_INITIALIZER works.

(pooka)

2015-06-26 10:25:41 UTC MAIN commitmail json YAML

document g++ 5.1 + libpthread volatile workaround (PR lib/49989)

(pooka)

2015-06-26 10:05:18 UTC MAIN commitmail json YAML

Don't depend on __CPU_SIMPLE_LOCK_PAD to determine the type of
__cpu_simple_lock_t (because it doesn't).  Instead, use sizeof/alignof
with a struct { uchar[] }.

Fixes problem in previous commit, caught by Nick Hudson.

(pooka)

2015-06-26 07:31:44 UTC MAIN commitmail json YAML

2015-06-26 07:31:18 UTC MAIN commitmail json YAML

Add PLX Technology PEX 8111.

(msaitoh)