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

2024-05-09 23:18:05 UTC Now

2012-03-04 01:32:47 UTC jmcneill-usbmp commitmail json YAML

2012-03-04 00:46:33 UTC jmcneill-usbmp commitmail json YAML

2012-03-04 00:36:43 UTC MAIN commitmail json YAML

Fix bug in previous: don't reinitialize on every call!  Fix arc4random_buf so it actually ever initializes -- a security problem with revisions 1.9 and 1.10.

(tls)

2012-03-04 00:21:20 UTC MAIN commitmail json YAML

replace the hack to pass USBD_SYNCHRONOUS down when called with
XS_CTL_POLL with one that doesn't modify global-to-softc state.

(mrg)

2012-03-04 00:07:44 UTC MAIN commitmail json YAML

Clarify description of sticky bit, based on a 3-year-old suggestion by
Hubert Feyrer.

(dholland)

2012-03-03 23:43:18 UTC MAIN commitmail json YAML

make i386 and amd64 cpu_reboot() more similar.  in particular, bring
in the unmount/sync code from i386 to amd64, and call doshutdownhooks()
for i386.  the amd64 changes avoid umass triggering an assert later
when sd@umass is trying to sync the cache.

XXX merge x86 cpu_reboot(), but there's non-trivially different still.

(mrg)

2012-03-03 23:16:47 UTC MAIN commitmail json YAML

Note in comment that Str_Match() does not detect or report invalid
patterns. This is not critical, since for the moment both possible
cases (unclosed [], and \ at the end of the string) are handled more
or less sanely.

(dholland)

2012-03-03 21:35:33 UTC MAIN commitmail json YAML

Add quirk for Kingston DataTraveler 100 G2 (which apparently has
a Toshiba vendor ID)

(riz)

2012-03-03 21:33:24 UTC MAIN commitmail json YAML

2012-03-03 21:32:58 UTC MAIN commitmail json YAML

add product ID for the Kingston DataTraveler 100 G2.

(riz)

2012-03-03 21:29:02 UTC MAIN commitmail json YAML

Use the signal's signo instead of just returning SIGSEGV and add a comment

(reinoud)

2012-03-03 21:15:16 UTC MAIN commitmail json YAML

2012-03-03 15:14:03 UTC MAIN commitmail json YAML

fix incorrent example.

(nonaka)

2012-03-03 11:32:14 UTC MAIN commitmail json YAML

Add an empty line.

(mbalmer)

2012-03-03 06:45:09 UTC MAIN commitmail json YAML

Add flashctl, date, df, vmstat, mount_tmpfs, mount_msdos, etc.

(matt)

2012-03-03 05:41:45 UTC MAIN commitmail json YAML

2012-03-03 05:40:12 UTC MAIN commitmail json YAML

2012-03-03 05:39:32 UTC MAIN commitmail json YAML

Added some AMD/ATI devices.

(nonaka)

2012-03-03 05:38:41 UTC MAIN commitmail json YAML

2012-03-03 05:38:17 UTC MAIN commitmail json YAML

Added vendor Terminus Technology.

(nonaka)

2012-03-03 03:21:17 UTC MAIN commitmail json YAML

The hack has been resolved in the revision 1.340 of
sys/arch/sparc64/sparc64/locore.s.

(nakayama)

2012-03-03 03:17:32 UTC MAIN commitmail json YAML

Fix the root cause of the hack "disable optimizations for uvm_bio.c
on 32 bit kernels".

gcc converts a division in the calculation of UBC_UMAP_ADDR macro
to multiplication (smul or combination of add/sll), and the
register of its result contains a garbage in upper 32 bits (the
upper 32 bits of smul/add/sll's result isn't zero cleared).

Then it passes to pseg_get{,_real} through pmap_extract without the
zero clear of upper 32 bits in the optimization case.  So the
result of pseg_get and pmap_extact sometimes gets screwed up.

(nakayama)

2012-03-03 03:06:30 UTC MAIN commitmail json YAML

Remove trailing whitespaces where explicit line break is not necessary:
- paragraph break (two newlines)
- list indent (leading tab)

XXX: msgc(1) lacks description about formatings.

(tsutsui)

2012-03-03 02:46:14 UTC MAIN commitmail json YAML

2012-03-03 02:41:26 UTC MAIN commitmail json YAML

2012-03-03 02:34:13 UTC MAIN commitmail json YAML

2012-03-03 02:29:35 UTC jmcneill-usbmp commitmail json YAML

use usb_delay_ms_locked() in some more places

(mrg)

2012-03-03 02:28:53 UTC jmcneill-usbmp commitmail json YAML

revert a stray splx(s) that somehow got back in here..

(mrg)

2012-03-03 02:26:45 UTC MAIN commitmail json YAML

Remove (harmless) trailing tab.

(tsutsui)

2012-03-03 02:09:57 UTC MAIN commitmail json YAML

Since link sets symbols are local to the shared object, mark them as
__dso_hidden.  This prevent an assertion from being raised in ld/bfd
on mips64.

(matt)

2012-03-03 00:53:11 UTC netbsd-6 commitmail json YAML

2012-03-03 00:52:58 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by matt in ticket #82):
external/gpl3/binutils/dist/bfd/elfxx-mips.c: revision 1.6
Fix support for .protected symbols.

(riz)

2012-03-03 00:23:19 UTC MAIN commitmail json YAML

remove safepri declaration since it's defined in kern_synch.c

(matt)

2012-03-03 00:22:24 UTC MAIN commitmail json YAML

If IPL_SAFEPRI is defined, use it to initialize safepri.

(matt)

2012-03-03 00:21:50 UTC MAIN commitmail json YAML

define IPL_SAFEPRI which will be used by kern_synch.c to initialize safepri.

(matt)

2012-03-03 00:20:34 UTC MAIN commitmail json YAML

Remove redundant common declaration.

(matt)

2012-03-02 23:19:48 UTC MAIN commitmail json YAML

Avoid getcontext() as it triggers clobbering warnings. Use inline
assembler to get the fields directly. Saves a system call as side
effect.

(joerg)

2012-03-02 23:13:56 UTC MAIN commitmail json YAML

Fix libexpat.so debug entry

(matt)

2012-03-02 21:23:06 UTC MAIN commitmail json YAML

- Add __cacheline_aligned for nprocs, make fork_tfmrate static.
- Fix indentation, remove whitespaces and redundant brackets.

(rmind)

2012-03-02 19:31:07 UTC MAIN commitmail json YAML

Mention AMD Fusion.

(nonaka)

2012-03-02 19:26:42 UTC MAIN commitmail json YAML

Added Family 12h support.

(nonaka)

2012-03-02 19:26:40 UTC MAIN commitmail json YAML

PR/46127: Holger Weiss: "crontab <file>" fails for unprivileged users
XXX: Pullup to 6

(christos)

2012-03-02 18:57:27 UTC MAIN commitmail json YAML

2012-03-02 18:55:17 UTC MAIN commitmail json YAML

fix typos from previous commit.

(matt)

2012-03-02 18:28:35 UTC netbsd-6 commitmail json YAML

2012-03-02 18:27:56 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tron in ticket #72):
external/mit/xorg/lib/fontconfig/src/Makefile: revision 1.8
distrib/sets/lists/xbase/shl.mi: revision 1.45
distrib/sets/lists/comp/ad.mips64eb: revision 1.72
external/mit/expat/lib/Makefile: revision 1.1
external/mit/xorg/tools/fc-cache/Makefile: revision 1.6
x11/lib/fontconfig/src/Makefile: revision 1.11
distrib/sets/lists/xcomp/mi: revision 1.134
distrib/sets/lists/base/md.amd64: revision 1.159
distrib/sets/lists/base/ad.mips64eb: revision 1.85
external/mit/xorg/lib/dri/dri.mk: revision 1.11
external/mit/expat/lib/Makefile.inc: revision 1.1
external/mit/expat/Makefile.inc: revision 1.1
distrib/sets/lists/base/shl.mi: revision 1.619
distrib/sets/lists/comp/shl.mi: revision 1.212
distrib/sets/lists/man/mi: revision 1.1382
distrib/sets/lists/comp/mi: revision 1.1743
x11/lib/expat/Makefile: file removal
lib/Makefile: revision 1.182
external/mit/expat/Makefile: revision 1.1
external/mit/Makefile: revision 1.2
distrib/sets/lists/xcomp/shl.mi: revision 1.31
external/mit/xorg/bin/xmlwf/Makefile: revision 1.4
external/mit/xorg/lib/Makefile: revision 1.25
external/mit/expat/lib/libexpat/Makefile: revision 1.1
distrib/sets/lists/comp/ad.mips64el: revision 1.72
x11/lib/expat/shlib_version: file removal
external/mit/xorg/lib/expat/expat_config.h: file removal
external/mit/expat/bin/xmlwf/Makefile: revision 1.1
share/mk/bsd.prog.mk: revision 1.274
distrib/sets/lists/base/ad.mips64el: revision 1.84
x11/lib/Makefile: revision 1.11
external/mit/xorg/lib/expat/Makefile: file removal
external/mit/xorg/lib/expat/shlib_version: file removal
distrib/sets/lists/comp/md.amd64: revision 1.158
distrib/sets/lists/base/mi: revision 1.987
distrib/sets/lists/base/md.sparc64: revision 1.150
share/mk/bsd.README: revision 1.294
external/mit/expat/bin/Makefile.inc: revision 1.1
distrib/sets/lists/xbase/mi: revision 1.113
external/mit/expat/lib/libexpat/shlib_version: revision 1.1
external/mit/expat/lib/libexpat/expat_config.h: revision 1.1
distrib/sets/lists/comp/md.sparc64: revision 1.141
share/mk/bsd.hostprog.mk: revision 1.67
external/mit/expat/bin/Makefile: revision 1.1
Move &quot;libexpat&quot; from X11 into base which fixes PR lib/40346.
This change was approved by the Core Group.

(riz)

2012-03-02 18:21:09 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tron in ticket #72):
external/mit/expat/dist/lib/xmltok_impl.c: file removal
external/mit/expat/dist/bcb5/xmlwf.bpf: file removal
external/mit/expat/dist/configure.in: file removal
external/mit/expat/dist/tests/chardata.h: file removal
external/mit/expat/dist/tests/benchmark/benchmark.c: file removal
external/mit/expat/dist/conftools/mkinstalldirs: file removal
external/mit/expat/dist/doc/reference.html: file removal
external/mit/expat/dist/amiga/include/libraries/expat.h: file removal
external/mit/expat/dist/bcb5/makefile.mak: file removal
external/mit/expat/dist/bcb5/elements.bpr: file removal
external/mit/expat/dist/lib/amigaconfig.h: file removal
external/mit/expat/dist/conftools/ltmain.sh: file removal
external/mit/expat/dist/lib/xmltok.h: file removal
external/mit/expat/dist/README: file removal
external/mit/expat/dist/amiga/README.txt: file removal
external/mit/expat/dist/tests/runtests.c: file removal
external/mit/expat/dist/bcb5/outline.bpf: file removal
external/mit/expat/dist/examples/outline.c: file removal
external/mit/expat/dist/tests/benchmark/benchmark.dsp: file removal
external/mit/expat/dist/Makefile.in: file removal
external/mit/expat/dist/bcb5/expatw_static.mak: file removal
external/mit/expat/dist/COPYING: file removal
external/mit/expat/dist/bcb5/xmlwf.bpr: file removal
external/mit/expat/dist/xmlwf/xmlurl.h: file removal
external/mit/expat/dist/lib/expat.dsp: file removal
external/mit/expat/dist/bcb5/expat.mak: file removal
external/mit/expat/dist/bcb5/expatw.bpf: file removal
external/mit/expat/dist/lib/utf8tab.h: file removal
external/mit/expat/dist/lib/xmlparse.c: file removal
external/mit/expat/dist/vms/descrip.mms: file removal
external/mit/expat/dist/lib/libexpat.def: file removal
external/mit/expat/dist/bcb5/libexpatw_mtd.def: file removal
external/mit/expat/dist/tests/minicheck.h: file removal
external/mit/expat/dist/tests/xmltest.sh: file removal
external/mit/expat/dist/lib/xmltok_impl.h: file removal
external/mit/expat/dist/xmlwf/xmlmime.c: file removal
external/mit/expat/dist/bcb5/expatw_static.bpr: file removal
external/mit/expat/dist/lib/latin1tab.h: file removal
external/mit/expat/dist/vms/README.vms: file removal
external/mit/expat/dist/bcb5/all_projects.bpg: file removal
external/mit/expat/dist/lib/Makefile.MPW: file removal
external/mit/expat/dist/win32/MANIFEST.txt: file removal
external/mit/expat/dist/doc/expat.png: file removal
external/mit/expat/dist/configure: file removal
external/mit/expat/dist/lib/asciitab.h: file removal
external/mit/expat/dist/bcb5/expat.bpr: file removal
external/mit/expat/dist/doc/xmlwf.sgml: file removal
external/mit/expat/dist/conftools/PrintPath: file removal
external/mit/expat/dist/conftools/ac_c_bigendian_cross.m4: file removal
external/mit/expat/dist/examples/outline.dsp: file removal
external/mit/expat/dist/xmlwf/xmlfile.c: file removal
external/mit/expat/dist/amiga/Makefile: file removal
external/mit/expat/dist/bcb5/expat_static.mak: file removal
external/mit/expat/dist/lib/macconfig.h: file removal
external/mit/expat/dist/amiga/expat_lib.c: file removal
external/mit/expat/dist/xmlwf/unixfilemap.c: file removal
external/mit/expat/dist/vms/expat_config.h: file removal
external/mit/expat/dist/bcb5/elements.bpf: file removal
external/mit/expat/dist/MANIFEST: file removal
external/mit/expat/dist/amiga/stdlib.c: file removal
external/mit/expat/dist/xmlwf/readfilemap.c: file removal
external/mit/expat/dist/tests/benchmark/benchmark.dsw: file removal
external/mit/expat/dist/bcb5/xmlwf.mak: file removal
external/mit/expat/dist/xmlwf/xmlwf.dsp: file removal
external/mit/expat/dist/doc/xmlwf.1: file removal
external/mit/expat/dist/xmlwf/xmlmime.h: file removal
external/mit/expat/dist/amiga/expat_vectors.c: file removal
external/mit/expat/dist/expat_config.h.in: file removal
external/mit/expat/dist/conftools/config.guess: file removal
external/mit/expat/dist/conftools/expat.m4: file removal
external/mit/expat/dist/xmlwf/xmltchar.h: file removal
external/mit/expat/dist/amiga/launch.c: file removal
external/mit/expat/dist/bcb5/expat_static.bpr: file removal
external/mit/expat/dist/bcb5/outline.mak: file removal
external/mit/expat/dist/lib/winconfig.h: file removal
external/mit/expat/dist/lib/internal.h: file removal
external/mit/expat/dist/examples/elements.dsp: file removal
external/mit/expat/dist/amiga/include/interfaces/expat.h: file removal
external/mit/expat/dist/bcb5/README.txt: file removal
external/mit/expat/dist/bcb5/expatw_static.bpf: file removal
external/mit/expat/dist/bcb5/libexpat_mtd.def: file removal
external/mit/expat/dist/xmlwf/win32filemap.c: file removal
external/mit/expat/dist/xmlwf/filemap.h: file removal
external/mit/expat/dist/win32/README.txt: file removal
external/mit/expat/dist/examples/elements.c: file removal
external/mit/expat/dist/bcb5/expatw.mak: file removal
external/mit/expat/dist/xmlwf/xmlfile.h: file removal
external/mit/expat/dist/xmlwf/xmlwin32url.cxx: file removal
external/mit/expat/dist/xmlwf/codepage.c: file removal
external/mit/expat/dist/lib/expat_static.dsp: file removal
external/mit/expat/dist/lib/xmlrole.c: file removal
external/mit/expat/dist/lib/nametab.h: file removal
external/mit/expat/dist/bcb5/outline.bpr: file removal
external/mit/expat/dist/bcb5/expat.bpf: file removal
external/mit/expat/dist/doc/valid-xhtml10.png: file removal
external/mit/expat/dist/tests/benchmark/README.txt: file removal
external/mit/expat/dist/win32/expat.iss: file removal
external/mit/expat/dist/amiga/expat.xml: file removal
external/mit/expat/dist/tests/chardata.c: file removal
external/mit/expat/dist/conftools/install-sh: file removal
external/mit/expat/dist/doc/style.css: file removal
external/mit/expat/dist/lib/libexpatw.def: file removal
external/mit/expat/dist/Changes: file removal
external/mit/expat/dist/amiga/include/proto/expat.h: file removal
external/mit/expat/dist/tests/README.txt: file removal
external/mit/expat/dist/xmlwf/ct.c: file removal
external/mit/expat/dist/lib/iasciitab.h: file removal
external/mit/expat/dist/lib/xmltok.c: file removal
external/mit/expat/dist/bcb5/setup.bat: file removal
external/mit/expat/dist/bcb5/expatw.bpr: file removal
external/mit/expat/dist/conftools/get-version.sh: file removal
external/mit/expat/dist/lib/expatw.dsp: file removal
external/mit/expat/dist/lib/expat_external.h: file removal
external/mit/expat/dist/xmlwf/xmlwf.c: file removal
external/mit/expat/dist/conftools/libtool.m4: file removal
external/mit/expat/dist/tests/runtestspp.cpp: file removal
external/mit/expat/dist/conftools/config.sub: file removal
external/mit/expat/dist/bcb5/elements.mak: file removal
external/mit/expat/dist/lib/xmltok_ns.c: file removal
external/mit/expat/dist/amiga/include/inline4/expat.h: file removal
external/mit/expat/dist/lib/expatw_static.dsp: file removal
external/mit/expat/dist/lib/ascii.h: file removal
external/mit/expat/dist/bcb5/expat_static.bpf: file removal
external/mit/expat/dist/expat.dsw: file removal
external/mit/expat/dist/xmlwf/codepage.h: file removal
external/mit/expat/dist/lib/xmlrole.h: file removal
external/mit/expat/dist/tests/minicheck.c: file removal
external/mit/expat/dist/lib/expat.h: file removal
Move &quot;libexpat&quot; from X11 into base which fixes PR lib/40346.
This change was approved by the Core Group.

(riz)

2012-03-02 18:20:34 UTC MAIN commitmail json YAML

2012-03-02 18:12:01 UTC MAIN commitmail json YAML

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

2012-03-02 18:10:59 UTC MAIN commitmail json YAML

Added Ricoh 5U822.
Rename Ricoh 5CE823 to 5U823.

(nonaka)

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

Drop obsolete incompatibility note for interaction with libpthread.

(joerg)

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

Separate pthread_t from thread stack. Drop additional alignment
restrictions on the thread stack. Remove remaining parts of stackid.

(joerg)

2012-03-02 17:49:03 UTC netbsd-4-0 commitmail json YAML

2012-03-02 17:48:46 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1442):
doc/3RDPARTY: revision 1.921
Import tzdata2012b from <a  rel="nofollow" href="ftp://munnari.oz.au/pub/tzdata2012b.tar.gz">ftp://munnari.oz.au/pub/tzdata2012b.tar.gz</a>.
Changes since tzdata2012a:
    Most significantly, summer time in Cuba has been delayed 3 weeks
    (now starts April 1 rather than March 11).  Since Mar 11 (the old
    start date, as listed in 2012a) is just a little over a week away,
    this change is urgent.
    Less importantly, an excess tab in one of the changes in zone.tab
    in 2012a has been removed.

tzcode2012b and tzdata2012b ahve been released.
We have updated to tzdata2012b.

(riz)

2012-03-02 17:47:49 UTC netbsd-4 commitmail json YAML

2012-03-02 17:47:28 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1442):
doc/3RDPARTY: revision 1.921
Import tzdata2012b from <a  rel="nofollow" href="ftp://munnari.oz.au/pub/tzdata2012b.tar.gz">ftp://munnari.oz.au/pub/tzdata2012b.tar.gz</a>.
Changes since tzdata2012a:
    Most significantly, summer time in Cuba has been delayed 3 weeks
    (now starts April 1 rather than March 11).  Since Mar 11 (the old
    start date, as listed in 2012a) is just a little over a week away,
    this change is urgent.
    Less importantly, an excess tab in one of the changes in zone.tab
    in 2012a has been removed.

tzcode2012b and tzdata2012b ahve been released.
We have updated to tzdata2012b.

(riz)

2012-03-02 17:44:52 UTC netbsd-5-1 commitmail json YAML

2012-03-02 17:44:38 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1734):
doc/3RDPARTY: revision 1.921
Import tzdata2012b from <a  rel="nofollow" href="ftp://munnari.oz.au/pub/tzdata2012b.tar.gz">ftp://munnari.oz.au/pub/tzdata2012b.tar.gz</a>.
Changes since tzdata2012a:
    Most significantly, summer time in Cuba has been delayed 3 weeks
    (now starts April 1 rather than March 11).  Since Mar 11 (the old
    start date, as listed in 2012a) is just a little over a week away,
    this change is urgent.
    Less importantly, an excess tab in one of the changes in zone.tab
    in 2012a has been removed.

tzcode2012b and tzdata2012b ahve been released.
We have updated to tzdata2012b.

(riz)

2012-03-02 17:44:02 UTC netbsd-5-0 commitmail json YAML

2012-03-02 17:43:45 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1734):
doc/3RDPARTY: revision 1.921
Import tzdata2012b from <a  rel="nofollow" href="ftp://munnari.oz.au/pub/tzdata2012b.tar.gz">ftp://munnari.oz.au/pub/tzdata2012b.tar.gz</a>.
Changes since tzdata2012a:
    Most significantly, summer time in Cuba has been delayed 3 weeks
    (now starts April 1 rather than March 11).  Since Mar 11 (the old
    start date, as listed in 2012a) is just a little over a week away,
    this change is urgent.
    Less importantly, an excess tab in one of the changes in zone.tab
    in 2012a has been removed.

tzcode2012b and tzdata2012b ahve been released.
We have updated to tzdata2012b.

(riz)

2012-03-02 17:43:03 UTC netbsd-5 commitmail json YAML

2012-03-02 17:42:48 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1734):
doc/3RDPARTY: revision 1.921
Import tzdata2012b from <a  rel="nofollow" href="ftp://munnari.oz.au/pub/tzdata2012b.tar.gz">ftp://munnari.oz.au/pub/tzdata2012b.tar.gz</a>.
Changes since tzdata2012a:
    Most significantly, summer time in Cuba has been delayed 3 weeks
    (now starts April 1 rather than March 11).  Since Mar 11 (the old
    start date, as listed in 2012a) is just a little over a week away,
    this change is urgent.
    Less importantly, an excess tab in one of the changes in zone.tab
    in 2012a has been removed.

tzcode2012b and tzdata2012b ahve been released.
We have updated to tzdata2012b.

(riz)

2012-03-02 17:42:13 UTC MAIN commitmail json YAML

Note Lemote Yeeloong Notebook and RTL8168E-VL support.

(nonaka)

2012-03-02 17:40:43 UTC netbsd-6 commitmail json YAML

2012-03-02 17:39:48 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #76):
doc/3RDPARTY: revision 1.921
Import tzdata2012b from <a  rel="nofollow" href="ftp://munnari.oz.au/pub/tzdata2012b.tar.gz">ftp://munnari.oz.au/pub/tzdata2012b.tar.gz</a>.
Changes since tzdata2012a:
    Most significantly, summer time in Cuba has been delayed 3 weeks
    (now starts April 1 rather than March 11).  Since Mar 11 (the old
    start date, as listed in 2012a) is just a little over a week away,
    this change is urgent.
    Less importantly, an excess tab in one of the changes in zone.tab
    in 2012a has been removed.

tzcode2012b and tzdata2012b ahve been released.
We have updated to tzdata2012b.

(riz)

2012-03-02 17:33:42 UTC netbsd-6 commitmail json YAML

2012-03-02 17:27:49 UTC MAIN commitmail json YAML

2012-03-02 17:02:00 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #70):
usr.sbin/makemandb/makemandb.c: revision 1.6
Expand workaround for .so usage to do the chdir call just before
starting parsing, not during the tree iteration. This gives it a chance
to work.

(riz)

2012-03-02 16:56:33 UTC MAIN commitmail json YAML

Move from pool(9) to kmem_zalloc(9) for L2 page tables. A pool with PAGE_SIZE
elements is accepted but seems to panic now and then claiming it can't find
the header info.

XXX should this be PR'd?

(reinoud)

2012-03-02 16:50:54 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tron in ticket #69):
crypto/external/bsd/openssl/dist/crypto/asn1/asn_mime.c: revision 1.2
apply upstream rev.22146: Tolerate bad MIME headers in parser.
avoids possible NULL dereference (CVE-2006-7248)

(riz)

2012-03-02 16:49:13 UTC netbsd-6 commitmail json YAML

2012-03-02 16:48:10 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #68):
doc/BUILDING.mdoc: revision 1.88
BUILDING: revision 1.99
build.sh: revision 1.254
Add a missing period.
Add sanity checks for live-image and install-image targets
(which require mtree spec files built with MKUNPRIVED=yes)
to avoid unexpected makefs(8) error during image builds:
- if release op is specified with live-image or install-image
  at the same time, make sure -U is also specified for the image builds
- before perform live-image and install-image ops check METALOG file
  in DESTDIR to see if the build have been performed with MKUNPRIVED
XXX: Probably toolchain should create consistent spec files in
XXX: DESTDIR/etc/mtree dir regardless of MKUNPRIVED settings.

(riz)

2012-03-02 16:45:29 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by njoly in ticket #67):
lib/libquota/quota_oldfiles.c: revision 1.9
Check if fstab file exists before trying to parse it, to avoid
warnings from {get,set}fsent() functions if missing.
dholland ok.

(riz)

2012-03-02 16:43:31 UTC MAIN commitmail json YAML

Follow locore.S and move FPU handling from x86_64_switch_context() to
x86_64_tls_switch(); raise IPL to IPL_HIGH in x86_64_switch_context()
and test ci_fpcurlwp to decide to disable FPU or not.
Change the Xen i386 context switch code to be like the amd64 one.

(bouyer)

2012-03-02 16:42:22 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #66):
sys/arch/mips/mips/mips_fpu.c: revision 1.8
Remove an incorrect KASSERT

(riz)

2012-03-02 16:41:00 UTC MAIN commitmail json YAML

Don't mask out CPUID_FXSR. If not set, the kernel won't handle SSE and SSE2
registers on context switches; leading to data corruption when running
binaries using these instructions (like e.g. binaries built with a
-mcpu newer than pentium 4, which enables theses instruction in gcc).

(bouyer)

2012-03-02 16:39:26 UTC MAIN commitmail json YAML

2012-03-02 16:38:21 UTC MAIN commitmail json YAML

2012-03-02 16:38:14 UTC MAIN commitmail json YAML

Add some more KASSERT()

(bouyer)

2012-03-02 16:37:38 UTC MAIN commitmail json YAML

MMUEXT_INVLPG_MULTI and MMUEXT_TLB_FLUSH_MULTI use a long as cpu mask,
not uint32_t, so  pass a pointer of the right type.
While there, cleanup includes and delete local, redundant define of PG_k.

(bouyer)

2012-03-02 16:37:16 UTC MAIN commitmail json YAML

Fix support for .protected symbols.

(matt)

2012-03-02 16:35:50 UTC netbsd-6 commitmail json YAML

2012-03-02 16:34:47 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by mbalmer in ticket #65):
sys/dev/scsipi/ss_scanjet.c: revision 1.52
sys/dev/scsipi/ss.c: revision 1.81
sys/dev/scsipi/ssvar.h: revision 1.19
sys/dev/scsipi/ss_mustek.c: revision 1.41
Convert to device_t, aka softc/device_t split, and clean up a bit the code.

(riz)

2012-03-02 16:33:40 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by mbalmer in ticket #64):
sys/dev/scsipi/stvar.h: revision 1.24
sys/dev/scsipi/st_scsi.c: revision 1.34
sys/dev/scsipi/st_atapi.c: revision 1.28
sys/dev/scsipi/st.c: revision 1.220
Convert st(4) to device_t, while here clean up the code and use uintXX_t
instead of u_intXX_t.

(riz)

2012-03-02 16:31:44 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tron in ticket #63):
sys/ufs/chfs/chfs_inode.h: revision 1.2
sys/ufs/chfs/chfs_malloc.c: revision 1.2
sys/arch/i386/conf/ALL: revision 1.333
sys/ufs/chfs/chfs_pool.c: revision 1.2
Make this compile again. From Paul Fleischer.
Add Chip File System.

(riz)

2012-03-02 16:29:31 UTC MAIN commitmail json YAML

Print CPU stepping level

(sborrill)

2012-03-02 16:29:29 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #62):
sys/arch/hppa/hppa/pmap.c: revision 1.98
Fix PMAPDEBUG build

(riz)

2012-03-02 16:23:41 UTC MAIN commitmail json YAML

2012-03-02 16:22:27 UTC MAIN commitmail json YAML

remove trailing white space

(apb)

2012-03-02 16:20:55 UTC MAIN commitmail json YAML

2012-03-02 16:19:52 UTC MAIN commitmail json YAML

Remove conflicting/redundant common declarations.

(matt)

2012-03-02 16:19:15 UTC MAIN commitmail json YAML

Change CTASSERT to __CTASSERT (the spelling used in <sys/cdefs.h>),
include <sys/cdefs.h> so that it will be defined,
and move it to a better place.

The previous CTASSERT would never have been used because
of the ifdef.  If it had been used, it would have had
unwanted effects from being just after the "static inline"
that appears when BZERO is defined.

Also move the __RCSID to a more conventional location.

(apb)

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

Need to cast to intrptr_t before casting a register_t to void * (since
register_t might be wider than a void *).

(matt)

2012-03-02 15:49:27 UTC MAIN commitmail json YAML

2012-03-02 15:47:51 UTC MAIN commitmail json YAML

Added Ricoh 5CE823.

(nonaka)

2012-03-02 15:09:58 UTC MAIN commitmail json YAML

Fix inverted condition when handling stale entries.
From Abhinav Upadhyay.

(joerg)

2012-03-02 14:36:04 UTC MAIN commitmail json YAML

Use mdoc macros only.

(wiz)

2012-03-02 14:27:48 UTC MAIN commitmail json YAML

Add msg_printf(fmt, ...), a function to display raw messages without
going through the message catalog.

(mbalmer)

2012-03-02 13:20:57 UTC MAIN commitmail json YAML

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

2012-03-02 12:56:51 UTC MAIN commitmail json YAML

fix attach message if wdt isn't attach.

(nonaka)

2012-03-02 12:08:44 UTC MAIN commitmail json YAML

Fix a bug that libsa ls doesn't work in case of filename with directory path.
("ls /path/and/file" always returns not found)  From MINIX via Evgeniy Ivanov.

(tsutsui)

2012-03-02 11:41:36 UTC MAIN commitmail json YAML

convert to device_t.

(nonaka)

2012-03-02 07:21:49 UTC MAIN commitmail json YAML

Mention tzdata2012a and tzdata2012b.  2012a has already been pulled
up to netbsd-6 and 2012b will be pulled up soon.

(apb)

2012-03-02 07:06:31 UTC MAIN commitmail json YAML

tzcode2012b and tzdata2012b ahve been released.
We have updated to tzdata2012b.

(apb)

2012-03-02 07:01:50 UTC MAIN commitmail json YAML

Import tzdata2012b from ftp://munnari.oz.au/pub/tzdata2012b.tar.gz.
Changes since tzdata2012a:

    Most significantly, summer time in Cuba has been delayed 3 weeks
    (now starts April 1 rather than March 11).  Since Mar 11 (the old
    start date, as listed in 2012a) is just a little over a week away,
    this change is urgent.

    Less importantly, an excess tab in one of the changes in zone.tab
    in 2012a has been removed.

Status:

Vendor Tag: ADO
Release Tags: TZDATA2012B

(apb)

2012-03-02 06:44:38 UTC netbsd-6 commitmail json YAML

2012-03-02 06:44:02 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #73):
doc/3RDPARTY: revision 1.920
distrib/sets/lists/base/mi: revision 1.988
tzcode2012a and and tzdata2012a have been released.
We have updated to tzdata2012a but still have tzcode2011i.
Add "Home Page: http://www.iana.org/time-zones".
Add apb to "Responsible".
Add usr/share/zoneinfo/America/Creston to set lists,
after tzdata2012a update.

(riz)

2012-03-02 06:43:17 UTC netbsd-5-1 commitmail json YAML

2012-03-02 06:42:28 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1733):
doc/3RDPARTY: revision 1.920
distrib/sets/lists/base/mi: revision 1.988
tzcode2012a and and tzdata2012a have been released.
We have updated to tzdata2012a but still have tzcode2011i.
Add "Home Page: http://www.iana.org/time-zones".
Add apb to "Responsible".
Add usr/share/zoneinfo/America/Creston to set lists,
after tzdata2012a update.

(riz)

2012-03-02 06:41:59 UTC netbsd-5-0 commitmail json YAML

2012-03-02 06:41:26 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1733):
doc/3RDPARTY: revision 1.920
distrib/sets/lists/base/mi: revision 1.988
tzcode2012a and and tzdata2012a have been released.
We have updated to tzdata2012a but still have tzcode2011i.
Add "Home Page: http://www.iana.org/time-zones".
Add apb to "Responsible".
Add usr/share/zoneinfo/America/Creston to set lists,
after tzdata2012a update.

(riz)

2012-03-02 06:40:49 UTC netbsd-5 commitmail json YAML

2012-03-02 06:40:03 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1733):
doc/3RDPARTY: revision 1.920
distrib/sets/lists/base/mi: revision 1.988
tzcode2012a and and tzdata2012a have been released.
We have updated to tzdata2012a but still have tzcode2011i.
Add "Home Page: http://www.iana.org/time-zones".
Add apb to "Responsible".
Add usr/share/zoneinfo/America/Creston to set lists,
after tzdata2012a update.

(riz)

2012-03-02 06:38:16 UTC netbsd-4-0 commitmail json YAML

Ticket 1441 addendum.

(riz)

2012-03-02 06:37:39 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1441):
doc/3RDPARTY: revision 1.920
distrib/sets/lists/base/mi: revision 1.988
tzcode2012a and and tzdata2012a have been released.
We have updated to tzdata2012a but still have tzcode2011i.
Add "Home Page: http://www.iana.org/time-zones".
Add apb to "Responsible".
Add usr/share/zoneinfo/America/Creston to set lists,
after tzdata2012a update.

(riz)

2012-03-02 06:36:15 UTC netbsd-4 commitmail json YAML

Addendum to ticket 1441.

(riz)

2012-03-02 06:35:45 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1441):
doc/3RDPARTY: revision 1.920
distrib/sets/lists/base/mi: revision 1.988
tzcode2012a and and tzdata2012a have been released.
We have updated to tzdata2012a but still have tzcode2011i.
Add "Home Page: http://www.iana.org/time-zones".
Add apb to "Responsible".
Add usr/share/zoneinfo/America/Creston to set lists,
after tzdata2012a update.

(riz)

2012-03-02 06:07:25 UTC MAIN commitmail json YAML

Add usr/share/zoneinfo/America/Creston to set lists,
after tzdata2012a update.

(apb)

2012-03-02 04:22:57 UTC MAIN commitmail json YAML

Don't match on idVendor=0x0000 && idProduct=0x0000.

OpenBSD usb_lookup() might need this as a terminating entry,
but we don't at this point.

Repulsively enough, something that should be a uhidev(4),
ServerEngines SE USB Device, rev 1.10/0.01
has these ID numbers.

(jakllsch)

2012-03-02 03:32:44 UTC netbsd-6 commitmail json YAML

2012-03-02 03:32:24 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #73:
share/zoneinfo/antarctica: patch
share/zoneinfo/asia: patch
share/zoneinfo/australasia: patch
share/zoneinfo/europe: patch
share/zoneinfo/leapseconds: patch
share/zoneinfo/northamerica: patch
share/zoneinfo/southamerica: patch
share/zoneinfo/zone.tab: patch

Import tzdata2012a from ftp://munnari.oz.au/pub/tzdata2012a.tar.gz.
Major changes since tzdata2011n:
    Chile 2011/2012 and 2012/2013 summer time date adjustments.
    Falkland Islands onto permanent summer time (were assuming for the
            foreseeable future, though 2012 is all were fairly certain of.)
    Armenia has abolished Summer Time.
    Tokelau jumped the International Date Line back last December
            (just the same as their near neighbour, Samoa).
    America/Creston is a new zone for a small area of British Columbia
    There will be a leapsecond 2012-06-30 23:59:60 UTC.

(riz)

2012-03-02 03:29:24 UTC netbsd-5-1 commitmail json YAML

2012-03-02 03:28:47 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1733):
share/zoneinfo/antarctica: patch
share/zoneinfo/asia: patch
share/zoneinfo/australasia: patch
share/zoneinfo/europe: patch
share/zoneinfo/leapseconds: patch
share/zoneinfo/northamerica: patch
share/zoneinfo/southamerica: patch
share/zoneinfo/zone.tab: patch

Import tzdata2012a from ftp://munnari.oz.au/pub/tzdata2012a.tar.gz.
Major changes since tzdata2011n:
    Chile 2011/2012 and 2012/2013 summer time date adjustments.
    Falkland Islands onto permanent summer time (were assuming for the
            foreseeable future, though 2012 is all were fairly certain of.)
    Armenia has abolished Summer Time.
    Tokelau jumped the International Date Line back last December
            (just the same as their near neighbour, Samoa).
    America/Creston is a new zone for a small area of British Columbia
    There will be a leapsecond 2012-06-30 23:59:60 UTC.

(riz)

2012-03-02 03:28:21 UTC netbsd-5-0 commitmail json YAML

2012-03-02 03:27:57 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1733):
share/zoneinfo/antarctica: patch
share/zoneinfo/asia: patch
share/zoneinfo/australasia: patch
share/zoneinfo/europe: patch
share/zoneinfo/leapseconds: patch
share/zoneinfo/northamerica: patch
share/zoneinfo/southamerica: patch
share/zoneinfo/zone.tab: patch

Import tzdata2012a from ftp://munnari.oz.au/pub/tzdata2012a.tar.gz.
Major changes since tzdata2011n:
    Chile 2011/2012 and 2012/2013 summer time date adjustments.
    Falkland Islands onto permanent summer time (were assuming for the
            foreseeable future, though 2012 is all were fairly certain of.)
    Armenia has abolished Summer Time.
    Tokelau jumped the International Date Line back last December
            (just the same as their near neighbour, Samoa).
    America/Creston is a new zone for a small area of British Columbia
    There will be a leapsecond 2012-06-30 23:59:60 UTC.

(riz)

2012-03-02 03:21:54 UTC netbsd-5 commitmail json YAML

2012-03-02 03:21:22 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1733):
share/zoneinfo/antarctica: patch
share/zoneinfo/asia: patch
share/zoneinfo/australasia: patch
share/zoneinfo/europe: patch
share/zoneinfo/leapseconds: patch
share/zoneinfo/northamerica: patch
share/zoneinfo/southamerica: patch
share/zoneinfo/zone.tab: patch

Import tzdata2012a from ftp://munnari.oz.au/pub/tzdata2012a.tar.gz.
Major changes since tzdata2011n:
    Chile 2011/2012 and 2012/2013 summer time date adjustments.
    Falkland Islands onto permanent summer time (were assuming for the
            foreseeable future, though 2012 is all were fairly certain of.)
    Armenia has abolished Summer Time.
    Tokelau jumped the International Date Line back last December
            (just the same as their near neighbour, Samoa).
    America/Creston is a new zone for a small area of British Columbia
    There will be a leapsecond 2012-06-30 23:59:60 UTC.

(riz)

2012-03-02 02:59:07 UTC netbsd-4-0 commitmail json YAML

2012-03-02 02:58:46 UTC MAIN commitmail json YAML

More time_t fallout.

(joerg)

2012-03-02 02:58:36 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1441):
share/zoneinfo/antarctica: patch
share/zoneinfo/asia: patch
share/zoneinfo/australasia: patch
share/zoneinfo/europe: patch
share/zoneinfo/leapseconds: patch
share/zoneinfo/northamerica: patch
share/zoneinfo/southamerica: patch
share/zoneinfo/zone.tab: patch

Import tzdata2012a from ftp://munnari.oz.au/pub/tzdata2012a.tar.gz.
Major changes since tzdata2011n:
    Chile 2011/2012 and 2012/2013 summer time date adjustments.
    Falkland Islands onto permanent summer time (were assuming for the
            foreseeable future, though 2012 is all were fairly certain of.)
    Armenia has abolished Summer Time.
    Tokelau jumped the International Date Line back last December
            (just the same as their near neighbour, Samoa).
    America/Creston is a new zone for a small area of British Columbia
    There will be a leapsecond 2012-06-30 23:59:60 UTC.

(riz)

2012-03-02 02:58:20 UTC netbsd-4 commitmail json YAML

2012-03-02 02:57:58 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1441):
share/zoneinfo/antarctica: patch
share/zoneinfo/asia: patch
share/zoneinfo/australasia: patch
share/zoneinfo/europe: patch
share/zoneinfo/leapseconds: patch
share/zoneinfo/northamerica: patch
share/zoneinfo/southamerica: patch
share/zoneinfo/zone.tab: patch

Import tzdata2012a from ftp://munnari.oz.au/pub/tzdata2012a.tar.gz.
Major changes since tzdata2011n:
    Chile 2011/2012 and 2012/2013 summer time date adjustments.
    Falkland Islands onto permanent summer time (were assuming for the
            foreseeable future, though 2012 is all were fairly certain of.)
    Armenia has abolished Summer Time.
    Tokelau jumped the International Date Line back last December
            (just the same as their near neighbour, Samoa).
    America/Creston is a new zone for a small area of British Columbia
    There will be a leapsecond 2012-06-30 23:59:60 UTC.

(riz)

2012-03-01 22:38:31 UTC MAIN commitmail json YAML

Fix format string. Make sure it doesn't reappear by using __printf_like
as appropiate.

(joerg)

2012-03-01 22:31:48 UTC MAIN commitmail json YAML

2012-03-01 22:30:41 UTC MAIN commitmail json YAML

tzcode2012a and and tzdata2012a have been released.
We have updated to tzdata2012a but still have tzcode2011i.
Add "Home Page: http://www.iana.org/time-zones".
Add apb to "Responsible".

(apb)

2012-03-01 21:31:10 UTC MAIN commitmail json YAML

Fix punctuation markup.

(wiz)

2012-03-01 21:22:02 UTC MAIN commitmail json YAML

Merge tzdata2012a from ftp://munnari.oz.au/pub/tzdata2012a.tar.gz.
Major changes since tzdata2011n:
    Chile 2011/2012 and 2012/2013 summer time date adjustments.
    Falkland Islands onto permanent summer time (we're assuming for the
    foreseeable future, though 2012 is all we're fairly certain of.)
    Armenia has abolished Summer Time.
    Tokelau jumped the International Date Line back last December
    (just the same as their near neighbour, Samoa).
    America/Creston is a new zone for a small area of British Columbia
    There will be a leapsecond 2012-06-30 23:59:60 UTC.

(apb)

2012-03-01 21:19:22 UTC MAIN commitmail json YAML

Import tzdata2012a from ftp://munnari.oz.au/pub/tzdata2012a.tar.gz.
Major changes since tzdata2011i:
    Chile 2011/2012 and 2012/2013 summer time date adjustments.
    Falkland Islands onto permanent summer time (we're assuming for the
    foreseeable future, though 2012 is all we're fairly certain of.)
    Armenia has abolished Summer Time.
    Tokelau jumped the International Date Line back last December
    (just the same as their near neighbour, Samoa).
    America/Creston is a new zone for a small area of British Columbia
    There will be a leapsecond 2012-06-30 23:59:60 UTC.

Status:

Vendor Tag: ADO
Release Tags: TZDATA2012A

(apb)

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

Use __func__ in panic messages.

(skrll)

2012-03-01 20:16:27 UTC MAIN commitmail json YAML

slightly rework pcim1_quirk_tbl[]-related bits:
- put patchable entry first so finding it with gdb/ddb is more trivial
- use pcitag_t instead of uint32_t for tag
- make this table const
- drop old #undef
- use NULL instead of 0 where appropriate.

(jakllsch)

2012-03-01 18:08:56 UTC MAIN commitmail json YAML

2012-03-01 17:59:38 UTC MAIN commitmail json YAML

kernelstack is declared in arm32_machdep.c

(matt)

2012-03-01 17:40:32 UTC MAIN commitmail json YAML

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

2012-03-01 16:22:16 UTC MAIN commitmail json YAML

Put back spaces at EOL where needed (in a message file, a space at EOL
means a line break, a line break means a space...)
This should fix PR 46042.

(mbalmer)

2012-03-01 14:13:11 UTC MAIN commitmail json YAML

openldap-2.4.30 out.

(wiz)

2012-03-01 09:50:39 UTC MAIN commitmail json YAML

Some updates, from Bug Hunting in private email.

(wiz)

2012-03-01 09:08:19 UTC MAIN commitmail json YAML

2012-03-01 01:12:48 UTC MAIN commitmail json YAML

Update to LLVM/Clang snapshot r151769 to get much better code for __BIT
on i386.

(joerg)

2012-02-29 23:42:29 UTC MAIN commitmail json YAML

2012-02-29 23:39:53 UTC MAIN commitmail json YAML

Fix various format string mismatches.

(joerg)

2012-02-29 23:38:46 UTC MAIN commitmail json YAML

Avoid using computed string as format string, just print it as string.

(joerg)

2012-02-29 23:37:07 UTC MAIN commitmail json YAML

Don't use non-literal format strings. Split it up depending on the
number of arguments used.

(joerg)

2012-02-29 23:35:50 UTC MAIN commitmail json YAML

Cast register_t to void * when printing with %p.

(joerg)

2012-02-29 23:35:10 UTC MAIN commitmail json YAML

Pointer differences are generally not integers, so use %td here.

(joerg)

2012-02-29 23:34:02 UTC MAIN commitmail json YAML

Use uintmax_t for freqency computations to avoid differences between
platforms.

(joerg)

2012-02-29 22:53:47 UTC MAIN commitmail json YAML

Add some info on RFC4638.

(rjs)

2012-02-29 22:23:56 UTC matt-nb5-mips64 commitmail json YAML

Deal with UVM_PAGE_OWN changes.

(matt)

2012-02-29 20:08:50 UTC MAIN commitmail json YAML

2012-02-29 20:07:58 UTC MAIN commitmail json YAML

2012-02-29 18:03:40 UTC matt-nb5-mips64 commitmail json YAML

2012-02-29 08:55:25 UTC MAIN commitmail json YAML

Sync usage with man page. From Bug Hunting in PR 46102.

(wiz)

2012-02-29 08:54:55 UTC MAIN commitmail json YAML

Remove trailing whitespace. From Bug Hunting in PR 46102.

(wiz)

2012-02-29 04:49:50 UTC MAIN commitmail json YAML

consolidate all of the volatile /var.* directories which are mounted as tmpfs
into a single one for /var - same as /root, /etc

(agc)

2012-02-29 02:40:28 UTC MAIN commitmail json YAML

Properly find atf configuration files in the source tree.  My previous
change dealt properly with etc.tgz only.  Addresses PR bin/45870.

(jmmv)

2012-02-29 02:02:57 UTC matt-nb5-mips64 commitmail json YAML

2012-02-29 01:55:45 UTC matt-nb5-mips64 commitmail json YAML

Improve conditions for send_sigsegv.

(matt)

2012-02-28 22:30:44 UTC MAIN commitmail json YAML

Mark sasprintf as using a printf-like format. Fix format string to use
all arguments by telling the user what file would be overwritten.

(joerg)

2012-02-28 22:07:54 UTC MAIN commitmail json YAML

gdb likes to mix different enum types in switches, so disable the check
for clang.

(joerg)

2012-02-28 22:07:16 UTC MAIN commitmail json YAML

Disable -Wempty-body here.

(joerg)

2012-02-28 21:22:21 UTC MAIN commitmail json YAML

let the fifo drain periodically - we need this even in 8 bit on some
hardware, like rv100 paired with a semi-fast CPU

(macallan)

2012-02-28 20:41:19 UTC MAIN commitmail json YAML

Make sure to create the right aliases.

(joerg)

2012-02-28 20:26:38 UTC MAIN commitmail json YAML

cosmetic, spelling, and grammar adjustments

(mbalmer)

2012-02-28 20:26:07 UTC MAIN commitmail json YAML

2012-02-28 20:23:51 UTC MAIN commitmail json YAML

add methods to map/unmap video memory and registers when entering/leaving X
so DRI has a fighting chance of working

(macallan)

2012-02-28 20:21:17 UTC MAIN commitmail json YAML

support anti-aliased fonts in 8 bit as well

(macallan)

2012-02-28 18:14:47 UTC MAIN commitmail json YAML

cosmetic, spelling, and grammar adjustments

(jakllsch)

2012-02-28 17:23:58 UTC MAIN commitmail json YAML

apply upstream rev.22146: Tolerate bad MIME headers in parser.
avoids possible NULL dereference (CVE-2006-7248)

(drochner)

2012-02-28 17:09:32 UTC MAIN commitmail json YAML

Update LLVM/Clang snapshot to r151411. This brings in Lambda support for
C++11 and a new literal format string check to catch variadic argument
functions.

(joerg)

2012-02-28 14:22:23 UTC MAIN commitmail json YAML

2012-02-28 14:04:19 UTC MAIN commitmail json YAML

one line comments on one line.

(mbalmer)

2012-02-28 14:01:03 UTC MAIN commitmail json YAML

Unbreak the build.

(mbalmer)

2012-02-28 13:47:14 UTC MAIN commitmail json YAML

2012-02-28 12:08:37 UTC MAIN commitmail json YAML

Add commented out DDB_COMMANDONENTER example, enable pwdog(4).

(mbalmer)

2012-02-28 11:59:37 UTC MAIN commitmail json YAML

Remove a pointless #if 0, compiler will eliminate the code anways.
Noticed by skrll.

(mbalmer)

2012-02-28 11:41:00 UTC MAIN commitmail json YAML

2012-02-28 10:58:11 UTC MAIN commitmail json YAML

Convert st(4) to device_t, while here clean up the code and use uintXX_t
instead of u_intXX_t.

(mbalmer)

2012-02-28 08:58:39 UTC MAIN commitmail json YAML

Remove an escape sequence that was introduced by accident.

(pgoyette)

2012-02-28 07:47:50 UTC MAIN commitmail json YAML

Add Chip File System.

(tron)

2012-02-28 07:30:30 UTC MAIN commitmail json YAML

Fix PMAPDEBUG build

(skrll)

2012-02-28 06:09:49 UTC MAIN commitmail json YAML

2012-02-28 02:48:39 UTC MAIN commitmail json YAML

2012-02-27 22:35:01 UTC netbsd-6 commitmail json YAML

2012-02-27 22:33:32 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by oster in ticket #61):
lib/libc/arch/mips/sys/cerror.S: revision 1.18
Fix pasto.

(bouyer)

2012-02-27 20:37:14 UTC netbsd-6 commitmail json YAML

2012-02-27 20:29:36 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #60):
sys/arch/i386/i386/machdep.c: revision 1.722
Do not special-case XEN and always use the proper selectors for %fs and %gs
in buildcontext() and setregs(). The consequence was that signal handlers
would have the wrong %fs/%gs. Found by running atf tests under Xen/i386.

(riz)

2012-02-27 20:28:19 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by jmmv in ticket #59):
usr.sbin/postinstall/postinstall: revision 1.135
Populate /etc/atf with any missing files.  Fixes PR bin/45870.

(riz)

2012-02-27 20:25:33 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #58):
sys/fs/tmpfs/tmpfs_vnops.c: revision 1.95
in tmpfs_readdir(), skip the . and .. processing on removed directories,
since the latter will crash in this case.

(riz)