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 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (177d) 

2024-05-10 01:16:41 UTC Now

2013-11-26 05:54:43 UTC MAIN commitmail json YAML

Improve DEBUG message.

(skrll)

2013-11-26 01:41:34 UTC MAIN commitmail json YAML

remove trailing whitespace.

(christos)

2013-11-26 01:36:07 UTC MAIN commitmail json YAML

2013-11-26 01:33:02 UTC MAIN commitmail json YAML

remove CIRCLEQ pages.

(christos)

2013-11-26 01:31:43 UTC MAIN commitmail json YAML

Kill CIRCLEQ, nothing uses it and it will not work with gcc-4.8, so avoid
future accidents.

(christos)

2013-11-26 01:27:46 UTC MAIN commitmail json YAML

Provide TAILQ_REPLACE for tmux, from FreeBSD.

(christos)

2013-11-26 01:27:20 UTC MAIN commitmail json YAML

Provide the correct feature macros, so that we get to include our own
files not the compat copies.

(christos)

2013-11-26 01:26:42 UTC MAIN commitmail json YAML

2013-11-26 01:17:00 UTC MAIN commitmail json YAML

2013-11-25 23:53:45 UTC MAIN commitmail json YAML

2013-11-25 23:04:40 UTC MAIN commitmail json YAML

2013-11-25 23:03:18 UTC MAIN commitmail json YAML

make configure.ac work with recent versions of autoconf

(christos)

2013-11-25 23:02:44 UTC MAIN commitmail json YAML

2013-11-25 22:48:05 UTC MAIN commitmail json YAML

fix one more mountlist instant

(christos)

2013-11-25 22:43:46 UTC MAIN commitmail json YAML

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

Use the process credentials instead of the lwp credentials because if the
process just did a setuid() call, the lwp might not have had a chance to
refresh l->l_cred (still has LPR_CRMOD), and we don't want to bother spending
time syncing the creds of a dying lwp. Should fix the problem with hald
people have been observing.

(christos)

2013-11-25 16:28:21 UTC MAIN commitmail json YAML

do_setresuid: add an assert.

(rmind)

2013-11-25 08:31:57 UTC netbsd-6 commitmail json YAML

2013-11-25 08:31:28 UTC netbsd-6-0 commitmail json YAML

2013-11-25 08:31:24 UTC netbsd-6-1 commitmail json YAML

2013-11-25 08:30:24 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by para in ticket #989):
sys/uvm/uvm_km.c: revision 1.125
uvm_km_kmem_alloc: don't hardcode kmem_va_arena

(bouyer)

2013-11-25 08:30:20 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by para in ticket #989):
sys/uvm/uvm_km.c: revision 1.125
uvm_km_kmem_alloc: don't hardcode kmem_va_arena

(bouyer)

2013-11-25 08:29:58 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by para in ticket #989):
sys/uvm/uvm_km.c: revision 1.125
uvm_km_kmem_alloc: don't hardcode kmem_va_arena

(bouyer)

2013-11-25 08:27:06 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #988):
sys/kern/uipc_socket.c: revision 1.220
PR/48098: Brian Marcotte: panic: kernel diagnostic assertion "cred != NULL":
Fix from Michael van Elst, tcpdrop crashes kernel on ebryonic connections.

(bouyer)

2013-11-25 08:27:01 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #988):
sys/kern/uipc_socket.c: revision 1.220
PR/48098: Brian Marcotte: panic: kernel diagnostic assertion "cred != NULL":
Fix from Michael van Elst, tcpdrop crashes kernel on ebryonic connections.

(bouyer)

2013-11-25 08:26:33 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #988):
sys/kern/uipc_socket.c: revision 1.220
PR/48098: Brian Marcotte: panic: kernel diagnostic assertion "cred != NULL":
Fix from Michael van Elst, tcpdrop crashes kernel on ebryonic connections.

(bouyer)

2013-11-25 08:23:32 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by jruoho in ticket #987):
sys/arch/x86/acpi/acpi_cpu_md.c: revision 1.74
sys/dev/acpi/acpi_cpu_tstate.c: revision 1.32
As discussed with bouyer@, fix a too eager T-state validation check to
accomodate new Intel CPUs.
Allow 4-bit range for MSR_THERM_CONTROL.

(bouyer)

2013-11-25 07:59:03 UTC MAIN commitmail json YAML

Improve DEBUG output.

(skrll)

2013-11-25 03:06:08 UTC MAIN commitmail json YAML

and the last CIRCLEQ is gone now.

(christos)

2013-11-25 03:03:41 UTC MAIN commitmail json YAML

Welcome to 6.99.28; no more CIRCLEQ in the kernel.

(christos)

2013-11-25 03:02:58 UTC MAIN commitmail json YAML

kernel is not allowed to use CIRCLEQ anymore (idea from gimpy)

(christos)

2013-11-25 03:02:30 UTC MAIN commitmail json YAML

excise unused qchain

(christos)

2013-11-25 03:01:58 UTC MAIN commitmail json YAML

nobody uses qchain and it is about to be GC'ed.

(christos)

2013-11-25 02:59:14 UTC MAIN commitmail json YAML

replace circleq with tailq.
XXX: this adds a pointer per mmu entry; we can do better, but it would
require custom lists. Is it worth it?

(christos)

2013-11-24 21:58:38 UTC MAIN commitmail json YAML

Remove cpu_queue (and thus eleminate another use of CIRCLEQ) by replacing
its uses with cpu_infos array.  Extra testing by christos@.

(rmind)

2013-11-24 19:49:22 UTC MAIN commitmail json YAML

Fix documentation of how to expire old messages. For some reason the
expiration period must be given as a negative number, indicating how
many days ago to place the expire threshold.

PR 48404 from Martin Neitzel.

(dholland)

2013-11-24 18:50:58 UTC MAIN commitmail json YAML

2013-11-24 18:02:08 UTC MAIN commitmail json YAML

XS_NOERROR | XS_RESET doens't make sense, XS_RESET is what is wanted here.
Pointed out by Edgar Fu�

(bouyer)

2013-11-24 17:20:01 UTC MAIN commitmail json YAML

The x86 kernel entry point stack arguments are always 32-bit, even on amd64.

(jakllsch)

2013-11-24 17:17:48 UTC MAIN commitmail json YAML

use <i386/multiboot.h> instead of <machine/multiboot.h> so this can be
compiled for amd64

(jakllsch)

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

cast from 32-bit integer to void * though uintptr_t to avoid warnings
when compiling for x86_64.

(jakllsch)

2013-11-24 17:16:29 UTC MAIN commitmail json YAML

- tmpfs_construct_node: prevent from the new node construction if the
  directory was removed.  Fixes the crash reported by Nicolas Joly.
- tmpfs_reclaim: avoid race by checking tn_links with the vnode locked.

(rmind)

2013-11-24 15:16:49 UTC MAIN commitmail json YAML

Provide erff() and erfcf().

(martin)

2013-11-24 15:12:10 UTC MAIN commitmail json YAML

Provide cbrtl() and cbrtf() for vax

(martin)

2013-11-24 14:49:00 UTC MAIN commitmail json YAML

Provide cbrtf() and cbrtl()

(martin)

2013-11-24 14:46:18 UTC MAIN commitmail json YAML

2013-11-24 14:41:54 UTC MAIN commitmail json YAML

Provide (very stupid) versions of atanf(), asinf() and acosf()

(martin)

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

Fix fallout from circleq->tailq transition.

(mlelstv)

2013-11-24 12:25:19 UTC MAIN commitmail json YAML

2013-11-24 08:17:50 UTC MAIN commitmail json YAML

add implementation defined attributes from FreeBSD

(jnemeth)

2013-11-24 07:20:01 UTC MAIN commitmail json YAML

Replace the comment on this file. It appears to date back to CSRG days
and in particular was clearly last edited before nsswitch.conf existed.

(dholland)

2013-11-24 03:50:17 UTC MAIN commitmail json YAML

No need for bzero, memset provides it.

(christos)

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

Add RAID_DIAGNOSTIC so that code gets built.

ok oster@

(riz)

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

fix previous, list ends in NULL, and don't open-code

(christos)

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

fix previous the end of the list is NULL, and don't open-code.

(christos)

2013-11-23 23:14:55 UTC MAIN commitmail json YAML

tuck in code inside the mutex

(christos)

2013-11-23 22:52:40 UTC MAIN commitmail json YAML

convert from CIRCLEQ to TAILQ; remove open coding.

(christos)

2013-11-23 22:48:00 UTC MAIN commitmail json YAML

convert to TAILQ, remove open-coded CIRCLEQ

(christos)

2013-11-23 22:31:53 UTC MAIN commitmail json YAML

convert from CIRCLEQ to TAILQ, remove open coded access.

(christos)

2013-11-23 22:24:31 UTC MAIN commitmail json YAML

add a copy of uvm_swap_shutdown() here so that it is not undefined when we
use it.

(christos)

2013-11-23 22:23:31 UTC MAIN commitmail json YAML

Remove now-non-existant bzero.S from sources list.

(jakllsch)

2013-11-23 22:23:26 UTC MAIN commitmail json YAML

expose the pcb queue structure for convenience

(christos)

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

Explain where this will fail.

(christos)

2013-11-23 22:01:12 UTC MAIN commitmail json YAML

Update for new pcb tailq's.
While here fix ipv6 pcb printing by making tcp6_dump with tcp.
XXX: Merge the inet and the inet6 code. It is silly to need to specify
-p tcp6 to print a tcp6 pcb, we already know what it is.

(christos)

2013-11-23 21:53:27 UTC MAIN commitmail json YAML

tmpfs_reg_resize: use size_t.

(rmind)

2013-11-23 20:56:41 UTC MAIN commitmail json YAML

2013-11-23 20:53:46 UTC MAIN commitmail json YAML

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

npftest: adjust for the npf_bpf_filter() change.

(rmind)

2013-11-23 19:32:20 UTC MAIN commitmail json YAML

Move initialisation of bpf_args_t into the npf_ruleset_inspect().
This allows us to reuse the BPF memory store as a cache.

(rmind)

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

replace open-coded scan with macro; fix locking

(christos)

2013-11-23 17:40:43 UTC MAIN commitmail json YAML

Remove extra comma.

(wiz)

2013-11-23 17:01:07 UTC MAIN commitmail json YAML

Fix previous, add __diagused.

(rmind)

2013-11-23 16:57:52 UTC MAIN commitmail json YAML

Remove x86_64 bzero.S; which since 2009 has only contained instructions
that it should be removed in 2010.

(jakllsch)

2013-11-23 16:35:32 UTC MAIN commitmail json YAML

- Simplify tmpfs_update(), eliminate tmpfs_note_t::tn_status and deferred
  timestamp updates.  Fix some incorrect updates and plug some missing ones.
  Should fix PR/48385.
- tmpfs_rmdir: avoid O(n) scan when the directory is not empty and whiteout
  entries were never added.

(rmind)

2013-11-23 16:15:25 UTC MAIN commitmail json YAML

2013-11-23 15:53:37 UTC MAIN commitmail json YAML

switch from malloc(9) to kmem(9)

(mbalmer)

2013-11-23 14:54:02 UTC MAIN commitmail json YAML

remove documentation for CIRCLEQ to discourage its use.

(christos)

2013-11-23 14:50:40 UTC MAIN commitmail json YAML

fix circleq comments

(christos)

2013-11-23 14:41:38 UTC MAIN commitmail json YAML

Add __launder_type() from mrg to get the CIRCLEQ macros working again under
gcc-4.8. Mention that we discourage their use and that we retain the macros
for compatibility only.

(christos)

2013-11-23 14:32:13 UTC MAIN commitmail json YAML

convert from CIRCLEQ to TAILQ
add uvm_swap_shutdown(), unused

(christos)

2013-11-23 14:20:46 UTC MAIN commitmail json YAML

convert from CIRCLEQ to TAILQ

(christos)

2013-11-23 14:20:22 UTC MAIN commitmail json YAML

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

Replace VI_INACTNOW and VI_INACTREDO with a new flag VI_CHANGING that gets
set while a vnode changes state from active to inactive or from active
or inactive to clean and protects "vclean(); vrelel()" and "vrelel()"
against "vget()".

Presented on tech-kern.

(hannken)

2013-11-23 13:35:37 UTC MAIN commitmail json YAML

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

Simplify debug/DIAGNOSTIC code.

(skrll)

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

Whitespace in DIAGNOSTIC code.

(skrll)

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

2013-11-23 08:59:04 UTC MAIN commitmail json YAML

Only skip past _PATH_DEV if it is actually present.

(jnemeth)

2013-11-22 21:56:24 UTC MAIN commitmail json YAML

2013-11-22 21:04:11 UTC MAIN commitmail json YAML

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

For the non-fenv archs: just use double - punt

(martin)

2013-11-22 19:59:36 UTC MAIN commitmail json YAML

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

Comment out npf for now, as we can't have both NPF and PF in the
same kernel - rmind has said he'll address this eventually,
and for now PF is more likely to have unnoticed breakage.  ALL now
builds again!

(riz)

2013-11-22 18:56:27 UTC MAIN commitmail json YAML

Remove RAID_DIAGNOSTIC around a variable and mark __unused instead.

(riz)

2013-11-22 18:55:42 UTC MAIN commitmail json YAML

Move two RF_ASSERT()s into the protection of RAID_DIAGNOSTIC to
avoid a case where we get undeclared variables.

(riz)

2013-11-22 18:42:02 UTC MAIN commitmail json YAML

npfctl: need to rewind the list after calling print_table().  XXX libnpf.

(rmind)

2013-11-22 17:39:51 UTC MAIN commitmail json YAML

Fix typo, reported by Henning Petersen in PR 48396.
(already fixed upstream in a bigger commit)

(wiz)

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

Adjust expected epsilon for sqrtl <-> powl comparisions for defects in
powl (which actually is pow for now)

(martin)

2013-11-22 17:16:05 UTC MAIN commitmail json YAML

english.base is auto-generated

(christos)

2013-11-22 17:04:24 UTC MAIN commitmail json YAML

Fix a cast from the lint cleanup that made small exponents (i.e. values < 1)
sign extend wrong and overflow, causing an underflow in all 128 bit sqrt
calculations.

(martin)

2013-11-22 16:26:52 UTC MAIN commitmail json YAML

2013-11-22 16:25:51 UTC MAIN commitmail json YAML

switch from circleq to tailq, from FreeBSD

(christos)

2013-11-22 16:25:02 UTC MAIN commitmail json YAML

use a TAILQ instead of a CIRCLEQ, from FreeBSD

(christos)

2013-11-22 16:11:08 UTC MAIN commitmail json YAML

don't install an empty file

(christos)

2013-11-22 16:10:25 UTC MAIN commitmail json YAML

switch to the nv in external/bsd

(christos)

2013-11-22 16:10:04 UTC MAIN commitmail json YAML

2013-11-22 16:00:45 UTC MAIN commitmail json YAML

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

2013-11-22 13:37:24 UTC MAIN commitmail json YAML

Try to fix the build (again): move e_sqrtl.c to common soure, but
move the include of fenv.h into the #ifdef __HAVE_LONG_DOUBLE block
and also provide a -DHAVE_FENV_H from the makefile for archs that have
it - leaving out exception settings on architectures that do not provide
it.

(martin)

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

Fix /dev population of the evbarm images by using MAKEDEV -s and appending
to the mtree spec file passed to makefs.

(skrll)

2013-11-22 10:59:31 UTC MAIN commitmail json YAML

Fix stupid bug in previous (fixing fmodf)

(martin)

2013-11-22 04:21:02 UTC MAIN commitmail json YAML

change the "-b blocknr" parameter to accept a "human number"

(jnemeth)

2013-11-22 03:51:06 UTC MAIN commitmail json YAML

2013-11-22 03:50:05 UTC MAIN commitmail json YAML

In the manpage:
- s/-b number/-b blocknr/
- s/-s count/-s sectors/
- s/-p count/-p partitions/

In the program:
- s/-b lba/-b blocknr/
- s/-s lba/-s sectors/

This makes the documentation in the manpage and the program consistent
and makes it more clear what the parameters are.  Also, "-s lba" was
just plain wrong since LBA stands for Logical Block Address[ing], and
the -s option didn't represent any kind of address, but rather a size.

(jnemeth)

2013-11-22 02:02:35 UTC MAIN commitmail json YAML

fix typo; hi christos

(dholland)

2013-11-22 01:48:36 UTC MAIN commitmail json YAML

Optimise checksum fixup routines:
- npf_fixup16_cksum: 1's complement sum is endian-independent.
- npf_fixup32_cksum: the first 32->16 bit reduction is not needed.

Pointed out by Valery Ushakov.

(rmind)

2013-11-22 01:24:21 UTC MAIN commitmail json YAML

2013-11-22 01:09:11 UTC MAIN commitmail json YAML

Include i386_trap_ipkdb.S so the ALL kernel links.

(riz)

2013-11-22 01:07:20 UTC MAIN commitmail json YAML

Remove stray #ifdef leftover from file split.

(riz)

2013-11-22 00:25:51 UTC MAIN commitmail json YAML

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

Put back and properly mark a variable which is used iff ATW_DEBUG.

(riz)

2013-11-21 23:42:09 UTC MAIN commitmail json YAML

Don't create a variable just to assert() on it - assert on the
thing the variable got assigned.

(riz)

2013-11-21 22:04:41 UTC MAIN commitmail json YAML

CPUID2FAMILY was renamed to CPUID_TO_FAMILY, apparently this usage was
missed.

(riz)

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

Revert previous and solve in a different way, using __unused.  Fixes
building with MRT6DEBUG.

ok martin.

(riz)

2013-11-21 21:17:50 UTC MAIN commitmail json YAML

Expand "#ifdef notyet" section to encompass the use of the variable
declared within.

(riz)

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

Wrap debug code in {} because "a label can only be part of a statement and
a declaration is not a statement."  I.e., make it a statement by making
it part of a block.

(riz)

2013-11-21 19:12:40 UTC MAIN commitmail json YAML

delete copy of queue.h that we don't use.

(christos)

2013-11-21 19:04:19 UTC MAIN commitmail json YAML

provide a const and a non const flavor for CIRCLEQ_END because the kernel
needs a const one. The const one is supposed to be used for comparisons
and the non-const one for assignments.

(christos)

2013-11-21 18:39:50 UTC MAIN commitmail json YAML

From Brooks Davis:
When comparing a directory to an mtree file NetBSD mtree has output like
this:

xxx: size (4, 5)
md5digest (0x6de9439834c9147569741d3c9c9fc010, 0xa5d119ab8edcda0ef7f381da8=
f52f92f)
=2E/yyy missing

FreeBSD's historical behavior is this:

xxx changed
size expected 4 found 5
md5digest expected 6de9439834c9147569741d3c9c9fc010 found a5d119ab8edcda0e=
f7f381da8f52f92f
=2E/yyy missing

FreeBSD's mergemaster -U command depends on the latter behavior so
the following patch alters the freebsd9 mode of mtree to output
that format.  I don't think programs should rely on this output one way
or another since it's clearly meant for humans, but this seems like the
easiest short term fix.

(christos)

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

From Ed Maste:

  libexecinfo: Include terminating null in byte count

  Otherwise, a formatted string with a strlen equal to the remaining
  buffer space would have the last character omitted (because vsnprintf
  always null-terminates), and later the assert in backtrace_symbols_fmt
  would fail.

(christos)

2013-11-21 15:54:17 UTC MAIN commitmail json YAML

Add a CIRCLEQ_END() macro to reduce diff with other queue.h

(christos)

2013-11-21 15:40:17 UTC MAIN commitmail json YAML

Simplify previous.

(christos)

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

tmpfs_dir_getdotents: fix the recent regression, set the correct
d_fileno value for dot-dot.  Spotted by Pedro Martelletto, thanks!

(rmind)

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

Make ext_fraclm and ext_frachm parts of the long double mantissa optional
in generic code

(martin)

2013-11-21 14:03:02 UTC MAIN commitmail json YAML

2013-11-21 13:52:27 UTC MAIN commitmail json YAML

Move the parameters for obs600 to obs600_autoconf.c.  This parameters was set from u-boot.

(kiyohara)

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

Fix copy & pasto (make temp variable long double).
Fixes fmodl() test failure on sparc64

(martin)

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

2013-11-21 11:21:54 UTC MAIN commitmail json YAML

e_sqrtl.c requires fenv.h, so only build it on platfomrs supporting that

(martin)

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

Add carriage return to list of valid character substitutions.

(blymn)

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

Add carriage return to the quoted character list

(blymn)

2013-11-21 10:48:11 UTC MAIN commitmail json YAML

2013-11-21 09:40:19 UTC MAIN commitmail json YAML

Correct the allocation for the reformat buffer, thanks to mlelstv for
the fix.

(blymn)

2013-11-21 09:09:53 UTC MAIN commitmail json YAML

Expose properly vfwscanf and friends for POSIX_SOURCE >= 200112L

(degroote)

2013-11-20 23:44:23 UTC MAIN commitmail json YAML

v7fs: replace malloc(9) with kmem(9), fix a memory leak and few missing
mutex destruction cases in the error path.

(rmind)

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

PR 48384: reorganize struct ieee_ext for sparc64 to only use a high/low
part for the mantissa.
Adjust arch specific code accordingly.

(martin)

2013-11-20 21:12:30 UTC MAIN commitmail json YAML

Make it compile on archs with implicit NBIT

(martin)

2013-11-20 18:13:16 UTC MAIN commitmail json YAML

Don't be so pessimistic.

(jruoho)

2013-11-20 17:50:39 UTC MAIN commitmail json YAML

-  Add some AMD Fn80000001 extended features %ecx bits definitions from
  the document (AMD64 Architecture ProgrammerVolume 3: General-Purpose and
  System Instructions. Document revision 3.20)

-  "s/MXX/MMXX/" because this bit is "MMX eXtention".

(msaitoh)

2013-11-20 17:19:14 UTC MAIN commitmail json YAML

Explicitly include <stdint.h> for uintmax_t; from Eitan Adler.

(kleink)

2013-11-20 13:52:30 UTC MAIN commitmail json YAML

Allow 4-bit range for MSR_THERM_CONTROL.

(jruoho)

2013-11-20 13:39:59 UTC MAIN commitmail json YAML

As discussed with bouyer@, fix a too eager T-state validation check to
accomodate new Intel CPUs.

(jruoho)

2013-11-20 12:59:22 UTC MAIN commitmail json YAML

Rename marvell_system_reset_old from marvell_system_reset.
And add reset function for ArmadaXP.  It named marvell_system_reset.

(kiyohara)

2013-11-20 12:52:25 UTC MAIN commitmail json YAML

Initialize mvTclk in SOC_getclks() before call consinit().
And more fast call set_cpufuncs().

(kiyohara)

2013-11-20 12:36:16 UTC MAIN commitmail json YAML

2013-11-20 12:29:13 UTC MAIN commitmail json YAML

Fix operand order.

(joerg)

2013-11-20 12:16:47 UTC MAIN commitmail json YAML

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

Long double conditional.

(joerg)

2013-11-20 08:11:36 UTC MAIN commitmail json YAML

2013-11-20 08:08:47 UTC MAIN commitmail json YAML

Add a resize command.  This command was inspired by FreeBSD's gpart(8),
but the code was written by myself.

(jnemeth)

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

If dlopen of the dynamic linker is requested, e.g. by rump in
rumpuser_dl_bootstrap, then return &_rtld_objself as the handle and do
not create a duplicate mapping.

The handle is mostly useless as _rtld_objself doesn't appear on
_rtld_objlist.

This fixes a problem on earm platforms where ld.elf_so (currently) has
an init_array section.  Calling this caused binaries to segv.

(skrll)

2013-11-19 22:41:43 UTC MAIN commitmail json YAML

delete an errant where it is obvious what the code is doing

(jnemeth)

2013-11-19 19:24:34 UTC MAIN commitmail json YAML

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

When setting a label on the new partition, be sure to set the label
in the secondary partition table as well.

(jnemeth)

2013-11-19 17:01:45 UTC MAIN commitmail json YAML

CID 1129614: dereference after null

(christos)

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

CID 1129615: close argument can't be negative

(christos)

2013-11-19 16:56:21 UTC MAIN commitmail json YAML

For the purposes of static analysis, this never returns.

(christos)

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

CVE 1129617: negative arg

(christos)

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

2013-11-19 14:02:59 UTC MAIN commitmail json YAML

Alias to fmod for platforms with double == long double

(joerg)

2013-11-19 12:46:43 UTC MAIN commitmail json YAML

Fix IPL for cascading pic to HIGH.

(kiyohara)

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

Add smsc to ibm4xx and booke.

(kiyohara)

2013-11-19 11:56:13 UTC MAIN commitmail json YAML

Enable 256 colors.

From Piotr Meyer in PR 48380.

(wiz)

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

get rid of junk variable

(macallan)

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

Zeroise the whole urb including the iso_descs array

(skrll)

2013-11-19 07:51:56 UTC MAIN commitmail json YAML

2013-11-19 07:50:01 UTC MAIN commitmail json YAML

Correct the interval assignment for isoc and intr transfers.

(skrll)

2013-11-19 07:45:42 UTC MAIN commitmail json YAML

Use PRIxBUSADDR in DPRINTF. Problem pointed out by kiyohara.

(skrll)

2013-11-19 06:37:42 UTC MAIN commitmail json YAML

(hopefully) shut up warnings about set-but-unused variables.

(macallan)

2013-11-19 05:07:40 UTC MAIN commitmail json YAML

update synopsis for add subcommand

(jnemeth)

2013-11-19 05:03:41 UTC MAIN commitmail json YAML

    Add two new options to the "add" subcommand:

-a alignment -- attempt to align the start and size of the partition
-l label -- supply a label for the partition

These options were inspired by FreeBSD's gpart(8) command, but the
code was written by me.

(jnemeth)

2013-11-19 03:53:09 UTC MAIN commitmail json YAML

2013-11-19 03:52:07 UTC MAIN commitmail json YAML

2013-11-19 00:28:41 UTC MAIN commitmail json YAML

2013-11-18 21:39:03 UTC MAIN commitmail json YAML

Rename some tokens, use more accurate names (the current ones are incorrect
or missleading) and add few comments in the parser code.

(rmind)

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

Use an empty string, not a null pointer for nullname.

(joerg)

2013-11-18 20:03:02 UTC MAIN commitmail json YAML

Change content of string, don't overwrite the newly allocated pointer.

(joerg)

2013-11-18 19:55:59 UTC MAIN commitmail json YAML

Spell NULL pointer as NULL.

(joerg)

2013-11-18 19:55:29 UTC MAIN commitmail json YAML

NUL != NULL, so use the correct literal

(joerg)

2013-11-18 19:23:35 UTC MAIN commitmail json YAML

2013-11-18 19:23:27 UTC MAIN commitmail json YAML

Fix extended attribute syscalls to use the proper types and call their netbsd32
counterparts for now.

(christos)

2013-11-18 18:45:29 UTC MAIN commitmail json YAML

Do lwp0 initialisation as early as possible, right after
rumpuser_init(). This makes rump applications work again when
RUMP_LOCKDEBUG is enabled.

ok pooka.

(njoly)

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

NUL != NULL, so use correct literal here.

(joerg)

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

Before checking for an exception, make sure we own the VFP.

(matt)

2013-11-18 16:23:47 UTC MAIN commitmail json YAML

2013-11-18 15:34:06 UTC MAIN commitmail json YAML

Really remove unused variable.

(skrll)

2013-11-18 11:48:34 UTC MAIN commitmail json YAML

Cubic changes:
* correct W(t) calculation
* check wmax limits
* change W_max in slow and fast retransmit
* correct rtt approximation
Reno:
* move comment I forgot behind after fast_retransmit() split

(kefren)

2013-11-18 11:02:34 UTC MAIN commitmail json YAML

minor tweaks to shut gcc4.8 warning off.

(nisimura)

2013-11-18 07:13:13 UTC MAIN commitmail json YAML

Report an error if SLJIT_CACHE_FLUSH isn't defined by machine/sljitarch.h.

(alnsn)

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)