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-10 00:26:09 UTC Now

2012-11-24 15:20:58 UTC MAIN commitmail json YAML

2012-11-24 15:16:52 UTC MAIN commitmail json YAML

mention that kevent returns now EOPNOTSUPP.

(christos)

2012-11-24 15:14:32 UTC MAIN commitmail json YAML

- initialize kn_id
- in close, invalidate f_data and f_type early to prevent accidental re-use
- add a DIAGNOSTIC for when we use unsupported fd's and a KASSERT for f_event
  being NULL.

(christos)

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

Return EOPNOTSUPP for fnullop_kqfilter to prevent registration of unsupported
fds. XXX: We should really fix the fd's to be supported in the future.
Unsupported fd's have a NULL f_event, so registering crashes the kernel with
a NULL function dereference of f_event.

(christos)

2012-11-24 15:05:46 UTC MAIN commitmail json YAML

Add a test for adding an event to an unsupported fd.

(christos)

2012-11-24 14:01:28 UTC MAIN commitmail json YAML

Document MKSLJIT variable.

(alnsn)

2012-11-24 14:00:36 UTC MAIN commitmail json YAML

2012-11-24 09:07:44 UTC MAIN commitmail json YAML

Teach gcc4.1's cpp about the magic __COUNTER__ macro,
which returns a unique integer each time it is expanded.
This code was written without reference to any other
implementation of the same feature.

(apb)

2012-11-24 07:16:05 UTC MAIN commitmail json YAML

Use __arraycount(), and cast to u_int.

(christos)

2012-11-24 04:36:38 UTC netbsd-6 commitmail json YAML

2012-11-24 04:34:44 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #702):
sys/net/npf/npf_tableset.c: revision 1.15
usr.sbin/npf/npfctl/npfctl.h: revision 1.21
usr.sbin/npf/npftest/libnpftest/npf_table_test.c: revision 1.6
usr.sbin/npf/npfctl/npf_disassemble.c: revision 1.10
sys/net/npf/npf_state_tcp.c: revision 1.11
sys/net/npf/npf_impl.h: revision 1.24
sys/net/npf/npf.h: revision 1.22
sys/net/npf/npf_ctl.c: revision 1.19
sys/net/npf/npf.c: revision 1.14
usr.sbin/npf/npfctl/npfctl.8: revision 1.10
usr.sbin/npf/npfctl/npfctl.c: revision 1.21
npf_tcp_inwindow: inspect the sequence numbers even if the packet contains no
data, fixing up only the RST to the initial SYN.  This makes off-path attacks
more difficult.  For the reference, see "Reflection Scan: an Off-Path Attack
on TCP" by Jan Wrobel.
Implement NPF table listing and preservation of entries on reload.
Bump the version.
npfctl(8): mention table listing.

(riz)

2012-11-24 04:23:27 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by matt in ticket #701):
lib/libc/arch/arm/sys/__aeabi_read_tp.S: revision 1.3
Add $NetBSD$ tag.  Use ip to save r1 instead of the stack.

(riz)

2012-11-24 04:02:00 UTC netbsd-6 commitmail json YAML

2012-11-24 04:01:43 UTC netbsd-6-0 commitmail json YAML

2012-11-24 04:01:30 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #700):
sys/dev/usb/if_urndis.c: revision 1.4
Don't match on idVendor=0x0000 && idProduct=0x0000.
OpenBSD usb_lookup() might need this as a terminating entry,
but we don't at this point.
Repulsively enough, something that should be a uhidev(4),
ServerEngines SE USB Device, rev 1.10/0.01
has these ID numbers.

(riz)

2012-11-24 04:01:21 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by joerg in ticket #700):
sys/dev/usb/if_urndis.c: revision 1.4
Don't match on idVendor=0x0000 && idProduct=0x0000.
OpenBSD usb_lookup() might need this as a terminating entry,
but we don't at this point.
Repulsively enough, something that should be a uhidev(4),
ServerEngines SE USB Device, rev 1.10/0.01
has these ID numbers.

(riz)

2012-11-23 16:40:01 UTC netbsd-6 commitmail json YAML

2012-11-23 16:38:45 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #699):
sys/dev/isa/itesio_isavar.h: revision 1.9
sys/dev/isa/itesio_isa.c: revision 1.24
Add support for ITE8720F by Nat Sloss. PR#47169.

(riz)

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

Pull up following revision(s) (requested by msaitoh in ticket #698):
sbin/init/init.c: revision 1.105
Add missing free() in error path.

(riz)

2012-11-23 16:35:21 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #697):
sys/dev/pci/if_wm.c: revision 1.237
Fix a bug that PHY isn't set to low-power mode on PCH and PCH2.

(riz)

2012-11-23 16:17:47 UTC netbsd-6 commitmail json YAML

2012-11-23 16:16:56 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #696):
sys/kern/kern_rndq.c: revision 1.6
Fix hardware RNGs -- accept their entropy estimates *rather than* using
timestamps to estimate the entropy of their input.  I'd accidentally
made it so no entropy was ever counted from them at all.

(riz)

2012-11-23 16:12:36 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by macallan in ticket #695):
sys/arch/sparc64/include/cpu.h: revision 1.99
sys/arch/sparc64/sparc64/cpu.c: revision 1.103
sys/arch/sparc64/include/psl.h: revision 1.50
sys/arch/sparc64/sparc64/clock.c: revision 1.107
sys/arch/sparc64/include/ctlreg.h: revision 1.57
sys/arch/sparc64/sparc64/locore.s: revision 1.342
use system tick timer instead of %tick on UltraSPARC-III-ish CPUs
review & fixes by Takeshi Nakayama

(riz)

2012-11-23 15:35:57 UTC MAIN commitmail json YAML

2012-11-23 14:48:31 UTC MAIN commitmail json YAML

Add RCS keyword. Avoid overflow in constant.

(joerg)

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

Explicitly cast enum type.

(joerg)

2012-11-23 08:36:48 UTC MAIN commitmail json YAML

Adjust for usr/tests/lib/libc/c063 debug entries.

(njoly)

2012-11-23 08:24:20 UTC MAIN commitmail json YAML

Split the test cases where root/non-root makes a difference in two and mark
them apropriately. Exact permission semantics are still under discussion,
this will have to be cleaned up once that discussion is settled.
For now, one test cases fails.

(martin)

2012-11-23 07:29:52 UTC MAIN commitmail json YAML

2012-11-23 06:44:39 UTC MAIN commitmail json YAML

Fix format string to resolve build break

(pgoyette)

2012-11-23 03:47:36 UTC MAIN commitmail json YAML

2012-11-23 03:46:35 UTC MAIN commitmail json YAML

2012-11-23 03:37:27 UTC MAIN commitmail json YAML

2012-11-23 03:33:05 UTC MAIN commitmail json YAML

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

Adding missing new lines in output.

(joerg)

2012-11-23 02:17:15 UTC MAIN commitmail json YAML

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

mbufs display was broken since the time we moved to percpu stats.

(christos)

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

PR/47222: Manuel Bouyer: Fix syscall display to show something reasonable.

(christos)

2012-11-22 21:41:23 UTC MAIN commitmail json YAML

Support clang as EXTERNAL_TOOLCHAIN

(pooka)

2012-11-22 21:23:08 UTC MAIN commitmail json YAML

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

Pass linker script with -Wl,-T to avoid clang incompating itself out
without flagging an error.

(pooka)

2012-11-22 21:20:45 UTC MAIN commitmail json YAML

revert previous change for LIBDPLIBS until I have a chance to work out the
order for building pre-req libs

(agc)

2012-11-22 20:26:33 UTC MAIN commitmail json YAML

Use CDBUILDEXTRA to copy secondary bootloader into target CD iso image.

(tsutsui)

2012-11-22 20:26:07 UTC netbsd-6 commitmail json YAML

2012-11-22 20:25:21 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #694):
sys/uvm/uvm_aobj.h: revision 1.22
sys/uvm/uvm_aobj.c: revision 1.117
sys/uvm/uvm_aobj.c: revision 1.118
sys/uvm/uvm_aobj.c: revision 1.119
sys/uvm/uvm_object.h: revision 1.33
- Describe uvm_aobj and the lock order.
- Remove unnecessary uao_dropswap_range1() wrapper.
- KNF.  Sprinkle some __cacheline_aligned.
- Manage anonymous UVM object reference count with atomic ops.
- Fix an old bug of possible lock against oneself (uao_detach_locked() is
  called from uao_swap_off() with uao_list_lock acquired).  Also removes
  the try-lock dance in uao_swap_off(), since the lock order changes.

(riz)

2012-11-22 20:22:31 UTC MAIN commitmail json YAML

don't compile the libc stuff twice.

(christos)

2012-11-22 20:17:48 UTC MAIN commitmail json YAML

0-terminate strings returned by readlinkat

(martin)

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

Make sure to initialize partition offset in cdopen(),
i.e. fix an uninitialized auto variable which happened
to be zero on XM6i emulator.

Now cdboot also works on real X68030.

(tsutsui)

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

2012-11-22 18:51:29 UTC netbsd-6-0 commitmail json YAML

2012-11-22 18:51:14 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #692):
sys/kern/vfs_vnode.c: revision 1.17
sys/kern/vfs_vnops.c: revision 1.186
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.

(riz)

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

Pull up following revision(s) (requested by hannken in ticket #692):
sys/kern/vfs_vnode.c: revision 1.17
sys/kern/vfs_vnops.c: revision 1.186
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.

(riz)

2012-11-22 17:49:07 UTC netbsd-6 commitmail json YAML

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

Pull up following revision(s) (requested by chs in ticket #691):
sys/dev/pci/aac_pci.c: revision 1.34
sys/dev/pci/if_sip.c: revision 1.155
sys/dev/pci/if_tlp_pci.c: revision 1.122
sys/dev/pci/if_an_pci.c: revision 1.34
match some more devices.

(riz)

2012-11-22 17:47:22 UTC netbsd-6 commitmail json YAML

2012-11-22 17:46:10 UTC netbsd-6 commitmail json YAML

2012-11-22 17:39:29 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #690):
external/cddl/osnet/dev/dtrace/amd64/dtrace_isa.c: revision 1.4
sys/arch/amd64/include/Makefile.inc: revision 1.4
sys/arch/amd64/include/pmap.h: revision 1.33
external/cddl/osnet/dev/dtrace/amd64/dtrace_subr.c: revision 1.6
sys/arch/amd64/include/asm.h: revision 1.15
sys/arch/amd64/amd64/genassym.cf: revision 1.51
external/cddl/osnet/dev/dtrace/amd64/dtrace_asm.S: revision 1.4
make dtrace work on amd64.
allow more space for modules.

(riz)

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

Pull up following revision(s) (requested by chs in ticket #689):
sys/arch/amd64/amd64/autoconf.c: revision 1.24
add include of opt_intrdebug.h.

(riz)

2012-11-22 17:35:14 UTC netbsd-6 commitmail json YAML

2012-11-22 17:28:47 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #688):
sys/dev/pci/twa.c: revision 1.43
fix autoconf output (don't print from the match routine).

(riz)

2012-11-22 17:26:58 UTC netbsd-6-0 commitmail json YAML

2012-11-22 17:26:37 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #687):
sys/dev/ic/ciss.c: revision 1.28
don't try to handle sensors if there aren't any.

(riz)

2012-11-22 17:24:52 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #687):
sys/dev/ic/ciss.c: revision 1.28
don't try to handle sensors if there aren't any.

(riz)

2012-11-22 17:19:56 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #686):
sys/dev/ic/mpt_netbsd.c: revision 1.19
set chan_bustype correctly.

(riz)

2012-11-22 17:16:30 UTC MAIN commitmail json YAML

Add some details about the hook scripts.

(reed)

2012-11-22 16:19:49 UTC MAIN commitmail json YAML

- Correct macro usage;
- sort section order.

From Bug Hunting.

(abs)

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

Compare against modification time instead of creation time - which we did
not set.

(martin)

2012-11-22 14:51:19 UTC MAIN commitmail json YAML

Fix off by one in static array acces, use valid timestamps (ns part < 1e9),
just in case a filesystem would need to convert this to some other
representation.

(martin)

2012-11-22 14:27:33 UTC MAIN commitmail json YAML

2012-11-22 11:32:20 UTC MAIN commitmail json YAML

Fix two quotes from "The Tao of Programming".  From FreeBSD.

(mbalmer)

2012-11-22 11:26:29 UTC MAIN commitmail json YAML

Initialize "ok" (and thereby fix the vax build)

(martin)

2012-11-22 11:23:44 UTC MAIN commitmail json YAML

Add o32 version of libnetpgpverify.so.4 and friends

(martin)

2012-11-22 08:32:36 UTC MAIN commitmail json YAML

Don't call the destructor in pthread_key_delete() following the standard.

(christos)

2012-11-22 04:05:57 UTC MAIN commitmail json YAML

link libz and libbz2 into the netpgpverify library, rather than into the
executable, via LIBDPLIBS.

(agc)

2012-11-22 00:44:31 UTC netbsd-6 commitmail json YAML

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

Pull up following revision(s) (requested by chs in ticket #685):
sys/dev/pci/if_nfe.c: revision 1.57
use 64-bit DMA where possible.

(riz)

2012-11-22 00:40:51 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #684):
sys/arch/i386/conf/kern.ldscript.Xen: revision 1.4
sys/arch/i386/conf/kern.ldscript: revision 1.9
sys/arch/i386/conf/kern.ldscript.4MB: revision 1.10
sync ldscripts; add cacheline_aligned and read_mostly handling
to the non-default ones.

(riz)

2012-11-22 00:39:01 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #683):
sys/arch/ia64/include/acpi_machdep.h: revision 1.6
sys/arch/x86/include/acpi_machdep.h: revision 1.11
sys/dev/acpi/acpi.c: revision 1.255
sys/arch/x86/acpi/acpi_machdep.c: revision 1.4
sys/arch/x86/x86/mpacpi.c: revision 1.95
sys/arch/x86/x86/mpacpi.c: revision 1.96
sys/arch/ia64/acpi/acpi_machdep.c: revision 1.6
locate PCI buses and determine their bus numbers using the info
previously extracted from ACPICA rather than trying to figure it out again.
allow PCI buses that don't have a _PRT method.
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.

(riz)

2012-11-22 00:38:45 UTC MAIN commitmail json YAML

2012-11-22 00:37:56 UTC MAIN commitmail json YAML

Fix some lint - from Havard Eidnes

(agc)

2012-11-22 00:34:59 UTC netbsd-6-0 commitmail json YAML

2012-11-22 00:34:44 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #682):
sys/dev/acpi/acpi_pci_link.c: revision 1.19
re-enable the code to disable link devices at startup, ie. revert rev 1.3.
this fixes PCI interrupts on some systems (eg. HP XW9400) and we suspect that
the problems which led to the original change were caused by buggy early
implementations of ACPI, which are now ignored by date.

(riz)

2012-11-22 00:34:25 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by chs in ticket #682):
sys/dev/acpi/acpi_pci_link.c: revision 1.19
re-enable the code to disable link devices at startup, ie. revert rev 1.3.
this fixes PCI interrupts on some systems (eg. HP XW9400) and we suspect that
the problems which led to the original change were caused by buggy early
implementations of ACPI, which are now ignored by date.

(riz)

2012-11-22 00:27:55 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by phx in ticket #681):
sys/arch/amiga/dev/if_edreg.h: file removal
sys/dev/ic/dp8390reg.h: revision 1.9
sys/arch/amiga/conf/files.amiga: revision 1.161
sys/arch/amiga/dev/if_ed_zbus.c: revision 1.1
sys/arch/amiga/dev/if_ed_zbus.c: revision 1.2
sys/arch/amiga/dev/if_ed.c: file removal
New ed(4) device driver for Hydra and ASDG Zorro2 bus network cards.
This driver is based on the MI dp8390 backend.
Fixed receiving of odd-length packets. Driver works now perfectly.
Thanks to Harald Meinzer for providing me with a Hydra for a few days.
ed_ring structure is no longer needed for compatibility, as the last
device driver using it (amiga/ed(4)) has been converted now.

(riz)

2012-11-22 00:23:35 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by phx in ticket #680):
sys/arch/amiga/dev/grf_cv3d.c: revision 1.27
sys/arch/amiga/conf/files.amiga: revision 1.162
CV3DONZORRO2 option is no longer needed.
grf_cv3d.c was successfully tested running in a Zorro2 slot.

(riz)

2012-11-21 23:11:24 UTC MAIN commitmail json YAML

Write support for the Ext4 Read-only Compatible Feature "huge_file".

Primarily, this feature extends the inode block count field to 48 bits.
Additionally, this feature allows this field to be represented in file
system block size units rather than DEV_BSIZE units.

(jakllsch)

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

Remove confusing comment, misc style.

(rkujawa)

2012-11-21 22:35:19 UTC MAIN commitmail json YAML

2012-11-21 22:33:50 UTC MAIN commitmail json YAML

Enable wdc at xsurf, remove WDC_NO_IDS (phx@ confirmed it's not needed).

(rkujawa)

2012-11-21 20:45:36 UTC MAIN commitmail json YAML

Add various newer Ext2 superblock feature bits and inode flag bits.

(jakllsch)

2012-11-21 20:30:01 UTC MAIN commitmail json YAML

unrevert previous.  i can't figure out how to make the build break with
the change anymore, so assume it was a sunspot.

(pooka)

2012-11-21 19:39:39 UTC MAIN commitmail json YAML

Always supply all registers (don't make one implicit).

(matt)

2012-11-21 19:38:37 UTC MAIN commitmail json YAML

Fix missing registers (don't make then implicit).

(matt)

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

Note that 'su -l' does not update utmp and related databases.

(pgoyette)

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

Replace the simple implementation of pthread_key_{create,destroy}
and pthread_{g,s}etspecific functions, to one that invalidates
values of keys in other threads when pthread_key_delete() is called.
This fixes chromium, which expects pthread_key_delete() to do
cleanup in all threads.

(christos)

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

revert previous, seems to upset the build in a creative way

(pooka)

2012-11-21 18:09:10 UTC MAIN commitmail json YAML

Allow user override of _GCC_CRT{BEGIN,END}S.

(pooka)

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

Instead of maintaining an evergrowing list of -U's, leave that up
to an external script.

(pooka)

2012-11-21 17:51:43 UTC MAIN commitmail json YAML

Don't duplicate arbitrary chunks of bsd.sys.mk in here (especially
-Wsign-compare, since that doesn't even work with the kernel, and was
just previously masked by -isystem).  Reorder a bit too.

(pooka)

2012-11-21 17:48:06 UTC MAIN commitmail json YAML

Don't unconditionally use the error-silencing magic of -isystem
(as opposed to -I) on every component, only the zfs ones depend on it
to build.  Regular modules might benefit from a similar move.

(pooka)

2012-11-21 17:41:27 UTC MAIN commitmail json YAML

export register_t to rump kernel users on solaris

(pooka)

2012-11-21 17:36:18 UTC MAIN commitmail json YAML

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

ok, rump_sockaddr_in was a pretty desperate kludge in the first place,
much better solved by syscall compat.  but, now it's really time to let
it go since solaris thinks it's nice to define s_addr around any way
it likes.

(pooka)

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

document change in {,v}snprintf() behavior.

(christos)

2012-11-21 15:57:20 UTC netbsd-6 commitmail json YAML

Correct a typo: x86k->x68k.

(riz)

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

This component is not WARNS>3 clean (example: it includes socketvar.h
which does signed-unsigned comparison in an inline function).  Why it
compiled at all is one of those marvels of compiler technology.

(pooka)

2012-11-21 08:54:21 UTC matt-nb6-plus commitmail json YAML

2012-11-21 08:52:09 UTC matt-nb6-plus commitmail json YAML

Teach binutils (gas) just enough to handle some armv7 instructions
(dsb, dmb, isb, bfc, bfi, sbfx, ubfx) and the .arch pseudo-op.

(matt)

2012-11-21 08:47:13 UTC MAIN commitmail json YAML

2012-11-21 08:03:18 UTC MAIN commitmail json YAML

Fix a uvm_fault panic that memory is not allocated for the last few GPIO bits.

(msaitoh)

2012-11-21 08:00:56 UTC MAIN commitmail json YAML

2012-11-21 01:04:34 UTC matt-nb6-plus commitmail json YAML

Don't descend into gpl3 unless we are building a gpl3 tool.
Only build binutils if we want 2.19 [sic]

(matt)

2012-11-21 00:07:37 UTC matt-nb6-plus commitmail json YAML

2012-11-21 00:00:10 UTC matt-nb6-plus commitmail json YAML

2012-11-20 23:58:02 UTC matt-nb6-plus commitmail json YAML

Don't use ldscript unless HAVE_BINUTILS == 219

(matt)

2012-11-20 23:39:33 UTC MAIN commitmail json YAML

Give memory more time to power up. Avoids hangups.

(jkunz)

2012-11-20 23:31:09 UTC netbsd-6 commitmail json YAML

2012-11-20 23:30:34 UTC netbsd-6-0 commitmail json YAML

2012-11-20 23:29:35 UTC netbsd-6-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 tzdata2012h to tzdata2012i:
        Changes from tzdata2012h to tzdata2012i:
Cuba switches from DST on 4 Nov 2012 at 01:00. (Thanks to Steffen
Thorsen.)
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 #677]

(riz)

2012-11-20 23:26:55 UTC matt-nb6-plus commitmail json YAML

2012-11-20 23:25:41 UTC matt-nb6-plus commitmail json YAML

Don't push/pop r1 around SYSTRAP, save it in ip instead.

(matt)

2012-11-20 23:24:55 UTC matt-nb6-plus commitmail json YAML

Add back building binutils 2.16 libraries

(matt)

2012-11-20 23:22:25 UTC matt-nb6-plus commitmail json YAML

When using binutils 2.16 with arm, add -D__HAVE_NO__THREADS to CPPFLAGS since
that version bintuils doesn't support TLS for arm.  XXX not sure if it supports
TLS for anything.

(matt)

2012-11-20 23:16:38 UTC netbsd-6 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.
  Various fixes to documentation and commentary.
[apb, ticket #677]

(riz)

2012-11-20 23:14:29 UTC matt-nb6-plus commitmail json YAML

Make sure binutils is using sysroot regardless of version.

(matt)

2012-11-20 23:13:36 UTC matt-nb6-plus commitmail json YAML

2012-11-20 23:11:47 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tron in ticket #676):
usr.sbin/makemandb/apropos.c: revision 1.7
usr.sbin/makemandb/makemandb.8: revision 1.3
usr.sbin/makemandb/makemandb.8: revision 1.4
usr.sbin/makemandb/makemandb.8: revision 1.5
etc/rc.d/makemandb: revision 1.4
etc/weekly: revision 1.29
usr.sbin/makemandb/makemandb.c: revision 1.10
usr.sbin/makemandb/makemandb.c: revision 1.11
usr.sbin/makemandb/makemandb.c: revision 1.12
usr.sbin/makemandb/makemandb.c: revision 1.13
usr.sbin/makemandb/makemandb.c: revision 1.14
usr.sbin/makemandb/apropos.1: revision 1.5
etc/daily: revision 1.87
Add HISTORY section. From Abhinav Upadhyay in private mail.
Sync with reality, From Abhinav Upadhyay in private mail.
Fix typo in a message.
Bug fix for PR 46733:
> makemandb always reports the same number for "Total Number of new or
> updated pages enountered" and "Total number of (hard or symbolic)
> links found".
Patch from Abhinav Upadhyay.
Sort options in SYNOPSIS.
Sync usage with manpage.
Add -Q flag:
Print only fatal error messages (i.e., when the database is left in
an inconsistent state and needs manual intervention).
From Abhinav Upadhyay <er.abhinav.upadhyay@gmail.com>.
Use new makemandb -Q flag to be really quiet.
Fix usage, from Abhinav Upadhyay <er.abhinav.upadhyay@gmail.com>.
Use emalloc in one more place, like the rest of the code does.
From Abhinav Upadhyay <er.abhinav.upadhyay@gmail.com>.

(riz)

2012-11-20 22:53:21 UTC netbsd-6-0 commitmail json YAML

2012-11-20 22:52:02 UTC MAIN commitmail json YAML

Don't use p_comm since it is only 16 characters long and you can find the
full argv[0]. It is just confusing to have a long command name, that ps
shows as the long command name, and then when you try to kill it using
the full command name as displayed you don't get a match. While there
fix a format nit, and remove the main() declaration.

(christos)

2012-11-20 22:50:02 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by abs in ticket #673):
external/mit/xorg-server/dist/exa/exa_unaccel.c: revision 1.2
external/mit/xorg-server/dist/exa/exa_priv.h: revision 1.2
Apply patch https://bugs.freedesktop.org/attachment.cgi?id=68718
(with whitespace tweaks) from
https://bugs.freedesktop.org/show_bug.cgi?id=47266
to address graphics corruption using recent Cairo, manifested most
commonly by certain rendered text sections appearing as solid rectangular
blocks of colour.
Should be pulled up to netbsd-6 (and probably -5)

(riz)

2012-11-20 22:37:31 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by abs in ticket #673):
external/mit/xorg-server/dist/exa/exa_unaccel.c: revision 1.2
external/mit/xorg-server/dist/exa/exa_priv.h: revision 1.2
Apply patch https://bugs.freedesktop.org/attachment.cgi?id=68718
(with whitespace tweaks) from
https://bugs.freedesktop.org/show_bug.cgi?id=47266
to address graphics corruption using recent Cairo, manifested most
commonly by certain rendered text sections appearing as solid rectangular
blocks of colour.
Should be pulled up to netbsd-6 (and probably -5)

(riz)

2012-11-20 22:33:40 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by he in ticket #672):
distrib/sets/lists/comp/mi: revision 1.1772
Add rootconf.0

(riz)

2012-11-20 22:26:03 UTC netbsd-6 commitmail json YAML

Apply patch (requested by msaitoh in ticket #671):

sys/dev/marvell/if_mvgbe.c 1.19-1.23, 1.26-1.31
sys/dev/marvell/mvgbereg.h 1.4-1.5, 1.7

Add missing bus_dmamap_sync() for the RX buffer.
Fix device timeout problem.
Fix broken hardware checksumming.
Fix a bug that kernel panics when the system get a packet while calling
mvgbe_stop (via ifconfig down).
Add missing mii_tick() call.
Change style a bit.
Don't use M_HASFCS flag.
When an interrput is link change, notify link change to mii layer using
mii_pollstat().
Fix a bug that the alignment of jumbo buffer(MVGBE_JLEN) is miscalculated.

(riz)

2012-11-20 22:19:23 UTC netbsd-6 commitmail json YAML

Clean up trailing whitespace from last (hand-edited) commit.  Also missed
one "rump" in a debug lib.

(riz)

2012-11-20 22:02:46 UTC MAIN commitmail json YAML

Add $NetBSD$ tag.  Use ip to save r1 instead of the stack.

(matt)

2012-11-20 21:36:35 UTC MAIN commitmail json YAML

2012-11-20 21:33:15 UTC netbsd-6-0 commitmail json YAML

2012-11-20 21:32:57 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #670):
sys/kern/kern_exec.c: revision 1.358
If you are going to dick around with p_stat, remember to put it
back so that spawn processes with attributes don't end up starting
up stopped!
XXX: pullup to 6.

(riz)

2012-11-20 21:32:44 UTC netbsd-6 commitmail json YAML

2012-11-20 21:32:24 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #670):
sys/kern/kern_exec.c: revision 1.358
If you are going to dick around with p_stat, remember to put it
back so that spawn processes with attributes don't end up starting
up stopped!
XXX: pullup to 6.

(riz)

2012-11-20 21:26:30 UTC netbsd-6 commitmail json YAML

2012-11-20 21:22:57 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #678):
distrib/sets/lists/modules/md.evbppc: revision 1.27
distrib/sets/lists/modules/md.evbppc: revision 1.28

More fixes for ticket #678

npf extension modules for evbppc abi variants
Fix npf module paths

(riz)

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

2012-11-20 21:21:42 UTC MAIN commitmail json YAML

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

2012-11-20 20:17:43 UTC MAIN commitmail json YAML

Don't enable WAPBL by default. It's far too dangerous.

(jakllsch)

2012-11-20 20:16:04 UTC MAIN commitmail json YAML

2012-11-20 20:01:14 UTC MAIN commitmail json YAML

2012-11-20 19:17:03 UTC MAIN commitmail json YAML

Add initial support for Olimex iMX233 based OLinuXino boards.
https://www.olimex.com/Products/OLinuXino/iMX233/
Contributed by Petri Laakso.

(jkunz)

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

Add initial support for Olimex iMX233 based OLinuXino boards.
https://www.olimex.com/Products/OLinuXino/iMX233/
Contributed by Petri Laakso.

(jkunz)

2012-11-20 19:08:47 UTC MAIN commitmail json YAML

2012-11-20 19:06:14 UTC MAIN commitmail json YAML

2012-11-20 18:55:10 UTC matt-nb6-plus commitmail json YAML

2012-11-20 18:54:42 UTC matt-nb6-plus commitmail json YAML

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

2012-11-20 18:45:37 UTC MAIN commitmail json YAML

fix problem on 32-bit problems - with thanks to Alan Barrett and
Jonathan Kollasch

(agc)

2012-11-20 17:57:41 UTC MAIN commitmail json YAML

don't assume every platform is 64-bit - just use standard integer arithmetic

(agc)

2012-11-20 16:33:06 UTC MAIN commitmail json YAML

descend into libnetpgpverify so that the compat entries are picked up

(agc)

2012-11-20 16:24:30 UTC MAIN commitmail json YAML

add definition for libnetpgpverify

(agc)

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

add missing destdir files for netpgpverify addition

(agc)

2012-11-20 15:41:43 UTC MAIN commitmail json YAML

Also give install a place to put the atf tests for netpgpverify

(pgoyette)

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

Fix the build - give install a place to put verify.h !

(pgoyette)

2012-11-20 12:40:54 UTC MAIN commitmail json YAML

PR/47178 from Bug Hunting

src/games/wtf/wtf:
- Correct `usage' (to match new `SYNOPSIS' from man page);
- augment comment on quering pkgsrc's help facility;
- correct interpretation of pkgsrc' help facility query result.

src/games/wtf/wtf.6:
- enhance `SYNOPSIS', document description (`.Dd'), and overal
  program description;
- augment description about quering pkgsrc's help facility;
- improve wording;
- augment `HISTORY' section;
- bump date.

(abs)

2012-11-20 12:37:29 UTC MAIN commitmail json YAML

PR/47167
ls.1:
- Sort options in `SYNOPSIS', the option list, and texts within
  the man page;
- improve wording;
- improve macro usage;
- use more consistency regarding (locations for) information about
  which options override which;
- cross-reference `-d' and `-R';
- simplify description of `-k', removing redundant and unneeded
  information;
- sort entry type list (but leave `-a' and `-A' as they are, given
  their meaning);
- correct / augment description of `BLOCKSIZE' environment variable
  in `ENVIRONMENT' section;
- bump date.

ls.c:
- Sort options in `usage';
- augment comment about when to figure out block size.

(abs)

2012-11-20 11:06:28 UTC MAIN commitmail json YAML

Pass correct wait channel string.

(msaitoh)

2012-11-20 10:43:22 UTC MAIN commitmail json YAML

Make the test for infinite recursion in PRINTOBJDIR more specific,
and make the error case more easily recognisable.

Now "make -V '${PRINTOBJDIR}'" works instead of misinterpreting the "-V"
as infinite recursion.

(apb)

2012-11-20 09:08:30 UTC netbsd-6 commitmail json YAML

The last commit message said rev. 1.4 was included, but it wasn't in divsi3.
Apply rev. 1.4.

(msaitoh)

2012-11-20 08:02:06 UTC MAIN commitmail json YAML

descend into netpgpverify test directory too

(agc)

2012-11-20 08:00:34 UTC MAIN commitmail json YAML

add test files for netpgpverify

(agc)

2012-11-20 07:55:55 UTC MAIN commitmail json YAML

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

add the directory for the netpgp header files

(agc)

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

2012-11-20 05:26:26 UTC MAIN commitmail json YAML

src/crypto/external/bsd/netpgp/Makefile@1.6 / diff / nxr@1.6
src/crypto/external/bsd/netpgp/bin/Makefile@1.4 / diff / nxr@1.4
src/crypto/external/bsd/netpgp/bin/netpgpverify/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/libbn/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/libbn/bignum.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/libbn/bn.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/libbn/libnetpgpbn.3@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/libbn/misc.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/libbn/misc.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/libbn/rand.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/libbn/rand.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/libbn/stubs.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/libbn/stubs.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/libdigest/Makefile@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/libdigest/digest.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/libdigest/digest.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/libdigest/tiger.3@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/libdigest/tiger.c@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/libdigest/tiger.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/dist/src/librsa/Makefile@1.2 / diff / nxr@1.2
      :
(more 18 files)
Merge netpgpverify(1) and libnetpgpverify(3) from the
agc-netpgp-standalone branch.

Rewrite the netpgpverify(1) functionality from RFC4880 up.  This is a
completely new implementation, and uses its own bignum library derived
from libtommath.  Apart from libz and libbz2, it just uses its own
library and is self-contained - this makes it easier to embed, and to
use from scripting languages.

netpgpverify(1) now verifies all the signed files i've thrown at it,
and the added bonus of using no functionality from libcrypto - all of
its bignum functionality comes from its own libnetpgpverify.so.
netpgpverify(1) now verifies not only signatures on binary files, but
also signatures on text documents.  This fixes PR/46930.  Please don't
start me on the hoops I had to jump through to calculate the digests
on text files; trust me, you will regret it.

% supersize `which netpgpverify`
  text    data    bss    dec    hex filename
  4452    860      72    5384    1508 /usr/bin/netpgpverify
  79542    1408      0  80950  13c36 /usr/lib/libz.so.1
  43994    984    488  45466    b19a /usr/lib/libgcc_s.so.1
1318116  49644  69272 1437032  15ed68 /usr/lib/libc.so.12
  57253    4184      0  61437    effd /usr/lib/libbz2.so.1
108726    1712      0  110438  1af66 /usr/lib/libnetpgpverify.so.4
  1612083    58792  69832  1740707  0x1a8fa3  total
%

% make t
env LD_LIBRARY_PATH=/usr/src/crypto/external/bsd/netpgp-standalone/lib/verify ./netpgpverify -c verify b.gpg > output16
diff expected16 output16
rm -f output16
env LD_LIBRARY_PATH=/usr/src/crypto/external/bsd/netpgp-standalone/lib/verify ./netpgpverify -c verify a.gpg > output17
diff expected17 output17
rm -f output17
env LD_LIBRARY_PATH=/usr/src/crypto/external/bsd/netpgp-standalone/lib/verify ./netpgpverify -c verify gpgsigned-a.gpg > output18
diff expected18 output18
rm -f output18
env LD_LIBRARY_PATH=/usr/src/crypto/external/bsd/netpgp-standalone/lib/verify ./netpgpverify -c verify NetBSD-6.0_RC2_hashes.asc > output19
diff expected19 output19
rm -f output19
...
env LD_LIBRARY_PATH=/usr/src/crypto/external/bsd/netpgp-standalone/lib/verify ./netpgpverify -k dsa-pubring.gpg in2.asc > output45
diff expected45 output45
rm -f output45
env LD_LIBRARY_PATH=/usr/src/crypto/external/bsd/netpgp-standalone/lib/verify ./netpgpverify -k problem-pubring.gpg NetBSD-6.0_hashes.asc > output46
diff expected46 output46
rm -f output46
cd tests/netpgpverify && make && atf-run
atf2kyua: I: Removing stale Kyuafiles from /tmp/.XXXXXX.004966aa
atf2kyua: I: Converting /usr/src/crypto/external/bsd/netpgp-standalone/tests/netpgpverify/Atffile -> /tmp/.XXXXXX.004966aa/Kyuafile
t_netpgpverify:netpgpverify_rsa  ->  passed  [0.221s]
t_netpgpverify:netpgpverify_dsa  ->  passed  [0.117s]

2/2 passed (0 failed)
Committed action 19
%

(agc)

2012-11-20 03:33:21 UTC netbsd-6 commitmail json YAML

Fix the build after ticket 678.  MKRUMP=no is not a feature of netbsd-6,
so don't flag the libraries with 'rump'.

(riz)

2012-11-20 03:03:05 UTC tls-maxphys commitmail json YAML

2012-11-19 23:43:08 UTC MAIN commitmail json YAML

Forgot do add X-Surf IDE config.

(rkujawa)

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

2012-11-19 22:57:45 UTC MAIN commitmail json YAML

Note added X-Surf IDE support.

(rkujawa)

2012-11-19 22:55:06 UTC MAIN commitmail json YAML

2012-11-19 22:40:24 UTC MAIN commitmail json YAML

2012-11-19 22:39:47 UTC MAIN commitmail json YAML

Add (commented out for now) driver for X-Surf IDE.

(rkujawa)

2012-11-19 22:36:11 UTC MAIN commitmail json YAML

2012-11-19 22:32:48 UTC MAIN commitmail json YAML

Add support for byteswapping of bsr2/bsw2. Needed for X-Surf IDE (incoming).

(rkujawa)

2012-11-19 22:31:34 UTC MAIN commitmail json YAML

Protect a few more quotes in chat script examples.

(njoly)

2012-11-19 22:22:56 UTC MAIN commitmail json YAML

Introduce WDC_CAPABILITY_NO_AUXCTL flag. For lame controllers that don't
have aux control registers (driver coming soon).

(rkujawa)

2012-11-19 22:20:10 UTC MAIN commitmail json YAML

filemon_pid_check:
Avoid recursion, and hold a reader lock on p_reflock while we
check for filemon, and until we have p_pptr.

filemon_ioctl:
Do not allow FILEMON_SET_PID unless caller would be allowed
to ptrace the target pid.

filemon_wrapper_deinstall:
Do not touch syscalls if they no longer point to us, return EBUSY.

filemon_unload:
return EBUSY if filemon_wrapper_deinstall() fails.

(sjg)

2012-11-19 20:23:41 UTC netbsd-6 commitmail json YAML

2012-11-19 20:23:04 UTC netbsd-6 commitmail json YAML

2012-11-19 20:04:22 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #669):
sys/net/if.c: revision 1.261
Fix a bug that SIOCZIFDATA clears if_lastchage by zero.
Update if_lastchange with getnanotime().

(riz)

2012-11-19 20:01:08 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by phx in ticket #666):
sys/arch/macppc/dev/awacs.c: revision 1.43
My PowerMac3,1 is using gpio4 to detect a connected headphone, and I would bet
that the same is true for PowerMac3,2.

(riz)

2012-11-19 19:58:40 UTC netbsd-6 commitmail json YAML

doc/CHANGES patch

Note that sparc64 got pcie/pyro(4) support last november.
[mrg, ticket #66626]

(riz)

2012-11-19 19:41:31 UTC MAIN commitmail json YAML

only allocate if it would not fit in our buffer.

(christos)

2012-11-19 19:34:04 UTC MAIN commitmail json YAML

fix bogus warning for zero-sized files.

(christos)

2012-11-19 19:19:41 UTC netbsd-6 commitmail json YAML

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

sys/arch/arm/broadcom/bcm2835_emmc.c patch
sys/arch/arm/broadcom/bcm2835reg.h patch
sys/arch/arm/broadcom/bcm2835_mbox.h 1.1-1.3 via patch
sys/arch/arm/broadcom/bcm2835_mbox_subr.c 1.1-1.3 via patch
sys/arch/arm/broadcom/bcm2835_mboxreg.h 1.1 via patch
sys/arch/arm/broadcom/files.bcm2835 patch
sys/arch/evbarm/rpi/rpi_machdep.c patch
sys/arch/evbarm/rpi/rpi_start.S patch
sys/arch/evbarm/rpi/vcio.h 1.1 via patch
sys/arch/evbarm/rpi/vcprop.h 1.1-1.2 via patch

Improve Raspberry PI support: memory layout and clock for the
sdhc(4) controller are queried via the mailbox properties
channel.
[skrll, ticket #660]

(riz)

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

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

Pull up following revision(s) (requested by msaitoh in ticket #656):
sys/arch/arm/pic/pic.c: revision 1.15
Fix a bug that incorrect arg is passed to pic_block_irqs() on disestablish.
Fixes PR#45371 by Yuichiro Goto.

(riz)

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

Pull up following revision(s) (requested by msaitoh in ticket #655):
sys/dev/pci/if_et.c: revision 1.5
Don't use old NBPFILTER macro and use new bpf_mtap() API.
It fixes a bug that et(4) can't use bpf.

(riz)

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

Pull up following revision(s) (requested by christos in ticket #654):
common/lib/libc/arch/arm/gen/modsi3.S: revision 1.1
common/lib/libc/arch/arm/gen/umodsi3.S: revision 1.1
sys/lib/libkern/arch/arm/Makefile.inc: revision 1.11
sys/lib/libkern/arch/arm/Makefile.inc: revision 1.12
common/lib/libc/arch/arm/gen/divide.S: revision 1.1
lib/libc/arch/arm/gen/Makefile.inc: revision 1.20
common/lib/libc/arch/arm/gen/divsi3.S: revision 1.3
common/lib/libc/arch/arm/gen/udivsi3.S: revision 1.1
common/lib/libc/arch/arm/gen/divsi3.S: revision 1.4
Split out modsi3 and umodsi3 from the divsi3 file. This is so that
we don't get re-defined symbols in libc from libgcc in static linking.
Example: cc -pthread -static main-calls-pthread-create.c
add split files.
add new divsi3 related files.
add new files to fix static linking
split udivsi3 and divsi3 to fix static linking. This could be done better.
Fixes PR#47139

(riz)

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