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

2024-05-09 22:30:45 UTC Now

2012-10-05 01:30:36 UTC MAIN commitmail json YAML

Implement FreeBSD's "nochange" keyworld which causes the existance of a
filesystem object to be checked but none of its attributes. (brooks)

(christos)

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

Encode literal global characters in files.  Otherwise the results of
updating a directory using the resulting spec will be surprising.

See http://svnweb.freebsd.org/base/head/usr.sbin/mtree/test/test00.sh
for test cases.
(brooks)

(christos)

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

NetBSD needs <time.h>

(christos)

2012-10-05 01:26:56 UTC MAIN commitmail json YAML

Implement FreeBSD's -f spec1 -f spec2 spec comparision function.  This
is more useful than -C and diff because it highlights the keys that have
changed value so for example, you can see that the size of a file has
not changed but the contents have. (brooks)

(christos)

2012-10-05 01:21:44 UTC MAIN commitmail json YAML

Allow uid and uname or gid and gname to both be printed while
preserving the behavior of falling back to [ug]id when the name is not
resolvable. (brooks)

(christos)

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

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

get rid of gc_attr & allocattr()

(macallan)

2012-10-05 01:13:51 UTC MAIN commitmail json YAML

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

gc_attr is no more

(macallan)

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

add -q flag to silence warnings about symlinks to existing dirs (from OpenBSD
via brooks)

(christos)

2012-10-05 01:01:07 UTC MAIN commitmail json YAML

2012-10-05 00:59:35 UTC MAIN commitmail json YAML

2012-10-05 00:58:47 UTC MAIN commitmail json YAML

our fts compare routine is less constified.

(christos)

2012-10-05 00:42:01 UTC MAIN commitmail json YAML

explicitly include <sys/stat.h>

(christos)

2012-10-05 00:41:24 UTC MAIN commitmail json YAML

more const
check if we support SHA384 before using
(brooks)

(christos)

2012-10-05 00:40:51 UTC MAIN commitmail json YAML

remove dup extern (brooks)

(christos)

2012-10-04 21:23:46 UTC MAIN commitmail json YAML

2012-10-04 19:28:36 UTC MAIN commitmail json YAML

Improve previous change with better wording.

(dholland)

2012-10-04 19:09:20 UTC MAIN commitmail json YAML

defflag GLYPHCACHE_DEBUG

(macallan)

2012-10-04 14:21:00 UTC MAIN commitmail json YAML

Fix udpcsum-rx bug on fragmented case this time.
  - Fix the usage of a local variable for csum_flags.
  - It seemd that sometimes MVGBE_RX_L4_CHECKSUM_OK bit were set to 0
    even if the checksum is correct and the packet was not fragmented.
    So we don't set M_CSUM_TCP_UDP_BAD even if csum bit is 0.

(msaitoh)

2012-10-04 10:35:54 UTC MAIN commitmail json YAML

support underlined characters
while there, make sure the glyph cache doesn't exceed 2048 lines since that's
the drawing engine's limit

(macallan)

2012-10-04 10:29:24 UTC MAIN commitmail json YAML

support underlined characters

(macallan)

2012-10-04 10:26:32 UTC MAIN commitmail json YAML

allow caching of glyphs with attributes other than the default
while there, also add support for underlined characters

(macallan)

2012-10-04 10:22:45 UTC MAIN commitmail json YAML

don't call allocattr() for the default attribute

(macallan)

2012-10-04 00:14:25 UTC MAIN commitmail json YAML

Ethernet driver for BCM53XXX (not quite working).

(matt)

2012-10-04 00:01:48 UTC MAIN commitmail json YAML

Fix fallout from 1.129 that converted sou::so_foo from unions to
pointers but missed (char *)&soup->so_foo => (char *)soup->so_foo in
mask_addr().  It worked by luck - unless it didn't: due to pointer
numerology on amd64 route add -net ClassC without explicit /24 prefix
length specification would result into /16 destination instead of /24.

(uwe)

2012-10-03 23:55:22 UTC MAIN commitmail json YAML

remove diagnostic printfs to make this compile again.

(christos)

2012-10-03 23:32:43 UTC MAIN commitmail json YAML

We don't actually want to round the number of elements in the bitmap
down.  Fixes a self-inflicted buffer overrun.

(This was detected by chance that the top of the bitmap coincided with
a page boundary.)

(jakllsch)

2012-10-03 22:28:20 UTC MAIN commitmail json YAML

- add more debugging
- don't return memory we did not allocate, which the caller will then free!

(christos)

2012-10-03 21:50:14 UTC MAIN commitmail json YAML

2012-10-03 20:54:23 UTC MAIN commitmail json YAML

Add a bunch of pseudodevices and LOCKDEBUG. All commented out.

(skrll)

2012-10-03 19:50:43 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2012-10-03 19:50:11 UTC MAIN commitmail json YAML

- improve wording and overall program description (notably for `-f');
- improve macro usage;
- bump date.

From Bug Hunting.

(wiz)

2012-10-03 19:50:07 UTC MAIN commitmail json YAML

- correct `usage' message;
- improve wording.

From Bug Hunting.

(wiz)

2012-10-03 19:41:46 UTC MAIN commitmail json YAML

Add a remarkably percipient fortune cookie.

(riastradh)

2012-10-03 19:37:36 UTC MAIN commitmail json YAML

- Correct macro usage;
- improve wording, including creating more consistency therein.

From Bug Hunting.

(wiz)

2012-10-03 19:36:11 UTC MAIN commitmail json YAML

- Improve wording;
- remove superfluous `.Pp' macro (fixes mandoc(1) warning).

From Bug Hunting.

(wiz)

2012-10-03 19:35:08 UTC MAIN commitmail json YAML

- In the example for `-f', reference a directory that is actually
  available in a default installation (/usr/src isn't);
- put together two lines which belong to the same sentence;
- remove a spurious space character;
- remove unneeded consecutive argument for `.Nm' macro.

From Bug Hunting.

(wiz)

2012-10-03 19:28:44 UTC MAIN commitmail json YAML

Improve wording.

From Bug Hunting.

(wiz)

2012-10-03 19:27:48 UTC MAIN commitmail json YAML

- Sort order of options mentioned in text;
- improve wording;
- remove unneeded macros (fixes mandoc(1) warnings);
- in the `EXAMPLES' section, for `-d', mention the use of `-U'
  besides that of `-u' (as the former is a variant on the latter).

From Bug Hunting.

(wiz)

2012-10-03 19:22:18 UTC MAIN commitmail json YAML

2012-10-03 19:19:09 UTC MAIN commitmail json YAML

Update 'rcs' package entry.
From Bug Hunting.

(wiz)

2012-10-03 19:18:41 UTC MAIN commitmail json YAML

2012-10-03 19:17:01 UTC MAIN commitmail json YAML

- Capitalization fixes (``OpenSSL'', not ``openssl'');
- change single to double space in between sentences;
- remove trailing white space.

From Bug Hunting.

(wiz)

2012-10-03 19:04:56 UTC MAIN commitmail json YAML

Fix formatting of Churchill quote on declarations of war.

(riastradh)

2012-10-03 18:58:33 UTC MAIN commitmail json YAML

2012-10-03 17:43:22 UTC MAIN commitmail json YAML

Use db_read_value to read the trapframe fields in db_nextframe.

Fixes SIGSEGV on bt in crash(8) when the stack trace ends in syscall,
and probably other problems as well.

ok christos

(riastradh)

2012-10-03 17:04:25 UTC MAIN commitmail json YAML

as a workaround for PR 47016, call ioapic_reenable() at the end of
ACPI interrupt routing to fix the settings for the SCI interrupt.
the problem is that after my recent changes, the SCI handler is
installed before the MADT info is parsed, so we don't know what
polarity it should have.  the real fix for this will be to rearrange
the ACPI initialization so that everything is done in a more sensible
order, but that will take some more time.

(chs)

2012-10-03 16:51:44 UTC MAIN commitmail json YAML

2012-10-03 13:13:39 UTC MAIN commitmail json YAML

Use armreg_ttbr_read instead of local version. No code change.

(skrll)

2012-10-03 13:06:06 UTC MAIN commitmail json YAML

Remove one set of _[AS] defines. No functional change.

(skrll)

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

Remove some unnecessary headers.

(skrll)

2012-10-03 13:00:47 UTC MAIN commitmail json YAML

2012-10-03 12:24:56 UTC MAIN commitmail json YAML

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@

(mlelstv)

2012-10-03 07:22:59 UTC MAIN commitmail json YAML

Add sanity check to sysctl_kern_maxvnodes.

(mlelstv)

2012-10-03 07:20:50 UTC MAIN commitmail json YAML

Use getdisksize() to find out geometry, fetch only other magic values
from disklabel.

(mlelstv)

2012-10-03 07:16:49 UTC MAIN commitmail json YAML

Only initialize when we are the first opener.

(mlelstv)

2012-10-03 07:08:58 UTC MAIN commitmail json YAML

use media_table instead of replicating code

(mlelstv)

2012-10-03 07:07:04 UTC MAIN commitmail json YAML

2012-10-03 07:05:51 UTC MAIN commitmail json YAML

No longer determine availability of ISO and UDF partitions, we default
to allow access to both. Only use a found ISO header to access the
correct session.

(mlelstv)

2012-10-03 06:58:03 UTC MAIN commitmail json YAML

2012-10-03 06:57:37 UTC MAIN commitmail json YAML

two more FTDI USB->serial adapters

(mlelstv)

2012-10-03 00:51:47 UTC MAIN commitmail json YAML

2012-10-02 23:55:22 UTC MAIN commitmail json YAML

2012-10-02 23:54:55 UTC MAIN commitmail json YAML

2012-10-02 23:51:39 UTC MAIN commitmail json YAML

2012-10-02 23:49:19 UTC MAIN commitmail json YAML

2012-10-02 23:39:44 UTC MAIN commitmail json YAML

2012-10-02 23:38:52 UTC MAIN commitmail json YAML

npfctl/yyerror(): print the right line number if we already parsed the line.

(rmind)

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

Don't call ureadc() with a spinlock held because ureadc() may fault when
writing to userspace.

(mlelstv)

2012-10-02 17:43:53 UTC MAIN commitmail json YAML

2012-10-02 15:22:46 UTC MAIN commitmail json YAML

- Fix a bug that a fragmented packet is marked as bad checksum. It causes
  a real bug when HW checksum offload function is used. It was easy to
  reproduce with NFS UDP mount.
- Fix a potential bug that a packet other than TCP and UDP is marked as bad
  checksum.

(msaitoh)

2012-10-02 14:15:04 UTC MAIN commitmail json YAML

"i.e." -> "i.e.," - from Snader_LB on IRC

(abs)

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

Discourage the use of ifconfig_bge0=dhcp and prefer setting dhcpcd=YES
in rc.conf(5) instead.

(roy)

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

Document the MKKMOD build knob.

(jkoshy)

2012-10-02 01:48:06 UTC MAIN commitmail json YAML

mention clock_nanosleep

(christos)

2012-10-02 01:47:41 UTC MAIN commitmail json YAML

2012-10-02 01:46:40 UTC MAIN commitmail json YAML

2012-10-02 01:46:23 UTC MAIN commitmail json YAML

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

2012-10-02 01:42:07 UTC MAIN commitmail json YAML

add clock_nanosleep

(christos)

2012-10-01 23:09:00 UTC netbsd-6 commitmail json YAML

2012-10-01 23:07:08 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #583):
sys/kern/sys_lwp.c: revision 1.55
sys/sys/lwp.h: revision 1.164
sys/kern/kern_exit.c: revision 1.242
sys/kern/kern_lwp.c: revision 1.173
exit_lwps, lwp_wait: fix a race condition by re-trying if p_lock was dropped
in a case of process exit.  Necessary to re-flag all LWPs for exit, as their
state might have changed or new LWPs spawned.
Should fix PR/46168 and PR/46402.

(riz)

2012-10-01 22:18:51 UTC MAIN commitmail json YAML

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

2012-10-01 21:16:46 UTC MAIN commitmail json YAML

src/external/bsd/sljit/dist/Makefile@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/README@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/regex_src/regexJIT.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/regex_src/regexJIT.h@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/regex_src/regexMain.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/sljit_src/sljitConfig.h@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/sljit_src/sljitConfigInternal.h@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/sljit_src/sljitExecAllocator.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/sljit_src/sljitLir.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/sljit_src/sljitLir.h@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/sljit_src/sljitNativeARM_Thumb2.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/sljit_src/sljitNativeARM_v5.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/sljit_src/sljitNativeMIPS_32.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/sljit_src/sljitNativeMIPS_common.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/sljit_src/sljitNativePPC_32.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/sljit_src/sljitNativePPC_64.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/sljit_src/sljitNativePPC_common.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/sljit_src/sljitNativeX86_32.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/sljit_src/sljitNativeX86_64.c@1.1.1.1 / diff / nxr@1.1.1.1
src/external/bsd/sljit/dist/sljit_src/sljitNativeX86_common.c@1.1.1.1 / diff / nxr@1.1.1.1
      :
(more 3 files)
Initial import of sljit @ r175.

svn co https://sljit.svn.sourceforge.net/svnroot/sljit@r175 dist


Status:

Vendor Tag: TNF
Release Tags: SLJIT-r175

(alnsn)

2012-10-01 20:49:31 UTC MAIN commitmail json YAML

Mark up defines with Dv.
(Leave Brq for now.)

(wiz)

2012-10-01 20:22:30 UTC netbsd-6 commitmail json YAML

+      [chs, ticket #579]
+      [bouyer, ticket #580]
+      [rmind, ticket #582]
+      [rmind, ticket #584]

(riz)

2012-10-01 20:15:36 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #584):
share/examples/npf/treetablefile: revision 1.1
share/examples/npf/Makefile: revision 1.1
distrib/sets/lists/base/mi: revision 1.1003
share/examples/npf/host-npf.conf: revision 1.2
share/examples/Makefile: revision 1.21
share/examples/npf/soho_gw-npf.conf: revision 1.1
etc/mtree/NetBSD.dist.base: revision 1.104
share/examples/npf/soho_gw-npf.conf: revision 1.2
share/examples/npf/hashtablefile: revision 1.1
the example from the man page, with a few extra comments
add id string, fix comments
actually install the new npf examples
add examples for a hash table file and a tree table file
add an ID string to host-npf.conf

(riz)

2012-10-01 20:05:57 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #582):
usr.sbin/npf/npfctl/npf.conf.5: revision 1.16
usr.sbin/npf/npfctl/npf.conf.5: revision 1.17
usr.sbin/npf/npfctl/npf.conf.5: revision 1.18
usr.sbin/npf/npfctl/npf.conf.5: revision 1.19
usr.sbin/npf/npfctl/npfctl.c: revision 1.19
usr.sbin/npf/npfctl/npf.conf.5: revision 1.20
usr.sbin/npf/npfctl/npf.conf.5: revision 1.21
usr.sbin/npf/npfctl/npf.conf.5: revision 1.22
usr.sbin/npf/npfctl/npf.conf.5: revision 1.23
npfctl usage: minor formatting fix.
npf.conf(5): improve and explain grammar definition.
re-work the description part of the man page, as discussed with rmind@
npf.conf(5): add syntax section and a first cut describing the structural
elements.  Some improvements and fixes from spz@.
Whitespace fixes, remove unnecessary Pp
XXX: Subsections Rules and Procedures seem empty?
Add some content to the &quot;Rules&quot; section.
Use more markup. New sentence, new line.
Add some content to the Procedures section.
Wording, more macros.

(riz)

2012-10-01 19:55:22 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #580):
tests/fs/ffs/h_quota2_tests.c: revision 1.4
tests/fs/ffs/t_miscquota.sh: revision 1.7
sys/ufs/ufs/ufs_quota2.c: revision 1.35
Fix quota2 list corruption issue when defaultquotas are 0 (deny any file
and block allocation).
When quota2_check() is called with an uid not yet in the list,
getinoquota2() will call quota2_q2ealloc() to allocate a new entry for this
uid. quota2_q2ealloc() will remove an entry from the free list and
put it at the head of the corresponding hash list, and flush the block
containing the header if it's not the one also containing the allocated entry.
quota2_q2ealloc() then return the alocated entry and corresponding block
to caller (getinoquota2() here), which returns it to quota2_check().
quota2_check() then checks if the allocation can succeed, and returns and
error if not and calls brelse() on the buffer (because from his POW no
change was made to the entry), effectively discarding changes
to the entry that may have been made by quota2_q2ealloc().
Fix by always bwrite()ing the entry in quota2_q2ealloc(), and re-reading
the entry in caller.
Add test cases for the bug fixed in sys/ufs/ufs/ufs_quota2.c 1.35:
when a on-disk block/inode allocation triggers allocating a new
quota entry, the new quota entry is not in the quota2 header block,
and the allocation will later be denied, the changes to the quota block would
not be flushed to disk, leading to list corruption (detected by fsck).

(riz)

2012-10-01 19:53:26 UTC netbsd-6 commitmail json YAML

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

(riz)

2012-10-01 19:27:04 UTC MAIN commitmail json YAML

At last on some linux distros, gmake is needed to build the cross-gdb.

(bouyer)

2012-10-01 18:46:43 UTC MAIN commitmail json YAML

PR/47024: Taylor R Campbell: handle "keys" directory and directory
permissions in general

(christos)

2012-10-01 18:19:18 UTC MAIN commitmail json YAML

Add _PC_NO_TRUNC support in zfs_netbsd_pathconf().

(njoly)

2012-10-01 18:16:36 UTC MAIN commitmail json YAML

Update _PC_NO_TRUNC description to add the returned value, and
replace non-existant KERN_NAME_MAX with {NAME_MAX}.

(njoly)

2012-10-01 17:58:21 UTC netbsd-6 commitmail json YAML

2012-10-01 17:53:44 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #576):
lib/libc/arch/arm/gen/swapcontext.S: revision 1.7
Fixup the stack pointer in the ucontext returned by getcontext.
This fixes the following tests
lib/libc/sys/t_swapcontext.c
lib/libpthread/t_swapcontext.c

(riz)

2012-10-01 17:51:14 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #575):
sys/arch/powerpc/include/param.h: revision 1.28
sys/arch/macppc/include/param.h: revision 1.20
increase powerpc NKMEMPAGES_MAX_DEFAULT to 256MB.  remove the macppc
overrides that are now the same as the powerpc default.

(riz)

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

Pull up following revision(s) (requested by zafer in ticket #573):
usr.sbin/traceroute/traceroute.c: revision 1.81
Pretty print multipath routes. From FreeBSD.
ok christos@

(riz)

2012-10-01 17:45:40 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by taca in ticket #571):
external/apache2/mDNSResponder/dist/mDNSShared/dnssd_clientstub.c: revision 1.4
Fix setsockopt(2) error on 64bit environment (amd64).
Reported by PR lib/46693 by me and OK'ed by dholland@.

(riz)

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

Pull up following revision(s) (requested by jdf in ticket #570):
distrib/utils/sysinst/net.c: revision 1.133
Prevent sysinst from setting an fqdn in rc.conf when the user entered no
domain (i.e., sets only the hostname).  Fix for PR install/46946.

(riz)

2012-10-01 17:37:28 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tstsui in ticket #569):
sys/dev/pci/ehci_pci.c: revision 1.57
Fix PR kern/46828 (6.0_BETA2 and 6.0_RC1 won't start on DL320/G5p):
In ehci_get_ownership(), don't explicitly clear EHCI_LEG_HC_BIOS_OWNED
semaphore bit in the driver before asking BIOS to give up ownership.
The EHCI spec implies that the semaphore should not be changed by
the other agent and actually the previous one (introduced in rev 1.53
after 5.x) caused hangup during probe on at least two HP machines
as mentioned in the PR.  Analyzed and patch provided by Ryo ONODERA.
Should be pulled up to netbsd-6 (fatal hangup during boot).

(riz)

2012-10-01 17:35:58 UTC MAIN commitmail json YAML

apmcall.o no longer exists.

(dsl)

2012-10-01 17:35:05 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #566):
sbin/mount_ptyfs/mount_ptyfs.8: revision 1.11
sbin/mount_ptyfs/mount_ptyfs.8: revision 1.12
sys/fs/ptyfs/ptyfs.h: revision 1.9
sbin/mount_ptyfs/mount_ptyfs.c: revision 1.14
sys/fs/ptyfs/ptyfs_vfsops.c: revision 1.43
sys/fs/ptyfs/ptyfs_vfsops.c: revision 1.44
Does not make sense to mount this as NFS, so it is not a bug.
We can now mount multiple instances, but all of them show all the ptys.
let us get mounted multiple times.
remove -c and chroot option; they are always on now
Always do the chroot filename mapping; it is pointless not to do it.

(riz)

2012-10-01 17:32:28 UTC MAIN commitmail json YAML

Remove 'struct apm_connect_info' - part of the i386 APM bios interface.
There are no references to it anywhere in all of $SRC.

(dsl)

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

Remove some definitions that were part of the APM bos interface.

(dsl)

2012-10-01 17:26:42 UTC MAIN commitmail json YAML

Delete some not-used APM offsets

(dsl)

2012-10-01 09:25:01 UTC MAIN commitmail json YAML

Match the Rage Mobility M1 used in the Tadpole SPARCle.

(jdc)

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

On failure in _rtld_dlcheck, call _rtld_error, not xwarnx.

Callers need not call _rtld_error themselves now.

Fixes PR lib/41760.  Should add the test case from the PR too.

(riastradh)

2012-09-30 21:36:20 UTC MAIN commitmail json YAML

Remove code from dev/apm/apm.c for setting global variables to parameterise
  the i386 bios apm code (now removed).
Remove the same code from the clone dev/hpc/apm/apmdev.c
Remove some not-used options from dev/apm/files.apm and the commented out
  lines in ALL and GENERIC.
Maybe the APM_V10_ONLY and APM_NO_V12 could also be shot, but they are
  further entwined in the code.

(dsl)

2012-09-30 21:26:58 UTC MAIN commitmail json YAML

Add test cases for the bug fixed in sys/ufs/ufs/ufs_quota2.c 1.35:
when a on-disk block/inode allocation triggers allocating a new
quota entry, the new quota entry is not in the quota2 header block,
and the allocation will later be denied, the changes to the quota block would
not be flushed to disk, leading to list corruption (detected by fsck).

(bouyer)

2012-09-30 21:15:08 UTC MAIN commitmail json YAML

Wording, more macros.

(wiz)

2012-09-30 21:09:30 UTC MAIN commitmail json YAML

Add some content to the Procedures section.

(rmind)

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

Remove the fields were are only used by the 'now removed' i386 APC bios
support.

(dsl)

2012-09-30 20:54:52 UTC MAIN commitmail json YAML

Fix build.
I've removed 'option apmbios' so config no longer generates apmbios.h
Not to be confused with dev/apm/apmbios.h :-)

(dsl)

2012-09-30 20:49:13 UTC MAIN commitmail json YAML

Rewrite section on DNS so it makes sense, is true, and is useful.

This may need to be adapted for openresolv too...

(riastradh)

2012-09-30 20:19:52 UTC MAIN commitmail json YAML

Remove the obvious parts of i386 Advanced power management 'apm' support.
This is the code that predates ACPI, and might once have been able to
  power down some laptops.
It hasn't been compiled for ages (it isn't it i386/ALL or any other
  standard kernel) and hasn't worked for even longer.
The APM specification was made obsolete by ACPI before it was widely
  implemented.
This will allow some other, even more dubious code be removed.
Unfortunately apmbios.h is used by the world !

(dsl)

2012-09-30 19:00:33 UTC netbsd-6 commitmail json YAML

2012-09-30 18:59:53 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by ast in ticket #568):
usr.sbin/postinstall/postinstall: revision 1.147
Make sure that the "to fix, run: ..." instructions actually work cut-and-paste
By default postinstall has mode 644 so /bin/sh or similar needs to be prepended

(bouyer)

2012-09-30 18:53:59 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by jdf in ticket #567):
distrib/utils/sysinst/msg.mi.es: revision 1.46
distrib/utils/sysinst/msg.mi.es: revision 1.47
distrib/utils/sysinst/msg.mi.fr: revision 1.129
distrib/utils/sysinst/msg.mi.en: revision 1.175
distrib/utils/sysinst/msg.mi.de: revision 1.70
distrib/utils/sysinst/menus.mi: revision 1.47
distrib/utils/sysinst/msg.mi.pl: revision 1.86
Add translations for "Config menu" (was hardcoded before), best guesses for
French and Spanish.
Add translations for Polish config menu entries (provided by Marcin Piotr
Pawlowski).
Add Spanish translations for sysinst's new configuration menu, plus adding a
few
that were left previously.
Translation provided by jmmv.

(bouyer)

2012-09-30 18:47:58 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #565):
UPDATING: revision 1.240
Strengthen the entry about the openssl update, to clarify and emphasize
that just doing a non-update build isn't enough; you really do have to
nuke $DESTDIR.

(bouyer)

2012-09-30 18:46:39 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #563):
distrib/utils/sysinst/msg.mi.es: revision 1.47
Add Spanish translations for sysinst's new configuration menu, plus adding a few
that were left previously.
Translation provided by jmmv.

(bouyer)

2012-09-30 18:43:15 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tls in ticket #562):
doc/CHANGES: paych
Add forgotten CHANGES entries for rndctl entropy save/load and all the
kernel entropy changes.

(bouyer)

2012-09-30 18:35:40 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by dholland in ticket #561):
UPDATING: revision 1.239
Fix typo, noticed by stu314 on freenode.

(bouyer)

2012-09-30 18:26:54 UTC netbsd-6 commitmail json YAML

2012-09-30 18:26:24 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #578):
doc/3RDPARTY: revision 1.970 via patch
share/zoneinfo/australasia: revision 1.27 via patch
Merge tzdata2012f from
http://www.iana.org/time-zones/repository/releases/tzdata2012f.tar.gz
Changes from tzdata2012e to tzdata2012f:
    * australasia (Pacific/Fiji): Fiji DST is October 21 through January
      20 this year.  (Thanks to Steffen Thorsen.)
tzcode2012f and tzdata2012f have been released.  We have updated to
tzdata2012f, and there are no real changes (apart from version number)
in tzcode2012f.

(bouyer)

2012-09-30 18:23:53 UTC netbsd-4-0 commitmail json YAML

2012-09-30 18:23:36 UTC netbsd-4-0 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1458):
doc/3RDPARTY: revision 1.970 via patch
share/zoneinfo/australasia: revision 1.27 via patch
Merge tzdata2012f from
http://www.iana.org/time-zones/repository/releases/tzdata2012f.tar.gz
Changes from tzdata2012e to tzdata2012f:
    * australasia (Pacific/Fiji): Fiji DST is October 21 through January
      20 this year.  (Thanks to Steffen Thorsen.)
tzcode2012f and tzdata2012f have been released.  We have updated to
tzdata2012f, and there are no real changes (apart from version number)
in tzcode2012f.

(bouyer)

2012-09-30 18:23:06 UTC netbsd-4 commitmail json YAML

2012-09-30 18:22:42 UTC netbsd-4 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1458):
doc/3RDPARTY: revision 1.970 via patch
share/zoneinfo/australasia: revision 1.27 via patch
Merge tzdata2012f from
http://www.iana.org/time-zones/repository/releases/tzdata2012f.tar.gz
Changes from tzdata2012e to tzdata2012f:
    * australasia (Pacific/Fiji): Fiji DST is October 21 through January
      20 this year.  (Thanks to Steffen Thorsen.)
tzcode2012f and tzdata2012f have been released.  We have updated to
tzdata2012f, and there are no real changes (apart from version number)
in tzcode2012f.

(bouyer)

2012-09-30 18:19:34 UTC netbsd-5 commitmail json YAML

2012-09-30 18:17:50 UTC netbsd-5 commitmail json YAML

gnu/dist/binutils/bfd/archive.c patch
gnu/dist/binutils/binutils/arsup.c patch

Fix buffer overflow in ar(1), from toolchain/46827
[christos, ticket #1793]

(bouyer)

2012-09-30 18:13:29 UTC netbsd-5-1 commitmail json YAML

2012-09-30 18:13:27 UTC netbsd-5-0 commitmail json YAML

2012-09-30 18:12:51 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1798):
doc/3RDPARTY: revision 1.970 via patch
share/zoneinfo/australasia: revision 1.27 via patch
Merge tzdata2012f from
http://www.iana.org/time-zones/repository/releases/tzdata2012f.tar.gz
Changes from tzdata2012e to tzdata2012f:
    * australasia (Pacific/Fiji): Fiji DST is October 21 through January
      20 this year.  (Thanks to Steffen Thorsen.)
tzcode2012f and tzdata2012f have been released.  We have updated to
tzdata2012f, and there are no real changes (apart from version number)
in tzcode2012f.

(bouyer)

2012-09-30 18:12:47 UTC netbsd-5-0 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1798):
doc/3RDPARTY: revision 1.970 via patch
share/zoneinfo/australasia: revision 1.27 via patch
Merge tzdata2012f from
http://www.iana.org/time-zones/repository/releases/tzdata2012f.tar.gz
Changes from tzdata2012e to tzdata2012f:
    * australasia (Pacific/Fiji): Fiji DST is October 21 through January
      20 this year.  (Thanks to Steffen Thorsen.)
tzcode2012f and tzdata2012f have been released.  We have updated to
tzdata2012f, and there are no real changes (apart from version number)
in tzcode2012f.

(bouyer)

2012-09-30 18:12:36 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by apb in ticket #1798):
doc/3RDPARTY: revision 1.970 via patch
share/zoneinfo/australasia: revision 1.27 via patch
Merge tzdata2012f from
http://www.iana.org/time-zones/repository/releases/tzdata2012f.tar.gz
Changes from tzdata2012e to tzdata2012f:
    * australasia (Pacific/Fiji): Fiji DST is October 21 through January
      20 this year.  (Thanks to Steffen Thorsen.)
tzcode2012f and tzdata2012f have been released.  We have updated to
tzdata2012f, and there are no real changes (apart from version number)
in tzcode2012f.

(bouyer)

2012-09-30 18:03:43 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by jnemeth in ticket #1795):
sys/dev/pci/mfi_pci.c: revision 1.17 via patch
PR/46877 - Wolfgang Stukenbrock -- missing definition for Symbios SAS 9261-8i

(bouyer)

2012-09-30 17:59:57 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #1794):
sys/nfs/nfs_serv.c: revision 1.164 via patch
fix error handling in nfsrv_rename(): when the first nfs_namei() fails,
don't try to free the resources allocated by a successful lookup.

(bouyer)

2012-09-30 17:55:21 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by blymn in ticket #1792):
lib/libmenu/internals.c: revisions 1.14, 1.15
Extraneous whitespace removal.
* Corrected menu drawing when O_ROWMAJOR is not set
* Corrected menu item neighbour calculation so it works when O_ROWMAJOR
  is set and unset.  This corrects item navigation which was previously
  broken when O_ROWMAJOR was not set.
This resolves lib/46620.

(bouyer)

2012-09-30 17:52:06 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by blymn in ticket #1791):
lib/libcurses/get_wch.c: revision 1.10
* Size argument for memset when clearing cbuf was wrong, cbuf is an array
  of char not int so memset was stomping memory past the end of the array.
  Use sizeof properly to correctly determine the amount of memory to clear.

(bouyer)

2012-09-30 13:15:03 UTC MAIN commitmail json YAML

Use more markup. New sentence, new line.

(wiz)

2012-09-30 12:59:31 UTC MAIN commitmail json YAML

Add some content to the "Rules" section.

(spz)

2012-09-30 11:49:44 UTC MAIN commitmail json YAML

Provide consistent locking around getc() in ttread(). This is necessary
to prevent crashes in MPSAFE tty drivers like ucom.

(mlelstv)

2012-09-30 11:29:42 UTC MAIN commitmail json YAML

2012-09-30 07:43:04 UTC MAIN commitmail json YAML

Whitespace fixes, remove unnecessary Pp
XXX: Subsections Rules and Procedures seem empty?

(wiz)

2012-09-30 06:00:26 UTC MAIN commitmail json YAML

Correct a typo.

Reported by: tsutsui

(jkoshy)

2012-09-30 05:13:12 UTC MAIN commitmail json YAML

Requires <sys/queue.h> for LIST_ENTRY and netinet/in.h for struct in_addr.

(dholland)

2012-09-30 05:08:08 UTC MAIN commitmail json YAML

Requires <net/if.h> to be compilable by itself.

(dholland)

2012-09-30 05:02:08 UTC MAIN commitmail json YAML

u_long -> unsigned long, so this header compiles on its own like it
should. (and without adding <sys/types.h>)

(dholland)

2012-09-30 03:48:16 UTC MAIN commitmail json YAML

Document build knobs MKBSDTAR, MKCLEANSRC, MKCLEANVERIFY, MKCOMPAT,
MKDTRACE, MKLVM, MKNPF, MKPIGZGZIP, MKREPRO, MKRUMP, MKX11FONTS and MKZFS.

Reviewed by: joerg

(jkoshy)

2012-09-30 03:07:25 UTC MAIN commitmail json YAML

Note that the MKCOMPAT build knob is supported on mips64-based
architectures.

(jkoshy)

2012-09-29 19:50:04 UTC MAIN commitmail json YAML

npf.conf(5): add syntax section and a first cut describing the structural
elements.  Some improvements and fixes from spz@.

(rmind)

2012-09-29 14:19:43 UTC MAIN commitmail json YAML

fix the DRM string sysctls to use copyout() instead of strcat()
to deliver the data to the user buffer.

(chs)

2012-09-29 12:03:42 UTC MAIN commitmail json YAML

Document the MKDTRACE build knob.

Reviewed by: apb

(jkoshy)

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

2012-09-29 10:26:15 UTC MAIN commitmail json YAML

Add Intel Ivy Bridge host bridge and integrated graphics device IDs,
from the Linux Intel AGP driver.

(gsutre)

2012-09-29 07:18:22 UTC MAIN commitmail json YAML

Treat LUNs as 64bit numbers that they are.
Don't use broken 48bit accesses for ISID either.

This fixes the LUN ghosting problem on big-endian systems.

LUN handling is still incorrect because it assumes a LUN value < 256
and doesn't parse the 64bit LUN for extended formats.

(mlelstv)

2012-09-29 04:02:43 UTC MAIN commitmail json YAML

Fix build.sh "modules" target build which has been broken since
do-sys-modules target was removed from src/Makefile in rev 1.299.
Fixes PR/46994.
Also remove a redundant bomb message which is already handled by
make_in_dir().

(tsutsui)

2012-09-28 20:08:13 UTC MAIN commitmail json YAML

2012-09-28 18:36:02 UTC MAIN commitmail json YAML

re-work the description part of the man page, as discussed with rmind@

(spz)

2012-09-28 10:59:34 UTC netbsd-5 commitmail json YAML

2012-09-28 10:58:51 UTC netbsd-5 commitmail json YAML

2012-09-28 10:58:17 UTC netbsd-5 commitmail json YAML

Pull up the following revisions(s) (requested by liamjfoy in ticket #1797):
lib/libusbhid/usb_hid_usages: revision 1.5 via patch
share/man/man4/Makefile: revision 1.578 via patch
share/man/man4/uts.4: revision 1.1
share/man/man4/wsmouse.4: revision 1.19 via patch
sys/arch/amd64/conf/GENERIC: revision 1.346-1.347 via patch
sys/arch/i386/conf/GENERIC: revision 1.1078 via patch
sys/dev/usb/FILES: revision 1.12 via patch
sys/dev/usb/usbdevices.config: revision 1.12 via patch
sys/dev/usb/files.usb: revision 1.119-1.120 via patch
sys/dev/usb/usbhid.h: revision 1.14 via patch
sys/dev/usb/uts.c: revision 1.1
distrib/sets/lists/man/mi: revision 1.1370 via patch

Add uts(4) driver for USB touchscreens.

(sborrill)

2012-09-28 06:07:05 UTC MAIN commitmail json YAML

Don't wrap added string

(blymn)

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

Add more debug to mvchgat.

(blymn)

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

Correct behaviour of mvderwin().  It should remap a given area of the parent
window not move a derived window as it was before.

(blymn)

2012-09-28 06:00:39 UTC MAIN commitmail json YAML

Truncate string to RHS of the window - SUSv2 says we should.

(blymn)

2012-09-27 23:10:00 UTC MAIN commitmail json YAML

Loganaden Velvindron:

From "http://tools.ietf.org/html/draft-ietf-6man-ipv6-atomic-fragments-00":

A host that receives an IPv6 packet which includes a Fragment
Header with the "Fragment Offset" equal to 0 and the "M" bit equal
to 0 MUST process such packet in isolation from any other packets/
fragments, even if such packets/fragments contain the same set
{IPV6 Source Address, IPv6 Destination Address, Fragment
Identification}.  That is, the Fragment Header of "atomic
fragments" should be removed by the receiving host, and the
resulting packet should be processed as a non-fragmented IPv6
datagram.  Additionally, any fragments already queued with the
same set {IPV6 Source Address, IPv6 Destination Address, Fragment
Identification} should not be discarded upon receipt of the
"colliding" IPv6 atomic fragment, since IPv6 atomic fragments do
not really interfere with "normal" fragmented traffic.

(christos)

2012-09-27 21:51:12 UTC MAIN commitmail json YAML

Remove the bit about empty DOS file systems assumed to have short names
by default;  jmcneill changed this back in Jan 2009, but missed this
text.

(riz)

2012-09-27 21:48:17 UTC MAIN commitmail json YAML

Add PSR_HYP32_MODE (hypervisor mode).

(matt)

2012-09-27 21:28:14 UTC MAIN commitmail json YAML

Make sure SPSR[23:8] is set to a known valid value (taken from CPSR).

(matt)

2012-09-27 20:43:16 UTC MAIN commitmail json YAML

exit_lwps, lwp_wait: fix a race condition by re-trying if p_lock was dropped
in a case of process exit.  Necessary to re-flag all LWPs for exit, as their
state might have changed or new LWPs spawned.

Should fix PR/46168 and PR/46402.

(rmind)

2012-09-27 18:28:56 UTC MAIN commitmail json YAML

2012-09-27 17:46:46 UTC MAIN commitmail json YAML

There were no real changes between tzcode2012e and tzcode2012f,
so say that we have updated to tzcode2012f.

(apb)

2012-09-27 17:40:51 UTC MAIN commitmail json YAML

Uncomment call to genfs_rename_cache_purge.

Fixes a side issue mentioned in PR kern/46990.

I left this commented to preserve the old behaviour of tmpfs_rename,
but it is obviously broken to omit the cache purge, and I'm surprised
nobody had encountered any problems with it until now.

(riastradh)

2012-09-27 16:55:08 UTC MAIN commitmail json YAML

zoneinfo: Import tzdata2012f. [apb 20120927]

(apb)

2012-09-27 16:53:45 UTC MAIN commitmail json YAML

tzcode2012f and tzdata2012f have been released.  We have updated to
tzdata2012f, and there are no real changes (apart from version number)
in tzcode2012f.

(apb)

2012-09-27 16:37:44 UTC MAIN commitmail json YAML

Merge tzdata2012f from
http://www.iana.org/time-zones/repository/releases/tzdata2012f.tar.gz

Changes from tzdata2012e to tzdata2012f:

  * australasia (Pacific/Fiji): Fiji DST is October 21 through January
    20 this year.  (Thanks to Steffen Thorsen.)

(apb)

2012-09-27 15:51:48 UTC MAIN commitmail json YAML

Import tzdata2012f from
http://www.iana.org/time-zones/repository/releases/tzdata2012f.tar.gz

Changes from tzdata2012e to tzdata2012f:

  * australasia (Pacific/Fiji): Fiji DST is October 21 through January
    20 this year.  (Thanks to Steffen Thorsen.)

Status:

Vendor Tag: ADO
Release Tags: TZDATA2012F

(apb)

2012-09-27 11:29:50 UTC MAIN commitmail json YAML

2012-09-27 11:20:21 UTC MAIN commitmail json YAML

2012-09-27 09:56:21 UTC MAIN commitmail json YAML

2012-09-27 09:53:53 UTC MAIN commitmail json YAML

Fixup the stack pointer in the ucontext returned by getcontext.

This fixes the following tests

lib/libc/sys/t_swapcontext.c
lib/libpthread/t_swapcontext.c

(skrll)

2012-09-27 08:19:19 UTC MAIN commitmail json YAML

Add missing include <stdlib.h>

(martin)

2012-09-27 07:47:57 UTC MAIN commitmail json YAML

Fix quota2 list corruption issue when defaultquotas are 0 (deny any file
and block allocation).

When quota2_check() is called with an uid not yet in the list,
getinoquota2() will call quota2_q2ealloc() to allocate a new entry for this
uid. quota2_q2ealloc() will remove an entry from the free list and
put it at the head of the corresponding hash list, and flush the block
containing the header if it's not the one also containing the allocated entry.
quota2_q2ealloc() then return the alocated entry and corresponding block
to caller (getinoquota2() here), which returns it to quota2_check().
quota2_check() then checks if the allocation can succeed, and returns and
error if not and calls brelse() on the buffer (because from his POW no
change was made to the entry), effectively discarding changes
to the entry that may have been made by quota2_q2ealloc().
Fix by always bwrite()ing the entry in quota2_q2ealloc(), and re-reading
the entry in caller.

(bouyer)

2012-09-27 00:44:59 UTC MAIN commitmail json YAML

deal properly with empty lines in spec file

(christos)

2012-09-27 00:39:47 UTC MAIN commitmail json YAML

Add some more debugging messages.

(matt)

2012-09-27 00:38:57 UTC MAIN commitmail json YAML

2012-09-27 00:37:56 UTC MAIN commitmail json YAML

make the test more precise.

(christos)

2012-09-27 00:37:43 UTC MAIN commitmail json YAML

Don't refuse the open databases without entries or keys, just protect
the divisions. cdbr_find and cdbr_get already have the appropiate
checks.

(joerg)

2012-09-27 00:25:26 UTC MAIN commitmail json YAML

Don't initialize PCIe inbound windows.  This avoids the 256MB limitation
on DMAs.

(matt)

2012-09-27 00:24:36 UTC MAIN commitmail json YAML

2012-09-27 00:23:52 UTC MAIN commitmail json YAML

2012-09-27 00:23:27 UTC MAIN commitmail json YAML

Don't bother dealing with "extra" ticks, just count them.

(matt)

2012-09-27 00:22:39 UTC MAIN commitmail json YAML

2012-09-26 23:27:34 UTC MAIN commitmail json YAML

2012-09-26 23:13:00 UTC MAIN commitmail json YAML

add and document AF_LOCAL (and the rest that were not)

(christos)

2012-09-26 23:01:04 UTC MAIN commitmail json YAML

fix non-numeric address and port printing.

(christos)