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

2024-05-10 06:37:26 UTC Now

2013-11-18 03:52:45 UTC MAIN commitmail json YAML

Bring arch/i386/stand bootinfo structure in line with the kernel's
fixed-layout understanding of it.

(jakllsch)

2013-11-18 02:38:15 UTC netbsd-6 commitmail json YAML

Fix commpile error. This diff was in ticket #983.

(msaitoh)

2013-11-18 01:39:34 UTC MAIN commitmail json YAML

Make tmpfs_node_t::tn_gen a 32-bit number, keep it in sync with tmpfs_fid_t.
Also, change tn_status to unsigned while here.

(rmind)

2013-11-18 01:36:50 UTC MAIN commitmail json YAML

2013-11-18 01:36:35 UTC MAIN commitmail json YAML

2013-11-18 01:35:22 UTC MAIN commitmail json YAML

implement the *at() syscalls.
bring the unimplemented syscall list up to date.

(chs)

2013-11-18 01:32:53 UTC MAIN commitmail json YAML

2013-11-18 01:32:32 UTC MAIN commitmail json YAML

initialize %ds to something valid to help ptrace().

(chs)

2013-11-18 01:32:22 UTC MAIN commitmail json YAML

2013-11-18 01:31:42 UTC MAIN commitmail json YAML

expose various do_*at() functions for compat_linux.

(chs)

2013-11-17 23:20:18 UTC MAIN commitmail json YAML

Add support for BCM5825, and BCM5860, 5861, 5862 from OpenBSD rev 1.143:
  Add support for the BCM5825 and the next-generation BCM5860, 5861,
  5862 Broadcom CryptoNetX IPSec/SSL Security Processors.  The 5825 is a
  faster version of the already supported 5823, and the even faster 586x
  series is a bit different and needed some more changes.

AES support hasn't been pulled in yet.

(bad)

2013-11-17 22:52:14 UTC MAIN commitmail json YAML

Create the sysctl variables on module initialization.
Create them under hw.ubsec as is hip these days.

(bad)

2013-11-17 19:23:19 UTC netbsd-6-0 commitmail json YAML

2013-11-17 19:23:06 UTC netbsd-6 commitmail json YAML

2013-11-17 19:23:04 UTC netbsd-6-1 commitmail json YAML

2013-11-17 19:22:06 UTC MAIN commitmail json YAML

Remove an unused variable

(martin)

2013-11-17 19:21:21 UTC netbsd-6-0 commitmail json YAML

Apply patch, requested by rmind in ticket 986:
usr.sbin/npf/npfctl/npf_ncgen.c patch
sys/net/npf/npf_instr.c patch
fix the byteorder for port range comparison

(bouyer)

2013-11-17 19:21:14 UTC netbsd-6-1 commitmail json YAML

Apply patch, requested by rmind in ticket 986:
usr.sbin/npf/npfctl/npf_ncgen.c patch
sys/net/npf/npf_instr.c patch
fix the byteorder for port range comparison

(bouyer)

2013-11-17 19:21:07 UTC netbsd-6 commitmail json YAML

Apply patch, requested by rmind in ticket 986:
usr.sbin/npf/npfctl/npf_ncgen.c patch
sys/net/npf/npf_instr.c patch
fix the byteorder for port range comparison

(bouyer)

2013-11-17 19:17:04 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #985):
sys/net/npf/npf_impl.h: revision 1.35
sys/net/npf/npf_nat.c: revision 1.21
sys/net/npf/npf_session.c: revision 1.26
npf_session_setnat: fix the race condition when the old connection is still
being expired while a new/duplicate is being created.

(bouyer)

2013-11-17 19:16:58 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #985):
sys/net/npf/npf_impl.h: revision 1.35
sys/net/npf/npf_nat.c: revision 1.21
sys/net/npf/npf_session.c: revision 1.26
npf_session_setnat: fix the race condition when the old connection is still
being expired while a new/duplicate is being created.

(bouyer)

2013-11-17 18:58:28 UTC MAIN commitmail json YAML

2013-11-17 18:25:45 UTC netbsd-6 commitmail json YAML

2013-11-17 18:24:05 UTC netbsd-6 commitmail json YAML

Apply patch, requested by msaitoh in ticket #983:
sys/dev/mii/brgphy.c 1.68 via patch
sys/dev/pci/if_bge.c 1.260-1.262 via patch
sys/dev/pci/if_bgereg.h 1.85-1.86 via patch
sys/dev/pci/if_bgevar.h 1.17 via patch

Set maximum read byte count to 2048 for PCI-X BCM5703/5704 devices.
For PCI-X BCM5704, set maximum outstanding split transactions to 0.
Same as Linux tg3 and FreeBSD (part of FreeBSD r204978).
Add 40bit DMA bug workaround(BGEF_40BIT_BUG) from FreeBSD
(part of r199670). This workaround is for 5714/5715 controllers and
is not actually a MAC controller bug but an issue with the embedded
PCIe to PCI-X bridge in the device.  This change
uses bus_dmatag_subregion(), so this workaround won't work on some
archs which doesn't support bus_dmatag_subregion().

(bouyer)

2013-11-17 18:19:45 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by pettai in ticket #982):
distrib/sets/lists/base/mi: revision 1.1049
distrib/sets/lists/man/mi: revision 1.1449
usr.bin/gzip/Makefile: revision 1.17
usr.bin/gzip/Makefile: revision 1.18
usr.bin/gzip/zmore: revision 1.4
usr.bin/gzip/zmore.1: revision 1.4
Added zless(1) - comes in the lastest version of zmore(1) from OpenBSD
(OKed by tron@)
Add zfgrep that fell off from last update

(bouyer)

2013-11-17 18:14:47 UTC netbsd-6 commitmail json YAML

Apply patch, requested by gson in ticket #981:
sys/dev/ic/esiop.c 1.57 via patch
Turn the "siop_intr: I shouldn't be there !" panic message in the
esiop driver into a printf followed by a return from the interrupt
handler.  The condition is triggered on some KVM virtual hosts,
apparently harmlessly, and not panicing makes it possible to boot a
NetBSD GENERIC kernel on those hosts. Fixes PR kern/48277.

(bouyer)

2013-11-17 18:13:40 UTC netbsd-5 commitmail json YAML

2013-11-17 18:08:08 UTC MAIN commitmail json YAML

Remove unused variable

(martin)

2013-11-17 17:59:55 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by pettai in ticket #1889):
distrib/sets/lists/base/mi: revision 1.1049
distrib/sets/lists/man/mi: revision 1.1449
usr.bin/gzip/Makefile: revision 1.17
usr.bin/gzip/Makefile: revision 1.18
usr.bin/gzip/zmore: revision 1.4
usr.bin/gzip/zmore.1: revision 1.4
Added zless(1) - comes in the lastest version of zmore(1) from OpenBSD
(OKed by tron@)
Add zfgrep that fell off from last update

(bouyer)

2013-11-17 17:16:25 UTC MAIN commitmail json YAML

2013-11-17 17:01:44 UTC MAIN commitmail json YAML

Fix locking botch. Callers of ubsec_rng_locked() lock and release sc_mtx already.

(bad)

2013-11-17 16:54:02 UTC MAIN commitmail json YAML

Use callout_setfunc()/callout_schedule() instead of callout_reset(), it is cheaper.

(bad)

2013-11-17 16:11:35 UTC MAIN commitmail json YAML

2013-11-17 14:34:12 UTC MAIN commitmail json YAML

2013-11-17 12:01:58 UTC MAIN commitmail json YAML

2013-11-17 11:16:09 UTC MAIN commitmail json YAML

Simplify previous by using CSU_MACHINE_ARCH. Hint from Takeshi Nakayama.

(martin)

2013-11-17 08:32:55 UTC MAIN commitmail json YAML

2013-11-17 08:21:01 UTC MAIN commitmail json YAML

Use -Os to save space. Required by gcc 4.8.

(skrll)

2013-11-17 04:45:35 UTC MAIN commitmail json YAML

fix a botch in comment.

(nisimura)

2013-11-16 23:54:01 UTC MAIN commitmail json YAML

- convert CPU_INFO_ITERATOR in the !MP case to be __unused, and convert
  all the iterators to use it
- print the right variables in nmi_hard_msiiep() (thanks set-but-unused)
- move variable inside usage #ifdef
- use (void) instead of a "volatile int" junk variable
- remove unused variables

(mrg)

2013-11-16 17:58:28 UTC MAIN commitmail json YAML

tmpfs_dir_getdents: avoid leaking kernel memory to the userspace.
From Pedro Martelletto.

XXX: regress/sys/fs/getdents should be a part of the test suite

(rmind)

2013-11-16 17:18:42 UTC MAIN commitmail json YAML

Support PCREL32 (for EH sections)

(skrll)

2013-11-16 17:15:30 UTC MAIN commitmail json YAML

This is now equivalent to ufs_quota.c -r1.115.

(it isn't quite the same textually in a few places but this doesn't
really matter)

(dholland)

2013-11-16 17:14:06 UTC MAIN commitmail json YAML

Remove hack now it's fixed in 4.8.2

(skrll)

2013-11-16 17:12:35 UTC MAIN commitmail json YAML

Add bsd.own.mk for MKSLJIT, reorder some vars.

(rmind)

2013-11-16 17:04:53 UTC MAIN commitmail json YAML

tidy the QUOTA2 blocks a bit more

(dholland)

2013-11-16 16:59:04 UTC MAIN commitmail json YAML

2013-11-16 16:19:09 UTC MAIN commitmail json YAML

Update mainstream version of sljit.

(alnsn)

2013-11-16 15:58:30 UTC MAIN commitmail json YAML

Link to -lrumpnet_bpfjit and -lrumpkern_sljit iff MKSLJIT != "no".

(alnsn)

2013-11-16 14:00:57 UTC MAIN commitmail json YAML

Move rumpnet_bpfjit under MKSLJIT as well.

(rmind)

2013-11-16 13:01:38 UTC MAIN commitmail json YAML

2013-11-16 12:49:29 UTC MAIN commitmail json YAML

move variable use and initialisation inside the #ifdef / block that uses it.

(mrg)

2013-11-16 12:00:21 UTC MAIN commitmail json YAML

make sure that .text.startup and .text.unlikely end up in the
text section.  GCC 4.8 ofppc kernels now boot, though they are
unable to load the symbol table correctly.

also tested with GCC 4.5 and ofppc (pegasosII.)

(mrg)

2013-11-16 10:50:43 UTC MAIN commitmail json YAML

We do not want to build the code model markes when creating the 32bit
compat libs for sparc64

(martin)

2013-11-16 10:34:47 UTC MAIN commitmail json YAML

sljit is only available on very few architectures, so do not try to build
it on all.

(martin)

2013-11-16 01:41:43 UTC MAIN commitmail json YAML

2013-11-16 01:39:18 UTC MAIN commitmail json YAML

2013-11-16 01:23:37 UTC MAIN commitmail json YAML

2013-11-16 01:18:58 UTC MAIN commitmail json YAML

NPF: convert to bpf_jit_generate()/bpf_jit_freecode().

(rmind)

2013-11-16 01:13:52 UTC MAIN commitmail json YAML

bpf_deliver: convert to bpf_filter_ext().

(rmind)

2013-11-15 20:00:20 UTC MAIN commitmail json YAML

Add stack alignement checking for sparc64

(martin)

2013-11-15 17:48:55 UTC MAIN commitmail json YAML

remove trigger happy assertion. in m_adj negative lengths are valid.

(christos)

2013-11-15 14:52:11 UTC MAIN commitmail json YAML

fix unused variable warning

(nisimura)

2013-11-15 14:39:53 UTC MAIN commitmail json YAML

add one more __unused attribute to shut gcc4.8 off.

(nisimura)

2013-11-15 13:56:21 UTC MAIN commitmail json YAML

Fix the bpfjit build.

(rmind)

2013-11-15 11:48:30 UTC MAIN commitmail json YAML

Check stack alignment on hppa.

(skrll)

2013-11-15 09:13:57 UTC MAIN commitmail json YAML

Describe the differences between file system internal and external snapshots.

(hannken)

2013-11-15 08:47:55 UTC MAIN commitmail json YAML

Modify some macros and add some new macros for CPU family and model
to reduce code duplication and to avoid bug.

CPUID_TO_STEPPING(cpuid) (not changed)

CPUID_TO_FAMILY(cpuid) (new)
CPUID_TO_MODEL(cpuid) (new)

Return the display family and the display model.
The macro names are the same as FreeBSD.

CPUID_TO_BASEFAMILY(cpuid) (The old name was CPUID2FAMILY)
CPUID_TO_BASEMODEL(cpuid) (The old name was CPUID2MODEL)

Only for the base field.

CPUID_TO_EXTFAMILY(cpuid) (The old name was CPUID2EXTFAMILY)
CPUID_TO_EXTMODEL(cpuid) (The old name was CPUID2EXTMODEL)

Only for the extended field.

See http://mail-index.netbsd.org/port-amd64/2013/11/12/msg001978.html

(msaitoh)

2013-11-15 08:42:18 UTC MAIN commitmail json YAML

update gcc 4.8 support for 4.8.1 -> 4.8.2.

(mrg)

2013-11-15 06:32:17 UTC MAIN commitmail json YAML

2013-11-15 00:12:45 UTC MAIN commitmail json YAML

- Add bpf_args_t and convert bpf_filter_ext() to use it.  This allows the
  caller to initialise (and re-use) the memory store.
- Add bpf_jit_generate() and bpf_jit_freecode() wrappers.

(rmind)

2013-11-14 18:54:40 UTC MAIN commitmail json YAML

- add KASSERTS on functions that don't accept M_COPYALL
- compute length for m_copyback0, m_makewritable used from ipf, is using
  M_COPYALL.

(christos)

2013-11-14 17:34:02 UTC matt-nb5-mips64 commitmail json YAML

2013-11-14 16:53:51 UTC MAIN commitmail json YAML

oops, remove accidently commited debug code

(martin)

2013-11-14 16:33:20 UTC MAIN commitmail json YAML

If the Weltrend Semiconductor device found in SANWA SUPPLY TAP-TST10 electricity meter as a usbhid device, it doesn't work at all, connect as ugen instead.  Verified working with taptst10ctl.

(nonaka)

2013-11-14 16:26:18 UTC MAIN commitmail json YAML

2013-11-14 16:25:46 UTC MAIN commitmail json YAML

Added Weltrend Semiconductor vendor and device.

(nonaka)

2013-11-14 15:25:22 UTC MAIN commitmail json YAML

Make it compile on archs with implicit NBIT

(martin)

2013-11-14 13:54:08 UTC MAIN commitmail json YAML

Removed unused variable

(skrll)

2013-11-14 13:11:50 UTC MAIN commitmail json YAML

Use __diagused

(skrll)

2013-11-14 13:02:57 UTC MAIN commitmail json YAML

2013-11-14 13:01:26 UTC MAIN commitmail json YAML

2013-11-14 12:44:25 UTC MAIN commitmail json YAML

2013-11-14 12:41:46 UTC MAIN commitmail json YAML

Simplify variable assignment and avoid gcc warnings.

(skrll)

2013-11-14 12:41:14 UTC MAIN commitmail json YAML

Remove unused variable.

(skrll)

2013-11-14 12:40:51 UTC MAIN commitmail json YAML

2013-11-14 12:21:05 UTC MAIN commitmail json YAML

On sparc64 when compiling 64bit binaries:
- if proper "marker" objects exist, encode the code model in use in the
  binary
- default to -mcmodel=medmid (instead of medlow)

(martin)

2013-11-14 12:19:35 UTC MAIN commitmail json YAML

On sparc64: create additional "marker" object files, that can be used by the
compiler to encode the used code model in binaries.

(martin)

2013-11-14 12:11:13 UTC MAIN commitmail json YAML

Allow TOPDOWN-VM only for binaries compiled with appropriate code model.
No change yet, as __HAVE_TOPDOWN is not yet defined.

(martin)

2013-11-14 12:07:12 UTC MAIN commitmail json YAML

2013-11-14 09:21:30 UTC MAIN commitmail json YAML

Deal with M_COPYALL becoming -ve properly in m_copym0.

I can now mount via nfs again.

(skrll)

2013-11-14 09:11:39 UTC MAIN commitmail json YAML

2013-11-14 08:26:54 UTC MAIN commitmail json YAML

2013-11-14 07:45:05 UTC MAIN commitmail json YAML

Stop hissing.

(wiz)

2013-11-14 05:04:24 UTC MAIN commitmail json YAML

CID 240779: Wrong sizeof used in allocation

(christos)

2013-11-14 04:27:50 UTC MAIN commitmail json YAML

M_COPYALL has a different value now and it is used in modules. Pointed out
by phone@

(christos)

2013-11-14 04:24:33 UTC MAIN commitmail json YAML

CID 1102787: Only copy the interface name if it is NUL terminated, avoiding
a buffer overrun by one in the equals case.

(christos)

2013-11-14 04:00:48 UTC MAIN commitmail json YAML

2013-11-14 02:27:29 UTC MAIN commitmail json YAML

2013-11-14 02:26:35 UTC MAIN commitmail json YAML

2013-11-14 01:39:26 UTC MAIN commitmail json YAML

2013-11-14 01:36:00 UTC MAIN commitmail json YAML

2013-11-14 01:36:00 UTC matt-nb5-mips64 commitmail json YAML

Deal with new interrupt structure.

(matt)

2013-11-14 01:28:17 UTC MAIN commitmail json YAML

CID 1102809: Fix uninitialized variable

(christos)

2013-11-14 01:18:02 UTC MAIN commitmail json YAML

2013-11-14 01:14:39 UTC MAIN commitmail json YAML

CID 1102811: Unitialized variable. Don't pass random sun_len for the BSD's,
zero the whole structure as recommended for portability.

(christos)

2013-11-14 01:12:14 UTC MAIN commitmail json YAML

2013-11-14 01:00:22 UTC MAIN commitmail json YAML

CID 1102812: Fix uninitialized

(christos)

2013-11-14 00:50:36 UTC MAIN commitmail json YAML

change M_COPYALL to be -1 instead of depending on it too be "too large",
so that we check explicitly against it in all places. ok gimpy

(christos)

2013-11-14 00:27:05 UTC MAIN commitmail json YAML

Don't SEGV when Hash_Table is uninitialized

(sjg)

2013-11-14 00:13:41 UTC MAIN commitmail json YAML

Remove annoying comma and sort SEE ALSO.

(wiz)

2013-11-14 00:11:12 UTC MAIN commitmail json YAML

CID 1107540: Make the code safe avoiding random stack access. In the first
loop where there is a singleton point to pptSrc, only access that singleton,
no matter what.

(christos)

2013-11-14 00:01:28 UTC MAIN commitmail json YAML

Don't SEGV when passed NULL for list.

(sjg)

2013-11-13 23:58:51 UTC MAIN commitmail json YAML

PR/48379: mention kqueue functionality

(christos)

2013-11-13 22:39:58 UTC matt-nb5-mips64 commitmail json YAML

2013-11-13 22:11:53 UTC MAIN commitmail json YAML

Add missing comma.

(wiz)

2013-11-13 22:09:55 UTC MAIN commitmail json YAML

2013-11-13 21:48:25 UTC MAIN commitmail json YAML

2013-11-13 21:46:22 UTC MAIN commitmail json YAML

CID 1107545, 1107546: fix memory leak

(christos)

2013-11-13 21:44:29 UTC MAIN commitmail json YAML

CID 1107546: Fix memory leak

(christos)

2013-11-13 21:41:23 UTC MAIN commitmail json YAML

CID 1107543, 230676, 1107543, 976795, 230676, 976795, 1125885, etc.

(christos)

2013-11-13 21:36:57 UTC MAIN commitmail json YAML

CID 1125827: Avoid buffer overrun (read past end of struct)

(christos)

2013-11-13 21:25:40 UTC MAIN commitmail json YAML

CID 1125874: Fix memory leak

(christos)

2013-11-13 21:22:46 UTC MAIN commitmail json YAML

CID 1125875: Fix memory leak

(christos)

2013-11-13 21:20:21 UTC MAIN commitmail json YAML

CID 1125876: File descriptor leak

(christos)

2013-11-13 21:19:17 UTC MAIN commitmail json YAML

CID 1125882: Don't use unitialized variable; move code inside conditional
where it was intended.

(christos)

2013-11-13 20:55:08 UTC MAIN commitmail json YAML

2013-11-13 18:46:33 UTC MAIN commitmail json YAML

Skip files of size 0 from indexing.

From Abhinav Upadhyay <er.abhinav.upadhyay@gmail.com>.

(wiz)

2013-11-13 17:47:27 UTC MAIN commitmail json YAML

Support disklabel partitions on all platforms.

also addresses buildrump.sh issue #41 (github)

(pooka)

2013-11-13 16:43:38 UTC MAIN commitmail json YAML

make -m available on all platforms

(pooka)

2013-11-13 16:42:30 UTC MAIN commitmail json YAML

2013-11-13 16:42:00 UTC MAIN commitmail json YAML

2013-11-13 16:24:59 UTC MAIN commitmail json YAML

2013-11-13 16:24:33 UTC MAIN commitmail json YAML

2013-11-13 12:58:11 UTC MAIN commitmail json YAML

2013-11-13 11:12:24 UTC MAIN commitmail json YAML

Add zfgrep that fell off from last update

(pettai)

2013-11-13 11:06:53 UTC MAIN commitmail json YAML

Apply hack for gcc 4.8 bug on rtld.c.

(skrll)

2013-11-13 09:49:08 UTC MAIN commitmail json YAML

2013-11-13 01:03:08 UTC MAIN commitmail json YAML

Add missing __HAVE_LONG_DOUBLE protection.

(joerg)

2013-11-12 23:39:59 UTC MAIN commitmail json YAML

Add debug file for hals_end.

(htodd)

2013-11-12 23:09:32 UTC MAIN commitmail json YAML

"Deal with pPict->pDrawable == NULL for source-only pictures.
Falling back to software rendering for such source pictures (solid/gradient)."
from Matthieu Herrb via x.org

(macallan)

2013-11-12 22:19:57 UTC MAIN commitmail json YAML

mention new command zless

(pettai)

2013-11-12 21:58:37 UTC MAIN commitmail json YAML

2013-11-12 19:06:06 UTC MAIN commitmail json YAML

add GCC 4.8 mips64 subdirs.

(mrg)

2013-11-12 18:28:36 UTC MAIN commitmail json YAML

mark t_ldp_static obsolete (this time correctly)

(kefren)

2013-11-12 17:46:21 UTC MAIN commitmail json YAML

hals_end(6) outputs the last words of the supercomputer HAL 9000 aboard
the spaceship in Stanley Kubrick's famous film "2001 - A Space Odissey".
The source code and output of this program were used to illustrate
an article in the book "Total Interaction".  How this looks in print can
be at http://www.netbsd.org/~mbalmer/hals_end.jpg.

(mbalmer)

2013-11-12 17:37:43 UTC MAIN commitmail json YAML

2013-11-12 17:36:14 UTC MAIN commitmail json YAML

Add some fake long double -> double wrappers for various transcendental
functions. They are expected to be implement properly at a later time.

(joerg)

2013-11-12 17:31:55 UTC MAIN commitmail json YAML

Make sure CPU_CONTROL_UNAL_ENABLE is enabled for armv7 cpus (should be
already but ...)

(matt)

2013-11-12 17:14:39 UTC MAIN commitmail json YAML

Add CPU_CONTROL_UNAL_ENABLE. New ABIs demand unaligned accesses!

(skrll)

2013-11-12 17:10:39 UTC MAIN commitmail json YAML

Deal with ARM32_DISABLE_ALIGNMENT_FAULTS

(matt)

2013-11-12 17:05:09 UTC MAIN commitmail json YAML

CPU_ARMV[67] imply ARM32_DISABLE_ALIGNMENT_FAULTS
Make it explicit.

(matt)

2013-11-12 16:57:30 UTC MAIN commitmail json YAML

Check the CPU display model instead of the base model. Re-enable the
checking for Atom and Silvermont.

(msaitoh)

2013-11-12 16:48:39 UTC MAIN commitmail json YAML

2013-11-12 16:39:39 UTC MAIN commitmail json YAML

2013-11-12 16:35:57 UTC MAIN commitmail json YAML

Fix calculation of the cpu family (display family) in x86_cpu_topology().
More than bit 3 in cpu_family variable is checked in the function, so the
variable is assumed that it is not the base family but the display family
(base family + extended family).

(msaitoh)

2013-11-12 16:15:54 UTC MAIN commitmail json YAML

Revert previos. I accidentally committed a debug code. Sorry.

(msaitoh)

2013-11-12 16:13:56 UTC MAIN commitmail json YAML

Fix a bug in last commit. Check correct variable.

(msaitoh)

2013-11-12 16:11:39 UTC MAIN commitmail json YAML

Fix calculation of the cpu model (display model) in cpu_probe_amd_cache().
The CPUID2MODEL() must be used only when the CPUID2FAMILY() macro returns
0xf or 0x6. Also fix a bug that CPUID2EXTMODEL() is _ADDED_. The correct way
is shifting the return value of CPUID2EXTMODEL() 4bit left and _OR_ it.

(msaitoh)

2013-11-12 15:58:38 UTC MAIN commitmail json YAML

Fix calculation of the cpu model (display model) in coretemp_tjmax().
The CPUID2MODEL() macro returns only low 4bit, so the checking against 0x17
doesn't work correctly. The correct way is to use the display model.
Remove incorrect extmodel check. Same as FreeBSD.

(msaitoh)

2013-11-12 15:13:14 UTC MAIN commitmail json YAML

Make CONFIG_USB_DWC2_DEBUG_PERIODIC compile.

(skrll)

2013-11-12 15:08:01 UTC MAIN commitmail json YAML

Calcurate the processor family correctly. The extended family bits
should be added only when the base family is 0xf.

(msaitoh)

2013-11-12 14:32:03 UTC MAIN commitmail json YAML

Add a syslog(3) binding for Lua (not yet linked to the build.)

(mbalmer)

2013-11-12 12:22:33 UTC MAIN commitmail json YAML

Retire t_ldp_static. It's too heavy weighted for releng's anita and mostly
unsuited for atf.

(kefren)

2013-11-12 09:02:05 UTC MAIN commitmail json YAML

* implement TCP CUBIC congestion control algorithm
* move tcp_sack_newack bits inside reno and newreno_fast_retransmit_newack
* notify ECN peer about cwnd shrink in [new]reno_slow_retransmit

Based on the patch proposed on tech-net@ on Nov 7 with minor improvments:
* adapt wmax for no-fast convergence case
* correct cbrt calculation for big window sizes (>750KB)

(kefren)

2013-11-12 06:07:31 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2013-11-12 06:06:21 UTC MAIN commitmail json YAML

Remove superfluous comma.

(wiz)

2013-11-12 03:29:22 UTC MAIN commitmail json YAML

clarify warning printout

(dholland)

2013-11-12 00:46:34 UTC MAIN commitmail json YAML

2013-11-12 00:10:29 UTC MAIN commitmail json YAML

2013-11-11 23:57:34 UTC MAIN commitmail json YAML

2013-11-11 23:51:36 UTC MAIN commitmail json YAML

2013-11-11 23:11:30 UTC MAIN commitmail json YAML

Avoid calling curcpu() when we know the result is constant.

(pooka)

2013-11-11 23:06:40 UTC MAIN commitmail json YAML

Defer softint thread creation to first softint_establish() for that level.
Speeds up rump kernel bootstrap and saves memory -- very rarely are all
softint levels in a rump kernel used.

(pooka)

2013-11-11 17:04:06 UTC MAIN commitmail json YAML

tmpfs_alloc_node: use cprng_fast64(), the old random(9) shall be removed.

(rmind)

2013-11-11 17:02:53 UTC MAIN commitmail json YAML

CID 1128377: Comment out unreachable code; model is only 4 bits wide, so
none of these constants can ever match.

(christos)

2013-11-11 16:46:21 UTC MAIN commitmail json YAML

CID 1128376: check ftruncate result

(christos)

2013-11-11 16:44:43 UTC MAIN commitmail json YAML

CID 1092495: Widen operation to prevent overflow

(christos)

2013-11-11 16:43:26 UTC MAIN commitmail json YAML

CID 1092473: Fix file descriptor leak

(christos)

2013-11-11 16:39:21 UTC MAIN commitmail json YAML

CID 1128379: Fix TOCTOU, always open the file first with non-blocking I/O,
do that stat later and leave the file as non-blocking because it does not
make a difference for plain files.

(christos)

2013-11-11 16:32:10 UTC MAIN commitmail json YAML

2013-11-11 15:53:56 UTC MAIN commitmail json YAML

Handle static rump kernel base correctly.

(pooka)

2013-11-11 15:28:37 UTC MAIN commitmail json YAML

Add missing [0] (check for unused entries) when matching interface
names.

(martin)

2013-11-11 15:22:11 UTC MAIN commitmail json YAML

Remove dead code

(martin)

2013-11-11 13:52:04 UTC MAIN commitmail json YAML

implement md_get_pc and md_set_pc

(jmcneill)

2013-11-11 11:10:45 UTC MAIN commitmail json YAML

NetBSD 6.99.26: Switch i386 and amd64 to the x87 default control word
as initial value for new processes. This means that long double
computations get the expected 63bit mantissa. Binaries tagged as
compiled for 6.99.25 and older get the old value.

Add a simple test case to ensure that double and long double computation
are working correctly.

(joerg)

2013-11-11 10:24:53 UTC MAIN commitmail json YAML

2013-11-11 10:24:27 UTC MAIN commitmail json YAML

Explicitly depend on sys/param.h to pick up __NetBSD_Version changes.

(joerg)

2013-11-11 00:56:20 UTC MAIN commitmail json YAML

Fix syntax for undefined HAVE_GCC.

(joerg)

2013-11-11 00:31:51 UTC MAIN commitmail json YAML

Preserve the initial x87 control word in the global FP environment
in preparation for adjusting the default based on the main binary
version.

(joerg)

2013-11-10 22:08:58 UTC MAIN commitmail json YAML

use MACHINE_CPU instead of MACHINE_ARCH

(jmcneill)

2013-11-10 20:59:27 UTC MAIN commitmail json YAML

Sort out relationship with crt0.o on major bump.

(joerg)

2013-11-10 20:18:51 UTC MAIN commitmail json YAML

more unused variable fixes

(christos)

2013-11-10 20:09:53 UTC MAIN commitmail json YAML

2013-11-10 20:03:46 UTC MAIN commitmail json YAML

2013-11-10 20:01:55 UTC MAIN commitmail json YAML

2013-11-10 19:58:38 UTC MAIN commitmail json YAML

2013-11-10 19:52:01 UTC MAIN commitmail json YAML

2013-11-10 19:51:00 UTC MAIN commitmail json YAML

define _KMEMUSER before including machine/vmparam.h

(jmcneill)

2013-11-10 19:49:49 UTC MAIN commitmail json YAML

use MACHINE_CPU instead of uname -p; create symlink for arm headers

(jmcneill)