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

2024-05-10 06:43:09 UTC Now

2012-11-19 18:17:20 UTC netbsd-6 commitmail json YAML

2012-11-19 18:16:18 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #653):
lib/libnpf/npf.c: revision 1.14
usr.sbin/npf/npfctl/npf_var.h: revision 1.5
Fix for npfctl show case.  Improve some description while here.

(riz)

2012-11-19 18:15:36 UTC netbsd-6-0 commitmail json YAML

2012-11-19 18:15:25 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #653):
lib/libnpf/npf.c: revision 1.14
usr.sbin/npf/npfctl/npf_var.h: revision 1.5
Fix for npfctl show case.  Improve some description while here.

(riz)

2012-11-19 18:06:33 UTC netbsd-6-0 commitmail json YAML

2012-11-19 18:06:15 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #651):
external/bsd/ipf/dist/lib/hostname.c: revision 1.3
external/bsd/ipf/dist/tools/ipmon_y.y: revision 1.2
external/bsd/ipf/dist/tools/ipmon.c: revision 1.4
external/bsd/ipf/dist/tools/ipmon.c: revision 1.5
external/bsd/ipf/dist/tools/ipmon.c: revision 1.6
external/bsd/ipf/dist/ipf.h: revision 1.3
external/bsd/ipf/dist/tools/ipmon.c: revision 1.7
external/bsd/ipf/dist/ipmon.h: revision 1.3
- fix alignment issues in ipmon
- protoize ipmon.c, use void *, size_t instead of char *, int.
missed a const commit
Don't play stupid pet tricks with alignments and simplify the code not
to allocate/copy.
copy structures for alignment purposes
Remove ipl overwrite.  Which was missed in previous.

(riz)

2012-11-19 18:04:53 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #651):
external/bsd/ipf/dist/lib/hostname.c: revision 1.3
external/bsd/ipf/dist/tools/ipmon_y.y: revision 1.2
external/bsd/ipf/dist/tools/ipmon.c: revision 1.4
external/bsd/ipf/dist/tools/ipmon.c: revision 1.5
external/bsd/ipf/dist/tools/ipmon.c: revision 1.6
external/bsd/ipf/dist/ipf.h: revision 1.3
external/bsd/ipf/dist/tools/ipmon.c: revision 1.7
external/bsd/ipf/dist/ipmon.h: revision 1.3
- fix alignment issues in ipmon
- protoize ipmon.c, use void *, size_t instead of char *, int.
missed a const commit
Don't play stupid pet tricks with alignments and simplify the code not
to allocate/copy.
copy structures for alignment purposes
Remove ipl overwrite.  Which was missed in previous.

(riz)

2012-11-19 16:07:56 UTC MAIN commitmail json YAML

Do not require tv_nsec to be != 0 but instead require equality with the
test value.

(martin)

2012-11-19 16:04:54 UTC MAIN commitmail json YAML

On second thoughts, don't run "rm -rf" in bsd.clean.mk.  Instead,
document that CLEANFILES and CLEANDIRFILES must not contain
directory names.

(apb)

2012-11-19 15:14:27 UTC MAIN commitmail json YAML

Use "rm -rf" instead of "rm -f" in bsd.clean.mk.  This will
allow CLEANFILES or CLEANDIRFILES to contain directory names.

(apb)

2012-11-19 15:01:17 UTC MAIN commitmail json YAML

Use copyout to copy data from kernel out to userland!
Fixes PR kern/47217.

(martin)

2012-11-19 13:45:01 UTC MAIN commitmail json YAML

Add void between the parenthesis. Why only vax complains? From martin.

(christos)

2012-11-19 09:44:43 UTC netbsd-6 commitmail json YAML

Fix a bug that the patch is incorrectly applied with last commit.

(msaitoh)

2012-11-19 03:04:23 UTC MAIN commitmail json YAML

snprintb EXT2F_ROCOMPAT_SPARSESUPER as such.

(jakllsch)

2012-11-19 00:36:21 UTC MAIN commitmail json YAML

- Add e2di_version, e2di_nblock_high, e2di_facl_high fields to ext2fs_dinode.

- Update i_e2fs_ aliases to match.

- ext2fs_bswap support for these ext2fs_dinode fields.

(e2di_version and e2di_facl_high replace previously reserved fields.
e2di_nblock_high was formerly e2di_nfrag and e2di_fsize, however these
are currently defined in e2fsprogs as only being relevant for HURD.)

(jakllsch)

2012-11-19 00:25:29 UTC MAIN commitmail json YAML

Move i_e2fs_rdev define to be adjacent to the field it aliases.

(jakllsch)

2012-11-18 22:41:27 UTC netbsd-6 commitmail json YAML

2012-11-18 22:38:38 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #693):
lib/npf/ext_normalise/shlib_version: revision 1.1
lib/libnpf/npf.c: revision 1.13
distrib/sets/lists/modules/mi: revision 1.48
sys/net/npf/npf_rproc.c: revision 1.3
sys/net/npf/npf_rproc.c: revision 1.4
sys/modules/npf/Makefile: revision 1.11
usr.sbin/npf/npfctl/npfctl.h: revision 1.20
lib/npf/ext_log/npfext_log.c: revision 1.1
lib/libnpf/npf.h: revision 1.11
sys/net/npf/npf_inet.c: revision 1.17
sys/net/npf/npf_log.c: file removal
sys/net/npf/npf_handler.c: revision 1.22
distrib/sets/lists/base/shl.mi: revision 1.636
sys/net/npf/npf_impl.h: revision 1.23
usr.sbin/npf/npfctl/Makefile: revision 1.8
lib/npf/Makefile: revision 1.1
lib/npf/ext_log/shlib_version: revision 1.1
lib/Makefile: revision 1.189
distrib/sets/lists/comp/shl.mi: revision 1.236
usr.sbin/npf/npfctl/npf_build.c: revision 1.14
distrib/sets/lists/base/mi: revision 1.1007
usr.sbin/npf/npfctl/npf_scan.l: revision 1.6
distrib/sets/lists/base/mi: revision 1.1009
sys/net/npf/npf.h: revision 1.21
lib/npf/ext_normalise/npfext_normalise.c: revision 1.1
etc/mtree/NetBSD.dist.base: revision 1.105
lib/libnpf/Makefile: revision 1.3
etc/mtree/NetBSD.dist.base: revision 1.106
usr.sbin/npf/npfctl/npf_extmod.c: revision 1.1
sys/net/npf/npf_ctl.c: revision 1.18
lib/npf/ext_log/Makefile: revision 1.1
distrib/sets/lists/comp/mi: revision 1.1781
usr.sbin/npf/npfctl/npf_var.h: revision 1.4
sys/net/npf/npf.c: revision 1.13
sys/modules/Makefile: revision 1.111
sys/net/npf/npf_ext_log.c: revision 1.1
lib/npf/Makefile.inc: revision 1.1
sys/net/npf/npf_ext_normalise.c: revision 1.1
sys/net/npf/files.npf: revision 1.8
sys/rump/net/lib/libnpf/Makefile: revision 1.2
sys/modules/npf_ext_log/Makefile: revision 1.1
lib/npf/ext_normalise/Makefile: revision 1.1
usr.sbin/npf/npfctl/npfctl.c: revision 1.20
usr.sbin/npf/npfctl/npf_parse.y: revision 1.13
sys/modules/npf_ext_normalise/Makefile: revision 1.1
Implement dynamic NPF extensions interface.  An extension consists of
dynamically loaded module (.so) supplementing npfctl(8) and a kernel
module.  Move normalisation and logging functionality into their own
extensions.  More improvements to come.
Add /usr/lib/npf.
Add ./usr/libdata/debug/usr/lib/npf for rmind
Fix MKDEBUG set lists
ext_ops does not change during the life cycle and can be fetched without
the mutex held. This avoids confusion in the compiler about an uninitialized
variable ext_ops.
ok rmind@

(riz)

2012-11-18 22:16:11 UTC matt-nb6-plus commitmail json YAML

2012-11-18 22:09:46 UTC netbsd-6 commitmail json YAML

2012-11-18 22:05:38 UTC netbsd-6-0 commitmail json YAML

2012-11-18 22:05:27 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #649):
distrib/utils/sysinst/msg.mi.es: revision 1.48
distrib/utils/sysinst/arch/i386/Makefile: revision 1.18
distrib/utils/sysinst/msg.mi.en: revision 1.176
distrib/utils/sysinst/arch/amd64/Makefile: revision 1.8
distrib/utils/sysinst/msg.mi.de: revision 1.71
distrib/utils/sysinst/msg.mi.fr: revision 1.130
distrib/utils/sysinst/util.c: revision 1.180
distrib/utils/sysinst/msg.mi.pl: revision 1.87
Make the default choice of "Install from" menu to use the sets
in the default file system (assuming which come with the CD/USB image)
and skip distmedium menu if the root file system is not md(4).
Also change "CD-ROM / DVD" menu option accordingly on ports which
have install images.  PR/47038
XXX: still no responsible maintainer of non-en translations

(riz)

2012-11-18 22:04:44 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #649):
distrib/utils/sysinst/msg.mi.es: revision 1.48
distrib/utils/sysinst/arch/i386/Makefile: revision 1.18
distrib/utils/sysinst/msg.mi.en: revision 1.176
distrib/utils/sysinst/arch/amd64/Makefile: revision 1.8
distrib/utils/sysinst/msg.mi.de: revision 1.71
distrib/utils/sysinst/msg.mi.fr: revision 1.130
distrib/utils/sysinst/util.c: revision 1.180
distrib/utils/sysinst/msg.mi.pl: revision 1.87
Make the default choice of "Install from" menu to use the sets
in the default file system (assuming which come with the CD/USB image)
and skip distmedium menu if the root file system is not md(4).
Also change "CD-ROM / DVD" menu option accordingly on ports which
have install images.  PR/47038
XXX: still no responsible maintainer of non-en translations

(riz)

2012-11-18 22:00:58 UTC netbsd-6-0 commitmail json YAML

2012-11-18 22:00:41 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #648):
distrib/utils/sysinst/arch/i386/msg.md.pl: revision 1.37
distrib/utils/sysinst/arch/i386/msg.md.en: revision 1.64
distrib/utils/sysinst/arch/i386/msg.md.fr: revision 1.52
distrib/utils/sysinst/arch/i386/msg.md.es: revision 1.15
distrib/utils/sysinst/arch/i386/msg.md.de: revision 1.24
Remove useless md_may_remove_boot_medium messages.  PR/47039

(riz)

2012-11-18 22:00:24 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #648):
distrib/utils/sysinst/arch/i386/msg.md.pl: revision 1.37
distrib/utils/sysinst/arch/i386/msg.md.en: revision 1.64
distrib/utils/sysinst/arch/i386/msg.md.fr: revision 1.52
distrib/utils/sysinst/arch/i386/msg.md.es: revision 1.15
distrib/utils/sysinst/arch/i386/msg.md.de: revision 1.24
Remove useless md_may_remove_boot_medium messages.  PR/47039

(riz)

2012-11-18 21:58:42 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #647):
sys/arch/x68k/conf/GENERIC: revision 1.162
Now we get working netboot loader, so enable options NFS_BOOT_DHCP by default.

(riz)

2012-11-18 21:56:37 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #646):
sys/arch/x68k/dev/intio_dmac.c: revision 1.34
sys/arch/x68k/dev/fd.c: revision 1.100
sys/arch/x68k/dev/fd.c: revision 1.101
sys/arch/x68k/dev/fd.c: revision 1.102
sys/arch/x68k/dev/fd.c: revision 1.103
sys/arch/x68k/dev/fd.c: revision 1.104
sys/arch/x68k/dev/fd.c: revision 1.105
sys/arch/x68k/dev/fd.c: revision 1.98
sys/arch/x68k/dev/fd.c: revision 1.99
sys/arch/x68k/dev/fdreg.h: revision 1.5
sys/arch/x68k/dev/fdreg.h: revision 1.6
Explicitly specify a proper FDC data register address for HD63450 DMAC
to avoid confusion.
Previous one (fdc->sc_addr + fddata) wasn't a right address for
the FDC's data register but one for the command register by accident,
but FDC ignores A0 address input (connected to A1 of x68k address bus)
during DMA xfer (i.e. when DACK is asserted) so it happened to work
as expected on the real X680x0 hardware, but caused trouble on emulators.
The inconsistency was found by Y.Sugahara during debugging XM6i emulator
(and it will be fixed in the next release).
FDC behavior during DMA is confirmed by uPD72068 hardware application note.
XXX: There is no proper MI API to specify DMA address for DMA controller
    (like MC68450) to access devices mapped to memory space by bus_space(9).
- use <sys/bus.h> rather than <machine/bus.h>
- no need to include uvm_extern.h
- include "ioconf.h" for struct cfdriver foo_cd
KNF and cosmetics.  No binary change.
- check bus_space_map(9) return value
- use BUS_SPACE_MAP_SHIFTED_ODD for clarify
- define and use proper macro instead of magic
To abort DMA in dmac_abort_xfer(), set DMAC_CCR_SAB (software abort)
rather than DMAC_CCR_HLT (halt operation).
DMAC_CCR_HLT doesn't abort DMA xfers but only suspends DMA ops
(i.e. clearing HLT bit will resume DMA xfers), so previously
DMAC error always occurs on the next DMA xfer ops after
dmac_abort_xfer() is called.
Also suppress DMAC error messages in dmac_error() if it's caused
by software abort command because it can happen during normal
audio play/record DMA ops in vs(4) driver.
Before probing floppy drives, call NE7CMD_SENSEI and fdcresult()
to drain possible pending FDC interrupts.  Taken from sys/dev/isa/fd.c.
Hopefully might fix occasional fd drive probe failure (but not confirmed).
Terminate DMAC and call bus_dmamap_unload(9) properly in all FDC xfer
error paths, as sys/dev/isa/fd.c does.  Fixes unexpected DMAC errors
(and possible VM panic due to un-unloaded dmamap) on the first floppy
access after read/write errors.
Add floppy format support.  Mostly taken from sys/dev/isa/fd.c.
Tested both fdNa (1232KB, 1024bytes/sector, 8sectors/track) and
fdNc (1200KB, 512bytes/sector, 15sectors/track) format on X68030
using fdformat(1).
Finally we can prepare NetBSD/x68k install floppies without Human68k
(except actual initial bootstrap).
KNF and space nits

(riz)

2012-11-18 21:49:48 UTC netbsd-6 commitmail json YAML

2012-11-18 21:48:56 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #679):
sys/net/npf/npf_session.c: revision 1.18
usr.sbin/npf/npftest/npftest.c: revision 1.6
usr.sbin/npf/npftest/npftest.c: revision 1.7
usr.sbin/npf/npftest/npftest.c: revision 1.8
usr.sbin/npf/npftest/libnpftest/npf_nbuf_test.c: revision 1.2
usr.sbin/npf/npftest/libnpftest/npf_state_test.c: revision 1.3
usr.sbin/npf/npftest/libnpftest/npf_table_test.c: revision 1.5
sys/net/npf/npf_alg_icmp.c: revision 1.13
usr.sbin/npf/npftest/libnpftest/npf_rule_test.c: revision 1.2
usr.sbin/npf/npftest/npfstream.c: revision 1.4
usr.sbin/npf/npftest/libnpftest/npf_processor_test.c: revision 1.3
npftest:
- Do not stop running other tests, if some tests fail.
- Fix some endianness bugs in the test cases.
Tested on sparc64 by martin@, all tests pass.
Add two new command line options to help integration into ATF:
-L lists the available test cases, -T executes a single named test.
Fix printf format
Mark npf_session_worker as __dead.
More __dead
npf_icmp_uniqid: split into npf_icmp_uniqid4() and npf_icmp_uniqid6() parts.

(riz)

2012-11-18 21:45:09 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #678):
sys/rump/librump/rumpkern/rump.c: revision 1.243
sys/rump/librump/rumpkern/rump.c: revision 1.244
sys/rump/librump/rumpkern/rump.c: revision 1.245
sys/rump/librump/rumpkern/rump.c: revision 1.246
usr.sbin/npf/npftest/npftest.c: revision 1.5
usr.sbin/npf/npftest/README: revision 1.2
usr.sbin/npf/npftest/npftest.h: revision 1.5
sys/rump/net/Makefile.rumpnetcomp: revision 1.5
sys/rump/net/lib/libnpf/shlib_version: revision 1.1
sys/net/npf/npf_impl.h: revision 1.22
sys/rump/dev/lib/libnpf/Makefile: file removal
usr.sbin/npf/npftest/Makefile: revision 1.3
sys/rump/dev/lib/libnpf/component.c: file removal
sys/rump/dev/lib/libnpf/shlib_version: file removal
sys/net/npf/npf_state.c: revision 1.12
sys/rump/net/lib/libnpf/component.c: revision 1.1
usr.sbin/npf/npftest/libnpftest/npf_test_subr.c: revision 1.4
usr.sbin/npf/npftest/libnpftest/npf_test.h: revision 1.6
sys/rump/net/lib/libnpf/Makefile: revision 1.1
Move and rename librumpdev_npf to librumpnet_npf.
Enable the build of librumpnet_npf.
Add npf_state_setsampler() for _NPF_TESTING case.  This also fixes the build.
Call pserialize_init() during rump start-up, since librump/net/npf
uses it.
It helps to include the declaration of the routine being called.
We also need kcpuset_init() now.
Use correct routine name - kcpuset_sysinit() vs kcpuset_init()

(riz)

2012-11-18 21:20:16 UTC MAIN commitmail json YAML

2012-11-18 21:19:53 UTC MAIN commitmail json YAML

Necessary _KERNEL wrap to previous.

(pooka)

2012-11-18 19:52:40 UTC MAIN commitmail json YAML

Under "Failed to remove the following files from ${_d}:",
print one file name per line, indented to make the list more visible.

(apb)

2012-11-18 19:48:29 UTC MAIN commitmail json YAML

Change some .if defined(SRCS) to .if defined(SRCS) && !empty(SRCS)

(apb)

2012-11-18 19:29:41 UTC MAIN commitmail json YAML

2012-11-18 19:25:25 UTC MAIN commitmail json YAML

2012-11-18 19:25:10 UTC MAIN commitmail json YAML

make work for non-c++ (???)

(pooka)

2012-11-18 19:16:29 UTC netbsd-6 commitmail json YAML

2012-11-18 19:08:34 UTC netbsd-6 commitmail json YAML

2012-11-18 19:07:00 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #675):
etc/weekly: revision 1.27
PR/46521: Jim Bernard: remove duplicate -o

(msaitoh)

2012-11-18 19:05:23 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #645):
sys/arch/x68k/stand/newdisk/newdisk.c: revision 1.10
sys/arch/x68k/stand/xxboot/xxboot_ffsv1/Makefile: revision 1.1
sys/arch/x68k/stand/xxboot/xx.c: revision 1.1
sys/arch/x68k/stand/Makefile: revision 1.10
sys/arch/x68k/stand/Makefile: revision 1.11
sys/arch/x68k/stand/boot/conf.c: revision 1.9
sys/arch/x68k/stand/Makefile: revision 1.12
sys/arch/x68k/stand/Makefile: revision 1.13
sys/arch/x68k/include/loadfile_machdep.h: revision 1.7
sys/arch/x68k/stand/xxboot/consio1.c: revision 1.1
sys/arch/x68k/stand/libsa/sdcd.c: revision 1.12
sys/arch/x68k/stand/libsa/libx68k.h: revision 1.6
sys/arch/x68k/stand/boot/ne.c: revision 1.1
sys/arch/x68k/stand/xxboot/boot.S: revision 1.1
sys/arch/x68k/stand/libsa/sdcd.c: revision 1.13
sys/arch/x68k/stand/netboot/boot.c: revision 1.1
sys/arch/x68k/stand/libsa/devopen.c: revision 1.6
sys/arch/x68k/stand/libsa/clock.c: revision 1.1
sys/arch/x68k/stand/boot/ne.h: revision 1.1
sys/arch/x68k/stand/netboot/conf.c: revision 1.1
sys/arch/x68k/stand/boot/version: revision 1.5
sys/arch/x68k/stand/boot/version: revision 1.6
sys/arch/x68k/stand/netboot/version: revision 1.1
sys/arch/x68k/stand/xxboot/Makefile.xxboot: revision 1.1
sys/arch/x68k/stand/boot/if_ne.c: revision 1.1
sys/arch/x68k/stand/boot/dp8390.h: revision 1.1
sys/arch/x68k/stand/xxboot/xxboot_lfsv2/Makefile: revision 1.1
sys/arch/x68k/stand/boot/dp8390.c: revision 1.1
sys/arch/x68k/stand/xxboot/bootmain.c: revision 1.1
sys/arch/x68k/stand/installboot/installboot.c: revision 1.6
sys/arch/x68k/stand/xxboot/conf.c: revision 1.1
sys/arch/x68k/stand/xxboot/xxboot_lfsv1/Makefile: revision 1.1
sys/arch/x68k/stand/libsa/Makefile.inc: revision 1.2
distrib/sets/lists/base/md.x68k: revision 1.44
sys/arch/x68k/stand/boot/conf.c: revision 1.10
sys/arch/x68k/stand/boot/boot.ldscript: revision 1.3
distrib/sets/lists/base/md.x68k: revision 1.45
sys/arch/x68k/stand/xxboot/xxboot.ldscript: revision 1.1
sys/arch/x68k/stand/xxboot/Makefile: revision 1.15
sys/arch/x68k/stand/libsa/Makefile: revision 1.29
sys/arch/x68k/stand/xxboot/cdboot_cd9660/Makefile: revision 1.1
sys/arch/x68k/stand/netboot/Makefile: revision 1.1
sys/arch/x68k/stand/libsa/consio.c: revision 1.10
sys/arch/x68k/stand/xxboot/version: revision 1.1
sys/arch/x68k/stand/xxboot/xxboot_ffsv2/Makefile: revision 1.1
Comment fix.
Add FFSv2 support.
Fix CD support.
Initial support for xxboot (cdboot_cd9660, specifically).
Add xxboot (stage1) support.
put library first.
Fix CD support (again!).
Descend to xxboot.
Add xxboot_?fsv?.
Change to the 2-clauses license.
Tweak SUBDIR build order and add comments about each dir.
Fix a bug in check_getchar() (called from awaitkey_1sec()).
It didn't clear input key data when non ASCII keys (CTRL, OPT.1 etc)
were pressed so it couldn't detect further key inputs and
"any other key for boot menu" interrupt during boot didn't work
in that case.
The problem was tracked by Y.Sugahara,
and tested on X68030 and XM6i by me.
Bump version to denote check_getchar() bug fix.
First cut at x68k network bootloader via NE2000 on Neptune-X and Nereid.
Written by isaki@ back in 2003 based on x86's NE2000 netboot, and
misc debug and improvements by tsutsui@ and Y.Sugahara.
Tested on XM6i (emulating Nereid Ethernet) and X68030 + Neptune-X by me,
also on X68030 + Nereid and X68000 PRO-II + Xellent30 + Nereid by isaki@.
Note:
- X680x0 IPLROM doesn't support bootstrap from Neptune-X or Nereid,
  so this network bootloader needs to be loaded from floppy or harddisk.
- Currently netboot support is not merged into the secondary Multi-boot
  (/usr/mdec/boot) due to size restriction.
- Primary loaders assumes that the secondary bootloader name is /boot,
  so /usr/mdec/netboot needs to be installed as /boot into the target
  bootstrap device.
Add new /usr/mdec/netboot.
Check lp->d_npartitions before calling dkcksum()
(which is in src/sbin/disklabel/dkcksum.c) because
it doesn't check range and could cause coredump during
installboot against floppy that includes garbage in LABELSECTOR.

(riz)

2012-11-18 19:04:32 UTC MAIN commitmail json YAML

2012-11-18 19:04:22 UTC MAIN commitmail json YAML

s/EJUSTRETURN/RUMP_EJUSTRETURN/

(pooka)

2012-11-18 19:03:43 UTC MAIN commitmail json YAML

While mucking in here, give the [local] client a chance to access all
rump kernel (i.e. NetBSD) errnos, not just EJUSTRETURN.

(pooka)

2012-11-18 19:01:45 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #674):
sys/dev/ic/mfi.c: revision 1.48
MFI_STATE_BOOT_MESSAGE_PENDING also needs to be handed for non-TBOLT
controllers, from FreeBSD. tested by Hugo Silva against a GEN2 controller.

(msaitoh)

2012-11-18 18:54:46 UTC netbsd-6 commitmail json YAML

2012-11-18 18:50:56 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #667):
libexec/ld.elf_so/arch/i386/mdreloc.c: revision 1.35
Add support in ld.elf_so for relocation type R_386_TLS_TPOFF32.
Fixes PR#47061.

(msaitoh)

2012-11-18 18:42:03 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #665):
sys/sys/mount.h: revision 1.208
Fix the prototype of vfs_quotactl() implementations in VFS_PROTOS(),
since it's wrong there. This slipped by because the only
implementation is in ufs, which isn't under a VFS_PROTOS declaration.

(msaitoh)

2012-11-18 18:40:45 UTC MAIN commitmail json YAML

2012-11-18 18:40:06 UTC MAIN commitmail json YAML

2012-11-18 18:39:24 UTC MAIN commitmail json YAML

2012-11-18 18:36:59 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #664):
sys/kern/vfs_lookup.c: revision 1.195
sys/miscfs/genfs/layer_vnops.c: revision 1.51
In layer_lookup(), clear *vpp before returning EROFS, as otherwise a
stale value can be returned and this causes a diagnostic panic in
namei.
In relookup(), clear *vpp before calling VOP_LOOKUP, as is done in
lookup_once(), as an additional precautionary measure.
(in theory both of these fixes are not required together)
Should fix PR 47040.

(msaitoh)

2012-11-18 18:36:01 UTC MAIN commitmail json YAML

remove unused variable

(pooka)

2012-11-18 18:25:50 UTC MAIN commitmail json YAML

2012-11-18 18:25:08 UTC MAIN commitmail json YAML

Apply manu's change to namei.h correctly.

(dholland)

2012-11-18 18:20:56 UTC MAIN commitmail json YAML

stylistic adjustment in comments

(jakllsch)

2012-11-18 18:16:37 UTC netbsd-6 commitmail json YAML

2012-11-18 18:14:40 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #661):
sys/arch/mips/mips/mips_emul.c: revision 1.26
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.

(msaitoh)

2012-11-18 18:06:00 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by matt in ticket #659):
sys/dev/pci/ahcisata_pci.c: revision 1.31
Add FORCE quirks for ASMEDIA ASM1061

(msaitoh)

2012-11-18 17:59:56 UTC MAIN commitmail json YAML

correct comment to match code

(jakllsch)

2012-11-18 17:54:15 UTC netbsd-6 commitmail json YAML

2012-11-18 17:53:16 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by matt in ticket #658):
sys/dev/pci/pcidevs: revision 1.1143
Add more ASMEDIA 1061 variants.

(msaitoh)

2012-11-18 17:41:54 UTC MAIN commitmail json YAML

2012-11-18 16:58:44 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tsutsui in ticket #650):
distrib/hpcmips/miniroot/Makefile.inc: revision 1.20
distrib/hpcsh/miniroot/Makefile.inc: revision 1.8
distrib/hp300/miniroot/Makefile.inc: revision 1.13
distrib/hpcarm/miniroot/Makefile.inc: revision 1.7
distrib/vax/miniroot/Makefile.inc: revision 1.23
distrib/mvme68k/miniroot/Makefile.inc: revision 1.13
distrib/emips/miniroot/Makefile.inc: revision 1.3
distrib/pmax/miniroot/Makefile.inc: revision 1.24
Fix PR install/47123 (sysinst fails with "openpty() failed" on many ports):
Add "ipty" to MAKEDEVTARGETS in miniroot/Makefile.inc since "MAKEDEV all"
no longer creates /dev/pty* device nodes and miniroot doesn't mount ptyfs.

(msaitoh)

2012-11-18 14:39:43 UTC MAIN commitmail json YAML

Disable generation of fastcall functions on i386.

(alnsn)

2012-11-18 14:36:38 UTC MAIN commitmail json YAML

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

Use -Wno-array-bounds when building two files that read past the end of
an array.  It's not clear how to fix the real bug.  This hack allows
the build to complete with clang.

(apb)

2012-11-18 00:06:57 UTC MAIN commitmail json YAML

make ksyms structures not depend on KDTRACE_HOOKS.
always include a CTF section, even though it might be empty.
this fixes savecore's generated kernel symbol table files.

(chs)

2012-11-17 23:08:38 UTC MAIN commitmail json YAML

We don't need to include <bsd.prog.mk> to install a few config files
just <bsd.files.mk> and <bsd.links.mk> is enough.

Noticed because <bsd.prog.mk> sets LINKSMODE to BINMODE and that does
the wrong thing at least for unprivileged builds.

(uwe)

2012-11-17 21:55:24 UTC MAIN commitmail json YAML

Unbreak the NOTE_TRACK event of EVFILT_PROC. When attaching to the child
process, proc_find can't be used as the child is still in state SIDL.

(joerg)

2012-11-17 20:34:24 UTC MAIN commitmail json YAML

Don't show a disk which is mounted as root partition
in the "Available disks" list during sysinst procedure
to prevent users from shooting their foot in case of
installation using install-image on a USB stick.
Per suggestion in PR/47195.

(tsutsui)

2012-11-17 19:35:55 UTC MAIN commitmail json YAML

Define HAVE_UFS2_BOOT to enable UFS2 root in sysinst.

UFS2 support for secondary boot was added on March 2012:
http://mail-index.netbsd.org/source-changes/2012/03/20/msg033042.html
Note prinary boot_ufs has supported UFS2 since 2003:
http://mail-index.netbsd.org/source-changes/2003/04/09/0036.html

(tsutsui)

2012-11-17 19:10:47 UTC MAIN commitmail json YAML

Make xxboot for ufs variants actually functional:
- set bootdev properly even on SCSI HD and floppy boot
  per SDBOOT/FDBOOT/CDBOOT defines in each Makefile
- always print xxboot name and version
- use IOCS PRINT calls instead of printf to avoid size overflow in DEBUG case
- wrap debug stuff with #ifdef XXBOOT_DEBUG
- bump version to denote changes
Mostly taken from old boot_ufs.

XXX: xxboot_lfs[12] are untested.

(tsutsui)

2012-11-17 17:59:00 UTC MAIN commitmail json YAML

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

2012-11-17 16:38:23 UTC MAIN commitmail json YAML

2012-11-17 16:16:46 UTC MAIN commitmail json YAML

Set *file for FS_OPS() pathname properly in devopen().
Now bootxx_ffsv1 (and other bootxx ufs variants) work properly.

XXX: cd9660_open() in sys/lib/libsa/cd9660.c seems to open a file in
    the first entry of root directory if specified path is empty.
    Not sure if it's intentional behavoir.

(tsutsui)

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

Match prototype types to function types (u_int64_t vs. uint64_t).

(jakllsch)

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

- use declarations in <lib/libsa/stand.h>
- remove __P() and some KNF
- remove extern variable decl
- use uintNN_t type

(tsutsui)

2012-11-17 15:59:28 UTC MAIN commitmail json YAML

- fix comments
- use proper uintNN_t types
- use ANSI function decls
- remove unnecessary function decl
- remove __P()
- misc KNF and cosmetics

(tsutsui)

2012-11-17 15:53:21 UTC MAIN commitmail json YAML

Use a correct function name in .globl decl.

(tsutsui)

2012-11-17 15:50:13 UTC MAIN commitmail json YAML

Pull fixes in comments from x68k/stand/boot_ufs/boot.S rev 1.9 and 1.10.

(tsutsui)

2012-11-17 13:15:25 UTC MAIN commitmail json YAML

Correct spelling of "Lily" and "Camellia".  From FreeBSD.

(mbalmer)

2012-11-17 10:10:18 UTC MAIN commitmail json YAML

wapbl_biodone: Release the buffer before reclaiming the log.
    wapbl_flush() may wait for the log to become empty and
    all buffers should be unbusy before it returns.

(hannken)

2012-11-17 04:57:28 UTC MAIN commitmail json YAML

2012-11-16 15:00:19 UTC MAIN commitmail json YAML

Note mount_msdos -G option also allows mounting X680x0's Human68k floppies.

(tsutsui)

2012-11-16 12:38:10 UTC MAIN commitmail json YAML

Fix make syntax problem by putting the condition on the same line as .elif.

(he)

2012-11-16 10:48:18 UTC MAIN commitmail json YAML

2012-11-16 05:39:26 UTC MAIN commitmail json YAML

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

Don't install lib.a on platforms this is not supported.

(christos)

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

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

Use the size of the object pointed to, not the size of the pointer.

(joerg)

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

SAFE_FREE sets key_st to NULL, so use that explicitly.

(joerg)

2012-11-15 23:51:54 UTC MAIN commitmail json YAML

Move the build_install logic from lib/Makefile into share/mk and re-use
it for tools. The existing logic broke for the LLVM build with the
recent .ORDER changes in make.

(joerg)

2012-11-15 22:22:53 UTC MAIN commitmail json YAML

npfctl(8): mention table listing.

(rmind)

2012-11-15 22:20:27 UTC MAIN commitmail json YAML

2012-11-15 19:49:17 UTC MAIN commitmail json YAML

Add elftosb tools to evbarm userland and toolchain.
Elftosb is used to create a digitaly signed "secure boot" file.
This sb file can be booted by the first stage boot loader found in
Freescale i.MX23 and i.MX28 application processors.

Copyright (c) 2004-2010 Freescale Semiconductor, Inc.

(jkunz)

2012-11-15 18:51:56 UTC MAIN commitmail json YAML

2012-11-15 18:49:37 UTC MAIN commitmail json YAML

use standard queue macros.

(christos)

2012-11-15 18:48:49 UTC MAIN commitmail json YAML

2012-11-15 16:43:30 UTC MAIN commitmail json YAML

fix the part of the code that does not get usually compiled in libc.

(christos)

2012-11-15 16:42:26 UTC MAIN commitmail json YAML

include the variable name in debugging printfs.

(christos)

2012-11-15 13:33:29 UTC netbsd-5 commitmail json YAML

2012-11-15 13:28:23 UTC netbsd-5 commitmail json YAML

Pullup revison 1.993

Really mark as obsolete

(msaitoh)

2012-11-15 06:14:54 UTC MAIN commitmail json YAML

Change style a bit.

(msaitoh)

2012-11-15 04:45:01 UTC MAIN commitmail json YAML

2012-11-15 03:50:36 UTC MAIN commitmail json YAML

Add 'x' to the mode bits to specify O_EXCL, like glibc.

(christos)

2012-11-14 23:25:05 UTC MAIN commitmail json YAML

2012-11-14 23:16:18 UTC MAIN commitmail json YAML

s/msm6242/msm6242b/

(rkujawa)

2012-11-14 23:11:28 UTC MAIN commitmail json YAML

Fix mandoc(1) output, use right arrow special character.

(njoly)

2012-11-14 20:26:55 UTC netbsd-4-0 commitmail json YAML

Tickets 1465, 1466, 1469.

(riz)

2012-11-14 20:26:27 UTC netbsd-4 commitmail json YAML

Tickets 1465-1469.

(riz)

2012-11-14 20:25:31 UTC netbsd-4 commitmail json YAML

usr.bin/tput/tput.c patch

Fix tput support for setaf terminfo sequence. PR#39883.
[jnemeth, ticket #1468]

(riz)

2012-11-14 20:19:24 UTC netbsd-4 commitmail json YAML

2012-11-14 20:18:57 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #1467):
sys/dev/pcmcia/pcmciadevs: revision 1.225
sys/dev/pcmcia/if_ne_pcmcia.c: revision 1.155
add Corega LAPCCTXD FastEthernet
added Corega LAPCCTXT FastEthernet

(riz)

2012-11-14 20:15:37 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1466):
sys/kern/vfs_lookup.c: revision 1.195
sys/miscfs/genfs/layer_vnops.c: revision 1.51
In layer_lookup(), clear *vpp before returning EROFS, as otherwise a
stale value can be returned and this causes a diagnostic panic in
namei.
In relookup(), clear *vpp before calling VOP_LOOKUP, as is done in
lookup_once(), as an additional precautionary measure.
(in theory both of these fixes are not required together)
Should fix PR 47040.

(riz)

2012-11-14 20:07:45 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #1466):
sys/kern/vfs_lookup.c: revision 1.195
sys/miscfs/genfs/layer_vnops.c: revision 1.51
In layer_lookup(), clear *vpp before returning EROFS, as otherwise a
stale value can be returned and this causes a diagnostic panic in
namei.
In relookup(), clear *vpp before calling VOP_LOOKUP, as is done in
lookup_once(), as an additional precautionary measure.
(in theory both of these fixes are not required together)
Should fix PR 47040.

(riz)

2012-11-14 20:04:02 UTC netbsd-5-1 commitmail json YAML

2012-11-14 20:03:30 UTC netbsd-5-1 commitmail json YAML

doc/3RDPARTY patch
share/zoneinfo/africa patch
share/zoneinfo/asia patch
share/zoneinfo/australasia patch
share/zoneinfo/europe patch
share/zoneinfo/northamerica patch
share/zoneinfo/southamerica patch

Import tzdata2012j from
ftp://ftp.iana.org/tz/releases/tzdata2012j.tar.gz
Changes from tzdata2012i to tzdata2012j:
Libya moved to CET this weekend, but with DST planned next year.
(Thanks to Even Scharning, Steffen Thorsen, and Tim Parenti.)
Various fixes to documentation and commentary.
        [apb, ticket #1818]

(riz)

2012-11-14 20:02:20 UTC netbsd-5-0 commitmail json YAML

2012-11-14 20:02:00 UTC netbsd-5-0 commitmail json YAML

doc/3RDPARTY patch
share/zoneinfo/africa patch
share/zoneinfo/asia patch
share/zoneinfo/australasia patch
share/zoneinfo/europe patch
share/zoneinfo/northamerica patch
share/zoneinfo/southamerica patch

Import tzdata2012j from
ftp://ftp.iana.org/tz/releases/tzdata2012j.tar.gz
Changes from tzdata2012i to tzdata2012j:
Libya moved to CET this weekend, but with DST planned next year.
(Thanks to Even Scharning, Steffen Thorsen, and Tim Parenti.)
Various fixes to documentation and commentary.
        [apb, ticket #1818]

(riz)

2012-11-14 20:01:16 UTC netbsd-5 commitmail json YAML

2012-11-14 20:01:01 UTC netbsd-5 commitmail json YAML

doc/3RDPARTY patch
share/zoneinfo/africa patch
share/zoneinfo/asia patch
share/zoneinfo/australasia patch
share/zoneinfo/europe patch
share/zoneinfo/northamerica patch
share/zoneinfo/southamerica patch

Import tzdata2012j from
ftp://ftp.iana.org/tz/releases/tzdata2012j.tar.gz
Changes from tzdata2012i to tzdata2012j:
Libya moved to CET this weekend, but with DST planned next year.
(Thanks to Even Scharning, Steffen Thorsen, and Tim Parenti.)
Various fixes to documentation and commentary.
        [apb, ticket #1818]

(riz)

2012-11-14 19:54:49 UTC netbsd-4-0 commitmail json YAML

doc/3RDPARTY patch
share/zoneinfo/africa patch
share/zoneinfo/asia patch
share/zoneinfo/australasia patch
share/zoneinfo/europe patch
share/zoneinfo/northamerica patch
share/zoneinfo/southamerica patch

Import tzdata2012j from
ftp://ftp.iana.org/tz/releases/tzdata2012j.tar.gz
Changes from tzdata2012i to tzdata2012j:
Libya moved to CET this weekend, but with DST planned next year.
(Thanks to Even Scharning, Steffen Thorsen, and Tim Parenti.)
Various fixes to documentation and commentary.
        [apb, ticket #1469]

(riz)

2012-11-14 19:53:30 UTC netbsd-4 commitmail json YAML

doc/3RDPARTY patch
share/zoneinfo/africa patch
share/zoneinfo/asia patch
share/zoneinfo/australasia patch
share/zoneinfo/europe patch
share/zoneinfo/northamerica patch
share/zoneinfo/southamerica patch

Import tzdata2012j from
ftp://ftp.iana.org/tz/releases/tzdata2012j.tar.gz
Changes from tzdata2012i to tzdata2012j:
Libya moved to CET this weekend, but with DST planned next year.
(Thanks to Even Scharning, Steffen Thorsen, and Tim Parenti.)
Various fixes to documentation and commentary.
        [apb, ticket #1469]

(riz)

2012-11-14 19:35:31 UTC netbsd-4 commitmail json YAML

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

        Import tzdata2012i from
        ftp://ftp.iana.org/tz/releases/tzdata2012i.tar.gz .
        Changes from tzdata2012h to tzdata2012i:
        Cuba switches from DST on 4 Nov 2012 at 01:00.
        [apb, ticket #1465]

(riz)

2012-11-14 19:34:55 UTC netbsd-4-0 commitmail json YAML

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

        Import tzdata2012i from
        ftp://ftp.iana.org/tz/releases/tzdata2012i.tar.gz .
        Changes from tzdata2012h to tzdata2012i:
        Cuba switches from DST on 4 Nov 2012 at 01:00.
        [apb, ticket #1465]

(riz)

2012-11-14 18:34:05 UTC MAIN commitmail json YAML

Set max_linkhdr when attaching so when bridging/forwarding ethernet drivers
have a chance to reserve enough space to insert a max-sized 802.11 header.

(matt)

2012-11-14 17:15:26 UTC MAIN commitmail json YAML

Add kernel RCS ID, clean up.

(rkujawa)

2012-11-14 13:53:23 UTC MAIN commitmail json YAML

Fix function name in DPRINTF

(skrll)

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

Nuke unused clock struct, was used by a2kbbc before conversion to MI msm6242b
driver.

(rkujawa)

2012-11-14 09:22:58 UTC MAIN commitmail json YAML

Check return value of ftruncate().  Some versions of gcc give
warnings if I don't.

(pooka)

2012-11-14 08:26:29 UTC MAIN commitmail json YAML

Use mdoc macro for literal block display.

(njoly)

2012-11-14 07:49:35 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2012-11-14 04:13:44 UTC MAIN commitmail json YAML

Add note about lib/libc/softfloat/Makefile.inc hack for arm.

  Gcc has a bug in tree optimization. For adddf3, -INF + -INF returns 0 without
  -fno-tree-vrp. Debugging with -fdump-tree-all shows that
  softfloat.c.021t.cleanup_cfg is ok but softfloat.c.023t.ssa is broken.

(msaitoh)

2012-11-14 03:47:31 UTC MAIN commitmail json YAML

For arm, add -fno-tree-vrp to COPTS when compiling softfloat.c.
Without -fno-tree-vrp, -INF + -INF returns 0 by adddf3.
Fixes PR#46953.

(msaitoh)

2012-11-14 02:36:54 UTC MAIN commitmail json YAML

Add msm6242b(4) page to mi distribution list.

(rkujawa)

2012-11-14 02:29:10 UTC MAIN commitmail json YAML

Add man page for recently added msm6242b driver.

(rkujawa)

2012-11-14 02:26:16 UTC MAIN commitmail json YAML

Note MSM6242B driver.

(rkujawa)

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

Define msm6242b driver.

(rkujawa)

2012-11-14 01:55:25 UTC MAIN commitmail json YAML

2012-11-14 01:52:48 UTC MAIN commitmail json YAML

2012-11-14 01:05:49 UTC MAIN commitmail json YAML

enable the generic pciide detach function in piixide(4)

(jakllsch)

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

don't attempt to re-unmap the interrupt on detach

(jakllsch)

2012-11-13 22:30:38 UTC MAIN commitmail json YAML

Make it easier build binaries against the host's libs, e.g.
libpthread which might be in /lib/x86_64-linux-gnu/libpthread.so.0
or some other unholy place.

(pooka)

2012-11-13 20:47:58 UTC MAIN commitmail json YAML

don't claim alpha font support unless we have enough off-screen memory to
cache a useful number of glyphs
this should probably be CPU speed dependent, most UltraSPARCs can likely
render anti-aliased fonts fast enough on the fly

(macallan)

2012-11-13 20:29:03 UTC MAIN commitmail json YAML

glyphcache_init(): bail if we don't have enough off-screen memory to be useful

(macallan)

2012-11-13 20:10:03 UTC MAIN commitmail json YAML

2012-11-13 19:12:43 UTC MAIN commitmail json YAML

add some -U's for linux builds

(pooka)

2012-11-13 17:40:56 UTC MAIN commitmail json YAML

Use mdoc macros for literal display block.

(njoly)

2012-11-13 14:10:24 UTC MAIN commitmail json YAML

bump VM_PHYSSEG_MAX to 32, we've seen a system where 16 wasn't enough.

(chs)

2012-11-13 14:09:58 UTC MAIN commitmail json YAML

fix operation on core files:  cur_drive.io_name is an embedded array
in the structure we already fetched, not a pointer, so don't try to
dereference its address as a kernel address.

(chs)

2012-11-13 14:09:36 UTC MAIN commitmail json YAML

fix sparse crash dumps to contain enough data to be useful,
in particular the top-level page table pages.
use pmap_kremove_local() while writing crash dumps
to avoid spurious warning messages.

(chs)

2012-11-13 14:08:08 UTC MAIN commitmail json YAML

in pmf_system_shutdown(), don't do anything if we're panicing.
this prevents a hang trying to shut down other CPUs on x86,
and in general we could be called in any context from a panic
so it's best to skip unnecessary operations in that case.

(chs)

2012-11-13 14:07:43 UTC MAIN commitmail json YAML

add a pmap_kremove_local() that doesn't do TLB invalidations
on other CPUs.  this is only intended for use while writing
kernel crash dumps.  remove unused pmap_map().

(chs)

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

zoneinfo: Import tzdata2012j. [apb 20121113]

(apb)

2012-11-13 11:03:31 UTC MAIN commitmail json YAML

tzcode2012j and tzdata2012j have been released.
We have updated to tzcode2012j.

(apb)

2012-11-13 10:59:59 UTC MAIN commitmail json YAML

Merge tzdata2012j from ftp://ftp.iana.org/tz/releases/tzdata2012j.tar.gz

Changes from tzdata2012i to tzdata2012j:

  Libya moved to CET this weekend, but with DST planned next year.
  (Thanks to Even Scharning, Steffen Thorsen, and Tim Parenti.)

  Various fixes to documentation and commentary.

(apb)

2012-11-13 10:57:49 UTC MAIN commitmail json YAML

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

Changes from tzdata2012i to tzdata2012j:

  Libya moved to CET this weekend, but with DST planned next year.
  (Thanks to Even Scharning, Steffen Thorsen, and Tim Parenti.)

  Various fixes to documentation and commentary.

Status:

Vendor Tag: ADO
Release Tags: TZDATA2012J

(apb)

2012-11-13 06:58:59 UTC MAIN commitmail json YAML

Use local-link address as source for hellos

(kefren)

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

Repair another %lu --> %zd - this one was caught by building for
evbmips port

(pgoyette)

2012-11-13 00:57:56 UTC MAIN commitmail json YAML

Change home page of 'expat' package (see xmlwf(1) or
http://sourceforge.net/projects/expat/ for reference).
On behalf of Bug Hunting.

(jdf)

2012-11-13 00:49:08 UTC MAIN commitmail json YAML

2012-11-12 23:34:50 UTC MAIN commitmail json YAML

Mark up (unsupported) PTHREAD_PROCESS_SHARED with .Dv macro.

(uwe)

2012-11-12 23:28:11 UTC MAIN commitmail json YAML

Refer to init_routine in the DESCRIPTION section with .Fa instead of .Fn

(uwe)

2012-11-12 23:11:05 UTC MAIN commitmail json YAML

Use

  .Vt type var No = Dv INITIALIZER;

to provide examples of static initialization in SYNOPSIS section.
.Va macro does the wrong thing (check groff PostScript output) and the
need for .Pp kludge (now dropped) should have been an indication too.

While here move static initialization example to be right after the
declaration of *_init().

(uwe)

2012-11-12 22:51:42 UTC MAIN commitmail json YAML

fix the build; ssize_t is %zd not %lu

(christos)

2012-11-12 22:46:59 UTC MAIN commitmail json YAML

New sentence, new line. Bump date for previous.

(wiz)

2012-11-12 18:39:01 UTC MAIN commitmail json YAML

2012-11-12 18:00:40 UTC MAIN commitmail json YAML

2012-11-12 11:00:07 UTC MAIN commitmail json YAML

Bring back Manuel Bouyers patch to resolve races between vget() and vrelel()
resulting in vget() returning dead vnodes.
It is impossible to resolve these races in vn_lock().

Needs pullup to NetBSD-6.

(hannken)

2012-11-12 09:03:52 UTC MAIN commitmail json YAML

Adjust for tests/lib/{libbpfjit,libsljit} debug entries.

(njoly)

2012-11-12 05:13:28 UTC MAIN commitmail json YAML

Fix typo, from Kevin Lo

(christos)

2012-11-11 21:03:22 UTC MAIN commitmail json YAML

2012-11-11 20:25:20 UTC MAIN commitmail json YAML

It's Henry _Morton_ Stanley and Dr. Livingston_e_.  Unfortunately. they did
not meet at an airport.

(mbalmer)

2012-11-11 17:41:32 UTC MAIN commitmail json YAML

2012-11-11 17:37:35 UTC MAIN commitmail json YAML

2012-11-11 17:34:06 UTC MAIN commitmail json YAML

2012-11-10 23:12:36 UTC MAIN commitmail json YAML

Each get function "has" a set counterpart, it doesn't "contain" it.

(uwe)

2012-11-10 22:12:31 UTC MAIN commitmail json YAML

Add RCSID and fix -Wsign-compare warnings.

(alnsn)

2012-11-10 18:42:22 UTC MAIN commitmail json YAML

Sync usage with man page.

(wiz)

2012-11-10 18:41:10 UTC MAIN commitmail json YAML

Sort options (no-argument ones first, then argument-taking ones).

(wiz)

2012-11-10 17:40:09 UTC MAIN commitmail json YAML

- add dhcpcd support to x68k install ramdisk
- enable bpf(4) in INSTALL kernel for dhcpcd
- bump ramdisk size from 1400k to 1440k
No objection on port-x68k.

(tsutsui)

2012-11-10 16:28:06 UTC MAIN commitmail json YAML

Remove e a redundant layer of function calling in the event handling path

(cherry)

2012-11-10 16:18:41 UTC MAIN commitmail json YAML

Add an option to read with a different buffer size, and document the
buffer size we use. This allows us to cat -B 10000000 /proc/<pid>/maps
for example which cannot handle seeking.

(christos)

2012-11-10 15:59:58 UTC MAIN commitmail json YAML

Add No macro to ensure that "and" word is not taken as function
argument.

(njoly)

2012-11-10 15:10:22 UTC MAIN commitmail json YAML

Cause /etc/rc.d/random_seed to be the first script to run
after mountcritlocal.  Everything else that runs after
mountcritlocal depends directly or indirectly on bootconf, so
making random_seed run before bootconf has the desired result.

(apb)

2012-11-10 15:08:36 UTC MAIN commitmail json YAML

Make /etc/rc.d/ttys run after /etc/rc.d/bootconf.sh,
because bootconf could conceivably change /etc/ttys.

(apb)

2012-11-10 11:01:52 UTC MAIN commitmail json YAML

The number of active vnodes may grow in between the sysctl call
that figures out the size, and the sysctl call that fetches the data.

Previously, any growth at all would have resulted in this error message:

pstat: sysctl: KERN_VNODE: Cannot allocate memory

Now allow for growth of 100 vnodes, or 5%, or both.  Growth in
excess of 2% or 6000 vnodeshas been observed in practice.  Also
ignore ENOMEM from the second sysctl call, in case the growth was
even more than we anticipated.

(apb)

2012-11-10 01:47:25 UTC MAIN commitmail json YAML

2012-11-10 01:35:15 UTC MAIN commitmail json YAML

Use macro instead of magic number.

(nakayama)

2012-11-09 23:09:32 UTC MAIN commitmail json YAML

2012-11-09 20:13:24 UTC MAIN commitmail json YAML

More clean-up, and adjust timing of kevent test to avoid issues with
PR kern/43887

(pgoyette)

2012-11-09 19:59:42 UTC MAIN commitmail json YAML

Note 3Dfx Voodoo Banshee support.

(rkujawa)

2012-11-09 19:53:17 UTC MAIN commitmail json YAML

Note Voodoo Banshee support.

(rkujawa)

2012-11-09 19:50:22 UTC MAIN commitmail json YAML

Differentiate between Voodoo 3 and Voodoo Banshee (MAX_CLOCK).
Ok'd by macallan@.

(rkujawa)

2012-11-09 19:47:16 UTC MAIN commitmail json YAML

2012-11-09 19:08:29 UTC MAIN commitmail json YAML

2012-11-09 18:53:05 UTC MAIN commitmail json YAML

Do not stop looking for children, just because one has a .ORDER dependency.

(sjg)