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 (6h)  netbsd-10 (17d)  netbsd-9 (17d)  netbsd-8 (22d) 

2024-06-03 02:05:48 UTC Now

2009-12-20 03:42:29 UTC MAIN commitmail json YAML

2009-12-20 03:41:49 UTC MAIN commitmail json YAML

- add a diagnostic to ensure that cpus[0] == cpu0's cpu_info->ci_self
- if a cpu doesn't have any mappings allocated, don't copy them.  this
  occurs if a cpu isn't attached (such as a MP kernel with only "cpu0"
  listed in the config file..)

(mrg)

2009-12-20 03:40:27 UTC MAIN commitmail json YAML

Slightly improve the comment.

(rmind)

2009-12-20 03:40:03 UTC MAIN commitmail json YAML

add per-cpu event counters for lev10 and lev14 interrupts.
add some disabled MP code to poke other cpus on level 14 interrupts.

(mrg)

2009-12-20 03:38:59 UTC MAIN commitmail json YAML

add per-cpu event counters for lev10 and lev14 interrupts.

(mrg)

2009-12-20 02:16:40 UTC MAIN commitmail json YAML

2009-12-19 23:10:57 UTC MAIN commitmail json YAML

Add xref to ofctl(8).

(nakayama)

2009-12-19 23:00:10 UTC MAIN commitmail json YAML

Remove note about portability, since PF_UNSPEC will cause socketpair()
to EAFNOSUPPORT on NetBSD(!).  Additionally, at least slowaris and
linux talk only about PF_LOCAL.  Finally, since I'm reading a NetBSD
man page, I foremost care about the code working on NetBSD.

(pooka)

2009-12-19 20:28:27 UTC MAIN commitmail json YAML

Use the kernel space version of the vfs name, not the original userspace
pointer. Avoids crashes on archs with completely separate userspace VA.

(martin)

2009-12-19 19:27:53 UTC MAIN commitmail json YAML

Hide the cursor during the game.

(ahoka)

2009-12-19 19:09:48 UTC MAIN commitmail json YAML

Don't export __ffstab, it's used only in this routine.  This gets
rid of one of those evil common symbols in the __ namespace.

reviewed by martin

(pooka)

2009-12-19 18:25:55 UTC MAIN commitmail json YAML

sigtimedwait: fix a memory leak (which happens since newlock2 times).
Allocate ksiginfo on stack since it is safe and sigget() assumes that it is
not allocated from pool (pending signals via sigput()/sigget() "mill" should
be dynamically allocated, however).  Might be useful to revisit later.

Likely the cause of PR/40750 and indirect cause of PR/39283.

(rmind)

2009-12-19 18:06:52 UTC MAIN commitmail json YAML

Move declaration of setfunc_trampoline() into <m68k/m68k.h>.

(tsutsui)

2009-12-19 18:00:27 UTC MAIN commitmail json YAML

Put the CPPFLAGS in a separate Makefile.inc so that all the defines are
visible in the LIB build. Fixes problem with X11BASE and readpass.c

(christos)

2009-12-19 16:01:25 UTC MAIN commitmail json YAML

Use CMSG_SPACE() for buffer when receiving file descriptors.
Doesn't break i386 and might be better for sparc64.

(pooka)

2009-12-19 15:03:34 UTC MAIN commitmail json YAML

2009-12-19 14:05:53 UTC MAIN commitmail json YAML

Remove the notice about pfsync not being supported, as we have it now.

(ahoka)

2009-12-19 13:08:26 UTC MAIN commitmail json YAML

Move declaration of lwp_trampoline() into <m68k/m68k.h>.

(tsutsui)

2009-12-19 12:31:35 UTC MAIN commitmail json YAML

Remove extern struct pcb *curpcb declaration. Now it's in <m68k/pcb.h>.

(tsutsui)

2009-12-19 11:55:23 UTC MAIN commitmail json YAML

Replace totally handwritten ioconf.c with only a semi handwritten
one, partially now generated with config(1).

(pooka)

2009-12-19 11:48:30 UTC MAIN commitmail json YAML

2009-12-19 11:48:17 UTC MAIN commitmail json YAML

2009-12-19 11:41:57 UTC MAIN commitmail json YAML

Don't impose a compile-time dependency on the kernel containing
ohci/uhci just for the sake of setting a debug variable.

(pooka)

2009-12-19 11:29:26 UTC MAIN commitmail json YAML

purge some stuff not used by this component anymore

(pooka)

2009-12-19 10:34:18 UTC MAIN commitmail json YAML

Disable "fast trap" handlers which invoke software interrupts
in sparc/amd7930intr.s and sparc/bsd_fdintr.s until they are
rewritten to adapt new MI softint(9) API.

No particular comments on PR port-sparc/42192, but
this fixes timeout problem on floppy access on my SPARCstation 1+.

XXX: floppy support on sun4m seems to have another problem (data overrun).

(tsutsui)

2009-12-19 10:27:13 UTC MAIN commitmail json YAML

Use %zu for size_t, not %zd.

(tsutsui)

2009-12-19 09:02:46 UTC MAIN commitmail json YAML

Add some definitions, from FreeBSD.

(thorpej)

2009-12-19 09:01:32 UTC MAIN commitmail json YAML

2009-12-19 09:00:56 UTC MAIN commitmail json YAML

Add some range checks to quiet warnings.

(thorpej)

2009-12-19 08:47:46 UTC MAIN commitmail json YAML

We don't have an Elf_Note typedef, but Elf32_Nhdr and Elf64_Nhdr are
equivalent; use Elf32_Nhdr instead.

(thorpej)

2009-12-19 08:40:58 UTC MAIN commitmail json YAML

Fix all sorts of problems with lint and compiler warnings.

(thorpej)

2009-12-19 07:59:24 UTC MAIN commitmail json YAML

Squash a signed-vs-unsigned char * warning.

(thorpej)

2009-12-19 07:58:24 UTC MAIN commitmail json YAML

Change elf_hash() to take a const void *, rather than a const char *.

(thorpej)

2009-12-19 07:54:32 UTC MAIN commitmail json YAML

Provide definitions of MALIGN() and MALIGN64() for the __lint__ case.

(thorpej)

2009-12-19 07:52:59 UTC MAIN commitmail json YAML

ELF_ARCH, ELF_TARG_DATA, and ELF_TARG_CLASS are macros defined in a FreeBSD
header file.  For NetBSD, map to equivalent defines.

(thorpej)

2009-12-19 07:47:23 UTC MAIN commitmail json YAML

LIBELF_COPY_U32(), LIBELF_COPY_S32(): Make sure that the SRC values are
being compared as the maximum width and appropriate signed-ness.

(thorpej)

2009-12-19 07:44:27 UTC MAIN commitmail json YAML

- _libelf_load_scn(): If shoff is larger than SSIZE_MAX, bail out with
  a HEADER error.  Pass lint.

(thorpej)

2009-12-19 07:37:35 UTC MAIN commitmail json YAML

<machine/elf.h> is a FreeBSD-specific header.

(thorpej)

2009-12-19 07:33:06 UTC MAIN commitmail json YAML

<libelf.h> is responsible for including <sys/elf32.h> and <sys/elf64.h> on
FreeBSD; no need to do it here.

(thorpej)

2009-12-19 07:31:44 UTC MAIN commitmail json YAML

2009-12-19 07:31:04 UTC MAIN commitmail json YAML

2009-12-19 07:09:28 UTC MAIN commitmail json YAML

http://mail-index.netbsd.org/source-changes/2009/04/05/msg219236.html

(kiyohara)

2009-12-19 07:08:55 UTC MAIN commitmail json YAML

http://mail-index.netbsd.org/source-changes/2009/04/05/msg219235.html

(kiyohara)

2009-12-19 07:08:23 UTC MAIN commitmail json YAML

http://mail-index.netbsd.org/source-changes/2009/04/05/msg219234.html

(kiyohara)

2009-12-19 06:39:29 UTC MAIN commitmail json YAML

2009-12-19 06:22:25 UTC MAIN commitmail json YAML

2009-12-19 05:55:37 UTC MAIN commitmail json YAML

2009-12-19 05:52:01 UTC MAIN commitmail json YAML

2009-12-19 05:45:28 UTC MAIN commitmail json YAML

Add a script to prepare libelf for import.

(thorpej)

2009-12-19 05:43:41 UTC MAIN commitmail json YAML

Import the libelf from FreeBSD 8.0-RC3.

Status:

Vendor Tag: FreeBSD
Release Tags: FreeBSD-8-0-RC3

(thorpej)

2009-12-19 04:11:33 UTC MAIN commitmail json YAML

Avoid using ${NETBSDSRCDIR} by using ${.PARSEDIR} like I did for amd64/i386

(christos)

2009-12-19 00:16:51 UTC MAIN commitmail json YAML

A couple small grammar fixes.  From Constantine Aleksandrovich Murenin.

(snj)

2009-12-19 00:15:28 UTC MAIN commitmail json YAML

Small grammar fix.  From Constantine Aleksandrovich Murenin.

(snj)

2009-12-19 00:15:13 UTC MAIN commitmail json YAML

Don't use ${NETBSDSRCDIR}. It might not be set yet.

(christos)

2009-12-19 00:14:43 UTC MAIN commitmail json YAML

We mustn't search in the path for ${dir}.${MACHINE}; make sure we only
find the ones relative to ${.CURDIR}.

(christos)

2009-12-18 23:37:38 UTC MAIN commitmail json YAML

Note in BUGS section that vnd(4) does not work on sparse files.

(dyoung)

2009-12-18 23:22:29 UTC MAIN commitmail json YAML

Cleanup some messages.
Change arguments to sign extend properly.
GENERIC64 now gets to boot prompt in gxemul.

(matt)

2009-12-18 22:37:18 UTC MAIN commitmail json YAML

I got a report about this not compiling on mips64.  While I could
not repeat the problem and while this should not be used at all on
mips64, the real fix is a little diablo in the details.  So hack
around it for now (yes, it results in only half of the locks being
used on 64bit platforms.  no biggie for a hack).

(pooka)

2009-12-18 21:24:13 UTC MAIN commitmail json YAML

Must use CMSG_SPACE instead of CMSG_LEN for control message buffer.
Fixes test on sparc64 (and possible other alignment-picky ports).
from mlelstv

(pooka)

2009-12-18 19:20:35 UTC MAIN commitmail json YAML

Remove unnecessary part of conditional.

(skrll)

2009-12-18 19:17:08 UTC MAIN commitmail json YAML

DPRINTF format fixes.

(skrll)

2009-12-18 17:28:48 UTC MAIN commitmail json YAML

From Patrick Welche:
The following trivial typo fix gets rid of "unsecure session"s...
XDMATHDIR -> XDMXAUTHDIR

(christos)

2009-12-18 17:10:07 UTC MAIN commitmail json YAML

use COPTS for -G0.
replace ${CPUFLAGS:M-mabi=64:M-mabi=o64} with two constructs.
the former doesn't seem to work anymore.

(mrg)

2009-12-18 15:49:48 UTC MAIN commitmail json YAML

2009-12-18 15:20:15 UTC MAIN commitmail json YAML

Fix pmap_dump_table so that it doesn't loop indefinitely for a space that
doesn't map anything in the last PDE.

Also, don't loop unnecessarily through the spaces.

(skrll)

2009-12-18 13:57:10 UTC MAIN commitmail json YAML

2009-12-18 13:01:44 UTC MAIN commitmail json YAML

2009-12-18 12:51:43 UTC MAIN commitmail json YAML

Libgcc softfloat wrapper source code.  This file is not auto-generated.  Due
to the design of libgcc build procedure I had to reverse engineer this from
generated files.

(uebayasi)

2009-12-18 12:48:16 UTC MAIN commitmail json YAML

Fix a misplaced conditional I made.

(uebayasi)

2009-12-18 04:12:36 UTC MAIN commitmail json YAML

Make sure NetBSD.dist is updated when MKX11 is changed across update builds.

(uebayasi)

2009-12-18 00:40:24 UTC MAIN commitmail json YAML

Use "rnd.h" and <sys/rnd.h> to ensure that struct ld_softc
is always of consistent layout.  Should prevent another
someone from spending a few hours trying to figure out why
their code crashes because they didn't realize they needed
to have "rnd.h" included already.

(jakllsch)

2009-12-17 23:53:24 UTC MAIN commitmail json YAML

Compile in PaX support for Xen x86 kernels (dom0 and domU).

ok bouyer@. Compiled and tested by me under i386. Only compile tested for
amd64.

(jym)

2009-12-17 21:03:10 UTC MAIN commitmail json YAML

ATA sepcs changed the LBA48 boundary from 0xfffffff to 0xffffffe between
ATA6r1 and ATA6r3, which caused drives conform to ATA6r3 or later to
reject LBA28 commands at sector 0xfffffff.
Get the right idea from the LBA48 boundary from IDENTIFY words 60-61.
Remove the WD_QUIRK_FORCE_LBA48 quirk, associated tables entries and
autodetect code, it's not needed any more.
Based on patch sent to teck-kern by Christoph Badura, use of words 60-61
instead of a constant for the LBA48 boundary by me.

(bouyer)

2009-12-17 20:07:19 UTC MAIN commitmail json YAML

Add udl(4).  Tested on LANTANK and LCD-8000U.

(tsutsui)

2009-12-17 15:55:16 UTC MAIN commitmail json YAML

Preserve the existing value of an extern variable across the call to
process_sign_request2().

(agc)

2009-12-17 15:48:14 UTC MAIN commitmail json YAML

get_libgcc_new: Make previous work for digit only ABI names.

(uebayasi)

2009-12-17 15:30:37 UTC MAIN commitmail json YAML

Add cobalt64 alias and indicte cobalt can be mips64el too.

(matt)

2009-12-17 15:29:47 UTC MAIN commitmail json YAML

2009-12-17 15:19:49 UTC MAIN commitmail json YAML

PR/42466: Yasuoka Masahiko: vsnprintf_ss() causes infinite loop

(christos)

2009-12-17 15:01:33 UTC MAIN commitmail json YAML

get_libgcc_new: Teach multilib.

(uebayasi)

2009-12-17 14:27:49 UTC MAIN commitmail json YAML

Use implicit -F for regular files, much like disklabel(8).

(pooka)

2009-12-17 14:06:38 UTC MAIN commitmail json YAML

add ranty rant about data storage in tmpfs

(pooka)

2009-12-17 12:49:22 UTC MAIN commitmail json YAML

Add devnull.c to sources (forgot to do it yesterday).
Thanks to gson for the ping.

(pooka)

2009-12-17 07:24:06 UTC MAIN commitmail json YAML

copy across a hack from the mips libc/mcount build.  self documenting:

+.if (${MACHINE_ARCH} == "mips64eb") || (${MACHINE_ARCH} == "mips64el")
+# Turn off as(1) warnings on MIPS, since warnings are fatal with WARNS>0
+# and GCC configury passes -finhibit-size-directive which causes mips-gas
+# to barf.  Don't know what the real fix for this is...
+#
+# XXX should be COPTS, but that's too early
+CPUFLAGS+=-Wa,--no-warn

(mrg)

2009-12-17 06:54:51 UTC MAIN commitmail json YAML

don't warn about mcount on mips64* as well.

XXX: someone really should fix mips profile.h's MCOUNT!

(mrg)

2009-12-17 05:29:56 UTC MAIN commitmail json YAML

2009-12-17 03:59:31 UTC MAIN commitmail json YAML

make this compile again by sprinkling PRIxWHATEVER

(macallan)

2009-12-17 01:25:11 UTC MAIN commitmail json YAML

2009-12-17 00:29:46 UTC MAIN commitmail json YAML

* implement rump_vfs_makeonedevnode(), where the interface for creating
  multiple nodes doesn't make sense: e.g. /dev/null would've had to
  be created with ("/dev/nul", 'l', 1)
* implement said /dev/null (just for show)

(pooka)

2009-12-16 23:19:07 UTC MAIN commitmail json YAML

2009-12-16 21:25:55 UTC MAIN commitmail json YAML

2009-12-16 21:25:03 UTC MAIN commitmail json YAML

* support passing ident on the command line
* rename -i to -n since it's less confusing when coupled with the above

(pooka)

2009-12-16 20:59:04 UTC MAIN commitmail json YAML

print spammy banner in spammy bootstrap

(pooka)

2009-12-16 20:57:15 UTC MAIN commitmail json YAML

2009-12-16 20:54:49 UTC MAIN commitmail json YAML

Make it possible to leave out .note.netbsd.ident with command line flag -i.

(pooka)

2009-12-16 19:02:03 UTC MAIN commitmail json YAML

Remove unneeded variables.

(matt)

2009-12-16 19:01:24 UTC MAIN commitmail json YAML

2009-12-16 19:00:48 UTC MAIN commitmail json YAML

2009-12-16 17:20:19 UTC MAIN commitmail json YAML

Don't VOP_PUTPAGES(PGO_FREE) in inactive for tmpfs, since we now
(after some changes to rump) actually free those pages, leaving
the tmpfs vnode feeling quite empty.
(the purpose of the flush is to avoid double caching between the
rump kernel and puffs vfs layer)

(pooka)

2009-12-16 16:50:49 UTC MAIN commitmail json YAML

If zeroing len == 0, return immediately.
(kmem_alloc() doesn't like being called with size == 0)

(pooka)

2009-12-16 16:03:26 UTC MAIN commitmail json YAML

Make SHA1 the first option when selecting cyphers, so one without basic
understanding of cryptography won't choose DES as the default on his system.

The default option should be the best possible in case the user is unsure.

(ahoka)

2009-12-16 14:37:26 UTC MAIN commitmail json YAML

Sync with Intel's original em driver:
- Add dspcode for igp3 and use it when the EEPROM isn't available.
- Add some delays.
- Stop the PHY transmitter before patching the DSP code and restart it after wrote.
- Save and restore register 0x2f5b.

(msaitoh)

2009-12-16 14:13:18 UTC MAIN commitmail json YAML

Use += otherwise COPTS loses important flags.

(skrll)

2009-12-16 08:26:14 UTC MAIN commitmail json YAML

2009-12-16 04:50:36 UTC MAIN commitmail json YAML

Ee-enable igphy's 82566 support.
- Patch for the DSP code is only for 8254[17] and we have to apply the
  different patches between rev. 1 and rev. 2.
- The workaround for analog fuse is only for 82547 rev. 1.
- The workaround for smartspeed is only for 8254[17]

see http://mail-index.netbsd.org/tech-net/2009/08/05/msg001546.html

(msaitoh)

2009-12-16 01:42:41 UTC MAIN commitmail json YAML

add dialout devices to FILES

(pooka)

2009-12-15 22:47:21 UTC MAIN commitmail json YAML

Consistent comment format.

(skrll)

2009-12-15 22:46:04 UTC MAIN commitmail json YAML

Conditionalize the yyinput/input() function definition the same way
as it's always been done in the prototype.

OK christos@

(hubertf)

2009-12-15 22:44:26 UTC MAIN commitmail json YAML

Remove #if 0 / #endif section

(skrll)

2009-12-15 22:30:58 UTC MAIN commitmail json YAML

Remove HAYAKAWA Koichi's acknowledgement.

(snj)

2009-12-15 22:17:12 UTC MAIN commitmail json YAML

2009-12-15 21:54:23 UTC MAIN commitmail json YAML

Add missing entries for libiscsi compat library.  Hi mrg@!

(jmmv)

2009-12-15 21:38:20 UTC MAIN commitmail json YAML

Fix ancient bug. footbridge_mem_bs_mmap should return a page number.

(skrll)

2009-12-15 18:35:18 UTC MAIN commitmail json YAML

Don't ERESTART write() calls for now.
I suspect some programs don't allow for the partial transfer.

(dsl)

2009-12-15 18:24:47 UTC MAIN commitmail json YAML

Make sure the pcb and initial frame area of lwp0 are zeroed since these will
be the basis for all future lwps.

(matt)

2009-12-15 16:31:55 UTC MAIN commitmail json YAML

2009-12-15 16:01:51 UTC MAIN commitmail json YAML

Add an example to show how to print with a rump ulpt driver.

(pooka)

2009-12-15 15:52:30 UTC MAIN commitmail json YAML

2009-12-15 15:50:38 UTC MAIN commitmail json YAML

Support more stuff, e.g. mapping alternate interface setting to the
correct ugen ioctl.

(pooka)

2009-12-15 11:39:05 UTC MAIN commitmail json YAML

2009-12-15 08:25:12 UTC MAIN commitmail json YAML

2009-12-15 06:18:07 UTC MAIN commitmail json YAML

2009-12-15 06:15:11 UTC MAIN commitmail json YAML

Use PRIxVADDR... (change a printf/panic -> panic)

(matt)

2009-12-15 06:07:14 UTC MAIN commitmail json YAML

Fix MALTA32 builds, pmap_kenter_pa() needs additional argument in -current.

(rmind)

2009-12-15 06:04:22 UTC MAIN commitmail json YAML

note about USIII

(mrg)

2009-12-15 06:01:43 UTC MAIN commitmail json YAML

2009-12-15 05:59:51 UTC MAIN commitmail json YAML

2009-12-15 05:23:25 UTC MAIN commitmail json YAML

2009-12-15 05:11:08 UTC MAIN commitmail json YAML

Factor out print_set_files() printing raw set list entries out of
list_set_files().  While here kill a useless-use-of-cat.

(uebayasi)

2009-12-15 05:07:11 UTC MAIN commitmail json YAML

We don't need to check ${MACHINE_ARCH} == "m68000" if we use shlib or not.
Because such a knowledge is concentrated in bsd.own.mk and passed to as
${MKPIC}.  Tested by build.sh -m sun2 distribution sets.

(uebayasi)

2009-12-15 04:12:43 UTC MAIN commitmail json YAML

don't build atf, openldap or binutils if their MK* == "no".

(mrg)

2009-12-15 04:06:43 UTC MAIN commitmail json YAML

2009-12-15 04:05:35 UTC MAIN commitmail json YAML

fix the previous: default the target depending the MACHINE_ARCH.

(mrg)

2009-12-15 04:03:55 UTC MAIN commitmail json YAML

brace a --fatal-warnings with a NOGCCERROR check.

(mrg)

2009-12-15 03:39:19 UTC MAIN commitmail json YAML

commit the auto-generated file

(christos)

2009-12-15 03:38:58 UTC MAIN commitmail json YAML

Add a script to update the countries ISO/FIPS list.

(christos)

2009-12-15 03:02:25 UTC MAIN commitmail json YAML

Per rmind@'s suggestion, avoid an acquire/release-mutex dance by
collecting garbage in two phases:  in the first stage, with
alldevs_mtx held, gather all of the objects to be freed onto a
list.  Drop alldevs_mtx, and in the second stage, free all the
collected objects.

Also per rmind@'s suggestion, remove KASSERT(!mutex_owned(&alldevs_mtx))
throughout, it is not useful.

Find a free unit number and allocate it for a new device_t atomically.
Before, two threads would sometimes find the same free unit number
and race to allocate it.  The loser panicked.  Now there is no
race.

In support of the changes above, extract some new subroutines that
are private to this module: config_unit_nextfree(), config_unit_alloc(),
config_devfree(), config_dump_garbage().

Delete all of the #ifdef __BROKEN_CONFIG_UNIT_USAGE code.  Only
the sun3 port still depends on __BROKEN_CONFIG_UNIT_USAGE, it's
not hard for the port to do without, and port-sun3@ had fair warning
that it was going away (>1 week, or a few years' warning, depending
how far back you look!).

(dyoung)

2009-12-15 03:01:48 UTC MAIN commitmail json YAML

avoid most of the SUBDIRs if MKATF == "no".

(mrg)

2009-12-15 03:01:16 UTC MAIN commitmail json YAML

2009-12-15 00:35:36 UTC MAIN commitmail json YAML

Put space after comma in the C code example.

(enami)

2009-12-15 00:19:52 UTC MAIN commitmail json YAML

Fix problem with using wedge like devicesi(LVM Logical Volumes, ZFS Zvols)
as xkbd backend. This problem was reported by Hugo Silva on port-xen.

Now we call DIOCGWEDGEINFO for all partitions, when it is not implemented
we use DIOCGPART to get information about volume size.

Fix oked by jym@.

(haad)

2009-12-14 23:36:52 UTC MAIN commitmail json YAML

Remove redundant line.

(skrll)

2009-12-14 23:35:06 UTC MAIN commitmail json YAML

Bump the netpgp base version to 1.99.14 for the release changes.

(agc)

2009-12-14 23:29:57 UTC MAIN commitmail json YAML

src/crypto/external/bsd/netpgp/dist/TODO@1.27 / diff / nxr@1.27
src/crypto/external/bsd/netpgp/dist/bindings/perl/netpgp.pl@1.4 / diff / nxr@1.4
src/crypto/external/bsd/netpgp/dist/configure@1.20 / diff / nxr@1.20
src/crypto/external/bsd/netpgp/dist/configure.ac@1.19 / diff / nxr@1.19
src/crypto/external/bsd/netpgp/dist/include/netpgp.h@1.13 / diff / nxr@1.13
src/crypto/external/bsd/netpgp/dist/src/lib/Makefile.am@1.4 / diff / nxr@1.4
src/crypto/external/bsd/netpgp/dist/src/lib/Makefile.in@1.6 / diff / nxr@1.6
src/crypto/external/bsd/netpgp/dist/src/lib/bufgap.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/netpgp/dist/src/lib/keyring.c@1.26 / diff / nxr@1.26
src/crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3@1.10 / diff / nxr@1.10
src/crypto/external/bsd/netpgp/dist/src/lib/misc.c@1.26 / diff / nxr@1.26
src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c@1.33 / diff / nxr@1.33
src/crypto/external/bsd/netpgp/dist/src/lib/netpgpsdk.h@1.7 / diff / nxr@1.7
src/crypto/external/bsd/netpgp/dist/src/lib/packet-print.c@1.23 / diff / nxr@1.23
src/crypto/external/bsd/netpgp/dist/src/lib/ssh2pgp.c@1.5 / diff / nxr@1.5
src/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile@1.5 / diff / nxr@1.5
src/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.c@1.8 / diff / nxr@1.8
src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.c@1.6 / diff / nxr@1.6
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile@1.4 / diff / nxr@1.4
src/crypto/external/bsd/netpgp/dist/tst@1.16 / diff / nxr@1.16
      :
(more 2 files)
Prepare for a new netpgp-20091210 portable release.

Apart from infrastructure changes, there are the following functional ones:

+ Update to version 20091210

+ provide a new netpgp_match_list_keys(3) function to perform a
regular-expression based search of all the keys in the keyring.  If no
pattern is specified to match, then all keys are returned.

+ provide a new netpgp_set_homedir(3) function, and use it to set the
home directory from the library, rather than individually in all the
programs which use the library

+ provide a new netpgp_incvar(3) function which will add a constant
increment (which may be negative) to the value of an internal
variable.  This is primarily used for the verbosity level within the
library, and is again a movement of the function into the library from
the individual programs which use the library

+ move to the specification of an ssh key file by internal variable,
rather than the directory holding an ssh key file

+ autoconf infrastructure changes

+ take a hammer to the _GNU_SOURCE definitions problems

+ don't rely on strnlen(3) being present everywhere

(agc)

2009-12-14 21:19:47 UTC MAIN commitmail json YAML

Use PRIxVADDR ...

(matt)

2009-12-14 21:19:23 UTC MAIN commitmail json YAML

Make librump play with mips nicely.  Define ARCH_ELFSIZE for mips to be 32.
This works for N64 kernels because objcopy them to be 32bit to the bootloaders
can handle them.

(matt)

2009-12-14 21:01:07 UTC MAIN commitmail json YAML

add suspend/resume hooks for command processor

(kefren)

2009-12-14 20:47:23 UTC MAIN commitmail json YAML

Fix bad merge.  (SUBDIR= != SUBDIR +=)

(matt)

2009-12-14 20:45:02 UTC MAIN commitmail json YAML

Back errant change due to botched merge.

(matt)

2009-12-14 20:42:13 UTC MAIN commitmail json YAML

Fix merge botch (we use 64bit times now).

(matt)

2009-12-14 18:39:19 UTC MAIN commitmail json YAML

2009-12-14 17:16:13 UTC MAIN commitmail json YAML

Fix typo in previous.

(uebayasi)

2009-12-14 15:49:20 UTC MAIN commitmail json YAML

src/external/gpl3/binutils/lib/libbfd/arch/mips64eb/bfd.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/mips64eb/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/mips64eb/bfdver.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/mips64eb/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/mips64eb/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/mips64el/bfd.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/mips64el/bfd_stdint.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/mips64el/bfdver.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/mips64el/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libbfd/arch/mips64el/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libiberty/arch/mips64eb/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libiberty/arch/mips64eb/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libiberty/arch/mips64el/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libiberty/arch/mips64el/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libopcodes/arch/mips64eb/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/lib/libopcodes/arch/mips64el/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/usr.bin/common/arch/mips64eb/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/usr.bin/common/arch/mips64eb/defs.mk@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/usr.bin/common/arch/mips64el/config.h@1.2 / diff / nxr@1.2
src/external/gpl3/binutils/usr.bin/common/arch/mips64el/defs.mk@1.2 / diff / nxr@1.2
      :
(more 15 files)
Re-run mknative for binutils.

(skrll)

2009-12-14 15:27:14 UTC MAIN commitmail json YAML

2009-12-14 14:29:09 UTC MAIN commitmail json YAML

Merge from matt-nb5-mips64; adapt to vaddr_t / vsize_t format specifiers.

(uebayasi)

2009-12-14 14:13:17 UTC MAIN commitmail json YAML

disable only parallel make.

(christos)

2009-12-14 14:11:32 UTC MAIN commitmail json YAML

Adjust size_t format specifiers for mips64e[bl].

(uebayasi)

2009-12-14 14:01:10 UTC MAIN commitmail json YAML

Teach crunchide(1) that mips64e[bl] is 64-bit ELF.

(uebayasi)

2009-12-14 13:43:59 UTC MAIN commitmail json YAML

Use GNU linker emul names which really exist.

XXX Assume big endian for now.  Better than build failure.

(uebayasi)

2009-12-14 13:39:33 UTC MAIN commitmail json YAML

Conditionalize gnu/usr.bin/groff build by ${MKGROFF}.

(uebayasi)

2009-12-14 13:23:56 UTC MAIN commitmail json YAML

NetBSD/mips64e[bl] userland is default to N32 ABI.  It needs /usr/lib/o32
for O32 ABI and /usr/lib/64 for N32 ABI.

(uebayasi)

2009-12-14 13:00:07 UTC MAIN commitmail json YAML

gimpy invented PRIxVADDR format specifier.

(uebayasi)

2009-12-14 12:53:18 UTC MAIN commitmail json YAML

2009-12-14 12:43:48 UTC MAIN commitmail json YAML

2009-12-14 12:18:14 UTC MAIN commitmail json YAML

Build fix for the mips64 merge:
- If memset2.c is in ${SRCS}, exclude conflicting memset.c.
- If MD byte_swap_8.* is in ${SRCS}, exclude conflicting bswap64.c.

(uebayasi)

2009-12-14 09:57:37 UTC MAIN commitmail json YAML

2009-12-14 09:33:47 UTC MAIN commitmail json YAML

Bump date for additional supported card.

(wiz)

2009-12-14 09:06:37 UTC MAIN commitmail json YAML

Add reference to Qualcom Inc AC8700 / ZTE 1x EVDO interface. Thanks saysprasad@gmail.com

(cherry)

2009-12-14 08:51:31 UTC MAIN commitmail json YAML

Disable parallel build, which always fails at compiling itable.c / interp.c.
Only affect MKCROSSGDB=yes.

(uebayasi)

2009-12-14 08:51:16 UTC MAIN commitmail json YAML

use "${CC} -r" not "${CC} -Wl,-r" as the latter fools GCC on some targets
and it ends up passing "-r -relax" to ld, which causes ld to barf.

(mrg)

2009-12-14 07:35:44 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2009-12-14 07:31:49 UTC MAIN commitmail json YAML

Bump date for previous.

(wiz)

2009-12-14 07:29:23 UTC MAIN commitmail json YAML

2009-12-14 06:06:22 UTC MAIN commitmail json YAML

Add two missing functions to the SYNOPSIS. From Silas Silva in PR 42415.

(dholland)

2009-12-14 06:03:23 UTC MAIN commitmail json YAML

Fix some ordering inconsistencies, noted by Silas Silva in PR 42415.

(dholland)

2009-12-14 05:51:56 UTC MAIN commitmail json YAML

Suppress a warning if time_t is __int64_t

(matt)

2009-12-14 05:47:30 UTC MAIN commitmail json YAML

Minor wording fix/clarification (sending -> copying) from Silas Silva
in PR 42415.

(dholland)

2009-12-14 05:25:21 UTC MAIN commitmail json YAML

don't need GENCMD anymore.

(christos)

2009-12-14 05:23:39 UTC MAIN commitmail json YAML

use .ORDER to avoid race

(christos)

2009-12-14 05:13:38 UTC MAIN commitmail json YAML

use .ORDER for rules that create multiple files.

(christos)

2009-12-14 05:04:48 UTC MAIN commitmail json YAML

Don't use NOGLOB_MTCH for pax, only for tar. Fixes fix for PR 41167 and
closes PR 42301. Since the 41167 fix was pulled up to -5, this needs to
be too.

(dholland)

2009-12-14 04:43:59 UTC MAIN commitmail json YAML

2009-12-14 04:40:29 UTC MAIN commitmail json YAML

whoops, bump date for previous.

(dholland)

2009-12-14 04:39:29 UTC MAIN commitmail json YAML

2009-12-14 04:37:02 UTC MAIN commitmail json YAML

2009-12-14 04:09:38 UTC MAIN commitmail json YAML

replace mips:elf_check_itp() and ELFNAME2(netbsd32,probe_noteless) that
it's based upon with a common compat_elf_check_interp().

tested on MALTA64 and sparc64.

(mrg)

2009-12-14 03:58:27 UTC MAIN commitmail json YAML

Don't attempt to read or write ~/.lesshst if it's not a regular file
or a symlink to a regular file. Previously, symlinking to /dev/null
would cause less to trash /dev/null if run with sufficient privileges,
as seen in PR misc/42237.

While the official way to disable .lesshst is to set an environment
variable, that is problematic in some cases, such as single-user mode.
A safer way to prevent even an unpatched less from writing anything
out is to mkdir ~/.lesshst.

(dholland)

2009-12-14 03:44:27 UTC MAIN commitmail json YAML

2009-12-14 03:20:27 UTC MAIN commitmail json YAML

forward declare struct exec_package

(mrg)

2009-12-14 03:11:22 UTC MAIN commitmail json YAML

Protect multiple inclusion.

(uebayasi)

2009-12-14 03:04:33 UTC MAIN commitmail json YAML

2009-12-14 02:53:52 UTC MAIN commitmail json YAML

2009-12-14 02:52:08 UTC MAIN commitmail json YAML

default netbsd*mips64 to n32.  from matt-nb5-mips64.

(mrg)

2009-12-14 02:36:33 UTC MAIN commitmail json YAML

src/external/gpl3/binutils/lib/libbfd/arch/mips64eb/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/mips64eb/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/mips64eb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/mips64eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/mips64el/bfd.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/mips64el/bfdver.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/mips64el/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libbfd/arch/mips64el/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libiberty/arch/mips64eb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libiberty/arch/mips64eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libiberty/arch/mips64el/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libiberty/arch/mips64el/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libopcodes/arch/mips64eb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libopcodes/arch/mips64eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libopcodes/arch/mips64el/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/lib/libopcodes/arch/mips64el/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/common/arch/mips64eb/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/common/arch/mips64eb/defs.mk@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/common/arch/mips64el/config.h@1.1 / diff / nxr@1.1
src/external/gpl3/binutils/usr.bin/common/arch/mips64el/defs.mk@1.1 / diff / nxr@1.1
      :
(more 22 files)
add all the binutils auto-generated files from matt-nb5-mips64 branch.
these are probably wrong and need to re-generated with mknative-binutils,
but get the build sort of limping along a bit better until then.

(mrg)

2009-12-14 02:34:52 UTC MAIN commitmail json YAML

Document "stty insane" properly. Closes PR bin/25024.

(dholland)

2009-12-14 02:26:30 UTC MAIN commitmail json YAML

2009-12-14 02:19:58 UTC MAIN commitmail json YAML

merge in my (uncommited) changes from matt-nb5-mips64 branch.

XXX these probably still need updates for eg, shlib bumps, but this should
be mostly correct now.

(mrg)

2009-12-14 02:09:39 UTC MAIN commitmail json YAML

2009-12-14 02:01:54 UTC MAIN commitmail json YAML

2009-12-14 01:53:31 UTC MAIN commitmail json YAML

getaddrinfo is defined to use the AF_* constants, even though perhaps its
interface ought to have been defined in terms of PF_*. Add a note about
how the distinction has been lost anyway. Fixes PR lib/42384.

(dholland)