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

2024-05-10 08:33:12 UTC Now

2014-03-28 15:03:41 UTC MAIN commitmail json YAML

Document a bit CLOCK_VIRTUAL and CLOCK_PROF

(degroote)

2014-03-28 15:02:34 UTC MAIN commitmail json YAML

2014-03-28 15:00:53 UTC MAIN commitmail json YAML

2014-03-28 13:35:13 UTC MAIN commitmail json YAML

2014-03-28 13:26:24 UTC MAIN commitmail json YAML

Use snprintf instead of sprintf

(ozaki-r)

2014-03-28 11:55:09 UTC MAIN commitmail json YAML

Fix unused variable 'mp'

(ozaki-r)

2014-03-28 11:52:51 UTC MAIN commitmail json YAML

Fix printf formating in DPRINTF.

(hkenken)

2014-03-28 11:49:40 UTC MAIN commitmail json YAML

Use snprintf instead of sprintf

(ozaki-r)

2014-03-28 10:16:28 UTC MAIN commitmail json YAML

+ICN:Incheon, South Korea
Also fix spelling of Incheon in the entry for JCN

(apb)

2014-03-28 08:24:06 UTC MAIN commitmail json YAML

Added myself, hsuenaga

(hsuenaga)

2014-03-28 08:15:48 UTC MAIN commitmail json YAML

Add placeholder for osnet.

(apb)

2014-03-28 07:01:49 UTC MAIN commitmail json YAML

2014-03-28 04:09:19 UTC MAIN commitmail json YAML

2014-03-28 03:46:56 UTC MAIN commitmail json YAML

2014-03-28 03:18:24 UTC MAIN commitmail json YAML

2014-03-28 03:11:00 UTC MAIN commitmail json YAML

Add missing 4th argument of ddt_object_name

(ozaki-r)

2014-03-28 02:58:36 UTC MAIN commitmail json YAML

2014-03-28 02:50:18 UTC MAIN commitmail json YAML

2014-03-28 02:16:47 UTC MAIN commitmail json YAML

Deal with snprintf more gracefully.

(christos)

2014-03-28 02:15:56 UTC MAIN commitmail json YAML

avoid buffer overflow

(christos)

2014-03-27 23:21:36 UTC matt-nb5-mips64 commitmail json YAML

Don't = since that isn't BE8 friendly

(matt)

2014-03-27 23:03:07 UTC MAIN commitmail json YAML

2014-03-27 21:21:47 UTC MAIN commitmail json YAML

add missing dependencies (Takahiro HAYASHI)

(christos)

2014-03-27 21:13:06 UTC MAIN commitmail json YAML

forgot to commit one patch:
Avoid returning released(free), but still hashed inode numbers.
(Ilya Zykov)

(christos)

2014-03-27 21:11:11 UTC matt-nb5-mips64 commitmail json YAML

#define ALIGNBYTES __ALIGNBYTES

(matt)

2014-03-27 21:09:33 UTC MAIN commitmail json YAML

explain how a printf might happen (since it has bitten more than one person)

(christos)

2014-03-27 19:34:39 UTC MAIN commitmail json YAML

format is a pointer, so sizeof(format) is not a good length
to pass to snprintf.  Try to calculate the correct length,
taking into account the amount of space already used.

(apb)

2014-03-27 18:28:26 UTC MAIN commitmail json YAML

2014-03-27 18:27:34 UTC MAIN commitmail json YAML

remove a bunch of repetitive code by introducing filemon_printf.

(christos)

2014-03-27 18:22:56 UTC MAIN commitmail json YAML

2014-03-27 17:31:56 UTC MAIN commitmail json YAML

From Ilya Zykov:
- ifdef out some code that is only used for NO_DEV_PTM
- pass the mountpoint instead of the ptm structure to the implementation
  dependent (ptyfs or bsdpty) functions.
- add a function to return the correct ptyfs mountpoint for the current lwp

(christos)

2014-03-27 16:34:37 UTC MAIN commitmail json YAML

Use calloc instead of malloc + memset.  This fixes a bug
in which the wrong size was passed to memset.

(apb)

2014-03-27 16:26:22 UTC MAIN commitmail json YAML

sizeof(array - 1) decays to sizeof(pointer), but (sizeof(array) - 1)
was actually wanted.

The effect of this bug is that only a few bytes of the hostname are mixed
into the random seed, instead of using the entire hostname.

(apb)

2014-03-27 16:10:46 UTC MAIN commitmail json YAML

2014-03-27 15:50:48 UTC MAIN commitmail json YAML

2014-03-27 10:42:47 UTC MAIN commitmail json YAML

2014-03-27 10:11:04 UTC MAIN commitmail json YAML

2014-03-27 07:59:17 UTC MAIN commitmail json YAML

2014-03-27 07:56:56 UTC MAIN commitmail json YAML

2014-03-27 07:54:43 UTC MAIN commitmail json YAML

2014-03-27 01:04:39 UTC matt-nb5-mips64 commitmail json YAML

Make ALIGNBYTES use __ALIGNBYTES

(matt)

2014-03-27 00:28:48 UTC matt-nb5-mips64 commitmail json YAML

2014-03-26 23:43:45 UTC matt-nb5-mips64 commitmail json YAML

2014-03-26 22:44:42 UTC matt-nb5-mips64 commitmail json YAML

Make the minimal alignment 8 if EABI or ldrd/strd are supported.

(matt)

2014-03-26 22:42:22 UTC MAIN commitmail json YAML

2014-03-26 22:13:44 UTC MAIN commitmail json YAML

update multigest to version 20140326

+ allow the digest combiners to be specified anywhere in the list
  of digest algorithms
+ add tests for comb4p

(agc)

2014-03-26 22:03:26 UTC MAIN commitmail json YAML

2014-03-26 21:29:54 UTC MAIN commitmail json YAML

in the bsdpty allocvp flavor, call the bsdpty mkname directly, since it is
the only one possible to be valid (Ilya Zykov)

(christos)

2014-03-26 21:28:48 UTC MAIN commitmail json YAML

if one of the ptyfs instances has grabbed the handle don't grab it again,
Ilya Zykov

(christos)

2014-03-26 19:44:51 UTC MAIN commitmail json YAML

2014-03-26 18:12:46 UTC MAIN commitmail json YAML

2014-03-26 18:11:26 UTC MAIN commitmail json YAML

2014-03-26 18:04:34 UTC MAIN commitmail json YAML

2014-03-26 18:03:47 UTC MAIN commitmail json YAML

2014-03-26 18:02:24 UTC MAIN commitmail json YAML

2014-03-26 17:58:57 UTC MAIN commitmail json YAML

2014-03-26 17:57:17 UTC MAIN commitmail json YAML

2014-03-26 17:56:18 UTC MAIN commitmail json YAML

2014-03-26 17:55:26 UTC MAIN commitmail json YAML

2014-03-26 17:54:46 UTC MAIN commitmail json YAML

2014-03-26 17:53:36 UTC MAIN commitmail json YAML

2014-03-26 17:47:10 UTC MAIN commitmail json YAML

2014-03-26 17:46:04 UTC MAIN commitmail json YAML

2014-03-26 17:45:16 UTC MAIN commitmail json YAML

2014-03-26 17:44:36 UTC MAIN commitmail json YAML

2014-03-26 17:43:11 UTC MAIN commitmail json YAML

2014-03-26 17:42:00 UTC MAIN commitmail json YAML

2014-03-26 17:41:15 UTC MAIN commitmail json YAML

2014-03-26 17:40:03 UTC MAIN commitmail json YAML

2014-03-26 17:38:09 UTC MAIN commitmail json YAML

2014-03-26 17:35:08 UTC MAIN commitmail json YAML

2014-03-26 17:31:13 UTC MAIN commitmail json YAML

2014-03-26 17:29:21 UTC MAIN commitmail json YAML

2014-03-26 17:17:22 UTC MAIN commitmail json YAML

2014-03-26 16:44:41 UTC MAIN commitmail json YAML

2014-03-26 16:21:39 UTC MAIN commitmail json YAML

Implement the software power-off (correctly) when RB_POWERDOWN is
specified.  Before this, the kernel doesn't turn off the power in fact,
and thus the power off had happened in IPLROM after software reset.

Many thanks to tsutsui@ on port-x68k.

(isaki)

2014-03-26 16:16:06 UTC MAIN commitmail json YAML

2014-03-26 16:10:20 UTC MAIN commitmail json YAML

2014-03-26 16:08:45 UTC MAIN commitmail json YAML

2014-03-26 16:07:15 UTC MAIN commitmail json YAML

2014-03-26 16:01:43 UTC MAIN commitmail json YAML

2014-03-26 15:55:44 UTC MAIN commitmail json YAML

2014-03-26 15:55:31 UTC MAIN commitmail json YAML

2014-03-26 15:47:00 UTC MAIN commitmail json YAML

2014-03-26 11:59:05 UTC MAIN commitmail json YAML

Add missing 2nd argument to snprintf

(ozaki-r)

2014-03-26 08:52:00 UTC MAIN commitmail json YAML

2014-03-26 08:40:58 UTC MAIN commitmail json YAML

2014-03-26 08:29:41 UTC MAIN commitmail json YAML

2014-03-26 08:20:29 UTC MAIN commitmail json YAML

2014-03-26 08:19:45 UTC MAIN commitmail json YAML

2014-03-26 08:17:59 UTC MAIN commitmail json YAML

2014-03-26 08:17:32 UTC MAIN commitmail json YAML

fix unused, missing splx.

(christos)

2014-03-26 08:09:07 UTC MAIN commitmail json YAML

2014-03-26 08:04:19 UTC MAIN commitmail json YAML

2014-03-26 08:02:38 UTC MAIN commitmail json YAML

2014-03-26 08:01:21 UTC MAIN commitmail json YAML

2014-03-26 06:58:57 UTC MAIN commitmail json YAML

Document the digest combiner functions for libmultigest(3).

(agc)

2014-03-26 06:43:01 UTC MAIN commitmail json YAML

allow the hash combiners to be specified anywhere in the list of
algorithms, not just at the start

(agc)

2014-03-26 06:22:16 UTC MAIN commitmail json YAML

group all the functions for each digest together - makes it easier to
see what is going on in the wrapper section, and to add new digest
algorithms

just use the first two algorithms when calculating comb4p, xor and
hash combiners.

ride the previous version bump.

(agc)

2014-03-26 03:20:18 UTC matt-nb5-mips64 commitmail json YAML

2014-03-26 03:19:32 UTC matt-nb5-mips64 commitmail json YAML

2014-03-26 03:19:11 UTC MAIN commitmail json YAML

2014-03-26 03:18:56 UTC MAIN commitmail json YAML

2014-03-26 02:39:58 UTC MAIN commitmail json YAML

Be consistent and use #define<space>

(matt)

2014-03-26 02:16:05 UTC matt-nb5-mips64 commitmail json YAML

Use adr/bfi to access kernel variables.

(matt)

2014-03-26 02:15:02 UTC matt-nb5-mips64 commitmail json YAML

Use apb/4 for the com freq on !BCM5301X

(matt)

2014-03-26 02:13:54 UTC matt-nb5-mips64 commitmail json YAML

flush the icache after enabling the SCU

(matt)

2014-03-26 02:02:29 UTC matt-nb5-mips64 commitmail json YAML

For non-BCM5301X, set frequency to 1/4 of the apb clock.

(matt)

2014-03-26 02:01:10 UTC matt-nb5-mips64 commitmail json YAML

If BE on armv7, set PSR_E_BIT

(matt)

2014-03-26 02:00:46 UTC matt-nb5-mips64 commitmail json YAML

For armv7, enable BE properly.  Make sure UNAL is always set.

(matt)

2014-03-26 01:59:08 UTC matt-nb5-mips64 commitmail json YAML

Let bus_space so the endian conversion if needed

(matt)

2014-03-26 01:57:04 UTC matt-nb5-mips64 commitmail json YAML

2014-03-26 01:20:34 UTC MAIN commitmail json YAML

Update multigest to version 20140325

+ add digest combiners to the finalisation part of multigest.
  4 combiners are provided:

  + concat (the default, where output is appended)
    collision resistance is needed, but NOT pre-image-resistance,
    second pre-image resistance, PRF

  + comb4p
    (see "On the Security of Hash function Combiners", Ph.D. thesis
    by Anja Lehmann)

http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.187.4611&rep=rep1&type=pdf

    collision-resistant, PRF, target-collision-resistant, and MAC
    not as efficient as other combiners

  + xor (result is final-digest1 ^ final-digest2)
    where PRF needed, but NOT collision resistance

  + hash (finalisation part does is update-digest1(final-digest2()))
    where pre-image-resistance needed, but NOT collision resistance

  these are specified as pseudo-digests in the algorithm specification
  For a discussion of digest combiners, please see:
  https://tahoe-lafs.org/pipermail/tahoe-dev/2010-June/004575.html

+ modify rawsize calculation to only require as many bytes as will appear
  in the resulting hash

(agc)

2014-03-26 01:15:48 UTC matt-nb5-mips64 commitmail json YAML

2014-03-26 01:14:52 UTC MAIN commitmail json YAML

2014-03-25 21:07:59 UTC MAIN commitmail json YAML

Don't modify format string, use asprintf to format the original msg and
syslog the result.

(joerg)

2014-03-25 19:43:49 UTC MAIN commitmail json YAML

2014-03-25 19:41:32 UTC MAIN commitmail json YAML

2014-03-25 18:35:33 UTC MAIN commitmail json YAML

2014-03-25 17:44:34 UTC MAIN commitmail json YAML

Minor change to multigest

+ avoid advancing the pointer in multigest_format_hex to include a NUL
  byte - unintended side effects in callers

(agc)

2014-03-25 17:30:15 UTC MAIN commitmail json YAML

Consistently use long double.

(joerg)

2014-03-25 17:23:37 UTC MAIN commitmail json YAML

Use __printflike.

(joerg)

2014-03-25 17:17:44 UTC MAIN commitmail json YAML

Don't cast to time_t just to implicitly cast to uint32_t next.

(joerg)

2014-03-25 16:41:37 UTC MAIN commitmail json YAML

2014-03-25 16:40:28 UTC MAIN commitmail json YAML

2014-03-25 16:39:27 UTC MAIN commitmail json YAML

2014-03-25 16:30:28 UTC MAIN commitmail json YAML

2014-03-25 16:28:16 UTC MAIN commitmail json YAML

2014-03-25 16:23:58 UTC MAIN commitmail json YAML

2014-03-25 16:21:08 UTC yamt-pagecache commitmail json YAML

comments.  some ascii arts to explain memory consumption.

(yamt)

2014-03-25 16:19:14 UTC MAIN commitmail json YAML

2014-03-25 16:17:33 UTC MAIN commitmail json YAML

Bias the cfi pc expr by nbytes since vax pcrel are relative to end of the
relocation, not the beginning.  By adding the size of relocation, it will
become relative to the start of the relocation.

(matt)

2014-03-25 15:52:33 UTC MAIN commitmail json YAML

2014-03-25 15:52:17 UTC MAIN commitmail json YAML

2014-03-25 15:51:58 UTC MAIN commitmail json YAML

fix unused/uninitialized

(christos)

2014-03-25 15:33:22 UTC MAIN commitmail json YAML

2014-03-25 15:28:15 UTC MAIN commitmail json YAML

2014-03-25 13:38:25 UTC MAIN commitmail json YAML

2014-03-25 12:50:53 UTC MAIN commitmail json YAML

snprintf -> vsnprintf in cpu_setmodel()
now this can actually work
hi christos

(macallan)

2014-03-25 10:44:12 UTC MAIN commitmail json YAML

2014-03-25 10:23:26 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2014-03-25 10:03:51 UTC MAIN commitmail json YAML

Cast to _Unwind_Ptr here as well.

(joerg)

2014-03-25 09:52:56 UTC MAIN commitmail json YAML

Add MKCTF

This variable separates CTF stuffs from MKDTRACE; we can build DTrace
solely without building and using them. This allows us to use DTrace
even if CTF stuffs have problems (actually they have now).

This variable would be merged into MKDTRACE eventually, once CTF stuffs
work correctly again.

(ozaki-r)

2014-03-25 00:50:46 UTC MAIN commitmail json YAML

2014-03-25 00:00:55 UTC MAIN commitmail json YAML

2014-03-24 23:03:21 UTC MAIN commitmail json YAML

Document makeinfo(1) hack.

(tron)

2014-03-24 23:03:02 UTC MAIN commitmail json YAML

Don't compile with fortification. It breaks makeinfo(1) for certain
input files (e.g. "cl.texi" shipped with Emacs 23.4) if it is compiled
with GCC 4.8.3 and "USE_SSP" set to "yes".

(tron)

2014-03-24 22:39:06 UTC MAIN commitmail json YAML

Cast context->ldsa to the correct return type.

(joerg)

2014-03-24 21:26:01 UTC MAIN commitmail json YAML

2014-03-24 21:25:03 UTC MAIN commitmail json YAML

2014-03-24 20:21:02 UTC MAIN commitmail json YAML

2014-03-24 20:08:08 UTC MAIN commitmail json YAML

use cpu_getmodel() to get the model name

(christos)

2014-03-24 20:07:41 UTC MAIN commitmail json YAML

- create  cpu_{g,s}etmodel() and hide cpu_model from direct access.

(christos)

2014-03-24 20:06:33 UTC MAIN commitmail json YAML

2014-03-24 20:05:20 UTC MAIN commitmail json YAML

2014-03-24 20:01:03 UTC MAIN commitmail json YAML

2014-03-24 19:58:04 UTC MAIN commitmail json YAML

2014-03-24 19:57:47 UTC MAIN commitmail json YAML

2014-03-24 19:54:28 UTC MAIN commitmail json YAML

2014-03-24 19:52:27 UTC MAIN commitmail json YAML

2014-03-24 19:46:24 UTC MAIN commitmail json YAML

- use cpu_{g,s}etmodel
- fix unused

(christos)

2014-03-24 19:42:58 UTC MAIN commitmail json YAML

2014-03-24 19:31:40 UTC MAIN commitmail json YAML

2014-03-24 19:29:59 UTC MAIN commitmail json YAML

2014-03-24 19:14:31 UTC MAIN commitmail json YAML

remove dup cpu_model sysctl; use the mi version in hw.

(christos)

2014-03-24 19:13:48 UTC MAIN commitmail json YAML

2014-03-24 19:10:34 UTC MAIN commitmail json YAML

2014-03-24 18:58:00 UTC matt-nb5-mips64 commitmail json YAML

2014-03-24 18:56:43 UTC MAIN commitmail json YAML

2014-03-24 18:53:34 UTC matt-nb5-mips64 commitmail json YAML

Use ldrex/strex instead of swp when possible.

(matt)

2014-03-24 18:51:45 UTC matt-nb5-mips64 commitmail json YAML

Use the cpu_name in ci_data

(matt)

2014-03-24 18:50:51 UTC matt-nb5-mips64 commitmail json YAML

Add sata_fis to ahcisata

(matt)

2014-03-24 18:50:31 UTC MAIN commitmail json YAML

2014-03-24 18:50:08 UTC MAIN commitmail json YAML

avoid local redefinitions

(christos)

2014-03-24 18:49:53 UTC matt-nb5-mips64 commitmail json YAML

2014-03-24 18:48:52 UTC matt-nb5-mips64 commitmail json YAML

2014-03-24 18:47:17 UTC matt-nb5-mips64 commitmail json YAML

2014-03-24 18:46:38 UTC matt-nb5-mips64 commitmail json YAML

2014-03-24 18:45:16 UTC matt-nb5-mips64 commitmail json YAML

Use the improved undefined method from HEAD

(matt)

2014-03-24 18:44:44 UTC matt-nb5-mips64 commitmail json YAML

Need to deal with proc0paddr.

(matt)

2014-03-24 18:44:13 UTC matt-nb5-mips64 commitmail json YAML

2014-03-24 18:43:40 UTC matt-nb5-mips64 commitmail json YAML

2014-03-24 18:43:15 UTC matt-nb5-mips64 commitmail json YAML

2014-03-24 18:42:56 UTC MAIN commitmail json YAML

avoid dup defs, use global macros

(christos)

2014-03-24 18:42:50 UTC matt-nb5-mips64 commitmail json YAML

Deal with those arms who only need one type of freelist.

(matt)

2014-03-24 18:39:57 UTC MAIN commitmail json YAML

2014-03-24 16:50:57 UTC matt-nb5-mips64 commitmail json YAML

2014-03-24 14:15:38 UTC MAIN commitmail json YAML

2014-03-24 13:42:41 UTC MAIN commitmail json YAML

2014-03-24 10:46:58 UTC MAIN commitmail json YAML

2014-03-24 07:38:23 UTC matt-nb5-mips64 commitmail json YAML

2014-03-24 07:37:39 UTC matt-nb5-mips64 commitmail json YAML

Make sure kernel starts on a page boundary.

(matt)

2014-03-24 07:37:14 UTC matt-nb5-mips64 commitmail json YAML

Make sure the hint is initialized to NULL.

(matt)

2014-03-24 07:36:48 UTC matt-nb5-mips64 commitmail json YAML

Fix infinite recursion.

(matt)

2014-03-24 06:27:56 UTC MAIN commitmail json YAML

fix date timestamp

(pettai)

2014-03-24 04:45:08 UTC MAIN commitmail json YAML

Use sizeof(__int128_t) for aarch64 and sizeof(long long) for ARM EABI

(matt)

2014-03-24 04:03:25 UTC MAIN commitmail json YAML

Tidy up locking in cd9660_mount; thrash the lock less, and make it
clear that the lock is only dropped when calling iso_mountfs().

While here, don't use the vnode pointer's value after vrele().

(dholland)

2014-03-24 01:04:37 UTC MAIN commitmail json YAML

Import mDNSResponder-258.14

(pettai)

2014-03-24 00:31:13 UTC MAIN commitmail json YAML

2014-03-24 00:13:23 UTC MAIN commitmail json YAML

Prepare for importing a newer version of mDNSResponder

(pettai)