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

2024-05-10 12:06:50 UTC Now

2012-11-03 07:59:46 UTC MAIN commitmail json YAML

2012-11-03 05:22:24 UTC MAIN commitmail json YAML

2012-11-03 05:19:49 UTC MAIN commitmail json YAML

2012-11-03 05:19:34 UTC MAIN commitmail json YAML

Convert the old src/regress/mqueue test to ATF

(pgoyette)

2012-11-03 04:51:17 UTC MAIN commitmail json YAML

Fix build break due to signed/unsigned comparison

(pgoyette)

2012-11-03 03:10:51 UTC MAIN commitmail json YAML

2012-11-03 03:10:35 UTC MAIN commitmail json YAML

cast return of sysconf

(christos)

2012-11-03 02:25:13 UTC MAIN commitmail json YAML

Allow cond_state[] to grow.
The need is rare, but real.

Reviewed by: christos

(sjg)

2012-11-03 00:52:41 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2012-11-03 00:50:05 UTC MAIN commitmail json YAML

Separate SEE ALSO entries with comma.

(wiz)

2012-11-02 21:44:52 UTC MAIN commitmail json YAML

2012-11-02 21:43:07 UTC MAIN commitmail json YAML

2012-11-02 21:41:26 UTC MAIN commitmail json YAML

add _SC_PHYS_PAGES

(christos)

2012-11-02 21:38:29 UTC MAIN commitmail json YAML

Hah! Size is actually in megaBIT!

(ahoka)

2012-11-02 21:27:46 UTC MAIN commitmail json YAML

2012-11-02 21:17:26 UTC MAIN commitmail json YAML

Add assertions and remove bogus ctassert.

(ahoka)

2012-11-02 21:07:07 UTC MAIN commitmail json YAML

2012-11-02 21:00:23 UTC MAIN commitmail json YAML

make this standalone, like every others (except OpenBSD)

(christos)

2012-11-02 20:55:01 UTC MAIN commitmail json YAML

Fix a typo and add a debug print.

(ahoka)

2012-11-02 20:09:02 UTC MAIN commitmail json YAML

My PowerMac3,1 is using gpio4 to detect a connected headphone, and I would bet
that the same is true for PowerMac3,2.

(phx)

2012-11-02 19:50:23 UTC MAIN commitmail json YAML

Use %zu formats to print size_t values.

(pgoyette)

2012-11-02 17:51:03 UTC MAIN commitmail json YAML

Add indirectly configured spdmem devices for Tadpole SPARCle.

(jdc)

2012-11-02 17:47:30 UTC MAIN commitmail json YAML

In register_device(), skip indirectly attached iic children (ia_name is NULL).

(jdc)

2012-11-02 17:14:41 UTC MAIN commitmail json YAML

2012-11-02 17:03:16 UTC MAIN commitmail json YAML

- better usage messages
- verbose can be local
- add static

(christos)

2012-11-02 16:55:02 UTC MAIN commitmail json YAML

2012-11-02 16:47:42 UTC MAIN commitmail json YAML

cross reference flock(1)

(christos)

2012-11-02 16:43:16 UTC MAIN commitmail json YAML

When uvm_io reserves kernel address space, make sure it's starts with the
same color as the user address space being copied.

(matt)

2012-11-02 16:32:36 UTC MAIN commitmail json YAML

cross reference shlock(1)

(christos)

2012-11-02 15:44:07 UTC MAIN commitmail json YAML

Only create the "i2c-child-devices" property if we actually found any
child devices (rather than unconditionally).
Allows indirect config of i2c busses to work (e,g. for Tadpole SPARCle).

(jdc)

2012-11-02 14:59:11 UTC MAIN commitmail json YAML

fix autoconf output (don't print from the match routine).

(chs)

2012-11-02 14:53:04 UTC MAIN commitmail json YAML

our current gcc puts the loop after the RAS_END() label on several
platforms, adjust the code so that gcc does the right thing again.

(chs)

2012-11-02 13:31:26 UTC MAIN commitmail json YAML

need rumpuser_mutex_init_kmutex() these days

(pooka)

2012-11-02 12:47:57 UTC MAIN commitmail json YAML

we don't truncate seconds anymore.

(christos)

2012-11-02 12:47:23 UTC MAIN commitmail json YAML

- use modern timer functions to handler fractional wait
- add a function to print the full command line
- use sigaction so signals interrupt us

(christos)

2012-11-02 12:39:02 UTC MAIN commitmail json YAML

PIXMAN_OP_any may be stored in variables of type pixman_op_t (which
is an enum type).  Change the way pixman_op_t is defined, so that
PIXMAN_OP_any is now a valid value of the enum type, instead of being
a #define'd constant that was out of range.  This fixes warnings from
clang -Wtautological-constant-out-of-range-compare.

(apb)

2012-11-02 12:30:01 UTC MAIN commitmail json YAML

subroutine is a variable of an enum type.  BRW_WM_MAX_SUBROUTINE
is a #define'd constant which is known at compile time to be
larger than the maximum possible value of the enum.  Cast these
values to (int) in an assert(), to avoid a warning from clang
-Wtautological-constant-out-of-range-compare.

(apb)

2012-11-02 12:24:52 UTC MAIN commitmail json YAML

- Update to the version on github.com.
- Fix stmt_bind(): SQLite makes a copy of the string passed (which can be
  garbage collected).  Problem found by Kubo Takehiro.

(mbalmer)

2012-11-02 12:07:58 UTC MAIN commitmail json YAML

Prague airport was renamed to Vaclav Havel airport Prague on october 5th, 2012.

(mbalmer)

2012-11-02 11:11:27 UTC MAIN commitmail json YAML

Start restoring the ability to run rump kernels on non-threading
hypervisors.

Step 1: make this compile again (it's not complete, but
at least it compiles).

(pooka)

2012-11-02 08:36:13 UTC MAIN commitmail json YAML

print something before sleeping so that a user like me can see
what the mysterious pause is.

(yamt)

2012-11-02 08:33:16 UTC MAIN commitmail json YAML

2012-11-02 08:31:29 UTC MAIN commitmail json YAML

2012-11-02 08:30:05 UTC yamt-pagecache commitmail json YAML

tweak integrity_sync cases
some comments

(yamt)

2012-11-02 08:26:33 UTC yamt-pagecache commitmail json YAML

uvn_findpage: fix dense case.  add comments.

(yamt)

2012-11-02 08:22:33 UTC yamt-pagecache commitmail json YAML

2012-11-02 08:19:23 UTC yamt-pagecache commitmail json YAML

2012-11-02 08:19:04 UTC yamt-pagecache commitmail json YAML

2012-11-02 07:55:39 UTC MAIN commitmail json YAML

In XGI_GetTVPtrIndex2(), return the correct value through *tempch
by using (*tempch)++ instead of *tempch++.
Found using clang -Wunused-value.

(apb)

2012-11-02 07:47:19 UTC MAIN commitmail json YAML

Add returns in non-void functions.  Found using clang -Wreturn-type.

(apb)

2012-11-02 07:44:10 UTC MAIN commitmail json YAML

printf format fixes, found using clang -Wformat.
Some are fixed by adding casts, some by changing the format string,
and some by changing the type of the variable.

(apb)

2012-11-02 07:38:38 UTC MAIN commitmail json YAML

Remove useless extra "const" in "const sometype const * var = value;".
Foundusing clang -Wduplicate-decl-specifier.

(apb)

2012-11-02 07:33:47 UTC MAIN commitmail json YAML

Add parentheses in code that attempts to convert 3 bytes to a 24-bit value.
"+" has higher precedence than "<<", so the old code would have given
incorrect results.  Found using clang -Wshift-op-parentheses.

(apb)

2012-11-02 06:28:40 UTC MAIN commitmail json YAML

note that sparc64 got pcie/pyro(4) support last november.

XXX: pull up to netbsd-6 doc/CHANGES.

(mrg)

2012-11-02 02:30:15 UTC MAIN commitmail json YAML

match USB_PRODUCT_FTDI_MAXSTREAM_PKG_U

(jakllsch)

2012-11-02 02:07:19 UTC MAIN commitmail json YAML

2012-11-02 02:03:18 UTC MAIN commitmail json YAML

Sort options and their descriptions. Sync usage with man page.

(wiz)

2012-11-02 01:30:47 UTC MAIN commitmail json YAML

treat a command without -c like an argument vector
default to exclusive lock

(christos)

2012-11-02 00:58:49 UTC MAIN commitmail json YAML

2012-11-02 00:57:57 UTC MAIN commitmail json YAML

add (FTDI) MaxStream PKG-U

(jakllsch)

2012-11-02 00:35:51 UTC agc-netpgp-standalone commitmail json YAML

more changes to netpgpverify on agc-netpgp-standalone branch:

+ remove the copy of digest.h from libbn sources, use the one in
libdigest, and fix up lib/verify/Makefile to accommodate

+ get rid of header files we don't need, and pick up header files
from the correct directory

+ remove the hexdump utility routine from the libbn misc support
routines, it's not needed

+ add a comment describing the pubring primary key parser structure

(agc)

2012-11-02 00:01:20 UTC MAIN commitmail json YAML

2012-11-01 23:34:44 UTC MAIN commitmail json YAML

2012-11-01 23:34:03 UTC MAIN commitmail json YAML

2012-11-01 23:33:13 UTC MAIN commitmail json YAML

2012-11-01 23:30:19 UTC MAIN commitmail json YAML

Add an flock program inspired by the linux one with the same name.

(christos)

2012-11-01 22:15:25 UTC MAIN commitmail json YAML

We need to jump out of two switches to emulate rdhwr rt,$29 correctly.
Only one would result in segv.

Fixes pthread apps on mips1. Tested using gxemul.

(skrll)

2012-11-01 21:33:13 UTC MAIN commitmail json YAML

If IFF_LINK2 is set, copy all transmitted packets into a single mbuf to
avoid DMA corruption problems with chained buffers.
Fix various conditions with setting INTMASK.

(matt)

2012-11-01 21:29:42 UTC MAIN commitmail json YAML

Add PCIE_RC_AXI_CONFIG definitions

(matt)

2012-11-01 20:17:44 UTC MAIN commitmail json YAML

Invalidate the L2 cache before enabling it.

(matt)

2012-11-01 16:45:08 UTC matt-nb6-plus commitmail json YAML

src/UPDATING@1.234.2.1.2.1 / diff / nxr@1.234.2.1.2.1
src/distrib/notes/common/main@1.484.2.1.2.1 / diff / nxr@1.484.2.1.2.1
src/distrib/notes/macppc/install@1.38.8.1 / diff / nxr@1.38.8.1
src/distrib/sets/lists/base/ad.mips64eb@1.82.2.4.2.1 / diff / nxr@1.82.2.4.2.1
src/distrib/sets/lists/base/ad.mips64el@1.81.2.4.2.1 / diff / nxr@1.81.2.4.2.1
src/distrib/sets/lists/base/md.amd64@1.156.2.4.2.1 / diff / nxr@1.156.2.4.2.1
src/distrib/sets/lists/base/md.sparc64@1.147.2.4.2.1 / diff / nxr@1.147.2.4.2.1
src/distrib/sets/lists/base/mi@1.984.2.9.2.1 / diff / nxr@1.984.2.9.2.1
src/distrib/sets/lists/base/shl.mi@1.616.2.4.2.1 / diff / nxr@1.616.2.4.2.1
src/distrib/sets/lists/comp/ad.mips64eb@1.69.2.4.2.1 / diff / nxr@1.69.2.4.2.1
src/distrib/sets/lists/comp/ad.mips64el@1.69.2.5.2.1 / diff / nxr@1.69.2.5.2.1
src/distrib/sets/lists/comp/md.amd64@1.155.2.4.2.1 / diff / nxr@1.155.2.4.2.1
src/distrib/sets/lists/comp/md.sparc64@1.138.2.4.2.1 / diff / nxr@1.138.2.4.2.1
src/distrib/sets/lists/comp/mi@1.1738.2.6.2.1 / diff / nxr@1.1738.2.6.2.1
src/distrib/sets/lists/comp/shl.mi@1.209.2.4.2.1 / diff / nxr@1.209.2.4.2.1
src/distrib/sets/lists/tests/mi@1.439.2.2.2.1 / diff / nxr@1.439.2.2.2.1
src/distrib/sets/sets.subr@1.135.2.1.2.1 / diff / nxr@1.135.2.1.2.1
src/distrib/utils/sysinst/msg.mi.de@1.61.2.2.2.1 / diff / nxr@1.61.2.2.2.1
src/distrib/utils/sysinst/msg.mi.en@1.169.2.2.2.1 / diff / nxr@1.169.2.2.2.1
src/distrib/utils/sysinst/msg.mi.es@1.39.2.2.2.1 / diff / nxr@1.39.2.2.2.1
      :
(more 97 files)
sync with netbsd-6-0-RELEASE.

(matt)

2012-11-01 15:54:28 UTC MAIN commitmail json YAML

- apply limits consistently
- remove suspect pointer fudgery when interpreting PMU battery data
now if we had any idea what units these data are in...

(macallan)

2012-11-01 14:46:26 UTC MAIN commitmail json YAML

2012-11-01 14:33:31 UTC MAIN commitmail json YAML

Fix typo in comment. s/d1/d0/

(isaki)

2012-11-01 13:46:52 UTC MAIN commitmail json YAML

Allow setting ATADEBUG_MASK to default value of atadebug_mask

(abs)

2012-11-01 13:43:23 UTC MAIN commitmail json YAML

Use snprintb_m(3) to split flags/capabilities/enabled across multiple
output lines.

As discussed on current-users

(pgoyette)

2012-11-01 11:33:35 UTC MAIN commitmail json YAML

Remove line "acpiwmibus* at acpiwmi?".

(jruoho)

2012-11-01 06:36:30 UTC MAIN commitmail json YAML

Fix a bug that SIOCZIFDATA clears if_lastchage by zero.
Update if_lastchange with getnanotime().

(msaitoh)

2012-11-01 06:06:15 UTC MAIN commitmail json YAML

catch up with npfctl moving to /sbin.
untested, but i guess so was the move itself ;)

(mrg)

2012-11-01 03:26:44 UTC MAIN commitmail json YAML

mv npfctl from /usr/sbin to /sbin so it is available before /usr is mounted.

(christos)

2012-11-01 03:21:49 UTC MAIN commitmail json YAML

2012-11-01 02:46:41 UTC MAIN commitmail json YAML

No functional change.
- Change style a bit.
- use "csc" for the variable name of struct mvgbec_softc in mvgbec_attach()
  for consistency.

(msaitoh)

2012-11-01 01:41:25 UTC agc-netpgp-standalone commitmail json YAML

add some atf/kyua tests for netpgpverify

% make test
...
cd tests/netpgpverify && make && atf-run
#    create  netpgpverify/Atffile
#    build  netpgpverify/t_netpgpverify
echo '#! /usr/bin/atf-sh' >t_netpgpverify.tmp
cat t_netpgpverify.sh >>t_netpgpverify.tmp
chmod +x t_netpgpverify.tmp
mv t_netpgpverify.tmp t_netpgpverify
atf2kyua: I: Removing stale Kyuafiles from /tmp/.XXXXXX.027471aa
atf2kyua: I: Converting /usr/src/crypto/external/bsd/agc-netpgp-standalone/tests/netpgpverify/Atffile -> /tmp/.XXXXXX.027471aa/Kyuafile
t_netpgpverify:netpgpverify_rsa  ->  passed  [0.138s]
t_netpgpverify:netpgpverify_dsa  ->  passed  [0.119s]

2/2 passed (0 failed)
Committed action 10

(agc)

2012-11-01 01:35:35 UTC agc-netpgp-standalone commitmail json YAML

2012-11-01 00:40:22 UTC MAIN commitmail json YAML

add configurations to connect to Sprint's 3G network.

(christos)

2012-11-01 00:38:43 UTC MAIN commitmail json YAML

Match all pairs of bulkin-bulkout interfaces to ucom's, configuring multiple
ucoms per modem as they are available, instead of picking up the last bulkin
bulkout pair. This makes my Sierra U250 3G portion of the modem to work.

(christos)

2012-10-31 21:30:27 UTC MAIN commitmail json YAML

Avoid a 'may be used uninitialized' warning.

(riz)

2012-10-31 20:51:25 UTC MAIN commitmail json YAML

Fill more info in nand chip structure.

(ahoka)

2012-10-31 18:58:09 UTC MAIN commitmail json YAML

Hook nand_samsung.c into the build, and use it if a legacy chip
from Samsung is found.

(riz)

2012-10-31 17:32:01 UTC netbsd-6 commitmail json YAML

2012-10-31 17:30:21 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #644):
sys/netinet/tcp_subr.c: revision 1.248
sys/kern/subr_cprng.c: revision 1.12
Fix a bug that kmem_alloc() is called from the interrupt context.

(riz)

2012-10-31 17:27:38 UTC netbsd-6 commitmail json YAML

2012-10-31 17:27:02 UTC netbsd-6 commitmail json YAML

sys/dev/pci/pucdata.c 1.77-1.82
sys/dev/pci/pcidevs 1.1125, 1.1129 via patch
sys/dev/pci/pcidevs.h regen
sys/dev/pci/pcidevs_data.h regen
share/man/man4/puc.4 1.36-1.38

Add entries for puc(4) devices into pcidevs.
Add some Intel devices from document (Intel 7 Series / C216 Chipset
Family Platform Controller Hub (PCH) Family Specification Update)
into pcidevs.
Modify some devices in pcidevs to clarify.
Add Intel chipset internal serial over lan devices. Closes PR/45567.
Use PCI_VENDOR_* and PCI_PRODUCT_*. Fixes PR#46303.
Add EXSYS EX-41098-2 UARTs support. The clock frequency is different
from other card(s). Fixes PR#46362 reported by Wolfgang Stukenbrock.
Add Lava Computers SSERIAL-PCI single port serial PCI card.
Update the manual.

(riz)

2012-10-31 17:19:49 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #642):
sys/arch/i386/i386/locore.S: revision 1.103
in osyscall, set the PSL_I bit into the correct field of the trapframe.
it was going into tf_eip instead of tf_eflags, which would sometimes
corrupt %eip and always return to user mode with interrupts disabled.
this was found with a netbsd 1.0 binary, and dsl@ points out that
this should also fix PR 41342.

(riz)

2012-10-31 16:51:53 UTC netbsd-5-0 commitmail json YAML

2012-10-31 16:51:10 UTC netbsd-5-1 commitmail json YAML

2012-10-31 16:50:03 UTC netbsd-5 commitmail json YAML

2012-10-31 16:48:13 UTC netbsd-5-1 commitmail json YAML

2012-10-31 16:47:54 UTC netbsd-5-1 commitmail json YAML

doc/3RDPARTY patch
share/zoneinfo/asia patch
share/zoneinfo/southamerica patch

Import tzdata2012h from
ftp://ftp.iana.org/tz/releases/tzdata2012h.tar.gz
Changes from tzdata2012g to tzdata2012h:
    Bahia no longer has DST.  (Thanks to Kelley Cook.)
  Tocantins has DST.  (Thanks to Rodrigo Severo.)
  Israel has new DST rules next year.  (Thanks to Ephraim Silverberg.)
  Jordan stays on DST this winter.  (Thanks to Steffen Thorsen.)
[apb, ticket #1812]

(riz)

2012-10-31 16:47:19 UTC netbsd-5-0 commitmail json YAML

2012-10-31 16:46:10 UTC netbsd-5-0 commitmail json YAML

doc/3RDPARTY patch
share/zoneinfo/asia patch
share/zoneinfo/southamerica patch

Import tzdata2012h from
ftp://ftp.iana.org/tz/releases/tzdata2012h.tar.gz
Changes from tzdata2012g to tzdata2012h:
    Bahia no longer has DST.  (Thanks to Kelley Cook.)
  Tocantins has DST.  (Thanks to Rodrigo Severo.)
  Israel has new DST rules next year.  (Thanks to Ephraim Silverberg.)
  Jordan stays on DST this winter.  (Thanks to Steffen Thorsen.)
[apb, ticket #1812]

(riz)

2012-10-31 16:40:56 UTC netbsd-4 commitmail json YAML

2012-10-31 16:40:15 UTC netbsd-4 commitmail json YAML

doc/3RDPARTY patch
share/zoneinfo/asia patch
share/zoneinfo/southamerica patch

Import tzdata2012h from
ftp://ftp.iana.org/tz/releases/tzdata2012h.tar.gz
Changes from tzdata2012g to tzdata2012h:
    Bahia no longer has DST.  (Thanks to Kelley Cook.)
  Tocantins has DST.  (Thanks to Rodrigo Severo.)
  Israel has new DST rules next year.  (Thanks to Ephraim Silverberg.)
  Jordan stays on DST this winter.  (Thanks to Steffen Thorsen.)
[apb, ticket #1464]

(riz)

2012-10-31 16:39:30 UTC netbsd-4-0 commitmail json YAML

2012-10-31 16:38:23 UTC netbsd-4-0 commitmail json YAML

doc/3RDPARTY patch
share/zoneinfo/asia patch
share/zoneinfo/southamerica patch

Import tzdata2012h from
ftp://ftp.iana.org/tz/releases/tzdata2012h.tar.gz
Changes from tzdata2012g to tzdata2012h:
    Bahia no longer has DST.  (Thanks to Kelley Cook.)
  Tocantins has DST.  (Thanks to Rodrigo Severo.)
  Israel has new DST rules next year.  (Thanks to Ephraim Silverberg.)
  Jordan stays on DST this winter.  (Thanks to Steffen Thorsen.)
[apb, ticket #1464]

(riz)

2012-10-31 16:28:20 UTC netbsd-6 commitmail json YAML

2012-10-31 16:27:45 UTC netbsd-6-0 commitmail json YAML

2012-10-31 16:27:00 UTC netbsd-6-0 commitmail json YAML

doc/3RDPARTY patch
share/zoneinfo/asia patch
share/zoneinfo/southamerica patch

Import tzdata2012h from
ftp://ftp.iana.org/tz/releases/tzdata2012h.tar.gz
Changes from tzdata2012g to tzdata2012h:
    Bahia no longer has DST.  (Thanks to Kelley Cook.)
  Tocantins has DST.  (Thanks to Rodrigo Severo.)
  Israel has new DST rules next year.  (Thanks to Ephraim Silverberg.)
  Jordan stays on DST this winter.  (Thanks to Steffen Thorsen.)
[apb, ticket #657]

(riz)

2012-10-31 16:26:24 UTC netbsd-6 commitmail json YAML

doc/3RDPARTY patch
share/zoneinfo/asia patch
share/zoneinfo/southamerica patch

Import tzdata2012h from
ftp://ftp.iana.org/tz/releases/tzdata2012h.tar.gz
Changes from tzdata2012g to tzdata2012h:
    Bahia no longer has DST.  (Thanks to Kelley Cook.)
  Tocantins has DST.  (Thanks to Rodrigo Severo.)
  Israel has new DST rules next year.  (Thanks to Ephraim Silverberg.)
  Jordan stays on DST this winter.  (Thanks to Steffen Thorsen.)
[apb, ticket #657]

(riz)

2012-10-31 16:15:28 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by royger in ticket #640):
sys/arch/xen/xen/xengnt.c: revision 1.25
xen: don't use grants 0-8
Not all grants from the first frame can be used, grants from 0 to 8
(both included) are reserved for external tools. Using this grants
caused system crashes and fs corruption.
Closes PR port-xen/47057 and port-xen/47056
Reviewed by bouyer@

(riz)

2012-10-31 16:15:09 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by royger in ticket #640):
sys/arch/xen/xen/xengnt.c: revision 1.25
xen: don't use grants 0-8
Not all grants from the first frame can be used, grants from 0 to 8
(both included) are reserved for external tools. Using this grants
caused system crashes and fs corruption.
Closes PR port-xen/47057 and port-xen/47056
Reviewed by bouyer@

(riz)

2012-10-31 16:09:41 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #639):
sys/fs/ptyfs/ptyfs_subr.c: revision 1.24
fix the mystery of the bad directory times.

(riz)

2012-10-31 16:07:46 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #638):
sys/net/if_ppp.c: revision 1.137
sys/netinet6/ip6_flow.c: revision 1.20
sys/net/if_fddisubr.c: revision 1.82
sys/net/if_ethersubr.c: revision 1.192
sys/netinet6/in6_var.h: revision 1.66
sys/net/if_atmsubr.c: revision 1.50
PR/47058: Antti Kantee: If the ipv6 flow code modifies the mbuf, pass the
change up to the caller.

(riz)

2012-10-31 15:49:59 UTC netbsd-5-1 commitmail json YAML

2012-10-31 15:49:27 UTC netbsd-5 commitmail json YAML

2012-10-31 15:49:07 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #1811):
sys/external/bsd/drm/dist/bsd-core/drm_sysctl.c: revision 1.8
fix the DRM string sysctls to use copyout() instead of strcat()
to deliver the data to the user buffer.

(riz)

2012-10-31 15:34:58 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #1810):
sys/arch/i386/i386/locore.S: revision 1.103
in osyscall, set the PSL_I bit into the correct field of the trapframe.
it was going into tf_eip instead of tf_eflags, which would sometimes
corrupt %eip and always return to user mode with interrupts disabled.
this was found with a netbsd 1.0 binary, and dsl@ points out that
this should also fix PR 41342.

(riz)

2012-10-31 15:17:53 UTC netbsd-5 commitmail json YAML

sys/dev/scsipi/sd.c patch

Allow disk strategy to be queried and changed at runtime
for sd(4) disks.
[buhrow, ticket #1807]

(riz)

2012-10-31 13:48:12 UTC MAIN commitmail json YAML

Avoid ssp re-definitions for the functions we provide.

(christos)

2012-10-31 13:05:09 UTC MAIN commitmail json YAML

Replace getarch and validatearch with table-driven implementations.

(apb)

2012-10-31 10:17:35 UTC MAIN commitmail json YAML

Add SIOCGETHERCAP ioctl.
There was no way to know the setting of ec_capabilities and ec_capenable
other than grepping the source.

See http://mail-index.netbsd.org/tech-kern/2010/07/28/msg008613.html

(msaitoh)

2012-10-31 08:54:39 UTC MAIN commitmail json YAML

gcc 4.1 is not smart enough to notice "arg" is only used when initialized
correctly and produces a "might be used unintialized" warning.

(martin)

2012-10-31 06:53:14 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2012-10-31 05:46:49 UTC MAIN commitmail json YAML

implement limits and support event monitoring
now emergency shutdown on low battery works

(macallan)

2012-10-31 05:42:48 UTC MAIN commitmail json YAML

in sme_battery_check():
- don't assume that all batteries have exactly one ENVSYS_INDICATOR
- check capacity and charge sensors for ENVSYS_SVALID before using them
now this works on macppc

(macallan)

2012-10-30 23:03:02 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2012-10-30 22:43:36 UTC MAIN commitmail json YAML

Make this compile.  (Still untested)

(riz)

2012-10-30 22:29:01 UTC MAIN commitmail json YAML

Note that driver was rewritten.

(rkujawa)

2012-10-30 22:03:00 UTC MAIN commitmail json YAML

Add support for samsung devices, currently a draft to aid Kirkwood NAND
driver development.

(ahoka)

2012-10-30 21:24:26 UTC MAIN commitmail json YAML

Note enchancements that appeared in NetBSD 6.0.

(rkujawa)

2012-10-30 20:20:45 UTC MAIN commitmail json YAML

2012-10-30 20:14:22 UTC MAIN commitmail json YAML

Query the EMMC clock rate and use it if it's available.

(skrll)

2012-10-30 20:11:37 UTC MAIN commitmail json YAML

Add VCPROPTAG_[GS]ET_CLOCK{R,ST}ATE

(skrll)

2012-10-30 20:02:16 UTC MAIN commitmail json YAML

Make rpi_bootparams static

(skrll)

2012-10-30 19:00:55 UTC yamt-pagecache commitmail json YAML

2012-10-30 17:26:29 UTC MAIN commitmail json YAML

Comment out VERBOSE_INIT_ARM by default

(skrll)

2012-10-30 17:23:03 UTC yamt-pagecache commitmail json YAML

2012-10-30 16:36:03 UTC MAIN commitmail json YAML

add new divsi3 related files.

(christos)

2012-10-30 12:42:37 UTC MAIN commitmail json YAML

add new files to fix static linking

(christos)

2012-10-30 12:42:14 UTC MAIN commitmail json YAML

2012-10-30 07:42:38 UTC MAIN commitmail json YAML

Fix a bug that incorrect arg is passed to pic_block_irqs() on disestablish.
Fixes PR#45371 by Yuichiro Goto.

(msaitoh)

2012-10-30 02:10:43 UTC agc-netpgp-standalone commitmail json YAML

changes to libnetpgpverify:

+ isolate the RSA verification code (the DSA verification code was
isolated previously), and include it in our sources, rather than
including the source for librsa, (and thus bringing in all the code
for signing and encryption/decryption) - no crypto is involved in
signature verification, just the digest calculation, and the BIGNUM
expmod.

+ check some more arguments

+ order the user ids as expected in public keys (i.e.  if there's a
primary user id signature sub-packet, honor it), and fix up the
regression test results accordingly.

(agc)

2012-10-30 01:17:24 UTC MAIN commitmail json YAML

Add sc_dev removed previously in a moment of insanity. How did this ever work
is beyond me.

(rkujawa)

2012-10-30 00:33:11 UTC MAIN commitmail json YAML

fix a problem in half-configured raid devices, found when a "raidctl -c"
failed, and a "raidctl -C" was run afterwards, triggering mutex locking
issues.  fix this by moving alloc and destroy of mutex/condvar for a
raid device into separate functions, and call the destroy function from
the DO_RAID_FAIL() macro.

probably needs a netbsd-6 pullup.  sigh.

(mrg)

2012-10-29 23:45:34 UTC MAIN commitmail json YAML

Apparently, clockport present at offset 0xC00 is the first clockport.

(rkujawa)

2012-10-29 18:11:36 UTC MAIN commitmail json YAML

don't try to init more than 256 CLUT entries, no matter what colour depth
we're in

(macallan)

2012-10-29 16:25:27 UTC MAIN commitmail json YAML

fix format string

(para)

2012-10-29 16:00:05 UTC MAIN commitmail json YAML

get rid of not used uvm_map flag (UVM_MAP_KMAPENT)

(para)

2012-10-29 15:46:50 UTC agc-netpgp-standalone commitmail json YAML

2012-10-29 14:13:22 UTC MAIN commitmail json YAML

Include bebox.h only in kernel. Make bebox port build again.

(rkujawa)

2012-10-29 14:09:38 UTC MAIN commitmail json YAML

2012-10-29 14:01:33 UTC MAIN commitmail json YAML

2012-10-29 13:46:26 UTC MAIN commitmail json YAML

and finally, initialize sc_dev now that I added it back.

(chs)

2012-10-29 13:40:56 UTC MAIN commitmail json YAML

third try is the charm: really make this build again.

(chs)

2012-10-29 13:36:59 UTC MAIN commitmail json YAML

2012-10-29 13:30:25 UTC MAIN commitmail json YAML

2012-10-29 13:19:15 UTC MAIN commitmail json YAML

remove unused file.

(chs)

2012-10-29 12:59:44 UTC MAIN commitmail json YAML

remove an unnecessary cast.
use the standard name for the third arg to attach.
adjust some whitespace.

(chs)

2012-10-29 12:55:42 UTC MAIN commitmail json YAML

2012-10-29 12:52:44 UTC MAIN commitmail json YAML

2012-10-29 12:51:39 UTC MAIN commitmail json YAML

2012-10-29 05:25:20 UTC MAIN commitmail json YAML

Change a KASSERT to a KASSERTMSG.

(matt)

2012-10-29 05:23:45 UTC MAIN commitmail json YAML

Make bus_dmamap_sync a noop for BookE.

(matt)

2012-10-29 02:27:12 UTC MAIN commitmail json YAML

2012-10-29 01:36:34 UTC MAIN commitmail json YAML

Don't use old NBPFILTER macro and use new bpf_mtap() API.
It fixes a bug that et(4) can't use bpf.

(msaitoh)

2012-10-28 21:12:45 UTC MAIN commitmail json YAML

Comment bd_jitcode member.

(alnsn)

2012-10-28 20:19:31 UTC MAIN commitmail json YAML

Document net.bpf.jit sysctl.

(alnsn)

2012-10-28 19:02:30 UTC MAIN commitmail json YAML

add a cast to appease the compat build.

(christos)

2012-10-28 17:14:00 UTC MAIN commitmail json YAML

2012-10-28 17:11:33 UTC MAIN commitmail json YAML

2012-10-28 17:07:47 UTC MAIN commitmail json YAML

2012-10-28 17:06:41 UTC MAIN commitmail json YAML

For GCC 4.1 and later, use the __alignof__ keyword.

(joerg)

2012-10-28 16:41:02 UTC MAIN commitmail json YAML

2012-10-28 16:27:20 UTC MAIN commitmail json YAML

Fix for npfctl show case.  Improve some description while here.

(rmind)

2012-10-28 16:25:03 UTC MAIN commitmail json YAML

2012-10-28 09:41:12 UTC MAIN commitmail json YAML

Update sljit revision in README.import.

(alnsn)

2012-10-28 09:38:59 UTC MAIN commitmail json YAML

2012-10-28 09:36:33 UTC MAIN commitmail json YAML

Import of sljit @ r186.

This version adds sparc architecture. Other changes:

r184: NAN to UNORDERED renaming and other fixes.
r180: Common caching in PPC and MIPS.


Status:

Vendor Tag: TNF
Release Tags: SLJIT-r186

(alnsn)

2012-10-28 02:01:15 UTC MAIN commitmail json YAML

Fix indent and style. no functional changes.

(isaki)

2012-10-28 01:51:20 UTC MAIN commitmail json YAML

Avoid SEGV even if audio device has no mixer features.
Fix PR/47003

(isaki)

2012-10-28 00:25:59 UTC MAIN commitmail json YAML

no need to define __BROKEN_CONFIG_UNIT_USAGE, the code that this enabled
has been gone for years.

(chs)

2012-10-27 22:38:07 UTC MAIN commitmail json YAML

Report jit'ed bpf fildes in fstat.

(alnsn)

2012-10-27 22:36:14 UTC MAIN commitmail json YAML

2012-10-27 21:13:03 UTC MAIN commitmail json YAML

Fixed receiving of odd-length packets. Driver works now perfectly.
Thanks to Harald Meinzer for providing me with a Hydra for a few days.

(phx)

2012-10-27 20:07:12 UTC MAIN commitmail json YAML

Remove ipl overwrite.  Which was missed in previous.

(nakayama)

2012-10-27 17:34:07 UTC MAIN commitmail json YAML

Use kmem_intr_alloc/kmem_intr_free

(matt)

2012-10-27 17:29:03 UTC MAIN commitmail json YAML

malloc -> kmem_zalloc.  this also fixes a build error.

(chs)

2012-10-27 17:24:37 UTC MAIN commitmail json YAML

Reenable NO_ESTIMATE now that rnd has been fixed.

(matt)

2012-10-27 17:18:40 UTC MAIN commitmail json YAML

2012-10-27 16:50:14 UTC MAIN commitmail json YAML

zoneinfo: Import tzdata2012h. [apb 20121027]
Also change "zoneinfo:" to "libc:" in an entry for tzcode.

(apb)

2012-10-27 16:48:58 UTC MAIN commitmail json YAML

tzcode202h/tzdata2012h have been released.  We have updated to tzdata2012h.

(apb)

2012-10-27 16:43:10 UTC MAIN commitmail json YAML

Import tzdata2012g from ftp://ftp.iana.org/tz/releases/tzdata2012h.tar.gz

Changes from tzdata2012g to tzdata2012h:

  Bahia no longer has DST.  (Thanks to Kelley Cook.)

  Tocantins has DST.  (Thanks to Rodrigo Severo.)

  Israel has new DST rules next year.  (Thanks to Ephraim Silverberg.)

  Jordan stays on DST this winter.  (Thanks to Steffen Thorsen.)

  Web page updates.

Status:

Vendor Tag: ADO
Release Tags: TZDATA2012H

(apb)

2012-10-27 11:54:21 UTC MAIN commitmail json YAML

Fixed dependencies for some new PCI and clockport devices, to make a
kernel compile without them.

(phx)

2012-10-27 07:19:45 UTC MAIN commitmail json YAML

Fix uninitialised variable warning from clang by removing the variable
used in first place.

(joerg)

2012-10-27 06:55:55 UTC MAIN commitmail json YAML

Appease shift vs substract warning for clang.

(joerg)

2012-10-27 02:27:50 UTC agc-netpgp-standalone commitmail json YAML

minor changes to libnetpgpverify(3)

+ allow more signature types in subkey signatures when parsing
signatures in the pubring trust entries, which allows more existing,
valid pubring.gpg files (constructed by gpg) to be recognised. with
thanks to jakallsch for the data.

+ provide a nonnull_getenv() function and use it in the one place
getenv(3) was previously used, following a nudge from dsl.

(agc)

2012-10-27 01:29:02 UTC MAIN commitmail json YAML

Fix hardware RNGs -- accept their entropy estimates *rather than* using
timestamps to estimate the entropy of their input.  I'd accidentally
made it so no entropy was ever counted from them at all.

(tls)

2012-10-26 23:23:23 UTC MAIN commitmail json YAML

2012-10-26 23:05:15 UTC MAIN commitmail json YAML

copy structures for alignment purposes

(christos)

2012-10-26 21:03:26 UTC MAIN commitmail json YAML

Add missing mii_tick() call.

(msaitoh)