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 (1m)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 08:11:28 UTC Now

2015-06-14 19:05:27 UTC MAIN commitmail json YAML

Do not hardcode the assumption that .data and .bss fit together in a single
4 MB page. This allows booting kernels with options USB_DEBUG again.

(martin)

2015-06-14 18:40:10 UTC MAIN commitmail json YAML

Bump version now that we can load kernels with sizeof(.data)+sizeof(.bss)> 4 MB

(martin)

2015-06-14 16:56:36 UTC MAIN commitmail json YAML

the data segment is not randomized.

(christos)

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

Fix available length calculation in kvamap_extract when reusing existing
mappings.

(martin)

2015-06-14 16:19:31 UTC MAIN commitmail json YAML

Revert previous; it broke the lib/libc/ttyio/t_ttyio/ioctl test case.

(gson)

2015-06-14 08:46:33 UTC MAIN commitmail json YAML

Make sure not to re-arm the statistics callout when we are about to detach.

(martin)

2015-06-14 08:32:02 UTC MAIN commitmail json YAML

2015-06-13 23:55:18 UTC MAIN commitmail json YAML

Use all the changes from
http://ftp.netbsd.org/pub/NetBSD/misc/mlelstv/vmparam.diff
after a discussion on port-m68k. I tested them on several Amiga models
and they seem to work fine.
This gives us the maximum virtual memory space for a process under the
current 512MB pmap limitation.
Also bump VM_KERNEL_PT_PAGES to allow up to 2 GB RAM.

(phx)

2015-06-13 23:33:20 UTC MAIN commitmail json YAML

fix snafu to enable umass component also for amd64

(pooka)

2015-06-13 22:18:04 UTC MAIN commitmail json YAML

old ipc still needed for compat_netbsd32 on i386 and sparc.

(christos)

2015-06-13 22:17:04 UTC MAIN commitmail json YAML

2015-06-13 20:38:52 UTC MAIN commitmail json YAML

Do not set MLIBDIR if MKCOMPAT=no

(martin)

2015-06-13 19:52:58 UTC MAIN commitmail json YAML

2015-06-13 18:18:18 UTC MAIN commitmail json YAML

Fix two issues in NetBSD implementation of igp_read_bios_from_vram():

* Allocate the correct buffer for the VGA BIOS image.
* Abort if buffer allocation failed, not if buffer allocation succeeded.

Not directly tested, but I can't imagine this makes anything worse.

(jakllsch)

2015-06-13 17:28:42 UTC MAIN commitmail json YAML

Add entries for riscv and aarch64.  This lets the former build
complete and gets the latter close to the end.

(dennis)

2015-06-13 15:47:58 UTC MAIN commitmail json YAML

Add MSI/MSI-X support written by Kengo Nakahara. Some old devices' support
is written by me. It's disabled by default. If you'd like to use, define
WM_MSI_MSIX.

Tested with:
8254[3405617] (INTx even if it has MSI CAP because of a errata)
8257[12], 82583 ICH8, ICH10, PCH2, PCH_LPT(I21[78]) (MSI)
8257[456], 82580, I35[04], I21[01] (MSI-X)

Not tested:
82542, 82573, 80003, ICH9, PCH,

(msaitoh)

2015-06-13 14:56:45 UTC MAIN commitmail json YAML

ufs_inactive: stop overwriting error status and return the last error seen.

Should resolve CID 1306276 (UNUSED_VALUE)

(hannken)

2015-06-13 07:35:50 UTC MAIN commitmail json YAML

btoc is already rounding up to click size, use predefined ctod macro
to translate to disk blocks.

(mlelstv)

2015-06-13 04:53:13 UTC MAIN commitmail json YAML

add -b to usage, from leot

(dholland)

2015-06-13 04:15:51 UTC MAIN commitmail json YAML

Fix the list of keys across the bottom so it fits on an 80-column screen
again. Fixes PR 49937.

HI MRG

(dholland)

2015-06-12 20:25:44 UTC MAIN commitmail json YAML

2015-06-12 19:18:30 UTC MAIN commitmail json YAML

2015-06-12 19:06:32 UTC MAIN commitmail json YAML

Use NOFOLLOW intead of <empty>. Purely cosmetic as NOFOLLOW is 0, but
it's supposed to be there for clarity.

(dholland)

2015-06-12 17:50:01 UTC MAIN commitmail json YAML

2015-06-12 17:28:53 UTC MAIN commitmail json YAML

When closing a tty, limit the amount of time spent waiting for the
output to drain to five seconds so that exiting processes with
buffered output for a serial port blocked by flow control do not
hang indefinitely.  Should fix PR kern/12534.  OK christos.

(gson)

2015-06-12 17:24:02 UTC MAIN commitmail json YAML

actually check the return value from m_gethdr() and deal with errors
now we no longer segfault in dme_allocate_buffer()

(macallan)

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

2015-06-12 17:01:15 UTC MAIN commitmail json YAML

merge conflicts, restore binary compatibility in hmac, regen.

(christos)

2015-06-12 16:35:49 UTC netbsd-7 commitmail json YAML

2015-06-12 16:32:05 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #839):
sys/arch/arm/omap/am335x_trng.c: patch
Fix build on the branch.

(snj)

2015-06-12 16:28:39 UTC MAIN commitmail json YAML

2015-06-12 11:54:39 UTC MAIN commitmail json YAML

Supports ETHERCAP_VLAN_MTU. ok martin@ PR#49967

(tnn)

2015-06-12 09:43:05 UTC MAIN commitmail json YAML

the Bluetooth rc.d setup was simplified some time ago, so
'btdevctl' variable is no longer used. change wording to
reflect this

(plunky)

2015-06-12 04:40:28 UTC MAIN commitmail json YAML

- Print NVM version on 8257[124], too.
- Modify NVM version string a bit.

(msaitoh)

2015-06-11 21:00:05 UTC MAIN commitmail json YAML

sun4v: Avoid using ASI_PHYS_NON_CACHED/ASI_PHYS_NON_CACHED_LITTLE in sparc_bus_map() since they are deprecated according to the UA2005 docs. Using the ASI_PRIMARY/ASI_PRIMARY_LITTLE seems to work. ok martin@

(palle)

2015-06-11 18:12:00 UTC MAIN commitmail json YAML

Don't call exit() from a signal handler, as it's not async-signal-safe;
use _exit() instead.

(gson)

2015-06-11 15:58:49 UTC MAIN commitmail json YAML

Remove PMAP_POOLPAGE_DEBUG latent code since it never worked.

(matt)

2015-06-11 15:56:53 UTC MAIN commitmail json YAML

Also document the "splash" command in boot(8)

(khorben)

2015-06-11 15:50:17 UTC MAIN commitmail json YAML

2015-06-11 15:48:57 UTC MAIN commitmail json YAML

2015-06-11 15:43:36 UTC MAIN commitmail json YAML

Use (uint64_t) to avoid 32-bit overflow

(matt)

2015-06-11 15:38:19 UTC MAIN commitmail json YAML

2015-06-11 15:36:27 UTC MAIN commitmail json YAML

u_int32_t -> uint32_t

(matt)

2015-06-11 15:15:27 UTC MAIN commitmail json YAML

Fix a type from kcpuset transition.
Deal with kcpuset_ffs return value a little more cleanly.

(matt)

2015-06-11 15:13:34 UTC MAIN commitmail json YAML

XXX cast NBPG to vaddr_t to avoid promotion to unsigned long.

(matt)

2015-06-11 15:11:14 UTC MAIN commitmail json YAML

2015-06-11 15:08:28 UTC MAIN commitmail json YAML

Add avail_start, avail_end declarations.

(matt)

2015-06-11 14:32:16 UTC MAIN commitmail json YAML

2015-06-11 08:22:09 UTC MAIN commitmail json YAML

Add struct pmap_limits and pm_{min,max}addr from uvm/pmap/map.h and use it to
store avail_start, avail_end, virtual_start, and virtual_end.
Remove iospace and let emips just bump pmap_limits.virtual_start to get the
VA space it needs.
pmap_segtab.c is almost identical to uvm/pmap/pmap_segtab.c now.  It won't
be long until we switch to the uvm/pmap one.

(matt)

2015-06-11 08:16:47 UTC MAIN commitmail json YAML

Add stuff from mips_param.h that the .S files need.

(matt)

2015-06-11 08:14:38 UTC MAIN commitmail json YAML

Move declaration of avail_start, avail_end to <machine/kloader.h>

(matt)

2015-06-11 08:04:44 UTC MAIN commitmail json YAML

Use PMAP_MAP_POOLPAGE instead of POOL_PHYSTOV since we use PMAP_UNMAP_POOLPAGE.
Use PMAP_ALLOC_POOLPAGE instead of pmap_md_alloc_poolpage.
Cleanup some panic messages.

(matt)

2015-06-11 08:01:50 UTC MAIN commitmail json YAML

Add PRIxPTE and pte_value(pt_entry_t) for printing the value of a PTE.
Add pte_zero_p(pt_entry_t) to check that a PTE has been zeroed.

(matt)

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

Don't include <machine/param.h> in .S files, get the needed values from assym.h
Define NBPG as UL to avoid integer over with NBXSEG on LP64 systems.
(.S files don't like numbers with UL appended to them).

(matt)

2015-06-11 07:12:08 UTC nick-nhusb commitmail json YAML

There is nothing to do on a STALL during a control transfer (aka
"protocol stall") accoriding to the USB specifications, so remove
the code in usbd_do_request_flags_pipe that tries to recover from
this.

(skrll)

2015-06-11 05:28:42 UTC MAIN commitmail json YAML

Don't call kcpuset_intersecting_p and then kcpuset_ffs_intersecting since
that the last will tell use what we need to know.

(matt)

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

Add virtual_start to pmap_limits.  This allows MD to steal address space
before pmap_bootstrap.

(matt)

2015-06-11 05:22:55 UTC MAIN commitmail json YAML

Constify nibbletab

(matt)

2015-06-11 05:15:49 UTC MAIN commitmail json YAML

Add a few MIPS32 R3 bits

(matt)

2015-06-11 02:54:00 UTC MAIN commitmail json YAML

Force *stackp to (uintptr_t) before possibly moving to a smaller pointer size.

(matt)

2015-06-10 23:16:27 UTC MAIN commitmail json YAML

Include <i386/sljit_machdep.h> for i386 compat build.

(alnsn)

2015-06-10 22:40:37 UTC MAIN commitmail json YAML

mci_cache_virtual_alias is bool so use true and false, not 1 and 0.

(matt)

2015-06-10 22:33:06 UTC MAIN commitmail json YAML

Match sd and ld in addition to wd.

(matt)

2015-06-10 22:32:32 UTC MAIN commitmail json YAML

Avoid using curpcb (use lwp_getpcb(curlwp)) instead.

(matt)

2015-06-10 22:31:00 UTC MAIN commitmail json YAML

2015-06-10 20:59:56 UTC netbsd-7 commitmail json YAML

2015-06-10 20:57:22 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #834):
common/lib/libc/arch/arm/string/memcpy.S: revision 1.8
Add ARM EABI aliases for aligned arguments.

(snj)

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

830, 831, 833, 835, 836, 837, 838

(snj)

2015-06-10 17:19:28 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #838):
sys/arch/amiga/amiga/machdep.c: revision 1.244
Fix space calculation for dump header. Round up to clicks to avoid
disk alignment issues.

(snj)

2015-06-10 17:16:24 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #837):
common/lib/libc/arch/arm/features.mk: revision 1.2
lib/libarch/Makefile: revision 1.29
lib/libarch/i386/Makefile.inc: revision 1.15
lib/libarch/x86_64/Makefile.inc: revision 1.5
share/mk/bsd.gcc.mk: revision 1.11
share/mk/bsd.prog.mk: revision 1.292
Make LIBCRT* depend on the right files if MLIBDIR from MKCOMPAT is defined.
Use ${COPT} so it properly emits the right features doing MKCOMPAT
Avoid defining MLIBDIR.  Use ${MLIBDIR:Unone} instead.

(snj)

2015-06-10 16:59:32 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #836):
lib/libcurses/curses.h: revision 1.107
mvgetnstr should have a length argument as the name implies.

(snj)

2015-06-10 16:57:58 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #835):
sys/net/npf/npf_ctl.c: revision 1.42
usr.sbin/npf/npfctl/npf_bpf_comp.c: revision 1.8
usr.sbin/npf/npfctl/npf_build.c: revision 1.40
- npfctl: fix the confusion in the parser (0/0 case with no other filter).
- Always populate the error dictionary, not only for DEBUG/DIAGNOSTIC.

(snj)

2015-06-10 16:43:51 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #833):
sys/dev/pci/if_wm.c: revisions 1.322, 1.323
sys/dev/pci/if_wmreg.h: revision 1.72
- Currently, WM_F_EEE bit is not set on all chips. It's intened to not
  to use all of EEE fuctions but wm_set_eee_i350() leaves IPCNFG_10BASE_TE
  bit and it causes link negotiation problem on some old switches. Disable
  10BASE-Te function, too.
- Call wm_set_eee_i350() on some chips, too.
--
Fix a bug that flags related to semaphore were incorrectly checked in
wm_kmrn_{readreg,writereg}. i80003, ICH* and PCH* had this problem.

(snj)

2015-06-10 16:41:12 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #831):
gnu/dist/groff/src/utils/hpftodit/hpftodit.cpp: revision 1.6
gnu/dist/texinfo/makeinfo/files.c: revision 1.10
usr.bin/netstat/atalk.c: revision 1.16
Fix operator precedence to allocate enough memory.
--
Drop assignment from uninitialized and otherwise unused variable.
--
The opposite of new[] is delete[], not delete.

(snj)

2015-06-10 16:38:05 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #830):
sys/arch/arm/omap/am335x_prcm.h: revision 1.9
sys/arch/arm/omap/am335x_trngreg.h: revision 1.1
sys/arch/arm/omap/am335x_trng.c: revision 1.1
sys/arch/arm/omap/files.omap2: revision 1.31
sys/arch/arm/omap/omap2_reg.h: revision 1.30
sys/arch/evbarm/conf/BEAGLEBONE: revision 1.32
Add driver for AM335x TRNG module.
--
enable trng driver

(snj)

2015-06-10 16:32:43 UTC MAIN commitmail json YAML

Teach mdnsd about IN_IFF_NOTREADY and IN_IFF_DETACHED.

(roy)

2015-06-10 15:28:27 UTC MAIN commitmail json YAML

ufs_inactive: take UFS_WAPBL_BEGIN() before calling chkiq().

Should fix PR kern/49948 (quota panic)

(hannken)

2015-06-10 12:14:59 UTC MAIN commitmail json YAML

Remove extra if_start() in wm_ioctl().

(msaitoh)

2015-06-10 05:03:59 UTC MAIN commitmail json YAML

2015-06-10 05:03:42 UTC MAIN commitmail json YAML

2015-06-10 03:29:37 UTC MAIN commitmail json YAML

2015-06-09 22:50:50 UTC MAIN commitmail json YAML

2015-06-09 22:49:55 UTC MAIN commitmail json YAML

2015-06-09 22:48:54 UTC MAIN commitmail json YAML

#include <sys/cpu.h>

(matt)

2015-06-09 22:47:59 UTC MAIN commitmail json YAML

2015-06-09 22:47:12 UTC MAIN commitmail json YAML

2015-06-09 22:46:36 UTC MAIN commitmail json YAML

2015-06-09 21:42:21 UTC MAIN commitmail json YAML

#include <sys/sched.h> for yield();

(matt)

2015-06-09 21:41:55 UTC MAIN commitmail json YAML

2015-06-09 21:41:23 UTC MAIN commitmail json YAML

Add xxMarvell E6060 6-port 10/100 Fast Ethernet Switch

(matt)

2015-06-09 20:50:58 UTC netbsd-7 commitmail json YAML

2015-06-09 20:49:28 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #827):
sbin/raidctl/raidctl.c: revision 1.59
use strtou

(snj)

2015-06-09 20:23:53 UTC MAIN commitmail json YAML

2015-06-09 18:15:47 UTC MAIN commitmail json YAML

2015-06-09 17:53:25 UTC MAIN commitmail json YAML

2015-06-09 16:29:01 UTC MAIN commitmail json YAML

2015-06-09 16:10:48 UTC MAIN commitmail json YAML

2015-06-09 15:58:38 UTC MAIN commitmail json YAML

2015-06-09 15:01:05 UTC MAIN commitmail json YAML

Fix mips_fixup_zero_relative to have a third argument (ignored).
When reading COP0 EBASE, verify that the fixed bits have the right value.

(matt)

2015-06-09 14:40:42 UTC MAIN commitmail json YAML

Fix corruption of EntryHi (restored from wrong register).

(matt)

2015-06-09 12:46:38 UTC MAIN commitmail json YAML

2015-06-09 12:10:08 UTC MAIN commitmail json YAML

Reenable preemption before returning an error when trying to set the
watchdog to an invalid period.

(martin)

2015-06-09 10:44:55 UTC MAIN commitmail json YAML

Use armreg_auxctl_{read,write} instead of inline asm.

No functional change.

(skrll)

2015-06-09 10:22:15 UTC MAIN commitmail json YAML

2015-06-09 09:18:37 UTC MAIN commitmail json YAML

Fix printf formats for db_expr_t on 32bit kernels

(martin)

2015-06-09 08:13:17 UTC MAIN commitmail json YAML

2015-06-09 08:09:24 UTC MAIN commitmail json YAML

2015-06-09 08:08:14 UTC MAIN commitmail json YAML

2015-06-09 00:39:53 UTC MAIN commitmail json YAML

Add tests for bridge members with an IP address

The tests include checks for PR#48104 which is not fixed yet.

Note that one test unexpectedly fails for some reason
(unrelated to PR#48104). We have to fix it somehow.

(ozaki-r)

2015-06-08 20:55:23 UTC netbsd-7 commitmail json YAML

2015-06-08 20:49:54 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #828):
lib/libperfuse/ops.c: revision 1.84
Fix dot-lookup when readdir does not provide inodes
Some filesystems do not provide inode numbers through readdir (FUSE
mounts without -o use_ino). We therefore have to lookup each directory
entry to get the missing numbers.
dot and double-dot are exceptions, as we already know the values.
Moreover, the lookup code does not expect to get requests for dot and
will abort perfused(8) when it gets some. In order to fix that, we just
check for dot and double-dot special case and use the known values
instead of sending a lookup.

(snj)

2015-06-08 20:48:01 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #827):
sbin/raidctl/raidctl.c: revision 1.58
Better sanity check numbers given to raidctl(8)
Replace atoi(3) by strtol(3), and check that numbers are valid,
positive, and in int32_t range. The previous lack of check could
silently lead to the same serial being set to all RAID volumes
for instance because given numbers were bigger than INT_MAX. The
consequence is in an awful mess when RAIDframe would mix volumes...

(snj)

2015-06-08 20:46:29 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by mlelstv in ticket #832):
sys/arch/amiga/amiga/autoconf.c: revision 1.117
use RAW_PART to trigger read of disklabel, other units might by busy due
to discovered wedges.

(snj)

2015-06-08 20:33:21 UTC netbsd-7 commitmail json YAML

src/external/bsd/openpam/dist/CREDITS@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/bsd/openpam/dist/HISTORY@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/bsd/openpam/dist/INSTALL@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/bsd/openpam/dist/LICENSE@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/bsd/openpam/dist/Makefile.am@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/bsd/openpam/dist/Makefile.in@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/bsd/openpam/dist/README@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/bsd/openpam/dist/RELNOTES@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/bsd/openpam/dist/TODO@1.1.1.2.6.1 / diff / nxr@1.1.1.2.6.1
src/external/bsd/openpam/dist/aclocal.m4@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/bsd/openpam/dist/autogen.sh@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/bsd/openpam/dist/bin/Makefile.in@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/bsd/openpam/dist/bin/openpam_dump_policy/Makefile.in@1.1.1.2.6.1 / diff / nxr@1.1.1.2.6.1
src/external/bsd/openpam/dist/bin/openpam_dump_policy/openpam_dump_policy.c@1.1.1.2.6.1 / diff / nxr@1.1.1.2.6.1
src/external/bsd/openpam/dist/bin/pamtest/Makefile.in@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/bsd/openpam/dist/bin/pamtest/pamtest.1@1.5.4.1 / diff / nxr@1.5.4.1
src/external/bsd/openpam/dist/bin/su/Makefile.in@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/bsd/openpam/dist/bin/su/su.1@1.5.4.1 / diff / nxr@1.5.4.1
src/external/bsd/openpam/dist/config.h.in@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
src/external/bsd/openpam/dist/configure@1.1.1.3.4.1 / diff / nxr@1.1.1.3.4.1
      :
(more 249 files)
Pull up following revision(s) (requested by christos in ticket #826):
external/bsd/openpam/dist/CREDITS: up to 1.1.1.4
external/bsd/openpam/dist/HISTORY: up to 1.1.1.4
external/bsd/openpam/dist/INSTALL: up to 1.1.1.4
external/bsd/openpam/dist/LICENSE: up to 1.1.1.4
external/bsd/openpam/dist/Makefile.am: up to 1.1.1.4
external/bsd/openpam/dist/Makefile.in: up to 1.1.1.4
external/bsd/openpam/dist/README: up to 1.1.1.4
external/bsd/openpam/dist/RELNOTES: up to 1.1.1.4
external/bsd/openpam/dist/TODO: up to 1.1.1.3
external/bsd/openpam/dist/aclocal.m4: up to 1.1.1.4
external/bsd/openpam/dist/autogen.sh: up to 1.1.1.4
external/bsd/openpam/dist/bin/Makefile.in: up to 1.1.1.4
external/bsd/openpam/dist/bin/openpam_dump_policy/Makefile.in: up to 1.1.1.3
external/bsd/openpam/dist/bin/openpam_dump_policy/openpam_dump_policy.c: up to 1.1.1.3
external/bsd/openpam/dist/bin/pamtest/Makefile.in: up to 1.1.1.4
external/bsd/openpam/dist/bin/pamtest/pamtest.1: up to 1.7
external/bsd/openpam/dist/bin/su/Makefile.in: up to 1.1.1.4
external/bsd/openpam/dist/bin/su/su.1: up to 1.7
external/bsd/openpam/dist/config.h.in: up to 1.1.1.4
external/bsd/openpam/dist/configure: up to 1.1.1.4
external/bsd/openpam/dist/configure.ac: up to 1.1.1.4
external/bsd/openpam/dist/doc/Makefile.in: up to 1.1.1.4
external/bsd/openpam/dist/doc/man/Makefile.in: up to 1.1.1.5
external/bsd/openpam/dist/doc/man/openpam.3: up to 1.9
external/bsd/openpam/dist/doc/man/openpam_borrow_cred.3: up to 1.6
external/bsd/openpam/dist/doc/man/openpam_free_data.3: up to 1.6
external/bsd/openpam/dist/doc/man/openpam_free_envlist.3: up to 1.7
external/bsd/openpam/dist/doc/man/openpam_get_feature.3: up to 1.5
external/bsd/openpam/dist/doc/man/openpam_get_option.3: up to 1.6
external/bsd/openpam/dist/doc/man/openpam_log.3: up to 1.6
external/bsd/openpam/dist/doc/man/openpam_nullconv.3: up to 1.6
external/bsd/openpam/dist/doc/man/openpam_readline.3: up to 1.6
external/bsd/openpam/dist/doc/man/openpam_readlinev.3: up to 1.5
external/bsd/openpam/dist/doc/man/openpam_readword.3: up to 1.5
external/bsd/openpam/dist/doc/man/openpam_restore_cred.3: up to 1.6
external/bsd/openpam/dist/doc/man/openpam_set_feature.3: up to 1.5
external/bsd/openpam/dist/doc/man/openpam_set_option.3: up to 1.6
external/bsd/openpam/dist/doc/man/openpam_straddch.3: up to 1.5
external/bsd/openpam/dist/doc/man/openpam_subst.3: up to 1.7
external/bsd/openpam/dist/doc/man/openpam_ttyconv.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam.3: up to 1.9
external/bsd/openpam/dist/doc/man/pam.conf.5: up to 1.8
external/bsd/openpam/dist/doc/man/pam_acct_mgmt.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_authenticate.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_chauthtok.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_close_session.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_conv.3: up to 1.7
external/bsd/openpam/dist/doc/man/pam_end.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_error.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_get_authtok.3: up to 1.7
external/bsd/openpam/dist/doc/man/pam_get_data.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_get_item.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_get_user.3: up to 1.7
external/bsd/openpam/dist/doc/man/pam_getenv.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_getenvlist.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_info.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_open_session.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_prompt.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_putenv.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_set_data.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_set_item.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_setcred.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_setenv.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_sm_acct_mgmt.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_sm_authenticate.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_sm_chauthtok.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_sm_close_session.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_sm_open_session.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_sm_setcred.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_start.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_strerror.3: up to 1.7
external/bsd/openpam/dist/doc/man/pam_verror.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_vinfo.3: up to 1.6
external/bsd/openpam/dist/doc/man/pam_vprompt.3: up to 1.6
external/bsd/openpam/dist/include/Makefile.in: up to 1.1.1.4
external/bsd/openpam/dist/include/security/Makefile.in: up to 1.1.1.4
external/bsd/openpam/dist/include/security/openpam_version.h: up to 1.5
external/bsd/openpam/dist/lib/Makefile.am: up to 1.1.1.5
external/bsd/openpam/dist/lib/Makefile.in: up to 1.1.1.5
external/bsd/openpam/dist/lib/libpam/Makefile.am: up to 1.1.1.1
external/bsd/openpam/dist/lib/libpam/Makefile.in: up to 1.1.1.1
external/bsd/openpam/dist/lib/libpam/openpam_asprintf.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_asprintf.h: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_borrow_cred.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_check_owner_perms.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_configure.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_constants.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_constants.h: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_cred.h: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_ctype.h: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_debug.h: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_dispatch.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_dlfunc.h: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_dynamic.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_features.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_features.h: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_findenv.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_free_data.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_free_envlist.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_get_feature.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_get_option.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_impl.h: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_load.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_log.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_nullconv.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_readline.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_readlinev.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_readword.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_restore_cred.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_set_feature.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_set_option.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_static.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_straddch.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_strlcat.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_strlcat.h: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_strlcmp.h: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_strlcpy.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_strlcpy.h: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_strlset.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_strlset.h: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_subst.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_ttyconv.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_vasprintf.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/openpam_vasprintf.h: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_acct_mgmt.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_authenticate.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_authenticate_secondary.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_chauthtok.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_close_session.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_end.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_error.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_get_authtok.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_get_data.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_get_item.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_get_mapped_authtok.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_get_mapped_username.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_get_user.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_getenv.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_getenvlist.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_info.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_open_session.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_prompt.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_putenv.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_set_data.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_set_item.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_set_mapped_authtok.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_set_mapped_username.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_setcred.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_setenv.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_sm_acct_mgmt.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_sm_authenticate.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_sm_authenticate_secondary.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_sm_chauthtok.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_sm_close_session.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_sm_get_mapped_authtok.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_sm_get_mapped_username.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_sm_open_session.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_sm_set_mapped_authtok.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_sm_set_mapped_username.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_sm_setcred.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_start.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_strerror.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_verror.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_vinfo.c: up to 1.2
external/bsd/openpam/dist/lib/libpam/pam_vprompt.c: up to 1.2
external/bsd/openpam/dist/lib/openpam_asprintf.c delete
external/bsd/openpam/dist/lib/openpam_asprintf.h delete
external/bsd/openpam/dist/lib/openpam_borrow_cred.c delete
external/bsd/openpam/dist/lib/openpam_check_owner_perms.c delete
external/bsd/openpam/dist/lib/openpam_configure.c delete
external/bsd/openpam/dist/lib/openpam_constants.c delete
external/bsd/openpam/dist/lib/openpam_constants.h delete
external/bsd/openpam/dist/lib/openpam_cred.h delete
external/bsd/openpam/dist/lib/openpam_ctype.h delete
external/bsd/openpam/dist/lib/openpam_debug.h delete
external/bsd/openpam/dist/lib/openpam_dispatch.c delete
external/bsd/openpam/dist/lib/openpam_dlfunc.h delete
external/bsd/openpam/dist/lib/openpam_dynamic.c delete
external/bsd/openpam/dist/lib/openpam_features.c delete
external/bsd/openpam/dist/lib/openpam_features.h delete
external/bsd/openpam/dist/lib/openpam_findenv.c delete
external/bsd/openpam/dist/lib/openpam_free_data.c delete
external/bsd/openpam/dist/lib/openpam_free_envlist.c delete
external/bsd/openpam/dist/lib/openpam_get_feature.c delete
external/bsd/openpam/dist/lib/openpam_get_option.c delete
external/bsd/openpam/dist/lib/openpam_impl.h delete
external/bsd/openpam/dist/lib/openpam_load.c delete
external/bsd/openpam/dist/lib/openpam_log.c delete
external/bsd/openpam/dist/lib/openpam_nullconv.c delete
external/bsd/openpam/dist/lib/openpam_readline.c delete
external/bsd/openpam/dist/lib/openpam_readlinev.c delete
external/bsd/openpam/dist/lib/openpam_readword.c delete
external/bsd/openpam/dist/lib/openpam_restore_cred.c delete
external/bsd/openpam/dist/lib/openpam_set_feature.c delete
external/bsd/openpam/dist/lib/openpam_set_option.c delete
external/bsd/openpam/dist/lib/openpam_static.c delete
external/bsd/openpam/dist/lib/openpam_straddch.c delete
external/bsd/openpam/dist/lib/openpam_strlcat.c delete
external/bsd/openpam/dist/lib/openpam_strlcat.h delete
external/bsd/openpam/dist/lib/openpam_strlcmp.h delete
external/bsd/openpam/dist/lib/openpam_strlcpy.c delete
external/bsd/openpam/dist/lib/openpam_strlcpy.h delete
external/bsd/openpam/dist/lib/openpam_subst.c delete
external/bsd/openpam/dist/lib/openpam_ttyconv.c delete
external/bsd/openpam/dist/lib/openpam_vasprintf.c delete
external/bsd/openpam/dist/lib/openpam_vasprintf.h delete
external/bsd/openpam/dist/lib/pam_acct_mgmt.c delete
external/bsd/openpam/dist/lib/pam_authenticate.c delete
external/bsd/openpam/dist/lib/pam_authenticate_secondary.c delete
external/bsd/openpam/dist/lib/pam_chauthtok.c delete
external/bsd/openpam/dist/lib/pam_close_session.c delete
external/bsd/openpam/dist/lib/pam_end.c delete
external/bsd/openpam/dist/lib/pam_error.c delete
external/bsd/openpam/dist/lib/pam_get_authtok.c delete
external/bsd/openpam/dist/lib/pam_get_data.c delete
external/bsd/openpam/dist/lib/pam_get_item.c delete
external/bsd/openpam/dist/lib/pam_get_mapped_authtok.c delete
external/bsd/openpam/dist/lib/pam_get_mapped_username.c delete
external/bsd/openpam/dist/lib/pam_get_user.c delete
external/bsd/openpam/dist/lib/pam_getenv.c delete
external/bsd/openpam/dist/lib/pam_getenvlist.c delete
external/bsd/openpam/dist/lib/pam_info.c delete
external/bsd/openpam/dist/lib/pam_open_session.c delete
external/bsd/openpam/dist/lib/pam_prompt.c delete
external/bsd/openpam/dist/lib/pam_putenv.c delete
external/bsd/openpam/dist/lib/pam_set_data.c delete
external/bsd/openpam/dist/lib/pam_set_item.c delete
external/bsd/openpam/dist/lib/pam_set_mapped_authtok.c delete
external/bsd/openpam/dist/lib/pam_set_mapped_username.c delete
external/bsd/openpam/dist/lib/pam_setcred.c delete
external/bsd/openpam/dist/lib/pam_setenv.c delete
external/bsd/openpam/dist/lib/pam_sm_acct_mgmt.c delete
external/bsd/openpam/dist/lib/pam_sm_authenticate.c delete
external/bsd/openpam/dist/lib/pam_sm_authenticate_secondary.c delete
external/bsd/openpam/dist/lib/pam_sm_chauthtok.c delete
external/bsd/openpam/dist/lib/pam_sm_close_session.c delete
external/bsd/openpam/dist/lib/pam_sm_get_mapped_authtok.c delete
external/bsd/openpam/dist/lib/pam_sm_get_mapped_username.c delete
external/bsd/openpam/dist/lib/pam_sm_open_session.c delete
external/bsd/openpam/dist/lib/pam_sm_set_mapped_authtok.c delete
external/bsd/openpam/dist/lib/pam_sm_set_mapped_username.c delete
external/bsd/openpam/dist/lib/pam_sm_setcred.c delete
external/bsd/openpam/dist/lib/pam_start.c delete
external/bsd/openpam/dist/lib/pam_strerror.c delete
external/bsd/openpam/dist/lib/pam_verror.c delete
external/bsd/openpam/dist/lib/pam_vinfo.c delete
external/bsd/openpam/dist/lib/pam_vprompt.c delete
external/bsd/openpam/dist/ltmain.sh: up to 1.1.1.3
external/bsd/openpam/dist/m4/libtool.m4 delete
external/bsd/openpam/dist/m4/ltoptions.m4 delete
external/bsd/openpam/dist/m4/ltsugar.m4 delete
external/bsd/openpam/dist/m4/ltversion.m4 delete
external/bsd/openpam/dist/m4/lt~obsolete.m4 delete
external/bsd/openpam/dist/mkpkgng.in: up to 1.1.1.2
external/bsd/openpam/dist/modules/Makefile.in: up to 1.1.1.4
external/bsd/openpam/dist/modules/pam_deny/Makefile.in: up to 1.1.1.4
external/bsd/openpam/dist/modules/pam_permit/Makefile.in: up to 1.1.1.4
external/bsd/openpam/dist/modules/pam_unix/Makefile.in: up to 1.1.1.4
external/bsd/openpam/dist/pamgdb.in: up to 1.1.1.3
external/bsd/openpam/dist/t/Makefile.am: up to 1.1.1.3
external/bsd/openpam/dist/t/Makefile.in: up to 1.1.1.3
external/bsd/openpam/dist/t/t.h: up to 1.1.1.3
external/bsd/openpam/dist/t/t_file.c: up to 1.1.1.2
external/bsd/openpam/dist/t/t_main.c: up to 1.1.1.3
external/bsd/openpam/dist/t/t_openpam_ctype.c: up to 1.1.1.1
external/bsd/openpam/dist/t/t_openpam_readlinev.c: up to 1.2
external/bsd/openpam/dist/t/t_openpam_readword.c: up to 1.2
external/bsd/openpam/openpam2netbsd: up to 1.3
lib/libpam/libpam/Makefile: revision 1.17
OpenPAM Ourouparia                                              2014-09-12

- ENHANCE: When executing a chain, require at least one service
  function to succeed.  This mitigates fail-open scenarios caused by
  misconfigurations or missing modules.

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

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

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

- BUGFIX: The is_upper() predicate only accepted the letter A as an
  upper-case character instead of the entire A-Z range.  As a result,
  service and module names containing upper-case letters other than A
  would be rejected.
--
pam library has moved and new files

(snj)

2015-06-08 18:22:23 UTC MAIN commitmail json YAML

sync _MTC0_V0_USERLOCAL with cpuregs.h
now CI20 boots again

(macallan)

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

#include <mips/cpuregs.h>

(matt)

2015-06-08 15:04:21 UTC MAIN commitmail json YAML

back to the defines (fixing a typo -- extra 'g')

(christos)

2015-06-08 15:02:33 UTC MAIN commitmail json YAML

Another version using inline functions (just as a demo, I'll go back to
defines since they are shorter and inlines don't fix the problem).

(christos)

2015-06-08 14:42:38 UTC MAIN commitmail json YAML

2015-06-08 14:24:20 UTC MAIN commitmail json YAML

Fix octeon_reset_vector to work in non-MP kernels.

(matt)

2015-06-08 12:38:57 UTC MAIN commitmail json YAML

mvgetnstr should have a length argument as the name implies.

(joerg)

2015-06-08 12:18:04 UTC MAIN commitmail json YAML

create /dev/{audio,sound,mixer,audioctl} -> foo0 symlinks

from Robert Millan <rmh@freebsd.org> via rumpkernel-users

(pooka)

2015-06-08 12:16:47 UTC MAIN commitmail json YAML

Allow device components to create symlinks in /dev
e.g. /dev/audio -> audio0

from Robert Millan <rmh@freebsd.org> via rumpkernel-users

(pooka)

2015-06-08 08:21:49 UTC MAIN commitmail json YAML

Guard against the possibility the there is no ready address.

(roy)

2015-06-08 08:19:20 UTC MAIN commitmail json YAML

errno -> error, spotted by the hawk skrll

(roy)

2015-06-08 08:02:44 UTC MAIN commitmail json YAML

It's possible we could not have any ready addresses.

(roy)

2015-06-08 07:59:54 UTC MAIN commitmail json YAML

Don't set errno. Thanks to skrll@

(roy)

2015-06-08 06:33:35 UTC MAIN commitmail json YAML

midirecord first appears in netbsd 7.

(mrg)

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

2015-06-08 03:45:19 UTC MAIN commitmail json YAML

Call wm_pll_workaround_i210() at the end of the wm_reset() function, too.

(msaitoh)

2015-06-08 01:00:43 UTC MAIN commitmail json YAML

- npfctl: fix the confusion in the parser (0/0 case with no other filter).
- Always populate the error dictionary, not only for DEBUG/DIAGNOSTIC.

(rmind)

2015-06-07 21:05:33 UTC MAIN commitmail json YAML

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

Fix space calculation for dump header. Round up to clicks to avoid
disk alignment issues.

(mlelstv)

2015-06-07 15:06:24 UTC MAIN commitmail json YAML

Back out last change; fixed in the correct place.

(matt)

2015-06-07 15:05:34 UTC MAIN commitmail json YAML

Use ${COPT} so it properly emits the right features doing MKCOMPAT

(matt)

2015-06-07 15:04:28 UTC MAIN commitmail json YAML

Make LIBCRT* depend on the right files if MLIBDIR from MKCOMPAT is defined.

(matt)

2015-06-07 13:39:49 UTC MAIN commitmail json YAML

Fix copy and paste errors from last commits.
- Kernel i386/ALL and amd64/ALL compile again.
- Resolves CID 1304138 (DEADCODE) and 1304139 (IDENTICAL_BRANCHES).

(hannken)

2015-06-07 12:01:41 UTC MAIN commitmail json YAML

Dont use magic number.

No functional change.

(skrll)

2015-06-07 11:46:56 UTC MAIN commitmail json YAML

2015-06-07 11:41:59 UTC MAIN commitmail json YAML

Add ARM EABI aliases for aligned arguments.

(joerg)

2015-06-07 08:04:52 UTC nick-nhusb commitmail json YAML

Update comment.

From t-hash.

(skrll)

2015-06-07 08:04:36 UTC nick-nhusb commitmail json YAML

2015-06-07 08:03:10 UTC MAIN commitmail json YAML

2015-06-07 07:55:30 UTC nick-nhusb commitmail json YAML

More definitions from USB 3.1.

Mostly from t-hash, but slightly updated by me

(skrll)

2015-06-07 07:19:21 UTC MAIN commitmail json YAML

#include <mips/cpuregs.h>

(matt)

2015-06-07 07:14:47 UTC MAIN commitmail json YAML

Multiple inclusion protection

(matt)

2015-06-07 06:08:37 UTC MAIN commitmail json YAML

This uses CPU_INFO_FOREACH so it really should include <sys/cpu.h>

(matt)

2015-06-07 06:07:49 UTC MAIN commitmail json YAML

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

Update to reflect changes made in rev 1.398 of src/etc/Makefile

(pgoyette)

2015-06-07 05:30:18 UTC MAIN commitmail json YAML

Update location of live-images to reflect changes made in rev 1.398 of
src/etc/Makefile

(pgoyette)

2015-06-06 22:23:31 UTC MAIN commitmail json YAML

Add an assert to verify interrupts are enabled.

(matt)

2015-06-06 22:22:03 UTC MAIN commitmail json YAML

Add a few KDASSERT for interrupts being enabled.

(matt)

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

2015-06-06 22:06:05 UTC MAIN commitmail json YAML

Add support for 'q' qualifier for 64-bit values on examine and write.
Align data to long so that the MD parts can use aligned load/stores.
Don't use db_extend but use db_expr_t based expressions.

(matt)

2015-06-06 21:48:45 UTC MAIN commitmail json YAML

Add mipsX_nonmaskable_intr if DDB is defined.
Add missing */ at end of comment.
Use trap instructon on mipsNN in paranoia sections instead of endless loop.

(matt)

2015-06-06 21:46:17 UTC MAIN commitmail json YAML

Convert a KASSERT to KASSERTMSG

(matt)

2015-06-06 21:45:40 UTC MAIN commitmail json YAML

On mipsNN use trap instructions when inconsistent status register settings
are found.

(matt)

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

2015-06-06 21:38:47 UTC MAIN commitmail json YAML

Reuse the ci_next to hold the nmi exception stack.

(matt)

2015-06-06 21:05:16 UTC MAIN commitmail json YAML

Add octeon_reset_vector which handles soft resets and nmi that comes through
the boot vector @ 0xbfc00000.

(matt)

2015-06-06 21:03:45 UTC MAIN commitmail json YAML

Add more KASSERTs
After each CPU is marked running, wait a small of time or until it shows
up in kcpuset_running.

(matt)

2015-06-06 20:55:46 UTC MAIN commitmail json YAML

On mipsNN use the trap instruction to panic or pop into ddb instead of
looping forever in the PARANOIA chunks.

(matt)

2015-06-06 20:53:38 UTC MAIN commitmail json YAML

Add support for NMI exception (which don't use the cause register).

(matt)

2015-06-06 20:52:16 UTC MAIN commitmail json YAML

2015-06-06 20:15:35 UTC MAIN commitmail json YAML

2015-06-06 17:46:47 UTC MAIN commitmail json YAML

use PRIxCPUSET
now this builds again on o32

(macallan)

2015-06-06 17:45:49 UTC MAIN commitmail json YAML

introduce PRIxCPUSET to deal with 32bit __cpuset_t on o32

(macallan)

2015-06-06 17:36:50 UTC MAIN commitmail json YAML

Fix the output of the option ROM version.

(msaitoh)

2015-06-06 16:38:07 UTC nick-nhusb commitmail json YAML

Fix num of Max Interrupters to 11 bits width.

From t-hash.

(skrll)

2015-06-06 15:45:47 UTC MAIN commitmail json YAML

Linking against libutil is not appropiate for tools.

(joerg)

2015-06-06 15:27:38 UTC nick-nhusb commitmail json YAML

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

Read Binary Object Store descriptor and store to ud_bdesc.

From t-hash

(skrll)

2015-06-06 15:24:18 UTC nick-nhusb commitmail json YAML

Simplify treatment of WRC condition and add comments.

From t-hash.

(skrll)

2015-06-06 15:22:58 UTC MAIN commitmail json YAML

Use an explicit body for a "until not EINTR" loop.

(joerg)

2015-06-06 15:21:57 UTC nick-nhusb commitmail json YAML

Use USB_IS_SS macro and update a comment.

From t-hash.

(skrll)

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

2015-06-06 14:40:31 UTC nick-nhusb commitmail json YAML

2015-06-06 14:40:29 UTC MAIN commitmail json YAML

The opposite of new[] is delete[], not delete.

(joerg)

2015-06-06 14:00:52 UTC MAIN commitmail json YAML

2015-06-06 14:00:32 UTC MAIN commitmail json YAML

2015-06-06 13:48:37 UTC MAIN commitmail json YAML

Format-string related warnings work fine now with both GCC 4.8 and
Clang.

(joerg)

2015-06-06 13:14:06 UTC MAIN commitmail json YAML

Don't pass uninitialized variables by value.

(joerg)

2015-06-06 13:08:31 UTC MAIN commitmail json YAML

Drop assignment from uninitialized and otherwise unused variable.

(joerg)

2015-06-06 07:44:22 UTC MAIN commitmail json YAML

2015-06-06 04:43:42 UTC MAIN commitmail json YAML

Add a KDASSERT to make sure interrupts are still enabled.

(matt)

2015-06-06 04:40:19 UTC MAIN commitmail json YAML

If mipsNN and kernel has DDB, trap on bogus IPL values passed to splraise.

(matt)

2015-06-06 04:39:12 UTC MAIN commitmail json YAML

- Add workaround for I210 Errata 25 and I211 Errata 10.
  - Add wm_gmii_gs40g_{read|write}reg() and use it to access non-standatrd
    page.
  - Add wm_pll_workaround_i210() and call it when
      chip is i211
      chip is i210 and it use INVM
      chip is i210 and NVM image version < 3.25
- Add comment
- Rename macros.

(msaitoh)

2015-06-06 04:38:52 UTC MAIN commitmail json YAML

Add octeon mach commands nmi and reset.  Teach DDB about Cavium BBIT branch
instructions.

(matt)

2015-06-06 04:36:15 UTC MAIN commitmail json YAML

2015-06-06 04:35:14 UTC MAIN commitmail json YAML

2015-06-06 04:34:57 UTC MAIN commitmail json YAML

2015-06-06 04:34:23 UTC MAIN commitmail json YAML

Add a wdog for octeon

(matt)

2015-06-06 04:33:45 UTC MAIN commitmail json YAML

Fix CUI_MBOX_{SET,CLR}1 values

(matt)

2015-06-06 04:32:47 UTC MAIN commitmail json YAML

Fix disassembly of trap-immediate instructions

(matt)

2015-06-06 04:31:52 UTC MAIN commitmail json YAML

Add a IPI for watchdogs.

(matt)

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

Add missing but now defined trap types.  (use define<tab> consistently)

(matt)

2015-06-06 03:38:40 UTC MAIN commitmail json YAML

2015-06-06 03:37:02 UTC MAIN commitmail json YAML

Revert previos. Sorry, I committed in another working directory...

(msaitoh)

2015-06-06 03:33:37 UTC MAIN commitmail json YAML

2015-06-05 20:41:46 UTC MAIN commitmail json YAML