Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (2h)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (176d)  thorpej-altq-separation (178d) 

2024-05-10 17:34:19 UTC Now

2012-05-22 18:54:15 UTC netbsd-5-1 commitmail json YAML

2012-05-22 18:53:42 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by drochner in ticket #1762):
crypto/dist/openssl/ssl/d1_enc.c: patch
pull in upstream rev.22547:
Sanity check record length before skipping explicit IV in TLS 1.2, 1.1
and DTLS to fix DoS attack.
(CVE-2012-2333)

(riz)

2012-05-22 18:53:11 UTC netbsd-5-0 commitmail json YAML

2012-05-22 18:52:40 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by drochner in ticket #1762):
crypto/dist/openssl/ssl/d1_enc.c: patch
pull in upstream rev.22547:
Sanity check record length before skipping explicit IV in TLS 1.2, 1.1
and DTLS to fix DoS attack.
(CVE-2012-2333)

(riz)

2012-05-22 18:48:04 UTC netbsd-6 commitmail json YAML

2012-05-22 18:46:10 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by jakllsch in ticket #277):
sys/dev/scsipi/scsiconf.c: revision 1.268
Fix locking issue triggered by drvctr -r of a scsibus(4).
Pullup to netbsd-6 should be requested.

(riz)

2012-05-22 18:44:46 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by drochner in ticket #276):
crypto/external/bsd/openssl/dist/ssl/t1_enc.c: revision 1.4
crypto/external/bsd/openssl/dist/ssl/d1_enc.c: revision 1.2
pull in upstream rev.22547:
Sanity check record length before skipping explicit IV in TLS 1.2, 1.1
and DTLS to fix DoS attack.
(CVE-2012-2333)

(riz)

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

Pull up following revision(s) (requested by martin in ticket #275):
tests/lib/libc/sys/t_lwp_create.c: revision 1.2
Typo in comment

(riz)

2012-05-22 18:37:13 UTC netbsd-6 commitmail json YAML

2012-05-22 18:36:33 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by khorben in ticket #266):
sys/dev/pci/if_wpi.c: patch

Fix harmless typo which was previously pulled up.

(riz)

2012-05-22 14:20:40 UTC MAIN commitmail json YAML

don't block on pager map for read-ahead.
reduce code duplication.

(yamt)

2012-05-22 09:23:39 UTC MAIN commitmail json YAML

2012-05-22 04:03:03 UTC MAIN commitmail json YAML

With the freerunnnig mode, set 0 (=256count) not 0xff (=255count)
in Timer-D.  It fixes the clock ticked faster when timecounter uses
"mfp" (as default choice).  It was introduced in rev 1.24 in 2006.
Thanks tsutsui@ for many comments.
Should be pulled up to netbsd-6 and netbsd-5.

(isaki)

2012-05-22 02:40:06 UTC MAIN commitmail json YAML

- Recognize the SuSE ABI note.
- Restructure the code to do the checking in the appropriate note type,
and harmonize all the checks to be positive.
- Print only the tag data being careful not to overrun the allocated buffer.

(christos)

2012-05-21 22:38:26 UTC MAIN commitmail json YAML

Changed returncodes to -1 of mount_disks in case of error (before, they were
inverted).
Add message mount_failed to be displayed when a mount fails, offering the
opportunity to go on anyway (fix for PR install/12020).

(jdf)

2012-05-21 21:34:16 UTC MAIN commitmail json YAML

Remove the code that tries to load the "ffs" kernel module during boot.
This is in line with the core decision than even modular kernels should
  contain the ffs code.
I've left in the code that tries to load "nfs" and "ext2fs", but it
  isn't clear that is necessary.
Removes a warning message that (usually) flashes past to fast to read.
AFAICT all the relevant kernels contain ffs (and nfs for that matter).

(dsl)

2012-05-21 21:15:39 UTC MAIN commitmail json YAML

2012-05-21 20:58:39 UTC MAIN commitmail json YAML

2012-05-21 20:51:46 UTC MAIN commitmail json YAML

Remove empty line.

(skrll)

2012-05-21 20:27:58 UTC netbsd-5 commitmail json YAML

2012-05-21 20:27:08 UTC netbsd-5 commitmail json YAML

libexec/ld.elf_so/arch/hppa/hppa_reloc.c patch

Fix hppa problem introduced by ticket #1724.
[skrll, ticket #1761]

(jdc)

2012-05-21 16:50:28 UTC netbsd-6 commitmail json YAML

2012-05-21 16:49:54 UTC netbsd-6 commitmail json YAML

Pull up:

  revision 1.10 src/sys/dev/rndpseudo.c
  revision 1.9 src/sys/kern/subr_cprng.c

(requested by tls in ticket 274).

  Fix two problems that could cause /dev/random to not wake up readers when
  entropy became available.

(jdc)

2012-05-21 15:26:34 UTC netbsd-6 commitmail json YAML

2012-05-21 15:25:59 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #274):
sys/arch/amd64/amd64/process_machdep.c: revision 1.20
sys/kern/sys_lwp.c: revision 1.54
sys/arch/sparc64/sparc64/machdep.c: revision 1.267
sys/arch/mips/mips/cpu_subr.c: revision 1.16
sys/arch/vax/vax/machdep.c: revision 1.188
sys/sys/lwp.h: revision 1.161
sys/arch/sparc64/sparc64/netbsd32_machdep.c: revision 1.98
sys/arch/alpha/alpha/machdep.c: revision 1.339
sys/compat/sys/ucontext.h: revision 1.6
sys/arch/hppa/hppa/hppa_machdep.c: revision 1.28
distrib/sets/lists/tests/mi: revision 1.469
sys/arch/powerpc/powerpc/sig_machdep.c: revision 1.42
tests/lib/libc/sys/t_lwp_create.c: revision 1.1
tests/lib/libc/sys/Makefile: revision 1.23
sys/arch/arm/arm/sig_machdep.c: revision 1.42
sys/arch/amd64/include/mcontext.h: revision 1.15
sys/arch/amd64/amd64/machdep.c: revision 1.183
sys/arch/sh3/sh3/sh3_machdep.c: revision 1.99
sys/arch/i386/i386/machdep.c: revision 1.727
sys/compat/netbsd32/netbsd32_lwp.c: revision 1.13
sys/arch/sparc/sparc/machdep.c: revision 1.319
sys/arch/amd64/amd64/netbsd32_machdep.c: revision 1.76
sys/arch/m68k/m68k/sig_machdep.c: revision 1.49
sys/sys/ucontext.h: revision 1.16
sys/arch/mips/mips/netbsd32_machdep.c: revision 1.9
lib/libc/sys/_lwp_create.2: revision 1.5
Calling _lwp_create() with a bogus ucontext could trigger a kernel
assertion failure (and thus a crash in DIAGNOSTIC kernels). Independently
discovered by YAMAMOTO Takashi and Joel Sing.
To avoid this, introduce a cpu_mcontext_validate() function and move all
sanity checks from cpu_setmcontext() there. Also untangle the netbsd32
compat mess slightly and add a cpu_mcontext32_validate() cousin there.
Add an exhaustive atf test case, based partly on code from Joel Sing.
Should finally fix the remaining open part of PR kern/43903.

(riz)

2012-05-21 14:15:20 UTC MAIN commitmail json YAML

Calling _lwp_create() with a bogus ucontext could trigger a kernel
assertion failure (and thus a crash in DIAGNOSTIC kernels). Independently
discovered by YAMAMOTO Takashi and Joel Sing.

To avoid this, introduce a cpu_mcontext_validate() function and move all
sanity checks from cpu_setmcontext() there. Also untangle the netbsd32
compat mess slightly and add a cpu_mcontext32_validate() cousin there.

Add an exhaustive atf test case, based partly on code from Joel Sing.

Should finally fix the remaining open part of PR kern/43903.

(martin)

2012-05-21 08:14:58 UTC MAIN commitmail json YAML

2012-05-21 07:42:52 UTC MAIN commitmail json YAML

Provide hppa_{enable,disable}_irq

(skrll)

2012-05-21 06:30:18 UTC MAIN commitmail json YAML

Typos, capitalization, and file systems.
(Not reviewed at the content level.)

(wiz)

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

In meta mode, level 0 can legitimately see > 64 nested .if's

(sjg)

2012-05-21 05:53:28 UTC MAIN commitmail json YAML

Update. comments/suggestions/edits please.

This should be pulled up to netbsd-6 once the dust (if any) settles.

(dholland)

2012-05-20 18:08:05 UTC MAIN commitmail json YAML

Remove the ARM1156T2 bloat - it only has an MPU. Prompted by matt@

(skrll)

2012-05-20 17:58:32 UTC MAIN commitmail json YAML

2012-05-20 17:56:30 UTC MAIN commitmail json YAML

2012-05-20 17:32:55 UTC netbsd-5 commitmail json YAML

2012-05-20 17:32:24 UTC netbsd-5 commitmail json YAML

usr.bin/pmap/pmap.h patch

Fix build problem introduced by ticket #1759.
[jdc, ticket #1760]

(riz)

2012-05-20 14:08:18 UTC MAIN commitmail json YAML

Fix call of imxclock.  Patch from PR/45359.

(matt)

2012-05-20 10:28:44 UTC MAIN commitmail json YAML

2012-05-20 07:57:34 UTC MAIN commitmail json YAML

DOH.  Replace a line that got accidently deleted in the last commit.

(skrll)

2012-05-20 07:54:40 UTC MAIN commitmail json YAML

Replace the simple_lock with a kmutex_t.  Update the locking to match
com(4) in the few places it didn't already.

(skrll)

2012-05-20 06:17:28 UTC MAIN commitmail json YAML

Fix SPE loading typo as described in PR/45731

(matt)

2012-05-19 17:33:09 UTC netbsd-6 commitmail json YAML

2012-05-19 17:32:46 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #271):
usr.bin/login/common.c: revision 1.6
usr.bin/login/common.h: revision 1.4
- use __dead consistently.
- more clang build.
- use __dead consistently.
- more clang build.

(riz)

2012-05-19 17:29:01 UTC netbsd-5 commitmail json YAML

2012-05-19 17:28:29 UTC netbsd-5 commitmail json YAML

Apply patch (requested by buhrow in ticket #1759):

sys/ufs/lfs/lfs_vnops.c patch
sys/ufs/ufs/inode.h patch
sys/ufs/ufs/ufs_extern.h patch
sys/ufs/ufs/ufs_lookup.c patch
sys/ufs/ufs/ufs_vnops.c patch
sys/ufs/ufs/ufs_wapbl.c patch

Port dholland's ufs_rename locking changes to netbsd-5.
[buhrow, ticket #1759]

        Hello.  More testing has revealed a minor misunderstanding between the
vnode API in -current and 5.x.  The below patch, against NetBSD-5.1
sources, rolls all the accumulated patches into one patch set.  With this
patch, I believe you can now run with WAPBL, softdep or traditional ufs
semantics with heavy file loads and avoid panics due to resource exhaustion
and/or tstile deadlocks.  Testing has been done on I386, both uniprocessor
and multiprocessor, and on Sparc  machines in uniprocessor mode, though I
think multiprocessor Sparc would be fine as well.  Since these changes are
machine independent, I don't anticipate any issues on any platform.  It is
my hope that modulo any final issues that come up in the final round of
testing I'm currently performing, these patches will be ready to be pulled
up into the NetBSD-5 branch.
        Finally, I'd like to thank mouse@ and hannken@ for their help and
patience in helping me track down and test the final versions of these
patches.  With their assistance, I'm confident these patches make NetBSD-5
a much more stable and robust operating environment in a variety of
setings.

(riz)

2012-05-19 17:08:10 UTC netbsd-4-0 commitmail json YAML

2012-05-19 17:07:50 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #1445):
sys/netsmb/subr_mchain.c: revision 1.21
Since "len" has changed to (unsinged) size_t, the while loop
condition (len > 0) became less able to detect its underflow.
So check the subtrahend to avoid the underflow.
Should fix PR kern/44092.

(riz)

2012-05-19 17:07:35 UTC netbsd-4 commitmail json YAML

2012-05-19 17:06:49 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #1445):
sys/netsmb/subr_mchain.c: revision 1.21
Since "len" has changed to (unsinged) size_t, the while loop
condition (len > 0) became less able to detect its underflow.
So check the subtrahend to avoid the underflow.
Should fix PR kern/44092.

(riz)

2012-05-19 17:04:36 UTC netbsd-5-1 commitmail json YAML

2012-05-19 17:04:19 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #1758):
sys/netsmb/subr_mchain.c: revision 1.21
Since "len" has changed to (unsinged) size_t, the while loop
condition (len > 0) became less able to detect its underflow.
So check the subtrahend to avoid the underflow.
Should fix PR kern/44092.

(riz)

2012-05-19 17:04:02 UTC netbsd-5-0 commitmail json YAML

2012-05-19 17:03:45 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #1758):
sys/netsmb/subr_mchain.c: revision 1.21
Since "len" has changed to (unsinged) size_t, the while loop
condition (len > 0) became less able to detect its underflow.
So check the subtrahend to avoid the underflow.
Should fix PR kern/44092.

(riz)

2012-05-19 17:03:33 UTC netbsd-5 commitmail json YAML

2012-05-19 17:03:09 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #1758):
sys/netsmb/subr_mchain.c: revision 1.21
Since "len" has changed to (unsinged) size_t, the while loop
condition (len > 0) became less able to detect its underflow.
So check the subtrahend to avoid the underflow.
Should fix PR kern/44092.

(riz)

2012-05-19 16:51:18 UTC netbsd-5 commitmail json YAML

2012-05-19 16:48:36 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by gendalia in ticket #1757):
share/man/man5/route.conf.5: revision 1.4
etc/rc.d/staticroute: revision 1.4
etc/rc.d/staticroute: revision 1.5
etc/rc.d/staticroute: revision 1.6
Add a "return 0" to avoid incorrect error returns because we ran out of
lines to read from "/etc/route.conf".
Add proper error reporting via the return code:
Remember if any of the "route" commands failed and return an error in
that case.
Add the ability for staticroute to evaluate lines from /etc/route.conf
as shell script fragments, add example to the route.conf man page of
evaluating variables.
Remove route.conf man page statement that staticroute is enabled in
rc.conf since that's incorrect.
Wrap the staticroute while in parens, per <apb> & <christos>, and
quote all the arguments for the evals.

(riz)

2012-05-19 16:39:24 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by gendalia in ticket #1755):
sys/arch/x86/pci/pci_machdep.c: revision 1.36
add SIS 740 to the list of chipsets known to implement PCI configuration
mode 1 incorrectly, from Jason White
(see thread "ACPI issue with old Shuttle system" on port-i386)

(riz)

2012-05-19 16:37:14 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jym in ticket #1754):
sys/arch/amd64/amd64/db_memrw.c: revision 1.10
sys/arch/amd64/amd64/db_memrw.c: revision 1.11
sys/arch/i386/i386/db_memrw.c: revision 1.29
Use the current destination address to compute PTE, not the address of
origin.
Harmless, except when db_write_text() passes a page boundary.
From Bug Hunting.
XXX has to be pulled up to -5 and -6.
invlpg on a non canonical address is a noop, so no chance to invalidate
the TLB and the CPU will not notice the access right change.
This results in write protection faults in supervisor mode when patching
kernel code through ddb(4) (originally mapped as read only).
Bug reported by David Laight on port-amd64@ (thanks!), patch and test by
me.
i386 is unaffected as PG_LGFRAME does not mask the sign bits. For the
sake of correctness, use VA_SIGN_NEG(...) anyway.
XXX this is the patch that will be pulled-up to -5 and -6.

(riz)

2012-05-19 16:34:15 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by enami in ticket #1753):
lib/libpthread/pthread.c: revision 1.134
Store allocated lwpctl state in the thread actually forked,
which is the only thread lives in the child process.
The problem originally reported here:
  https://bugs.ruby-lang.org/issues/6341

(riz)

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

2012-05-19 16:30:49 UTC netbsd-5-1 commitmail json YAML

crypto/dist/openssl/crypto/buffer/buffer.c patch

Minor error code fix for ticket #1750.
[drochner, ticket #1752]

(riz)

2012-05-19 16:30:23 UTC netbsd-5-0 commitmail json YAML

2012-05-19 16:29:58 UTC netbsd-5-0 commitmail json YAML

crypto/dist/openssl/crypto/buffer/buffer.c patch

Minor error code fix for ticket #1750.
[drochner, ticket #1752]

(riz)

2012-05-19 16:28:46 UTC netbsd-5 commitmail json YAML

2012-05-19 16:28:15 UTC netbsd-5 commitmail json YAML

crypto/dist/openssl/crypto/buffer/buffer.c patch

Minor error code fix for ticket #1750.
[drochner, ticket #1752]

(riz)

2012-05-19 16:25:56 UTC netbsd-5 commitmail json YAML

2012-05-19 16:00:41 UTC MAIN commitmail json YAML

Fix two problems that could cause /dev/random to not wake up readers when entropy became available.

(tls)

2012-05-19 15:42:03 UTC netbsd-6 commitmail json YAML

2012-05-19 15:40:32 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by cheusov in ticket #272):
external/mit/libXfont/dist/src/bitmap/pcfread.c: revision 1.2
fix in libxfont:
  An uninitialized pointer causes a crash if pcf header is corrupted
  (upstream patch).

(riz)

2012-05-19 15:34:32 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #270):
sys/kern/sys_pipe.c: revision 1.136
tests/lib/libc/sys/t_pipe2.c: revision 1.4
tests/lib/libc/sys/t_pipe2.c: revision 1.5
tests/lib/libc/sys/t_pipe2.c: revision 1.6
tests/lib/libc/sys/t_pipe2.c: revision 1.7
Make sure we can deliver two file descriptors for pipe2() before we set
up anything special (like close on exec).
Fixes PR kern/46457.
Add a case for PR kern/46457. This is skipped for the time being, as it
reproduces the panic described in the PR.
Enable the test for PR kern/46457 now that it does not crash the
kernel any more.
Fix typo in comment.
Simplify the test for PR kern/4645 and make it independend of resource
settings.

(riz)

2012-05-19 15:32:38 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #269):
external/bsd/wpa/dist/src/drivers/driver_bsd.c: revision 1.5
Make WPA works on big-endian machines.
Need byte swapping to copy seq to member ik_keyrsc.  The code is
borrowed from driver_madwifi.c.

(riz)

2012-05-19 15:31:22 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #268):
usr.bin/quota/quota.1: revision 1.18
usr.bin/quota/quota.1: revision 1.19
usr.sbin/repquota/repquota.8: revision 1.16
usr.sbin/repquota/repquota.8: revision 1.17
usr.bin/quota/quota.c: revision 1.49
usr.sbin/repquota/repquota.c: revision 1.44
Remove traces of -D flag, which no longer does anything.
Remove traces of -D option, which no longer does anything.
Bump date for previous.
Bump date for previous.

(riz)

2012-05-19 15:29:21 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #267):
sys/kern/vfs_subr.c: revision 1.435
remove a bogus optimization introduced in the previous change.
fixes hangs in the rump/rumpvfs/t_etfs test.

(riz)

2012-05-19 15:28:01 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by khorben in ticket #266):
sys/dev/pci/if_wpi.c: revision 1.51
No longer wrongly advertise ad-hoc (IBSS) mode as being supported.
Fixes kern/46101
No objection from current-users@

(riz)

2012-05-19 15:25:53 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #265):
sys/netsmb/subr_mchain.c: revision 1.21
Since "len" has changed to (unsinged) size_t, the while loop
condition (len > 0) became less able to detect its underflow.
So check the subtrahend to avoid the underflow.
Should fix PR kern/44092.

(riz)

2012-05-19 15:23:44 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #264):
distrib/sets/lists/comp/mi: revision 1.1757
external/bsd/bind/bin/Makefile: revision 1.4
external/bsd/bind/Makefile.inc: revision 1.13
external/bsd/bind/bin/Makefile.inc: revision 1.2
distrib/sets/lists/base/mi: revision 1.991
external/bsd/bind/bin/confgen/Makefile.inc: revision 1.1
external/bsd/bind/bin/confgen/Makefile: revision 1.1
external/bsd/bind/bin/confgen/ddns-confgen/Makefile: revision 1.1
distrib/sets/lists/man/mi: revision 1.1389
external/bsd/bind/bin/confgen/rndc-confgen/Makefile: revision 1.1
add confgen programs
add {rndc,ddns}-confgen

(riz)

2012-05-19 15:19:43 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #263):
sys/compat/linux32/arch/amd64/linux32_syscallargs.h: revision 1.66
sys/compat/linux32/arch/amd64/syscalls.master: revision 1.61
sys/compat/linux32/common/linux32_signal.c: revision 1.16
sys/compat/linux32/arch/amd64/linux32_syscall.h: revision 1.66
sys/compat/linux32/arch/amd64/linux32_sysent.c: revision 1.66
sys/compat/linux32/arch/amd64/linux32_syscalls.c: revision 1.66
regen
Fix rt_sigtimedwait():
It is wishful thinking that:
    1. declaring a 32 bit syscall with 64 bit pointers
    2. passing a struct with 32 bit pointers to a 64 bit function
is going to work.

(riz)

2012-05-19 15:17:35 UTC MAIN commitmail json YAML

Enable interrupt in aumac_init().  And disable in aumac_stop()/aumac_attach().
Interrupt storm happen if received packet and DMA not set.

(kiyohara)

2012-05-19 15:06:03 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by sborrill in ticket #261):
sys/dev/pci/mfi_pci.c: revision 1.14
share/man/man4/mfi.4: revision 1.11
Add IBM ServeRAID M5014 as subtype
Add IBM ServeRAID M1015 and M5014

(riz)

2012-05-19 15:03:32 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #260):
sys/kern/vfs_xattr.c: revision 1.31
sys/ufs/ufs/ufs_extattr.c: revision 1.39
Return ENODATA when no attribute is found, like Linux does. After
all we decided to adopt the Linux API, therefore there is rationale
to stick to it.
No standard tells us what to do, and our extended attribute API has not
been used in a release, therefore we do not break anything, and we get
more easily compatible with programs using the Linux extended attribute
API.
Note that FreeBSD and MacOS X return ENOATTR. FreeBSD has its own API
and MacOS X has a Linux-like API. How did the world get so complicated?

(riz)

2012-05-19 15:01:36 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by manu in ticket #259):
sys/kern/vfs_syscalls.c: revision 1.456
sys/kern/vfs_mount.c: revision 1.14
sys/kern/vfs_syscalls.c: revision 1.452
sys/kern/vfs_syscalls.c: revision 1.453
sys/kern/vfs_syscalls.c: revision 1.454
Do not use vp after mount_domount() call as it sets it to NULL on success.
This fixes a panic when starting extended attributes.
Fix mount -o extattr : previous patch fixed a panic but caused operation
to happen on the mount point instead of the mounted filesystem.
Fix the extattr start fix. Looking up the filesystemroot vnode again
does not seems to be reliable. Instead save it before mount_domount()
sets it to NULL.
Move VFS_EXTATTRCTL to mount_domount().  This makes the
fs/puffs/t_fuzz:mountfuzz7, fs/puffs/t_fuzz:mountfuzz8,
and fs/zfs/t_zpool:create tests pass again.  Patch from
manu, discussed on tech-kern and committed at his request.

(riz)

2012-05-19 14:47:38 UTC MAIN commitmail json YAML

prep's boot supports to load kernel from HDD.  We can specify option -I
(no in-kernel).

(kiyohara)

2012-05-19 14:40:13 UTC MAIN commitmail json YAML

2012-05-19 08:29:32 UTC MAIN commitmail json YAML

Fix leftover comment derived from hp300 but not applicable to x68k.

(tsutsui)

2012-05-19 07:30:38 UTC MAIN commitmail json YAML

Make the test pass. It appears that this however does not reproduce the
PR kern/46463, even though the command is exactly the same.

(jruoho)

2012-05-19 05:16:27 UTC MAIN commitmail json YAML

fix in libxfont:
  An uninitialized pointer causes a crash if pcf header is corrupted
  (upstream patch).

(cheusov)

2012-05-19 00:11:46 UTC MAIN commitmail json YAML

Fix a few compile problems on non-P2020 platforms.

(matt)

2012-05-19 00:02:44 UTC MAIN commitmail json YAML

- use __dead consistently.
- more clang build.

(christos)

2012-05-18 21:09:50 UTC MAIN commitmail json YAML

Replace a __cpu_simple_lock_t with a kmutex_t.

(skrll)

2012-05-18 20:52:02 UTC MAIN commitmail json YAML

Cosmetic change - print newline during autoconf.

(rkujawa)

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

2012-05-18 17:04:28 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #258):
sys/net/if_ethersubr.c: revision 1.189
in ether_ifdetach(), clear if_mowner before releasing what it points to.
fixes PR 42982.

(riz)

2012-05-18 17:02:31 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #257):
usr.bin/login/common.c: revision 1.5
dead for sigint

(riz)

2012-05-18 16:56:26 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by veego in ticket #256):
external/gpl2/lvm2/lib/liblvm/Makefile: revision 1.6
external/gpl2/lvm2/sbin/lvm/Makefile: revision 1.11
Add .include <bsd.sys.mk> for initializing USE_SSP.
  This fixes build failure if USE_FORT=YES
  Approved by christos@

(riz)

2012-05-18 15:36:21 UTC MAIN commitmail json YAML

Clarify this a little.

(jruoho)

2012-05-18 15:25:26 UTC MAIN commitmail json YAML

2012-05-18 15:24:45 UTC MAIN commitmail json YAML

Note xsurf(4).

(rkujawa)

2012-05-18 14:01:35 UTC MAIN commitmail json YAML

Don't exit on ioctl failure, instead let the caller handle it.
This is needed so that we can detect failure of the 40LD firmware
interface and fall back to the 8LD interface.

(jakllsch)

2012-05-18 13:59:23 UTC MAIN commitmail json YAML

Add $NetBSD$ to header, and add __RCSID.

(jakllsch)

2012-05-18 13:55:15 UTC MAIN commitmail json YAML

Use C99 fixed width integer types.

(jakllsch)

2012-05-18 13:51:17 UTC MAIN commitmail json YAML

Use err(3) instead of perror(3) + exit(3).
Additionally, use symbolic EXIT_FAILURE.

(jakllsch)

2012-05-18 13:47:33 UTC MAIN commitmail json YAML

Use __arraycount instead of identical local macro.

(jakllsch)

2012-05-18 13:41:37 UTC MAIN commitmail json YAML

constify number to string lookup tables

(jakllsch)

2012-05-18 12:45:43 UTC MAIN commitmail json YAML

Remove an '@' to hopefully see what's going on with the daily builds.

(skrll)

2012-05-18 07:52:55 UTC MAIN commitmail json YAML

Increase the number of frequencies in the usb_audio_streaming_type1_descriptor
to be the same number that we support elsewhere (AUFMT_MAX_FREQUENCIES).
Set frequency_type to be AUFMT_MAX_FREQUENCIES in the case where a uaudio
device reports more frequencies than we handle.
Fixes a crash in uaudio_chan_ptransfer() because we read uninitialised data
in uaudio_identify_as().

(jdc)

2012-05-18 02:28:52 UTC netbsd-6 commitmail json YAML

Add new files from ticket #247:

Pull up the following revisions(s) (requested by riz in ticket #247):
distrib/utils/sysinst/Makefile.inc: revision 1.59 via patch
distrib/utils/sysinst/checkrc.c: revision 1.1-1.2 via patch
distrib/utils/sysinst/configmenu.c: revision 1.1-1.5 via patch
distrib/utils/sysinst/defs.h: revision 1.162 via patch
distrib/utils/sysinst/install.c: revision 1.46 via patch
distrib/utils/sysinst/main.c: revision 1.64 via patch
distrib/utils/sysinst/mbr.c: revision 1.90 via patch
distrib/utils/sysinst/menus.mi: revision 1.45-1.46 via patch
distrib/utils/sysinst/msg.mbr.de: revision 1.12 via patch
distrib/utils/sysinst/msg.mbr.en: revision 1.16-1.17 via patch
distrib/utils/sysinst/msg.mbr.es: revision 1.7 via patch
distrib/utils/sysinst/msg.mbr.fr: revision 1.18-1.19 via patch
distrib/utils/sysinst/msg.mbr.pl: revision 1.15-1.16 via patch
distrib/utils/sysinst/msg.mi.de: revision 1.62-1.67 via patch
distrib/utils/sysinst/msg.mi.en: revision 1.170-1.172 via patch
distrib/utils/sysinst/msg.mi.es: revision 1.40-1.43 via patch
distrib/utils/sysinst/msg.mi.fr: revision 1.120-1.126 via patch
distrib/utils/sysinst/msg.mi.pl: revision 1.79-1.83 via patch
distrib/utils/sysinst/net.c: revision 1.131-1.132 via patch
distrib/utils/sysinst/run.c: revision 1.70 via patch
distrib/utils/sysinst/target.c: revision 1.55 via patch
distrib/utils/sysinst/util.c: revision 1.174-1.178 via patch
distrib/utils/sysinst/arch/evbarm/msg.md.de: revision 1.10-1.11 via patch
distrib/utils/sysinst/arch/evbmips/md.c: revision 1.10 via patch
distrib/utils/sysinst/arch/hp300/msg.md.de: revision 1.6-1.7 via patch
distrib/utils/sysinst/arch/hp300/msg.md.en: revision 1.9 via patch
distrib/utils/sysinst/arch/hp300/msg.md.es: revision 1.5 via patch
distrib/utils/sysinst/arch/hp300/msg.md.fr: revision 1.8 via patch
distrib/utils/sysinst/arch/hp300/msg.md.pl: revision 1.8 via patch
distrib/utils/sysinst/arch/i386/msg.md.en: revision 1.62-1.63 via patch
distrib/utils/sysinst/arch/i386/msg.md.es: revision 1.14 via patch
distrib/utils/sysinst/arch/i386/msg.md.de: revision 1.23

Sync sysinst with -current as of 2011-05-17
Add new post-install configuration menu for sysinst, and apply numerous
bug fixes.

(sborrill)

2012-05-18 02:28:17 UTC MAIN commitmail json YAML

Avoid nested extern declaration warnings

(sjg)

2012-05-17 21:59:49 UTC MAIN commitmail json YAML

2012-05-17 21:48:22 UTC MAIN commitmail json YAML

add USBConnect Mercury

(cyber)

2012-05-17 19:38:54 UTC MAIN commitmail json YAML

Let the user of INTRENTRY_L() place a label on the 'swapgs' used
  when faulting from user space.

(dsl)

2012-05-17 19:04:13 UTC netbsd-6 commitmail json YAML

2012-05-17 19:03:24 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by jmmv in ticket #8):
tests/modules/t_abi_uvm.sh: revision 1.1
tests/modules/k_uvm/k_uvm.c: revision 1.1
tests/modules/k_uvm/Makefile: revision 1.1
distrib/sets/lists/tests/module.mi: revision 1.6
tests/modules/Makefile: revision 1.9
Add a test to ensure that PAGE_SIZE is available in kernel modules.
This test reproduces the error condition in PR port-macppc/46041 and
therefore it is an xfail in this particular platform.

(riz)

2012-05-17 18:58:12 UTC netbsd-6 commitmail json YAML

2012-05-17 18:57:14 UTC netbsd-6 commitmail json YAML

Pull up the following revisions(s) (requested by riz in ticket #247):
distrib/utils/sysinst/Makefile.inc: revision 1.59 via patch
distrib/utils/sysinst/checkrc.c: revision 1.1-1.2 via patch
distrib/utils/sysinst/configmenu.c: revision 1.1-1.5 via patch
distrib/utils/sysinst/defs.h: revision 1.162 via patch
distrib/utils/sysinst/install.c: revision 1.46 via patch
distrib/utils/sysinst/main.c: revision 1.64 via patch
distrib/utils/sysinst/mbr.c: revision 1.90 via patch
distrib/utils/sysinst/menus.mi: revision 1.45-1.46 via patch
distrib/utils/sysinst/msg.mbr.de: revision 1.12 via patch
distrib/utils/sysinst/msg.mbr.en: revision 1.16-1.17 via patch
distrib/utils/sysinst/msg.mbr.es: revision 1.7 via patch
distrib/utils/sysinst/msg.mbr.fr: revision 1.18-1.19 via patch
distrib/utils/sysinst/msg.mbr.pl: revision 1.15-1.16 via patch
distrib/utils/sysinst/msg.mi.de: revision 1.62-1.67 via patch
distrib/utils/sysinst/msg.mi.en: revision 1.170-1.172 via patch
distrib/utils/sysinst/msg.mi.es: revision 1.40-1.43 via patch
distrib/utils/sysinst/msg.mi.fr: revision 1.120-1.126 via patch
distrib/utils/sysinst/msg.mi.pl: revision 1.79-1.83 via patch
distrib/utils/sysinst/net.c: revision 1.131-1.132 via patch
distrib/utils/sysinst/run.c: revision 1.70 via patch
distrib/utils/sysinst/target.c: revision 1.55 via patch
distrib/utils/sysinst/util.c: revision 1.174-1.178 via patch
distrib/utils/sysinst/arch/evbarm/msg.md.de: revision 1.10-1.11 via patch
distrib/utils/sysinst/arch/evbmips/md.c: revision 1.10 via patch
distrib/utils/sysinst/arch/hp300/msg.md.de: revision 1.6-1.7 via patch
distrib/utils/sysinst/arch/hp300/msg.md.en: revision 1.9 via patch
distrib/utils/sysinst/arch/hp300/msg.md.es: revision 1.5 via patch
distrib/utils/sysinst/arch/hp300/msg.md.fr: revision 1.8 via patch
distrib/utils/sysinst/arch/hp300/msg.md.pl: revision 1.8 via patch
distrib/utils/sysinst/arch/i386/msg.md.en: revision 1.62-1.63 via patch
distrib/utils/sysinst/arch/i386/msg.md.es: revision 1.14 via patch
distrib/utils/sysinst/arch/i386/msg.md.de: revision 1.23

Sync sysinst with -current as of 2011-05-17
Add new post-install configuration menu for sysinst, and apply numerous
bug fixes.

(sborrill)

2012-05-17 18:39:37 UTC netbsd-6 commitmail json YAML

2012-05-17 18:38:54 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by matt in ticket #255):
sys/arch/powerpc/include/vmparam.h: revision 1.17
Export MIN_PAGE_SIZE and MAX_PAGE_SIZE for modular kernels.

(riz)

2012-05-17 18:32:13 UTC netbsd-6 commitmail json YAML

2012-05-17 18:29:25 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by matt in ticket #253):
sys/arch/powerpc/booke/copyin.c: revision 1.5
Make sure to have copyinstr return ENAMETOOLONG if the string was too long.

(riz)

2012-05-17 18:26:55 UTC netbsd-6 commitmail json YAML

2012-05-17 18:26:33 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by matt in ticket #252):
tests/lib/libc/arch/powerpc/exec_prot_support.c: revision 1.2
tests/lib/libc/arch/powerpc/return_one.S: revision 1.2
Allow testing of exec pages on PowerPC BookE.
Make return_one actually do the right thing.

(riz)

2012-05-17 18:25:15 UTC netbsd-6 commitmail json YAML

2012-05-17 18:24:27 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by matt in ticket #251):
sys/arch/powerpc/powerpc/powerpc_machdep.c: revision 1.64
sys/arch/powerpc/include/cpu.h: revision 1.90
Add CPU_EXECPROT sysctl so that atf can enable exec permission tests for
PPC Booke.

(riz)

2012-05-17 18:23:06 UTC netbsd-6 commitmail json YAML

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

Pull up following revision(s) (requested by matt in ticket #250):
sys/arch/powerpc/conf/Makefile.powerpc: revision 1.50
For BookE kernels, use -mmultiple and -misel and enable -fstack-protector

(riz)

2012-05-17 18:21:08 UTC netbsd-6 commitmail json YAML

2012-05-17 18:20:27 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by khorben in ticket #249):
lib/libusbhid/usb_hid_usages: revision 1.6
Extended usb_hid_usages, with help from the equivalent file from FreeBSD.
Favored NetBSD upon conflicts, except for a typo and consistency.
ok riz@

(riz)

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

2012-05-17 18:17:33 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by cegger in ticket #248):
sys/arch/x86/x86/cpu_ucode_amd.c: revision 1.2
fix crash when booting with -x.

(riz)

2012-05-17 18:12:50 UTC netbsd-6 commitmail json YAML

2012-05-17 18:12:13 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #246):
sys/kern/vfs_syscalls.c: revision 1.455
do_open: move pathbuf destruction to the callers, thus simplify and fix a
memory leak on error path.

(riz)

2012-05-17 18:10:20 UTC netbsd-6 commitmail json YAML

2012-05-17 18:09:45 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by matt in ticket #245):
sys/arch/powerpc/booke/dev/pq3etsec.c: revision 1.13
sys/arch/powerpc/include/booke/etsecreg.h: revision 1.4
sys/arch/powerpc/booke/dev/pq3etsec.c: revision 1.11
sys/arch/powerpc/booke/dev/pq3etsec.c: revision 1.12
Read maccfg1/maccfg2/ecntrl so we can preserve bits we don't change (like
GMII mode).
Don't use the current value of maccfg2.
Preserve some MACCFG2 bits

(riz)

2012-05-17 18:02:49 UTC netbsd-6 commitmail json YAML

2012-05-17 18:02:31 UTC netbsd-6 commitmail json YAML

Apply patches (requested by martin in ticket #153):

share/mk/bsd.own.mk patch
share/mk/sys.mk patch
external/gpl3/gdb/Makefile.inc patch
external/gpl3/binutils/lib/libbfd/Makefile patch

Switch the vax port back to GCC 4.1.
[martin, ticket #153]

(riz)

2012-05-17 17:53:02 UTC netbsd-6 commitmail json YAML

2012-05-17 17:49:50 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by matt in ticket #244):
sys/arch/powerpc/powerpc/db_disasm.c: revision 1.27
Decode isel{lt,gt,eq}

(riz)

2012-05-17 16:24:09 UTC MAIN commitmail json YAML

The P2020 doesn't have GPIO in the same place as othe 85xx.  Deal with it.

(matt)

2012-05-17 16:22:38 UTC MAIN commitmail json YAML

Allow user addresses >= 0x80000000

(matt)

2012-05-17 16:21:46 UTC MAIN commitmail json YAML

Add an KASSERT to check that PSL_PR is always set.

(matt)

2012-05-17 16:20:19 UTC MAIN commitmail json YAML

2012-05-17 07:28:29 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2012-05-17 02:58:15 UTC MAIN commitmail json YAML

clarify some descriptions.  document a couple more functions.
make a big commented list of the functions that are lacking real
descriptions.

(mrg)

2012-05-16 19:13:00 UTC MAIN commitmail json YAML

mmap_block:
do not use a hardcoded block device list, but query the kernel for attached
disks instead, then try to mmap the raw partition.

(martin)

2012-05-16 17:48:59 UTC MAIN commitmail json YAML

Use original indentation style in more places.

(alnsn)

2012-05-16 13:54:28 UTC MAIN commitmail json YAML

Remove also redundant comment (the reference to the PR is already in the
metadata).

(jruoho)

2012-05-16 13:48:35 UTC MAIN commitmail json YAML

Simplify the test for PR kern/4645 and make it independend of resource
settings.

(martin)

2012-05-16 11:45:08 UTC MAIN commitmail json YAML

Fix typo in comment.

(wiz)

2012-05-16 09:51:59 UTC MAIN commitmail json YAML

Enable the test for PR kern/46457 now that it does not crash the
kernel any more.

(martin)

2012-05-16 09:41:11 UTC MAIN commitmail json YAML

Make sure we can deliver two file descriptors for pipe2() before we set
up anything special (like close on exec).
Fixes PR kern/46457.

(martin)

2012-05-16 09:06:35 UTC MAIN commitmail json YAML

Add a case for PR kern/46457. This is skipped for the time being, as it
reproduces the panic described in the PR.

(jruoho)

2012-05-16 09:01:38 UTC MAIN commitmail json YAML

2012-05-16 08:09:12 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2012-05-16 08:08:39 UTC MAIN commitmail json YAML

2012-05-16 07:32:30 UTC MAIN commitmail json YAML

- Remove duplicated declarations.
- Make declaration of doboot() "extern" explicitly.

(isaki)

2012-05-15 19:07:25 UTC MAIN commitmail json YAML

define the new variable

(christos)

2012-05-15 19:06:27 UTC MAIN commitmail json YAML

Gather disable/enable interruptst at the Port Interrupt Enable level in
2 functions, and use them to disable interrupts for polled commands.
In siisata_probe_drive(), disable interrupt while resetting the PHY and
sending the SOFT_RESET FIS. Also dectect timeout/errors at this level and
disable the port if needed.
Make siisata_intr_port() more resistent to interrupts without xfer (especially
error interrupts which can be asynchrounous, but can also happen for
timed out xfer).

With this, the kernel doesn't pannic when a siisata controller is connected
to a SATA port multiplier. More work is needed to support port multiplier
though.

(bouyer)

2012-05-15 19:01:10 UTC MAIN commitmail json YAML

If the PHY reports link up but no communication, wait 5 more
seconds for communications to be established. This seems to be needed for
some configurations.

(bouyer)

2012-05-15 18:46:20 UTC MAIN commitmail json YAML

Test a bug found by Geza Herman.

(alnsn)

2012-05-15 18:13:22 UTC MAIN commitmail json YAML

Don't use normal indentation style, use original author's indentation style.

(alnsn)

2012-05-15 18:11:28 UTC MAIN commitmail json YAML

don't kassert that the sc_intr_lock is held in eso_reset().  it's only
called from attach and doesn't need to have it held, and PR 46451 shows
that it currently asserts.

(mrg)

2012-05-15 18:10:02 UTC MAIN commitmail json YAML

Add missing {} around two "if (b == NULL)" checks which were added in r1.5.

(alnsn)

2012-05-15 17:51:51 UTC MAIN commitmail json YAML

- Use _exit() instead of exit() in signal handler since
  the latter isn't signal safe.

(seanb)

2012-05-15 17:47:48 UTC MAIN commitmail json YAML

Add xsurf(4) man page to distribution list.

(rkujawa)

2012-05-15 17:46:26 UTC MAIN commitmail json YAML

2012-05-15 17:39:51 UTC MAIN commitmail json YAML

2012-05-15 17:35:44 UTC MAIN commitmail json YAML

2012-05-15 17:30:04 UTC MAIN commitmail json YAML

2012-05-15 15:59:01 UTC MAIN commitmail json YAML

save and restore the tty settings on entry and exit respectively.
cleanup debugging printfs.

(christos)

2012-05-15 15:50:58 UTC MAIN commitmail json YAML

Adds a check to determine the root filesystem for determining the path of the
rc.conf. Without, the menu would fail as it tried to `chroot ""` (target_root
returns "" for / as root).

(jdf)

2012-05-15 14:29:29 UTC MAIN commitmail json YAML

Missed defining XSERVER_XVAX

(abs)

2012-05-15 12:17:34 UTC MAIN commitmail json YAML

- check bus_space_map(9) return value
- use BUS_SPACE_MAP_SHIFTED_ODD for clarify
- define and use proper macro instead of magic

(tsutsui)

2012-05-15 12:14:59 UTC MAIN commitmail json YAML

2012-05-15 11:37:01 UTC MAIN commitmail json YAML

Clarify description of the msgrcv() return value. I kept on misreading it for
some reason. This ought to clarify it a bit more.

(reinoud)

2012-05-15 08:49:35 UTC MAIN commitmail json YAML

sqlite-3.7.12 out.

(wiz)

2012-05-15 08:47:53 UTC MAIN commitmail json YAML

2012-05-15 05:45:37 UTC MAIN commitmail json YAML

2012-05-15 02:14:13 UTC MAIN commitmail json YAML

A temporaly fix to avoid a lockup by KBT4 DISP button.  Not sure
the real fix.  Curse on the every poorly written engineering
documents on Earth.

(nisimura)

2012-05-15 01:22:51 UTC MAIN commitmail json YAML

improve error handling.

(christos)

2012-05-14 21:14:14 UTC MAIN commitmail json YAML

Add EXIT STATUS section and bump date.
From Bug Hunting.

(wiz)

2012-05-14 19:40:06 UTC MAIN commitmail json YAML

Rename register values. No functional change - same code before and after.

Existing names are prefixed with PL01X_ where they're common between the
PL010 and the PL011. The PL010_/PL011_ prefixes are added where they're
found only on the respective chips.

(skrll)

2012-05-14 11:45:17 UTC MAIN commitmail json YAML

Remove printf that snuck in somehow.

(skrll)

2012-05-14 11:05:29 UTC MAIN commitmail json YAML

Whitespace in previous.

(skrll)

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

2012-05-14 10:05:51 UTC MAIN commitmail json YAML

Revert hax to fix boot blocks for gcc 4.5, accudently committed in last

(abs)

2012-05-14 08:44:14 UTC MAIN commitmail json YAML

From the "why was this not done before" box:
Implement WSDISPLAYIO_LINEBYTES so xwsfb works

(abs)

2012-05-14 08:42:04 UTC MAIN commitmail json YAML

Enable wsfb X server on vax. Likely to be keyboard and mouse issues, but
with three additional lines of an ioctl() case in the kernel 'startx' will
display the traditional three xterms

(abs)

2012-05-14 04:55:08 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2012-05-14 04:28:28 UTC MAIN commitmail json YAML

Implement USB_GET_DEVICE_DESC for uhid devices so there's a way to get the
product and vendor information.

(erh)

2012-05-13 19:29:59 UTC MAIN commitmail json YAML

fix a broken sentence.  bump date.

(mrg)

2012-05-13 17:08:31 UTC MAIN commitmail json YAML

Small typo in macro.

(njoly)

2012-05-13 15:50:41 UTC MAIN commitmail json YAML

Full list of changes:
- remove spurious white space;
- punctuation;
- new sentence, new line;
- decapitalization;
- for the non-superuser example command lines, use a consistent
  shell prompt character.

From Bug Hunting.

(wiz)

2012-05-13 15:49:43 UTC MAIN commitmail json YAML

New sentence, new line; serial comma; remove extra space.
From Bug Hunting.

(wiz)

2012-05-13 15:48:51 UTC MAIN commitmail json YAML

Various improvements.
- better macro usage;
- new sentence, new line;
- mention correct file in `FILES' section again;
- use consistent spelling.

From Bug Hunting.

(wiz)

2012-05-13 15:47:38 UTC MAIN commitmail json YAML

Remove unneeded commas in table.
From Bug Hunting.

(wiz)

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

Let libX11 load and make available the newer (X11R6) callback-based API
for XIM (expected by emacs).

Patch from Ian D. Leroux <idleroux@fastmail.fm> on pkgsrc-users
following a hint by Nhat Minh L棚 <nhat.minh.le@gmail.com>.

(wiz)

2012-05-13 12:10:19 UTC MAIN commitmail json YAML

Fix tag for usbd_get_buffer

(mlelstv)

2012-05-13 11:57:39 UTC MAIN commitmail json YAML

Move DESCRIPTION below SYNOPSIS.
Remove function descriptions from SYNOPSIS.
Some cleanup while here.
XXX: most functions lack descriptions.

(wiz)

2012-05-13 11:57:06 UTC MAIN commitmail json YAML

Fix typo and remove superfluous Pp.

(wiz)

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

convert the ugly .Bl/.El list of functions to a real one inside the
.Sh SYNOPSIS section.

XXX, the .Sh DESCRIPTION needs to move under the .Sh SYNOPSIS.

(mrg)