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 (177d) 

2024-05-10 02:00:24 UTC Now

2013-07-04 22:59:58 UTC MAIN commitmail json YAML

2013-07-04 22:59:28 UTC MAIN commitmail json YAML

When trying to write into page 0, use volatile to force the compiler to
actually create this access.

(joerg)

2013-07-04 22:14:43 UTC MAIN commitmail json YAML

Build glue for including compiler-rt in libc, not hooked up yet.

(joerg)

2013-07-04 22:12:40 UTC MAIN commitmail json YAML

Add helper script for future imports.

(joerg)

2013-07-04 20:57:59 UTC MAIN commitmail json YAML

remove branch prediction hint from bdnzt

(matt)

2013-07-04 17:46:14 UTC MAIN commitmail json YAML

Use kqueue on *BSD, not just NetBSD.

(pooka)

2013-07-04 11:58:11 UTC MAIN commitmail json YAML

Add a note explaining why there's a homegrown __STRING, __CONCAT, etc.

(pooka)

2013-07-04 11:46:51 UTC MAIN commitmail json YAML

Determine the interface name and the names of exported symbols based
on VIRTIF_BASE.  This allows using various different packet-shoveling
backends in the same rump kernel.

(pooka)

2013-07-04 11:36:17 UTC MAIN commitmail json YAML

Swap order of _CITRUS_LC_MONETARY_SYM_INT_N_CS_PRECEDES and
_CITRUS_LC_MONETARY_SYM_INT_P_SEP_BY_SPACE to match data files.

(joerg)

2013-07-04 10:14:04 UTC MAIN commitmail json YAML

Apparently warning flags are not kept in CWARNFLAGS.  Compensate.

(pooka)

2013-07-04 10:09:55 UTC MAIN commitmail json YAML

Some systems provide ioctl() via unistd.h
(not that this is going to work there, but at least we don't
get unnecessary compiler warnings)

(pooka)

2013-07-04 09:58:28 UTC MAIN commitmail json YAML

Avoid not-used warning on NetBSD

(pooka)

2013-07-04 09:48:01 UTC MAIN commitmail json YAML

2013-07-04 09:39:48 UTC MAIN commitmail json YAML

2013-07-04 09:26:14 UTC MAIN commitmail json YAML

Sync with {Open,Free}BSD.

(msaitoh)

2013-07-04 02:58:20 UTC MAIN commitmail json YAML

Simplify error handling and make it actually return a useable error code.
(Maxime Villard)

(christos)

2013-07-03 21:37:35 UTC MAIN commitmail json YAML

Add l2pte_set and l2pte_reset inlines to set/reset a pte.  These will be
used to support > 4KB pages sizes.
Don't use >> L1_S_SHIFT, use L1_IDX() instead.

(matt)

2013-07-03 21:20:45 UTC MAIN commitmail json YAML

Check snprintf for -1 (Maxime Villard)

(christos)

2013-07-03 20:17:07 UTC MAIN commitmail json YAML

2013-07-03 19:23:46 UTC MAIN commitmail json YAML

Adjust for rump_virtif_create() removal.  Incidentally, this reduces
the number of exported symbols by one (which is useful for phase 2).

(pooka)

2013-07-03 19:22:22 UTC MAIN commitmail json YAML

2013-07-03 19:21:12 UTC MAIN commitmail json YAML

Having a system-supplied function interface to create virt(4) is not
fully useful when the system doesn't supply anything to configure the
interface with.  So remove rump_virtif_create(), that functionality
is now taken care of with ifcloner.

(pooka)

2013-07-03 19:13:33 UTC MAIN commitmail json YAML

Remove makevirtif(), it's not likely to be used in testing.
(and this file should go away anyway in favor of using ifconfig etc.)

(pooka)

2013-07-03 17:10:28 UTC MAIN commitmail json YAML

Make RUMP_LOCKDEBUG work again.
With some help from pooka@.

(njoly)

2013-07-03 15:39:23 UTC MAIN commitmail json YAML

Remove spurious empty line

(reinoud)

2013-07-03 15:30:24 UTC MAIN commitmail json YAML

restore deleted conditional

(matt)

2013-07-03 15:29:34 UTC MAIN commitmail json YAML

- fetch fill colour for text drawing in CheckComposite, swap red and blue
  channels as needed
- support solid sources without a drawable
now gtk2 apps no longer crash the Xserver and text is drawn in the correct
colour
next step: 32bit PictOpOver with 32bit mask, gtk2 seems to use those a lot

(macallan)

2013-07-03 15:26:42 UTC MAIN commitmail json YAML

2013-07-03 15:24:35 UTC MAIN commitmail json YAML

Collapse multiple inlines and move repeated tests into them.
No functional change.

(matt)

2013-07-03 15:21:35 UTC MAIN commitmail json YAML

Fix the setting of sc->bge_flags for 5717 and newer devices. Reported by
Mike Belopuhov.

(msaitoh)

2013-07-03 15:08:01 UTC MAIN commitmail json YAML

2013-07-03 15:06:25 UTC MAIN commitmail json YAML

Allow alternate interface base names to be specified at compile time.

(pooka)

2013-07-03 14:35:29 UTC MAIN commitmail json YAML

On removing a directory make sure the leaf directory doesn't have a valid '..'
link anymore. In a corner case this leaf can be held by a process as a CWD. It
is guaranteed to be empty at this stage so we trunc it removing the only valid
FID, being the '..' entry.

Solves part of PR kern/47987
Solves tests/vfs/t_vnops udf_dir_rmdirdotdot

(reinoud)

2013-07-03 14:29:28 UTC MAIN commitmail json YAML

Just split it into two strings and eliminate the newline.
This goes into .ident so the newline doesn't matter.

(matt)

2013-07-03 14:16:01 UTC MAIN commitmail json YAML

remove unneeded initialization.

(christos)

2013-07-03 14:15:47 UTC MAIN commitmail json YAML

check that stat succeeded before testing the guts of struct stat
(Manime Villard)

(christos)

2013-07-03 14:01:29 UTC MAIN commitmail json YAML

Enable tests which does not require rump if MKRUMP=no.
Pointed out by christos on source-changes-d.

(nakayama)

2013-07-03 12:55:34 UTC MAIN commitmail json YAML

Typo in debug message: we are removing a directory and not a file.

(reinoud)

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

On growing a node that was recorded inside the (E)FE, don't forget to set the
size of the node to the NEW size. This was reported by the `t_io
udf_shrinkfile' testcase.

Fixes PR kern/47985

(reinoud)

2013-07-03 05:49:36 UTC MAIN commitmail json YAML

Add BGE_JUMBO_CAPABLE flag to some chips. Before this commit,
the following chips support the jumbo frame function:

5700
5701
5702
5703
5704

With this commit, the following chip support it, too:

5714
5780
5717
5718
5719 (exclude rev. A0)
5720
57765
57766

(msaitoh)

2013-07-03 05:23:04 UTC MAIN commitmail json YAML

Add pmap_domain and pmap_l1_kva inlines.

(matt)

2013-07-03 02:05:53 UTC MAIN commitmail json YAML

support PictOpOver with 32bit source without alpha, alpha in mask
now KDE3 looks mostly right
( yes, it's almost usable on a 125MHz HyperSPARC )
gtk2 apps still crash though

(macallan)

2013-07-02 22:39:45 UTC MAIN commitmail json YAML

make a diagnostic message more informative.

(christos)

2013-07-02 20:53:10 UTC MAIN commitmail json YAML

Sort sections. New sentence, new line. Fix macro.

(wiz)

2013-07-02 17:56:06 UTC MAIN commitmail json YAML

rump is required for tests under tests/net/net.

(nakayama)

2013-07-02 15:05:53 UTC MAIN commitmail json YAML

Small patch to clarify last_lba and now using size confusingly. No functional
change.

(reinoud)

2013-07-02 15:00:55 UTC MAIN commitmail json YAML

Use the new extension to newfs_udf to generate a decent image for rump to work
on instead of an FFS(!) version.

(reinoud)

2013-07-02 14:59:01 UTC MAIN commitmail json YAML

Update newfs_udf to allow for creating file images with -F and specifying
sector sizes with -S.

For this i had to recycle the -S parameter but its preserved as an extension
to the -P parameter. These parameters are hardly ever use though since using
either or both the origional -S and the -P parameter without specific values
would break the standard. Also the -F now has a double meaning.

(reinoud)

2013-07-02 13:27:43 UTC MAIN commitmail json YAML

Initialize some variables to make the vax build happy.

XXX Not sure why this problem only showed up on vax builds.

(pgoyette)

2013-07-02 11:59:47 UTC MAIN commitmail json YAML

2013-07-02 09:35:48 UTC MAIN commitmail json YAML

Split tlb related stuff into pmap_tlb.h so that can be used for ASID mgmt
for non-soft TLB pmaps.

(matt)

2013-07-02 06:07:11 UTC MAIN commitmail json YAML

Rework to have CPU_PREARMV6, CPU_ARMV6, as well as CPU_ARMV7

(matt)

2013-07-02 05:57:00 UTC MAIN commitmail json YAML

2013-07-02 05:55:47 UTC MAIN commitmail json YAML

Add TTBCR definitions

(matt)

2013-07-02 05:52:15 UTC MAIN commitmail json YAML

2013-07-02 05:50:53 UTC MAIN commitmail json YAML

Use __func__ in UVMHIST_FUNC

(matt)

2013-07-02 02:15:14 UTC MAIN commitmail json YAML

2013-07-02 01:39:17 UTC MAIN commitmail json YAML

move proto to small

(christos)

2013-07-02 00:18:24 UTC MAIN commitmail json YAML

Fix memset arguments.

(joerg)

2013-07-02 00:01:17 UTC MAIN commitmail json YAML

- remove unused variable
- call rdmsr() twice to avoid the 5.4210108624275222e-18% probability that
  rdmsr() returns 0.
From dsl@

(christos)

2013-07-01 23:58:43 UTC MAIN commitmail json YAML

Ensure free(3) is declared before use.

(joerg)

2013-07-01 21:59:20 UTC MAIN commitmail json YAML

Fix option parsing on unsigned char platforms.

(joerg)

2013-07-01 20:51:59 UTC MAIN commitmail json YAML

Don't pick up strcmp as macro from libkern.h.

(joerg)

2013-07-01 20:02:15 UTC MAIN commitmail json YAML

Remove now-needless rump cprng_strong_deplete stub.

These rump stubs need to go away at some point...

(riastradh)

2013-07-01 19:46:01 UTC MAIN commitmail json YAML

Apply suggested patch from Alan Coopersmith:

XRRGetProviderInfo returned bad associated_capability list in 64-bit

Unlike most of the values returned by this function, which are arrays
of XIDs (long int), associated_capability is defined as an array of
unsigned int.  _XRead32 reads 32-bit values from the wire protocol
and writes them to the provided buffer as an array of long ints, even
if that means expanding them from 32-bit to 64-bit.  Doing that for
associated_capability resulted in a garbage value between each actual
value, and overflowing the provided buffer into the space for the
provider name (which is written later and would overwrite the overflowed
data).

Created xhiv libXrandr/XRRGetProviderInfo test case to test & confirm.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

Fixes PR 47979, reported and fix tested by martin@

(wiz)

2013-07-01 15:22:00 UTC MAIN commitmail json YAML

Fix races in /dev/u?random initialization and accounting.

- Push /dev/random `information-theoretic' accounting into cprng(9).
- Use percpu(9) for the per-CPU CPRNGs.
- Use atomics with correct memory barriers for lazy CPRNG creation.
- Remove /dev/random file kmem grovelling from fstat(1).

(riastradh)

2013-07-01 15:16:33 UTC MAIN commitmail json YAML

Instead of borrowing the mount code to get the nfs arguments, just use
the system call directly. It is shorter and works...

(christos)

2013-07-01 12:48:03 UTC MAIN commitmail json YAML

Explicitly disable unwind table generation.

(joerg)

2013-07-01 12:43:15 UTC MAIN commitmail json YAML

Add MLD_LISTENER_REDUCTION per RFC 3542. Requested by Lorenzo Colitti.

(christos)

2013-07-01 08:32:48 UTC MAIN commitmail json YAML

2013-06-30 22:02:56 UTC MAIN commitmail json YAML

2013-06-30 22:02:29 UTC MAIN commitmail json YAML

2013-06-30 21:56:44 UTC MAIN commitmail json YAML

Move stand to its own line.

(matt)

2013-06-30 21:54:26 UTC MAIN commitmail json YAML

Add -fno-unwind-tables
Add CPUFLAGS=-mcpu-strongarm
Add ${_MKTARGET_LINK}

(matt)

2013-06-30 21:38:59 UTC MAIN commitmail json YAML

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

Strings are NUL-terminated, not NULL-terminated.

(wiz)

2013-06-30 17:23:52 UTC MAIN commitmail json YAML

Fix pf module build. Adjust pfil_remove_hook 3rd arguments.

(njoly)

2013-06-30 16:04:36 UTC MAIN commitmail json YAML

Raise lo0 so that ipv6 config gets done for it.

Requested and tested by Justin Cormack.

(pooka)

2013-06-30 15:42:43 UTC MAIN commitmail json YAML

Initialize mount args version info.
Add comment about a bogusly used "newfs" where "newfs_udf" is meant.

(martin)

2013-06-30 15:05:49 UTC MAIN commitmail json YAML

Fix copy & pasto, notice by Nicolas Joly, one step closer to solving
PR kern/47974.

(martin)

2013-06-30 14:58:49 UTC MAIN commitmail json YAML

Update pf to pfil(9) changes.  Missed in previous commit.

(rmind)

2013-06-30 12:20:32 UTC MAIN commitmail json YAML

RUMP fix: ifdef weak alias.  Pointed out by martin@.

(rmind)

2013-06-30 11:48:42 UTC MAIN commitmail json YAML

Fix second problem noted by Henning Petersen in PR 47975:
renameat is in unistd.h. Bump date.

(wiz)

2013-06-30 11:47:00 UTC MAIN commitmail json YAML

Fix typo in SYNOPSIS. From Henning Petersen in PR 47975.

(wiz)

2013-06-30 11:34:54 UTC MAIN commitmail json YAML

2013-06-30 11:31:43 UTC MAIN commitmail json YAML

Use copystring instead of UNCONST.

This version has a higher chance of being accepted upstream.

(wiz)

2013-06-30 10:07:43 UTC MAIN commitmail json YAML

Rearrange to make lint deal with it (to unbreak the build).
Someone please (1) fix lint and then (2) back this out ;-)

(martin)

2013-06-30 08:00:35 UTC MAIN commitmail json YAML

For O32, don't save $gp on the stack, save $s0 instead and just keep $gp
in $s0.

(matt)

2013-06-30 07:50:54 UTC MAIN commitmail json YAML

When opening a ttys files, try path.<machine> first.  This helps
machine archs which have multiple ttys files (arm, mips, powerpc, m68k, sh3)

(matt)

2013-06-30 00:00:53 UTC MAIN commitmail json YAML

Welcome to NetBSD 6.99.23: pfil(9) changes.

(rmind)

2013-06-29 23:06:29 UTC MAIN commitmail json YAML

one copy of the name is enough, and free it.

(christos)

2013-06-29 22:56:26 UTC MAIN commitmail json YAML

declare the variables that getnfsargs need in getnfsargs so that they can
easily be used from other programs.

(christos)

2013-06-29 22:53:04 UTC MAIN commitmail json YAML

Use the protocol we mounted the filesystem with instead of always udp.
(untested, but should fail back to udp).

(christos)

2013-06-29 21:06:58 UTC MAIN commitmail json YAML

2013-06-29 20:44:52 UTC MAIN commitmail json YAML

am335x_cpu_clk is now am335x_sys_clk and am335x_cpu_clk and they are now
in <arm/omap>.

(matt)

2013-06-29 20:43:33 UTC MAIN commitmail json YAML

Move am335x_sys_clk() and am335x_cpu_clk() here.

(matt)

2013-06-29 20:41:47 UTC MAIN commitmail json YAML

Small rewording of the examples section.

(reinoud)

2013-06-29 20:21:41 UTC MAIN commitmail json YAML

Add code to allow changing the cpu frequency.
XXX the sysctl_createv fails for "current" with ENOENT.

(matt)

2013-06-29 20:20:17 UTC MAIN commitmail json YAML

Add a prcm_bootstrap(bus_space_handle_t) so that early bootstrap code can use
prcm_read_4 and prcm_write_4.

(matt)

2013-06-29 20:19:54 UTC MAIN commitmail json YAML

Make the softc static.  Add a prcm_bootstrap(bus_space_handle_t) so that
early bootstrap code can use prcm_read_4 and prcm_write_4.

(matt)

2013-06-29 16:50:51 UTC MAIN commitmail json YAML

sy_invoke: cache the predicate value and simplify the logic (also, fix the
tab/space mess while here).

(rmind)

2013-06-29 16:02:01 UTC MAIN commitmail json YAML

libkern: add murmurhash module.

(rmind)

2013-06-29 15:19:32 UTC MAIN commitmail json YAML

PR/47973: Justin Cormack: build uses <sys/signal.h> not in POSIX

(christos)

2013-06-29 12:22:48 UTC MAIN commitmail json YAML

Added entries:  BIOS, DP, DVI, HDMI
Changed entries: BIOS, CGA, DDWG, DP, DVI, EGA, HDCP, HDMI, MCGA, MDA, OQL,
                RAID, RDF, SMBIOS, SVGA, VESA, VGA, XGA

Patch supplied by Bug Hunting.

(jdf)

2013-06-29 08:14:31 UTC MAIN commitmail json YAML

2013-06-29 05:08:35 UTC MAIN commitmail json YAML

Change to home directory only after setting the full user context
to avoid issues with NFS or other user-mapped mounts that don't
give root the privilege to chdir there.

(mlelstv)

2013-06-29 04:52:55 UTC MAIN commitmail json YAML

add "maxthread" tunable to login.conf to adjust RLIMIT_NTHR.
PR/47626
ok'ed by christos

(yamt)

2013-06-28 22:13:56 UTC MAIN commitmail json YAML

2013-06-28 19:24:29 UTC MAIN commitmail json YAML

Bump the INSTALL ramdisk by 100k so that the contents fits again.
Approved by nonaka@

(he)

2013-06-28 18:32:55 UTC MAIN commitmail json YAML

Use proper format string.

(wiz)

2013-06-28 17:36:18 UTC MAIN commitmail json YAML

prevent re-entry race and crash

(christos)

2013-06-28 17:25:47 UTC MAIN commitmail json YAML

2013-06-28 17:20:16 UTC MAIN commitmail json YAML

Prevent buffer overflows; reported by Maxime Villard

(christos)

2013-06-28 17:13:35 UTC MAIN commitmail json YAML

Make this compile again.

(matt)

2013-06-28 16:53:55 UTC MAIN commitmail json YAML

2013-06-28 16:14:06 UTC MAIN commitmail json YAML

Remove duplicate define of LFS_MAXNAMLEN

(matt)

2013-06-28 15:48:02 UTC MAIN commitmail json YAML

2013-06-28 15:46:37 UTC MAIN commitmail json YAML

2013-06-28 15:44:27 UTC MAIN commitmail json YAML

Use ANSI C string concatenation

(matt)

2013-06-28 15:38:56 UTC MAIN commitmail json YAML

Use a multiple of 256 for the size.

(matt)

2013-06-28 15:34:22 UTC MAIN commitmail json YAML

2013-06-28 15:33:40 UTC MAIN commitmail json YAML

2013-06-28 15:32:20 UTC MAIN commitmail json YAML

2013-06-28 15:32:07 UTC MAIN commitmail json YAML

Bump MEMORY_DISK_ROOT_SIZE to fix build.

(htodd)

2013-06-28 15:31:26 UTC MAIN commitmail json YAML

2013-06-28 15:26:57 UTC MAIN commitmail json YAML

2013-06-28 15:04:35 UTC MAIN commitmail json YAML

2013-06-28 14:49:14 UTC MAIN commitmail json YAML

2013-06-28 14:48:17 UTC MAIN commitmail json YAML

2013-06-28 14:46:45 UTC MAIN commitmail json YAML

Fix the non-thunderbolt case. XXX: Is that right even?
http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html

(christos)

2013-06-28 14:44:15 UTC MAIN commitmail json YAML

2013-06-28 14:42:31 UTC MAIN commitmail json YAML

2013-06-28 14:31:49 UTC MAIN commitmail json YAML

Print the ioapic version using unambiguous base.

From Felix Deichmann.

(jakllsch)

2013-06-28 13:04:06 UTC MAIN commitmail json YAML

Add the rumpfs_udf to the LDADD variable

(reinoud)

2013-06-28 12:45:03 UTC MAIN commitmail json YAML

re-run mknative-gcc.  pickups fixes for ENABLE_SHARED (which
might want to be pulled up to netbsd-6?), removes the
entirely wrong -I/usr/include/libelf from various include flags
and fixes for when NEWCONFIGDIR != NETBSDSRCDIR.

i should fix PR 47955 but i haven't setup a system to test.

(mrg)

2013-06-28 10:13:18 UTC MAIN commitmail json YAML

Prefer Aq to \*[Lt] etc.

(wiz)

2013-06-28 08:30:10 UTC MAIN commitmail json YAML

pass both NEWCONFIGDIR and NETBSDSRCDIR to mknative-gcc.

(mrg)

2013-06-28 07:59:32 UTC MAIN commitmail json YAML

If we die and there are no timers, just exit.

(roy)

2013-06-28 06:17:37 UTC MAIN commitmail json YAML

The default of hpcarm's MACHINE_ARCH is arm.

(msaitoh)

2013-06-28 06:00:30 UTC MAIN commitmail json YAML

Make this like all other INSTALL files.  Override RAMDISKNAME to sshramdisk

(matt)

2013-06-28 05:59:59 UTC MAIN commitmail json YAML

Bump memory disk to 3.5MB

(matt)

2013-06-28 05:59:38 UTC MAIN commitmail json YAML

Add RAMDISKNAME to allow a config to override the default name (ramdisk).

(matt)

2013-06-28 05:58:57 UTC MAIN commitmail json YAML

2013-06-28 02:31:16 UTC MAIN commitmail json YAML

Add a routine to set the mpu multiplier.  (not used yet)

(matt)

2013-06-28 01:23:38 UTC MAIN commitmail json YAML

Make sbdrop panic more verbose

(matt)

2013-06-28 01:23:05 UTC MAIN commitmail json YAML

Make m_copydata panics more verbose

(matt)

2013-06-28 01:21:45 UTC MAIN commitmail json YAML

Convert a KASSERT to a KASSERTMSG

(matt)

2013-06-28 01:21:06 UTC MAIN commitmail json YAML

Make page loaning in pipes color aware.

(matt)

2013-06-28 01:13:40 UTC MAIN commitmail json YAML

ufs -> ffsv1 (ffsv2 is commentout due to size limitations)

(matt)

2013-06-28 00:53:04 UTC MAIN commitmail json YAML

Add code to make eMMC 8-bit (disabled) since it still needs code in omap3_sdhc
to actually enable 8-bit mode.

(matt)

2013-06-28 00:52:02 UTC MAIN commitmail json YAML

Remove -d from BOOT_ARGS
Remove HWCLOCK definitions

(matt)

2013-06-28 00:50:23 UTC MAIN commitmail json YAML

2013-06-27 23:22:04 UTC MAIN commitmail json YAML

fix descriptor leaks.  PR/47805

this fix was taken from FreeBSD SVN rev 199953 (Jilles Tjoelker)
    ------------------------------------------------------------------------
    r199953 | jilles | 2009-11-30 07:33:59 +0900 (Mon, 30 Nov 2009) | 16 lines

    Fix some cases where file descriptors from redirections leak to programs.

    - Redirecting fds that were not open before kept two copies of the
      redirected file.
sh -c '{ :; } 7>/dev/null; fstat -p $$; true'
(both fd 7 and 10 remained open)
    - File descriptors used to restore things after redirection were not
      set close-on-exec, instead they were explicitly closed before executing
      a program normally and before executing a shell procedure. The latter
      must remain but the former is replaced by close-on-exec.
sh -c 'exec 7</; { exec fstat -p $$; } 7>/dev/null; true'
(fd 10 remained open)

    The examples above are simpler than the testsuite because I do not want to
    use fstat or procstat in the testsuite.

(yamt)

2013-06-27 21:57:21 UTC MAIN commitmail json YAML

Remove check that can never be true.

clang warns:
warning: comparison of constant 268435455 with expression of type
'CARD16' (aka 'unsigned short') is always false

Sent upstream, will probably be merged soon.

(wiz)

2013-06-27 21:55:10 UTC MAIN commitmail json YAML

* adjust indentation of list block
* fix capitalization
* remove superfluous word ('The')

Patch supplied by Bug Hunting.

(jdf)

2013-06-27 21:24:39 UTC MAIN commitmail json YAML

2013-06-27 21:24:08 UTC MAIN commitmail json YAML

2013-06-27 21:23:21 UTC MAIN commitmail json YAML

2013-06-27 21:22:46 UTC MAIN commitmail json YAML

New sentence, new line. Fix typo. Remove 'i'.

(wiz)

2013-06-27 21:22:16 UTC MAIN commitmail json YAML

2013-06-27 21:21:05 UTC MAIN commitmail json YAML

2013-06-27 21:16:20 UTC MAIN commitmail json YAML

move assignment outside setjmp, because static analyzers are not smart enough
to know that it is impossible for id to be uninitialized.

(christos)

2013-06-27 20:17:36 UTC MAIN commitmail json YAML

2013-06-27 20:14:25 UTC MAIN commitmail json YAML

add pktinfo stuff

(christos)

2013-06-27 20:03:36 UTC MAIN commitmail json YAML

2013-06-27 20:01:24 UTC MAIN commitmail json YAML

2013-06-27 19:38:16 UTC MAIN commitmail json YAML

2013-06-27 18:54:31 UTC MAIN commitmail json YAML

use sbcreatecontrol1() and m_add() instead of open-coding everything, and
getting it slightly wrong.

(christos)

2013-06-27 18:53:18 UTC MAIN commitmail json YAML

Introduce a more general method of sbcreatecontrol, sbcreatecontrol1 that
can take flags (M_WAITOK), and allocate large messages if needed. It also
returns the allocated pointer instead of copying the data to the passed
pointer. Implement sbcreatecontrol() using that.

(christos)

2013-06-27 17:47:18 UTC MAIN commitmail json YAML

- add m_add() that puts an mbuf to end of a chain
- m_append() and m_align() with their family
- remove parameters from prototypes

(christos)

2013-06-27 15:46:40 UTC MAIN commitmail json YAML

Check valid lengths of RDNSS and DNSSL options when rtadvd receives RA/RS.
rtadvd doesn't actually look into the option itself, but it may do in the
future to warn about consistency.

(roy)

2013-06-27 15:27:46 UTC MAIN commitmail json YAML

2013-06-27 14:58:55 UTC MAIN commitmail json YAML

Only print CBAR on those cortex with CBAR

(matt)

2013-06-27 14:52:58 UTC MAIN commitmail json YAML

remove file that did not go before.

(christos)

2013-06-27 14:51:30 UTC MAIN commitmail json YAML

2013-06-27 14:44:22 UTC MAIN commitmail json YAML

export ENABLE_SHARED again, for mknative.

(mrg)

2013-06-27 14:43:29 UTC MAIN commitmail json YAML

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

Check for needed authentication even before redirecting.

(martin)

2013-06-27 13:00:43 UTC MAIN commitmail json YAML

Fix debug output for redirects

(martin)

2013-06-27 12:44:58 UTC MAIN commitmail json YAML

Remove clang workaround, problem was fixed using upstream commit.

(wiz)

2013-06-27 12:44:11 UTC MAIN commitmail json YAML

Fix a comparison of constant warning with clang

From upstream:
commit 9acc14c34a372b54f9075ec3611588298fb2a501
Author: Akira TAGOH <akira@tagoh.org>
Date:  Wed Jun 26 12:03:38 2013 +0900

(wiz)

2013-06-27 12:20:08 UTC MAIN commitmail json YAML

Fix copy&pasto in debug output

(martin)

2013-06-27 11:02:20 UTC MAIN commitmail json YAML

After handling a request by sending a redirect, do not proceed with the normal
request handling (which would typically add error output after the end
of the redirect message).

(martin)

2013-06-27 10:01:31 UTC MAIN commitmail json YAML

Redo previous (fixing a memory leak introduced), and while there rework
virtual server support - in daemonized mode mixed virtual and "main"
server usage would alter the virtual hostname depending on order of
requests.
To fix, move the effective virtual hostname into the request structure
and leave the httpd server description static.

(martin)

2013-06-27 09:57:49 UTC MAIN commitmail json YAML

Move the location of wm_check_mng_mode() and wm_get_wakeup() in wm_attach().
Those functions access EEPROM, so they have to call after identifying EEPROM
access type. This modification may change the behavior of BMC(IPMI).

(msaitoh)

2013-06-27 09:38:08 UTC MAIN commitmail json YAML

Since UDF volumes are always mounted async, the simple UBC purging with
VOP_PUTPAGES() was never triggered resulting in far too much data in the UBC
that needed to be written out. This could result in instability on small
memory machines.

(reinoud)

2013-06-27 03:37:21 UTC MAIN commitmail json YAML

Add -fPIC to compile of crtbeginS.o

(matt)

2013-06-27 03:03:16 UTC MAIN commitmail json YAML

2013-06-27 03:00:53 UTC MAIN commitmail json YAML

2013-06-27 02:38:39 UTC MAIN commitmail json YAML

use NETBSDSRCDIR to find mpc/mpfr/gmp, not NEWCONFIGDIR, the
latter which is for finding a r/w directory to write to if
we're running from a read-only tree.

(mrg)

2013-06-27 01:34:34 UTC netbsd-6-1 commitmail json YAML

2013-06-27 01:29:54 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #911):
external/gpl3/binutils/dist/ld/emultempl/elf32.em: revision 1.6
PR 47922: Properly resolve DT_NEEDED entries under sysroot and don't
accidently try the installed system.

(msaitoh)

2013-06-27 01:27:57 UTC netbsd-6-0 commitmail json YAML

2013-06-27 01:26:36 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #911):
external/gpl3/binutils/dist/ld/emultempl/elf32.em: revision 1.6
PR 47922: Properly resolve DT_NEEDED entries under sysroot and don't
accidently try the installed system.

(msaitoh)

2013-06-27 01:19:36 UTC netbsd-6 commitmail json YAML

2013-06-27 01:18:32 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #911):
external/gpl3/binutils/dist/ld/emultempl/elf32.em: revision 1.6
PR 47922: Properly resolve DT_NEEDED entries under sysroot and don't
accidently try the installed system.

(msaitoh)

2013-06-27 01:02:13 UTC MAIN commitmail json YAML

Add earm aliases for various arm ports (ecats, hpcearm, eshark, etc.)

(matt)

2013-06-27 01:01:08 UTC MAIN commitmail json YAML

Don't force MACHINE_ARCH to be arm

(matt)

2013-06-27 00:38:18 UTC MAIN commitmail json YAML

back out previous, fix is in tsc.c

(christos)

2013-06-27 00:37:35 UTC MAIN commitmail json YAML

detect a bad msr tsc and don't use it.

(christos)